.navigation-clean-button {
  background: #fff;
  padding-top: .45rem;
  padding-bottom: .45rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .navigation-clean-button {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }
}

.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
  color: #222;
}

.navigation-clean-button.navbar-dark .navbar-brand:hover {
  color: #f0f0f0;
}

.navigation-clean-button .navbar-brand img {
  /*height: 100%;*/
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.navigation-clean-button .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
  background: none;
}

.navigation-clean-button.navbar-dark .navbar-toggler {
  border-color: #555;
}

.navigation-clean-button .navbar-toggler {
  color: #888;
}

.navigation-clean-button.navbar-dark .navbar-toggler {
  color: #eee;
}

.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
  border-top-color: #ddd;
}

.navigation-clean-button.navbar-dark .navbar-collapse, .navigation-clean-button.navbar-dark .form-inline {
  border-top-color: #333;
}

.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
  background: none;
  box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
  color: #151515;
  box-shadow: none;
  background: none;
  /*pointer-events: none;*/
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
  padding-left: 4px;
  padding-right: 4px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  /*color: #37434d !important;*/
  background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #fff;
  border-radius: 2px;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

@media (max-width:767px) {
  .navigation-clean-button .navbar-nav .show .dropdown-menu {
    box-shadow: none;
  }
}

@media (max-width:767px) {
  .navigation-clean-button .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #37434d;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }
}

.navigation-clean-button.navbar-dark {
  background-color: #1f2021;
  color: #fff;
}

.navigation-clean-button.navbar-dark .navbar-nav a.active, .navigation-clean-button.navbar-dark .navbar-nav a.active:focus, .navigation-clean-button.navbar-dark .navbar-nav a.active:hover {
  color: #8f8f8f;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean-button.navbar-dark .navbar-nav .nav-link {
  color: #dfe8ee;
}

.navigation-clean-button.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: transparent;
}

.navigation-clean-button.navbar-dark .navbar-nav > li > .dropdown-menu {
  background-color: #1f2021;
}

.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item {
  color: #f2f5f8;
}

.navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean-button.navbar-dark .dropdown-menu .dropdown-item:hover {
  background: #363739;
}

@media (max-width:767px) {
  .navigation-clean-button.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #fff;
  }
}

.navigation-clean-button .actions .login {
  margin-right: 1rem;
  text-decoration: none;
  color: #465765;
}

.navigation-clean-button.navbar-dark .actions .login {
  color: #dfe8ee;
}

.navigation-clean-button.navbar-dark .actions .login:hover {
  color: #fff;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
  background: #56c6c6;
  border-radius: 20px;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
  /*background: #66d7d7;*/
}

.navigation-clean-button.navbar-dark .action-button, .navigation-clean-button.navbar-dark .action-button:active {
  background: #208f8f;
}

.navigation-clean-button.navbar-dark .action-button:hover {
  background: #269d9d;
}

.main-nav {
  /*position: absolute;*/
  width: 100%;
  /*padding: 20px;*/
  z-index: 100;
  border-bottom: 1px solid #e3e5e8;
}

@media (max-width: 968px) {
  .main-nav {
    position: relative;
    width: 100%;
    padding: 0px;
    z-index: 100;
  }
}

.nav-shade {
  display: block;
  background-color: #FFCF00;
  height: 10px;
  margin: 0px 10px;
}

@media (max-width: 968px) {
  .nav-shade {
    display: block;
    background-color: #FFCF00;
    height: 10px;
    margin: 0px 0px;
  }
}

.btn-outline-main {
  border: none;
  border-radius: 30px !important;
  border: 2px solid #3AC64D !important;
  color: #000000 !important;
  background: none !important;
  padding: 6px 25px;
  /*font-weight: 600;*/
}

.btn-outline-main-w {
  border: none;
  border-radius: 30px !important;
  border: 2px solid #3AC64D !important;
  color: #ffffff !important;
  background: none !important;
  padding: 6px 25px;
  /*font-weight: 600;*/
}

body {
  font-family: 'Source Sans Pro';
}

.content-section {
  padding: 30px;
}

@media (max-width: 968px) {
  .content-section {
    padding: 15px 5px;
  }
}

.mg-r-xs {
  margin-right: 10px;
}

.pd-xs {
  padding: 10px;
}

.pd-sm {
  padding: 20px;
}

.pd-md {
  padding: 30px;
}

.pd-lg {
  padding: 40px;
}

.pd-xl {
  padding: 50px;
}

.no-pd-mg {
  padding: 0px;
  margin: 0px;
}

.no-pd {
  padding: 0px;
}

.no-mg {
  margin: 0px;
}

.pd-t-xs {
  padding-top: 10px;
}

.pd-t-sm {
  padding-top: 20px;
}

.pd-t-md {
  padding-top: 30px;
}

.pd-t-lg {
  padding-top: 40px;
}

.pd-t-xl {
  padding-top: 50px;
}

.pd-b-xs {
  padding-bottom: 10px;
}

.pd-b-sm {
  padding-bottom: 20px;
}

.pd-b-md {
  padding-bottom: 30px;
}

.pd-b-lg {
  padding-bottom: 40px;
}

.pd-b-xl {
  padding-bottom: 50px;
}

.pd-r-xs {
  padding-right: 10px;
}

.pd-l-xs {
  padding-left: 10px;
}

.pd-l-sm {
  padding-left: 20px;
}

.pd-l-md {
  padding-left: 30px;
}

.pd-t-b-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-l-md {
  padding-left: 30px !important;
}

.list-c-container img {
  width: 100%;
}

.list-main {
  border-bottom: 6px solid #3AC64D;
  background-color: #ffffff;
  height: 100%;
}

.category-section {
  background-image: url('../../assets/img/home-list-img.png');
  background-size: cover;
}

.list-heading {
  color: #ffffff;
}

.cat-list a {
  color: #000000;
  text-decoration: none;
  height: 100%;
}

@media (max-width: 520px) {
  .footer-links ul {
    /*list-style: initial !important;*/
  }
}

.footer-links ul {
  list-style: none;
}

.footer-contact {
  background-color: rgba(256,256,256,.8);
  padding: 20px 30px;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
}

.footer-links li {
  padding: 7px 0px;
}

@media (max-width: 520px) {
  .footer {
    background-color: #e1e4df;
    padding: 15px 15px !important;
  }
}

.footer {
  background-color: #e1e4df;
  padding: 10px 40px;
}

.footer .icons {
  padding: 5px 15px 5px 5px;
}

.footer span {
  display: block;
  padding: 5px 0px;
}

.social-media-icons a {
  width: 32px;
  height: 32px;
  line-height: 33px;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}

.social-media-icons .instagram {
  background-color: #E04251;
}

.social-media-icons .linkedin {
  background-color: #007bb5;
}

.social-media-icons .twitter {
  background-color: #1da1f2;
}

.social-media-icons .facebook {
  background-color: #3b5998;
}

.profile-testimonial {
  border-radius: 50%;
  margin: 15px;
}

.testimonial-container {
  width: 80%;
  margin: auto;
  background-color: #F8F9FB;
  padding: 10px 50px 40px 50px;
  text-align: center;
}

@media (max-width: 520px) {
  .testimonial-container {
    width: 100%;
    margin: auto;
    background-color: #F8F9FB;
    padding: 10px 50px 40px 50px;
    text-align: center;
  }
}

.testimonial-section .carousel-indicators li {
  background-color: #999 !important;
}

.header-container .heading {
  position: absolute;
  z-index: 102;
  color: #ffffff;
  top: 36%;
  text-align: center;
  width: 100%;
}

.header-container-search .heading {
  /*position: absolute;*/
  z-index: 20;
  color: #ffffff;
  padding: 24px;
  text-align: center;
  width: 100%;
}

@media (max-width: 968px) {
  .header-container .heading {
    position: absolute;
    z-index: 102;
    color: #ffffff;
    top: 36%;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .header-container .heading {
    position: absolute;
    z-index: 102;
    color: #ffffff;
    top: 16%;
    text-align: center;
    width: 100%;
  }
}

.header-container {
  position: relative;
  overflow: hidden;
  height: 200px;
  background-color: #4d4d4d;
}

.header-container-search {
  position: relative;
  overflow: hidden;
  height: 100px;
  background-color: #4d4d4d;
}

@media (max-width: 968px) {
  .header-container {
    overflow: hidden;
    height: 220px;
  }
}

.header-container .bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cat-list-inside .list-main {
  border: 1px solid #d2d2d2;
  height: 100%;
    overflow: hidden;
}

.cat-list-inside img {
    width: 100%;
}

.cat-list .details {
  /*font-weight: 600;*/
  text-decoration: underline;
}

.quick-enquiry {
  padding: 20px 20px 14px 20px;
  background-color: #4d4d4d;
  border-radius: 5px;
  overflow: hidden;
}

.btn-main {
  border: none;
  border-radius: 30px !important;
  border: 2px solid #ffcf00 !important;
  color: #000000 !important;
  background: #ffcf00;
  padding: 6px 25px;
  font-weight: 600;
}

.mg-r-sm {
  margin-right: 10px;
}

.quick-enquiry h5 {
  color: #ffffff;
}

.quick-enquiry .btn-outline-main {
  color: #ffffff !important;
}

.prod-item {
  padding: 20px;
  background-color: #f2f6f8;
  border-radius: 12px;
  margin-bottom: 20px;
}

.img-responsive {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.enquire-form div {
  padding: 5px 0px;
}

.prod-enquiry-list {
  padding: 6px;
  border: 1px solid #9aa1ab;
}

.prod-enquiry-list .remove-item {
  color: #444;
  margin-left: 20px;
}

.contact-info i {
  font-size: 36px;
}

.contact-info .details {
  padding: 10px 50px 11px 50px;
  padding-top: 10px;
}

.map-info {
  border: 1px solid #c0c0c0;
}

.confirm-container {
  min-height: 400px;
}

.nav-link .active {
  border-bottom: 3px solid #ffcc00;
}

.cat-list {
  margin-bottom: 20px;
}

.comp-logo {
  /*height: 20px !important;*/
}

@media (max-width: 520px) {
  .footer-links {
    padding-top: 10px !important;
  }
}

.footer-links {
  padding-top: 30px;
}

@media (max-width: 968px) {
  dl, ol, ul {
    padding: 7px;
  }
}

.dealer-container {
  padding: 20px;
  text-align: center;
  background-color: #4d4d4d;
  color: #fff;
}

.dealer-container-shade {
  padding: 5px;
  /*text-align: center;*/
  background-color: #ffcc00;
  /*color: #fff;*/
}

@media (max-width: 960px) {
  .why-us-container img {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .carousel-caption {
    display: none;
  }
}

.why-us-container .sub-content {
  color: #606063;
}

.main-nav .nav-item .active {
  border-bottom: 4px solid #3AC64D;
}

.main-nav .nav-link {
  border-bottom: 4px solid transparent;
}

.nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

.dealer-shade {
  padding: 4px;
  background-color: #ffcc00;
  margin: 0px 10px;
}

@media (min-width: 960px) {
  .nav.navbar-nav.ml-auto {
    margin-right: 20px;
  }
}

.list-count {
  background-color: #ffcc00;
  margin-left: 15px;
}

@media (max-width: 520px) {
  .quick-enquiry .bt-container {
    padding: 15px 0px;
  }
}

@media (max-width: 520px) {
  .quick-enquiry {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .quick-enquiry a {
    display: block;
    margin-top: 16px;
  }
}

@media (max-width: 520px) {
  .quick-enquiry .bt-container {
    display: block;
    width: 100%;
  }
}

.product-enq-list input {
  border: 2px solid #aaaaaa;
  width: 60px;
}

.btn-fill {
  background-color: #3AC64D !important;
}

.search-products {
  position: relative;
  width: 162px;
  margin-right: 1px;
}

.search-products a {
  position: absolute;
  right: 10px;
  color: #aaa;
}

#search-field {
  width: 100%;
  font-size: 14px;
  border-radius: 20px;
}

@media (max-width: 520px) {
  .footer-inner li {
    display: block !important;
    padding: 0px 0px 0px 0px !important;
    text-align: left;
  }
}

.footer-inner li {
  display: inline;
  padding: 0px 0px 0px 40px;
}

.footer-inner ul {
  text-align: right;
}

.search-products input {
  border-radius: 20px 0px 0px 20px;
  font-size: 14px;
  height: 39px;
}

.search-products button {
  border-radius: 0px 20px 20px 0px;
}

.btn-outline-secondary:hover {
  color: #444444;
  background-color: #fff !important;
  border-color: #8b8b8b;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #cccccc !important;
}

.product-info a {
  color: #444;
  text-decoration: underline;
}

.carousel-caption {
  text-shadow: 0px 0px 20px rgba(0,0,0,.8);
}

.btn {
  text-shadow: 0px 0px 0px rgba(0,0,0,.1) !important;
}

.list-main a {
  color: #363739;
  /*font-weight: 500;*/
}

.overlay-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 101;
  background-color: rgba(0,0,0,.5);
}

.social-media-icons {
  margin-top: -5px;
}

.services-box img {
  width: 100%;
  border-radius: 10px;
}

.services-box {
  height: 100%;
  /*border-bottom: 3px solid #3AC64D;*/
  /*background-color: #f4f4f4;*/
  position: relative;
}

.services-main a {
  height: 100%;
  text-decoration: none;
  color: #232338;
}

.ser-heading {
  position: absolute;
  border: 20px;
  width: 100%;
  bottom: 0px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0,0,0,.4);
  border-radius: 0px 0px 10px 10px;
}

.services-main {
  padding-bottom: 20px;
}

.pd-t-b-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.why-desertrain {
  background-color: #f8f9fb;
}

.category-lists {
  min-height: 450px;
}

.carousel-control-prev {
  display: none;
}

.carousel-control-next {
  display: none;
}

.pd-sm-5 {
    padding: 15px;
}

.img-list img{
    border: 1px solid #c0c0c0;
}

.carousel-indicators-up {
    position: relative !important;
    right: auto !important;
    margin-left: 0% !important;
    justify-content: left !important;
    margin-bottom: 85px;
}

.carousel-indicators-up li {
    width: 100px !important;
}

.main-banner .carousel-indicators li {
    border: 1px solid rgba(0,0,0,.3);
}

.pagination li a {
    padding: 8px 10px;
}
.pagination li {
    border: 1px solid #c0c0c0;
    margin: 5px;
    border-radius: 4px;
}
.bd-site {
  padding: 10px;
}

.bd-site .breadcrumb {
  background-color: #f3f4f5 !important;
}

.bd-site a {
  color: #555555 !important;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 14px;
}

.carousel-indicators {
  bottom: -35px;
}

/* updated 15th August 2021 */

/*  */

.search-icon {
  padding-left: 10px !important;
  margin-top: 5px;
}

.form-control-lg {
  height: 28px;
  padding: .2rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.list-pane h6 {
  font-weight: 600;
}

.list-pane h5 {
  font-weight: 600;
  color: #106f1d;
}

.country-head {
  padding-top: 20px;
}

.storelist-container {
  max-height: 580px;
  overflow: auto;
}

.footer-links a {
  display: inline-block;
}

@media (max-width: 1200px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-custom .navbar-collapse {
    display: flex!important;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

.form-control-borderless {
  border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

span {
}

.info-text {
  display: block;
  overflow: hidden;
  padding-left: 8px;
}

.pd-t-xss {
  padding-top: 5px;
}

.stores-list i {
  color: #a4a0a0;
}

.stores-list {
  padding: 10px 5px;
  border-bottom: 1px solid #dddddd;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: .25rem;
}

.search-icon {
  padding-left: 10px;
}

.list-pane {
  background-color: #f5f5f5;
  min-height: 600px;
}

.search-icon {
  padding-left: 10px;
}

.stores-list:hover {
  cursor: pointer;
  background-color: #E5E5E5;
}

.stores-list a:link , .stores-list a:hover,.stores-list a:visited {
  color: #212529;
}

.reset-search {
  font-size: 12px;
  font-weight: bold;
  color: #212529;
}

.cat-list-inside .carousel-indicators {
  margin-bottom: 125px !important;
}