body {
  font-weight: 400;
  color: #696969;
}

.navbar-light .sticky-area {
  background: #0069aa;
}

.search-btn {
  cursor: pointer;
  background: #0069aa;
  padding: 3px 12px !important;
  line-height: 32px;
  border-radius: 0px;
  margin-right: 0px !important;
  color: #fff !important;
}

img.img-busi {
  width: 220px;
}

.main-header .navbar {
  padding-top: 6px;
  padding-bottom: 6px;
}

:root {
  --blue: #0069aa;
}

.slider-content-box {
  background: #0000008c;
  padding: 30px;
}

.navbar-brand img {
  max-width: 100px;
  margin: auto;
}


.bg-hover-overlay::before {
  transition: all .3s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: auto;
  border: 2px solid #ffffff;
  width: 96%;
  height: 95%;
  background-color: transparent;
  border-radius: inherit;
}

.list-services-items img {
  width: 30px;
  margin-right: 5px;
}

.list-style-01 {
  box-shadow: 0 2px 7px 0 rgb(222 222 222 / 50%);
  border: 0px solid #ddd;
  /* padding: 10px; */
  background: #fff;
  border-radius: 7px;
  margin-bottom: 15px !important;
  min-height: 160px;
  margin-top: 15px;
}

.list-services-items li {
  margin-bottom: 5px;
}

footer {
  background: #eee;
}

.main-header .navbar .nav-link {
  text-transform: uppercase;
}

.sticky-area .bootstrap-select {
  width: 147px !important;
  border-radius: 0px !important;
}

.sticky-area .bootstrap-select button {
  width: 147px !important;
}

.banner_sec .page-title {
  padding: 33px 0px !important;
  text-align: center;
  justify-content: center;
}

.page-title nav {
  position: relative;
  z-index: 2;
}

.banner_sec .page-title h1 {
  text-align: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 10;
}

.side-featured-products-box {}

.list-inner-style ul {
  padding-left: 0px;
}

.point-list-style-1 {
  margin-top: 7px;
}


.badge-indigo {
  color: #fff;
  background-color: #6969eb;
}

.profile_banner_content {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.profile_info_box img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0px 0px 11px #c5c5c5;
}



.vendor-login-register .hero-wrap {
  position: relative;
  overflow: hidden;
}

.vendor-login-register .hero-wrap .hero-mask,
.vendor-login-register .hero-wrap .hero-bg,
.vendor-login-register .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.vendor-login-register .hero-wrap .hero-mask {
  z-index: 1;
}

.vendor-login-register .hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}

.vendor-login-register .hero-wrap .hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.vendor-login-register .hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.vendor-login-register .hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.vendor-login-register .hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}

.vendor-login-register .hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.vendor-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer,
.vendor-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.vendor-login-register .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

.main-header .main-menu .dropdown-menu-listing {
  left: 0px;
}

.services-category-menu {
  padding-top: 0px;
}

.home_slider .custom-vh-02 {
  min-height: 400px !important;
}

.main-header .main-menu .nav-item {
  text-align: center;
}



.services-category-img {
  display: block;
  width: 30px;
  height: 30px;

  text-align: center;
  margin: auto;


}

.home_slider .slick-slider .slick-dots {
  display: none !important;
}

.bottom_footer {}


.services-category-icon-box {
  border: 1px solid #ddd;
  padding: 14px;
  height: 100%;
}

.services-category-icon-box img {
  width: 30px;
  height: 30px;
}


.services-category-icon-box h5 {
  font-size: 14px !important;
}

#resultLoading .card-box {
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px;
}

#resultLoading .card-box img {
  height: 50px;
}

.services-list-page #listing_tbl a {
  cursor: pointer;
}

form#hr_search {
  display: flex;
  flex-grow: 12;
  border: 1px solid #eee;
}

form#hr_search .form-control-lg {
  height: auto;
  padding: 10px 2px;
  font-size: 12px;
}

form#hr_search input.form-control-lg {
  padding: 8px 5px !important;
  height: 40px;
  width: 100%;
}

form#hr_search .search_box2 {
  border-radius: 0px;
}

form#hr_search .search_box1 {
  border-radius: 3px 0px 0px 3px;
  border-right: 0px;
}

form#hr_search .form-control-lg:focus {
  border-color: #ededed;
}

.bootbox.modal .modal-header {
  padding: 5px 15px;
}

.bootbox.modal .modal-title {
  font-size: 16px;
}

label.error {
  color: red;
  font-size: 12px;
}

.form-control:focus {
  border-color: inherit;
  outline: none;
  box-shadow: unset;
}

.dropdown-menu.datepicker-dropdown {
  padding: 15px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: not-allowed;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  cursor: not-allowed;
}


.sr-only {
  position: absolute;
  left: -9999999px;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

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

.hp-search-icon {
  position: absolute;
  left: 15px;
  top: 8px;
  color: #0069aa;
}

.form-underline .btn {
  padding: 3px 10px !important;
}

.form-search-tags .tags .item {
  display: inline-block;
  border: 1px solid #0069aa;
  border-radius: 50px;
  padding: 2px 20px;
  font-size: 10px;
  margin: 10px;
  justify-content: flex-start;
  /* margin-right: 0px; */
  /* margin-right: 5px; */
  cursor: pointer;
  transition: .3s ease all;
}

.form-search-tags .tags .item:hover a {
  color: #fff !important;

}

.form-search-tags .tags .item:hover {
  background: #0069aa;
  color: #fff !important;
}


.form-search-tags .tags {
  margin-left: 20px;
}

.form-underline.form-group {
  margin-bottom: 0px !important;
}

input.form-control-underlined {
  padding-left: 30px;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: unset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: unset;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

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

.carousel-item.overlay-body .carousel-caption {
  background-color: #00000070;
}

.carousel-item.overlay-body .carousel-caption .toggleHeading {
  color: #fff;
}

.vendor-single-page .profile_info_box img {
  object-fit: contain;
}

.video-section iframe {
  width: 100%;
  height: 300px;
}

.list-style-01 .bg-hover-overlay::before {
  display: none;
}

/* Masonry container */
.vendor-single-page .masonry {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}

.vendor-single-page .item {
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
}

.vendor-single-page .item img {
  max-width: 100%;
  height: auto;
}

.services-category-img {
  display: block !important;
}

.service-finder-list {
  text-align: center;
  padding: 0px;
}


.service-finder-list li {
  border: 1px solid #fff;
  margin-bottom: 8px;
  vertical-align: top !important;
  margin-right: 0px !important;
  position: relative;
  text-align: center !important;
}

.service-finder-list li .services-category-icon-box {
  border: 0px solid #ddd;
  padding: 4px;
  margin: auto;

  border-radius: 50%;
}

.service-finder-list li a {
  text-align: center !important;
}

.service-finder-list li h5 {

  word-break: break-word;
  padding-bottom: 10px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0px !important;
  margin: auto !important;
  width: 100px;
  font-weight: 400;
  color: #696969;

}


.service-finder-list li:hover {
  border: 1px solid #ddd;
  background: #eee;
}

.breadcrumb_sec.banner_sec {
  background: #b8cce3 !important;
  padding: 10px 0px;
}

.breadcrumb_sec.banner_sec .page-title {
  padding: 0px 0px !important;
  text-align: center;
  justify-content: center;
}

.breadcrumb_sec.banner_sec .page-title h1 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000 !important;
  line-height: 30px;
  text-align: left;
}

.breadcrumb_sec.banner_sec .breadcrumb.text-light .breadcrumb-item {
  color: #000;
  text-transform: capitalize;
}

.breadcrumb_sec.banner_sec .breadcrumb.text-light .breadcrumb-item.active {
  color: #3d7bc0;
}

.bg-overlay::before {
  background-color: var(--light-bg) !important;
}

.main-header .navbar .nav-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff !important;
}

.main-header .main-menu .dropdown-menu-listing .dropdown-item {
  padding: 0px 15px;
  font-size: 13px;
}


.btn-secondary {
  color: #fff;
  background-color: #0069aa;
  border-color: #0069aa;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #0069aa !important;
  border-color: #0069aa !important;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #0065aa;
  border-color: #0065aa !important;
  box-shadow: none;
  border: 1px solid;
  padding: 5px 0px;
}


.btn-primary:hover {
  color: #fff;
  background-color: #0065aa;
  border-color: #0065aa;
  box-shadow: none;
  border: 1px solid;
}


.bg-secondary {
  background-color: #0069aa !important;
}

.text-primary {
  color: #0069aa !important;
}

.bg-secondary i {
  color: #fff !important;
}

footer {
  background: #fff;
}

.bottom_footer {
  background: #0069aa !important;
  border-top: 1px solid #0069aa;
  padding: 5px 0px;
}

footer h4.text-heading {
  color: #0069aa !important;
}

a.hover-primary:hover {
  color: #0069aa !important;
}

footer ul li a.text-gray-light {
  color: rgb(135 135 135) !important;
  font-size: 12px;
  font-weight: 300 !important;
  line-height: 12px !important;
  transition: .6s ease all;
}

footer ul li a.hover-primary:hover {
  color: #0069aa !important;
  padding-left: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f4cb1a;
}

.bg-primary {
  background-color: #0069aa !important;
}


.heading-divider {
  background-color: #f4cb1a;
}



.vertical-listing .list-style-01 {
  border: solid 1px #ddd;
  margin: 0px 7px 5px 7px;
}








@media (min-width: 750px) {
  .vertical-listing .list-style-01 .hover-change-image img {
    width: auto;
    min-height: unset;
    max-height: 140px;
    margin: auto;
    border-radius: 0px;
  }
}









@media only screen and (max-width: 320px) {
  .vendor-single-page .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .vendor-single-page .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .vendor-single-page .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 1201px) {
  .vendor-single-page .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}



@media (min-width: 750px) {

  .horizontal-listing .list-style-01 .hover-change-image {
    height: 173px;
    box-shadow: 0px 0px 0px #f2f2f2;
    padding: 10px;
  }

  .horizontal-listing .list-style-01 .hover-change-image img {
    width: auto;
    max-width: 160px;
    min-height: unset;
    max-height: 150px;
    margin: auto;
    border-radius: 0px;
    border: 2px solid #a3a3a3 !important;
    box-shadow: 0px 0px 11px #c5c5c5;
    padding: 5px;

  }

}



/*responsive*/


@media(min-width:768px) {}



@media(min-width:991px) {

  .navbar-brand {
    padding: 0px;
    /*   position: relative;
    z-index: 1;
    left: 100px;top:0px*/
  }

  .navbar-light .sticky-area {
    background: #2e549b;
    /*
background: -webkit-linear-gradient(90deg, #fff 20%, #f4cb1a 20%);
  background: -o-linear-gradient(90deg, #fff 20%, #f4cb1a 20%);
  background: -moz-linear-gradient(90deg, #fff 20%, #f4cb1a 20%);
  background: linear-gradient(90deg, #fff 20%, #f4cb1a 20%);*/
  }





}



@media (min-width: 1200px) {

  .custom-arrow-center .slick-arrow.slick-next {
    margin-right: 0px
  }

  .custom-arrow-center .slick-arrow {
    margin-right: 40px;
    margin-top: 140px;
  }

  .navbar-light .sticky-area {
    background: #0067aa;
    border-bottom: 1px solid #eee;
    /*
background: -webkit-linear-gradient(70deg, #fff 18%, #f4cb1a 18%);
  background: -o-linear-gradient(70deg, #fff 18%, #f4cb1a 18%);
  background: -moz-linear-gradient(70deg, #fff 18%, #f4cb1a 18%);
  background: linear-gradient(70deg, #fff 18%, #f4cb1a 18%)!important;*/

  }


}



@media (max-width: 1199px) {
  .main-header .navbar .nav-link {
    display: inline-block;
    font-size: 13px;
    color: #fff !important;
  }

  .navbar-light .sticky-area {}

  .search_box1 {
    border: 0px solid #ddd;
  }

  .search_box .form-control-lg {
    border-radius: 0px;
  }

  .main-header .sblist_nav li a.nav-link {
    font-size: 12px;
  }

  .search-btn {
    border-radius: 0px;
  }

}



.text-white {
  color: #fff !important;
}

@media(max-width:991px) {

  .services-category-img {
    display: none;
  }

  .navbar-light .navbar-toggler {
    position: absolute;
    top: 33px;
    z-index: 100;
    right: 34px;
    background: #0069aa;
    padding: 2px 8px !important;
  }

  .main-header.header-mobile-lg .main-menu .dropdown-menu {
    text-align: center;
  }

  .main-header.header-mobile-lg .sticky-area {
    background-color: #d5d5d5 !important;
  }

  .main-header .navbar .nav-link {
    color: #fff !important;
  }

  .profile_banner_sec .rating_list_style1 {
    justify-content: center;
  }

  #primaryMenu01.navbar-collapse {
    background: #0069aa;
    position: fixed;
    z-index: 1117;
    left: 0px;
    padding: 12px;
    right: 0px;
    top: 43px;
    width: 100% !important;
  }

  .sblist_block {
    order: 1;
  }

  .navbar-brand {
    order: 2;
  }

  .search_box {
    order: 3;
  }

  .menu_btn {
    order: 4;
  }

  .main-header.header-mobile-lg .sticky-area {
    padding-bottom: 2px;
  }
}



@media(max-width:767px) {

  .main-header.header-mobile-lg .main-menu .dropdown-menu {
    text-align: left;
  }

  .footer-logo {
    width: 120px;
    margin: auto;
  }

  form#hr_search .search_box1 {
    width: 90px
  }

  form#hr_search .search_box2 {
    width: 90px
  }


  .slick-slider .box .slider-content-box h1 {
    font-size: 28px !important;
    font-weight: 800;
  }

  .slick-slider .box .slider-content-box p {
    font-size: 15px !important;
    font-weight: 400;
  }

  .main-header .sblist_nav li a.nav-link {
    padding: 0px
  }

  .services-category-img {
    display: none;
  }

  .main-header .main-menu .nav-item {
    text-align: left;
  }


  .profile_banner_sec .rating_list_style1 {
    justify-content: start;
  }

  .flex-1 {
    -ms-flex: 1 !important;
    flex: 1 !important
  }

  .flex-3 {
    -ms-flex: 3 !important;
    flex: 3 !important
  }

  .sblist_nav {
    justify-content: center;
    padding: 0px !important;
  }

  .sblist_block {
    width: 100%;
    padding: 0px
  }

  .sticky-area .container-fluid {
    padding: 0px;
  }



  .main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;

  }

  .sticky-area .bootstrap-select button {
    width: 57px !important;
  }

  .sticky-area .bootstrap-select {
    width: 57px !important;
    border-radius: 0px !important;
  }

  .navbar-brand img {
    width: 60px;
  }


}

@media(max-width:550px) {

  .service-finder-list li {
    width: 93px
  }

  .navbar-light .navbar-toggler {
    top: 25px;
  }

  .breadcrumb.text-light .breadcrumb-item {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .main-header .sblist_nav li a.nav-link {
    font-size: 11px;
  }

  .navbar-brand img {
    width: 60px;
  }

  .search_box {
    padding: 0px;
  }

  .sticky-area .bootstrap-select {
    height: 44px;
  }

  .sticky-area .bootstrap-select button {
    height: 44px !important
  }

  .search_box .form-control-lg {
    height: 44px;
  }

  .search-btn {
    height: 43px;
    line-height: 36px;
    padding: 7px 7px !important;
    right: -1px;
  }


}



.profile_banner_sec .bg-cover {
  padding: 15px 0px !important;
}

.profile_banner_sec+.shadow-5 {}

.profile_page_content .primary-sidebar .primary-sidebar-inner .card

/*.profileinfo_card*/
  {
  border: 1px solid #d9d9d9
}

.profile_deep_info_box {
  border: 1px solid #d9d9d9
}

.right_box_profile_details .bg-white {
  border: 1px solid #d9d9d9;
  border-radius: 0px !important;
}

.card-body.profile_info_box p {
  margin-bottom: 0px !important
}

.primary-content article p {
  margin-bottom: 5px;
}

.gallery_sec1 .card-body h4.card-title {
  margin-bottom: 15px !important;
  line-height: 8px !important;
}

.vendor-single-page .masonry {
  margin: 0px;
}


.hero-mask.opacity-8.bg-primary {
  background-color: #0069aa !important
}


.socials.action_group_btn {
  margin-top: 10px;
}

.socials.action_group_btn .item {
  background: #0069aa;
  border-radius: 39px;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}


.socials.action_group_btn .item:hover {
  background: #0069aa;
}


.main-header .navbar .nav-link:hover {
  color: #00aedc !important;
}


.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0069aa;
  border-color: #0069aa;
}

.listing_sec_hm {
  background-color: #f3f5f7;
}

.point-list-style-1 li.text-gray {
  font-weight: 400 !important;
  color: #696969 !important;
}



.add_box {}

.list_box_detail h6 {
  background: #0069aa;
  border-radius: 33px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  display: initial;
  margin-bottom: 0px !important;
  padding: 2px 15px;
}

.card-btn-enquiry.btn-secondary {
  border-radius: 28px !important;
  padding: 10px 51px !important;
}

.page_header_sec .breadcrumb {
  position: relative;
  z-index: 111;
  color: #fff;
}

.profile-pane .breadcrumb {
  position: relative;
  z-index: 111;
  color: #fff;
}




.breadcrumb.text-light .breadcrumb-item {
  text-transform: capitalize;
  color: var(--text-dark) !important;
}

.page_header_sec {
  padding: 10px 0px
}

.border-radius-50px {
  border-radius: 50px !important;
}

.view-count {
  padding: 1px 28px;
  background: #ddd;
  display: initial;
  margin: auto;
  width: auto;
  border-radius: 43px;
  margin-bottom: 0px;

}

.copy-right-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300 !important;
}

.bottom_footer p.powered-by {
  font-size: 12px;
  font-weight: 300 !important;
}

.bottom_footer {
  padding: 5px 0px !important;
}

.slick-arrow:hover {
  color: #fff;
  background-color: #0069aa;
}

.main-header .main-menu .nav-link::before,
.main-header .main-menu .dropdown-header::before {
  background-color: #0069aa;
}



.navbar-brand span {
  top: 0px;
  font-size: 11px;
  background: #d68140;
  padding: 0px 4px;
  position: fixed;
  color: #fff;
  right: 0px;
}




/* Social Icons */
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 2px;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #FFF;
  border-radius: 100%;
  display: block;
  height: 2.4em;
  font-size: 1.1em;
  line-height: 2.4em;
  width: 2.4em;
  text-align: center;
  color: #0069aa;
  text-decoration: none;
}

.social-icons li:hover a {
  background: #0069aa;
  color: #FFF !important;
}

.powered-by img {
  width: 24px;
}


.privacy-content p {
  text-align: justify;
  font-size: 13px;
}

.privacy-content h5 {
  font-size: 16px;
}

.privacy-content h4 {
  font-size: 18px;
}

.form-control.disabled {
  cursor: no-drop;
}



.vn-enquiry-btn .bg-primary {
  background-color: #0069aa !important;
}

.profile_banner_content .detail_page_sector {
  background: #0069aa;
  display: initial;
  border-radius: 13px;
  padding: 3px 10px;
}

.profile_banner_content .detail_page_address {
  margin-top: 10px;
}

.img-gallery-magnific .masonry-item .image-popup-vertical-fit img {
  border: 2px solid #fff;
}

.img-gallery-magnific .masonry-item .image-popup-vertical-fit:hover img {
  border: 2px solid #a3a3a3;
  box-shadow: 0px 0px 5px #878484;
}

.trusted-stamp {
  position: absolute;
  right: 5px;
  width: 50px;
  z-index: 100;
  top: 5px;
}

.services_view .trusted-stamp {
  position: absolute;
  right: -5px;
  width: 50px;
  z-index: 100;
  top: -5px;
}

.share-icons {
  padding: 0px;
}

.share-icons li {
  display: inline-block;
  color: red;

  width: 50px;
}

.social-shares {
  text-align: center;
}

.share-icons li a {
  background: #0069aa;
  color: #fff;
  padding: 7px 10px;
}

.modal-header {
  border-radius: 0px !important;
}

.bootbox.modal .modal-header {
  padding: 5px 15px;
  background: #0069aa;
  color: #fff;
}

.bootbox.modal .modal-header h5 {
  color: #fff;
}

.modal-header .close {
  padding: 1px;
  margin: 0px;
  color: #fff;
  font-weight: 200;
}

a.hover-primary:focus {
  color: #0069aa !important;
}

.modal-content {
  border-radius: 0px !important;
}


.rating_list_style1 li {
  align-self: center;
}

.total_rating {
  color: #4fa746
}

.bg-light-blue {
  background-color: #ebf4ff !important;
}

.vendor-single-page section .card {
  border: 1px solid #d9d9d9;
}

.ui-base-tables table th,
.ui-base-tables table td {
  font-size: 12px;
  padding: 5px 5px;
}

.ui-base-tables table td a {
  word-break: break-word;
}

.home-counterup-section p {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 18px;
}

.home-counterup-section i.icon {
  font-size: 30px;
  color: #0069aa;
}

.home-counterup-section span.counts {
  font-size: 23px;
  color: #ed8539;
  font-weight: 600;
}

footer.footer {
  position: initial !important;
  box-shadow: 0px 0px 10px #0000002b;
  text-align: center;
}

main#content {
  padding-bottom: 0px !important;
}

a.vendor-btn {
  background: #0069aa;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
}

.vendor-img {
  margin-bottom: 20px;
}

.p-25 {
  padding: 0px 0px;
}

.slick-initialized .slick-slide {
  display: flex !important;
  /* align-items: center; */
}

.ongoing-work .vendor-content {
  margin-left: 20px;
}

.slick-slider img {
  width: 170px;

}

.ongoing-work .slick-slide img {
  width: 170px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  object-fit: contain;
  background: white;
  border: 1px solid #eee;
}

.ongoing-work span {
  color: #1e1e1e;
  font-size: 10px;
  display: block;
  font-weight: 500;
}

.ongoing-work h6 {
  line-height: 15px;
  font-size: 14px;
  line-height: 18px;
}

.ongoing-work h6 a {
  line-height: 18px;
}

#target-div .text-custom {
  color: #f3b013 !important;
}

#target-div .text-muted {
  color: #ddd !important;
}

#target-div-hint {
  color: green;
  font-weight: 400;
  display: none;
}

.dashboard .box input {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 11px;
  width: 100%;
}

.dashboard .box input::placeholder {
  font-size: 11px;
}

.dashboard .box .btn-round {
  padding: 0px 12px !important;
  margin-top: 5px;
  border-radius: 4px !important;
}

.header-tile-box .card-box {
  background-color: #fbfbfb;
  border: 1px solid #eee;
}

.header-tile-box .card-box i {
  position: absolute;
  right: 35px;
  font-size: 35px;
  color: #0069aa;
}

.header-tile-box .card-box h2,
.header-tile-box .card-box h6 {
  color: #252525;
}

.btn-pink {
  background-color: #0069aa !important;
  border-color: #0069aa !important;
  border-radius: 50px !important;
  padding: 0px 10px !important;
  color: #fff;
  font-size: 12px;
  border-width: 1px;
}

.header-tile-box .card-box h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
}

.header-tile-box .card-box a i {
  position: initial;
  font-size: 14px;
  margin-right: 6px;
  color: #fff !important;
}

input.copy-input {
  border-radius: 30px !important;
  border: 1px solid #ddd;
  padding: 1px 15px;
  margin-right: 5px;
  font-size: 14px;
}

#shareReview .social-media .icon {
  font-size: 34px;
  border-radius: 30px;
  padding: 14px;
  width: 60px;
  height: 60px;
  line-height: 35px;
  margin: auto;
}

#shareReview .social-media .icon.whatsapp {
  background: #66d367;
}

#shareReview .social-media .icon.facebook {
  background: #3b5998;
}


#shareReview .social-media .icon.mail {
  background: #ff0000;
}


#shareReview .social-media .icon i {
  color: #fff;
}

#shareReview .social-media {
  display: flex;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #f1f1f1; */
  padding-bottom: 10px;
}

#shareReview .social-media .icon span {
  display: block;
}

#shareReview .mr-20 {
  margin-right: 20px;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  padding-right: 20px;
}

#shareReview .modal-header .close {
  color: #000;
}

#shareReview .mr-20:last-child() {
  border-right: 1px solid transparent !important;
}

#shareReview .modal-header {
  padding: 5px 15px;
}

#shareReview .copy-url {
  margin-bottom: 20px;
}

#shareReview .btn-pink {
  padding: 2px 10px !important;
}

.profile-page .profile-pic {
  background: #fff;
  border-radius: 7px;
  height: 100%;
  border: 1px solid #eee;
  text-align: center;
}

.profile-page .profile-pic img {
  padding: 20px;
  border-radius: 50%;
}

.badge-muted {
  color: #fff;
  background-color: #4a4a4a;
}

.chat-screen ul.nav {
  display: block;
}

.chat-screen form.search input {
  padding-left: 40px !important;
  border: 1px solid #e9edef;
  padding: 16px 0px !important;
  border-radius: 7px !important;
  background: #e9edef;
  width: 100% !important;
  padding-left: 40px !important;
}

.chat-screen form.search input:focus {
  color: #333 !important;
}

.chat-screen .app-search .form-control {
  color: #000 !important;
}

.chat-screen form.search {
  padding: 15px;
}

.chat-screen li.app-search {
  border-bottom: 1px solid #e9edef;
  padding-top: 0px;
}

.chat-screen form.search a i {

  color: #3a3a3a;
  left: 25px;
  font-weight: 400;
}

.chat-screen li.app-search form {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.chat-screen ul.nav {
  border: 1px solid #eee;
  height: 450px;
  overflow: auto;
}

.chat-screen .nav-tabs .nav-link.active:before {
  display: none;
}

.chat-screen .nav-tabs .nav-link {
  border-radius: 0px;
  line-height: 18px;
}

.chat-screen .nav-tabs .nav-item:not(.active)+.nav-item {
  margin-left: 0px;
  border-bottom: 1px solid #eee;
}

.chat-screen .nav-tabs .nav-link.active {
  box-shadow: none;
}

.chat-screen .nav-tabs .nav-link {
  background-color: #fff;
}

.chat-screen .nav-tabs .nav-link.active {
  background-color: #e9edef;
  color: #222;
  width: 100%;
  padding: 5px 15px;
}

.chat-screen img.business-logo {
  width: 60px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  padding-left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  object-fit: contain;
}

.imgg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ccc;

}

.chat-screen ul.nav li.nav-item {
  display: flex;
  align-items: center;
}

.chat-screen .nav-tabs .nav-link {
  padding: 5px 15px;
  width: 100%;
}

.chat-screen .nav-link span.msg {
  display: block;
  font-size: 10px;
  font-weight: 200;
  line-height: 12px;
}

.chat-screen li.nav-item a.nav-link span.time {

  font-size: 9px;
  color: #0069aa;
}

.dashboard-wrapper .tab-content {
  padding: 0px;
}

.dashboard-wrapper .tab-head a {
  color: #000;
  line-height: 18px;
  padding-left: 0px;
}

.dashboard-wrapper .tab-head {
  width: 100%;
  color: #000 !important;
  background: #e9edef;
  padding: 5px 10px;
}

/* .dashboard-wrapper .tab-content .tab-pane {
  padding: 20px;
} */

.dashboard-wrapper .tab-content .tab-msg .reciever p {
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
  padding: 6px 7px 8px 9px;
  background-color: #fff;
  margin-right: 20%;
  border-radius: 9px;
}

.dashboard-wrapper .tab-content .tab-msg .reciever p span,
.dashboard-wrapper .tab-content .tab-msg .sender p span {
  text-align: right;
  display: block;
  font-size: 10px;
  color: #858585;
}


.dashboard-wrapper .tab-content .tab-msg .sender p {
  line-height: 14px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
  padding: 6px 7px 8px 9px;
  background-color: #d9fdd3;
  margin-left: 20%;
  border-radius: 9px;
}

.dashboard-wrapper .tab-msg {
  background-color: #efeae2;
  height: 325px;
  overflow: auto;
}

.dashboard-wrapper .tab-msg .tab-msg-overlay {
  padding: 20px;
  height: 100% !important;
  background-image: url("../../frontend/images/customers/chat-bg.png");
}

.dashboard-wrapper .tab-send {
  background: #e9edef;
  padding: 10px;
}

.dashboard-wrapper .tab-send input {
  width: 95%;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 8px;
  font-size: 12px;
}

.dashboard-wrapper .tab-send input:focus-visible {
  outline: none;
  border: 1px solid #ddd;
}

.padding-10 {
  padding: 0px 25px;
}

/* width */
.dashboard-wrapper .tab-msg::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.dashboard-wrapper .tab-msg::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dashboard-wrapper .tab-msg::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
.dashboard-wrapper .tab-msg::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* width */
.chat-screen ul.nav::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.chat-screen ul.nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.chat-screen ul.nav::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
.chat-screen ul.nav::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.dashboard-wrapper .tab-send button i {
  font-size: 24px;
  position: relative;
  top: 5px;
  color: #0069aa;
}

.dashboard-wrapper .tab-send button {
  border: transparent;
  padding: 0px;
  background: transparent;
}

.btn-msg {
  background-color: #fff !important;
  border: 1px solid #0DC143;
  border-color: #0DC143 !important;
  color: #0DC143;
}

.btn-black {
  background-color: #fff !important;
  border-color: #333 !important;
  color: #000;
}

.transactions button {
  margin-right: 10px;
}

.transactions .card-box h6 {
  color: #0069aa;
  font-weight: 600;
}

.transactions .card-box p {
  text-align: justify;
  line-height: 14px;
  font-size: 12px;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.transactions .header-tile-box .card-box {
  background-color: #fff;
  border: 1px solid #eee;
}

.transactions .modal#custMsg button.close,
.transactions .modal#rating button.close,
.transactions .modal#viewDetails button.close {
  position: absolute;
  right: -20px;
  font-weight: 500;
  background: red;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  color: #fff;
  opacity: 1;
  top: -10px;
}

.pt-20 {
  padding-top: 0px;
}

.transactions .dashboard-wrapper .tab-send {
  background: #e9edef;
  padding: 10px;
  justify-content: space-between;
  display: flex;
}

.transactions .dashboard-wrapper .tab-send input {
  width: 90%;
}

.transactions .modal#rating .rating-numb {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
  position: relative;
  top: 15px;

}

.transactions .modal#rating .rating-numb span {
  font-size: 14px;
  font-weight: 400;
}

.transactions .modal p.total-rating {
  color: #000;
  font-size: 12px;
  margin-bottom: 0px;
}

.transactions .modal #readOnly i,
.transactions .modal #score i {
  font-size: 20px;
  padding: 10px 0px;
}

.transactions .modal #readOnly i.text-success,
.transactions .modal #score i.text-danger {
  color: rgb(255, 221, 0) !important;
  /* font-size: 20px; */
}

.pb-20 {
  padding-bottom: 0px;
}

.transactions .modal p.rate-vendor {
  margin-bottom: 0px;
}

hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-top: 1px solid rgb(249 249 249) !important;
  width: 100%;
}

.transactions .modal#rating input {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}

.transactions .modal#rating input:focus-visible {
  outline: none;
}

.transactions .modal#rating .btn-round {
  font-size: 12px;
  padding: 1px 15px !important;
}

.br-right {
  border-right: 1px solid #ddd;
}

.vendor-module .page-title-box {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pos-fixed-right-center-cust {
  top: 50%;
  right: 0px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.vendor-module .navbar-custom {
  background-color: #3d7bc0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px;
  margin-left: 0px;
  min-height: 70px;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
}

.vendor-module .navbar-custom form input::placeholder {
  color: #ffffffcc;
}

.vendor-module .navbar-custom .form-control {
  border: 1px solid rgb(216 216 216);
  font-size: 13px;
  height: 34px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(129, 138, 145, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 100% !important;
}

.vendor-module .app-search a {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.mr-t-80 {
  margin-top: 80px;
}

.vendor-module .events ul li.finish {
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
  height: none !important;
  text-transform: none !important;
  border: none !important;
  color: none !important;
  font-size: initial !important;
  padding: none !important;
  text-shadow: none !important;
  line-height: none !important;
}

.vendor-module .timeline:before {
  display: none;
}

body.vendor-module {
  padding-bottom: 0px;
}

.vendor-module .events-content {
  width: 100%;
}

.vendor-module .form-control {
  border-radius: 0px;
  font-weight: 200;
}

.vendor-module {
  font-family: 'Poppins' !important;
}

.vendor-module .dashboard-content .card-box.tilebox-one h2 span {
  font-family: 'Poppins';
}

.vendor-final-step p {
  margin-bottom: 0px;
  font-size: 11px;
}

.vendor-final-step {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
}

.mlb-50 {
  margin-left: 40px;
  margin-bottom: 20px;
}

i.vendor-final-icons {
  color: #0069aa;
  position: absolute;
  left: -20px;
  font-size: 20px;
  top: 10px;
}

.vendor-module input[type=checkbox] {
  height: fit-content;
}

.vendor-module .checkbox-display {
  display: inline-block;
  text-align: left;
}

.vendor-module .checkbox-display .checkbox {
  margin-right: 20px;
  display: inline-block;
}

.mr-t-80 {
  margin-top: 100px;
}

.vendor-module .analytics a.btn-analytics {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  background: #3d7bc0;
  padding: 3px 10px;
  border-radius: 13px;
}

.transactions .trans .basic_details {
  padding: 15px;
}

.transactions .trans .basic_details span {
  font-size: 12px;
  color: #000;
  display: block;
}

.transactions .trans .basic_details h6.complete {
  color: green;
  font-weight: 700;
}

.transactions .trans .sl-no {
  background: #ffffff;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid;
  color: #858585;
  border: none;
  /* padding: 3px; */
  box-shadow: 0px 0px 2px #0000004f;
  position: absolute;
  left: 3px;
  top: -12px;
}

.transactions .trans .basic_details h6.pending {
  color: #0069aa;
  font-weight: 700;
}

.transactions .trans .basic_details i.green {
  color: #5dc245;
}

.transactions .trans .basic_details i.yellow {
  color: #ffe101;
}

.transactions .trans .basic_details i.red {
  color: #dc0000;
}

.transactions .transact .tab-content {
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0px;
}

.transactions .transact .tab-content .card-box {
  /* display: flex; */
}

.transactions .transact .tab-content .card-box .item {
  margin: 0px 5px;
}

.transactions .transact .tab-content .card-box .item img {
  border-radius: 0px;
}

.transactions .transact ul.nav-pills li.nav-item a.nav-link span.nos {
  font-size: 12px;
  font-weight: 300;
  margin-left: 3px;
}

.transactions .transact .nav-pills .nav-link.active {
  color: #fff;
  background-color: #0069aa;
  border-radius: 50px;
  padding: 3px 25px;
}

.transactions .transact .nav-pills .nav-link {
  border-radius: 50px;
  padding: 3px 25px;
}

ul.nav.nav-pills {
  margin: 15px 0px;
}

.transact .trans {
  padding-bottom: 25px;
}

.transact .trans:last-child {
  padding-bottom: 0px !important;
}

.btn-red {
  background-color: #fff !important;
  border-color: #0069aa !important;
  box-shadow: none !important;
  color: #0069aa;
}

.br-1 {
  border-right: 1px solid #ddd;
}

.company-stats {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.height-gallery {
  height: 365px;
  background: #fff;
  overflow: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 15px 0px;
}


/* width */
.height-gallery::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.height-gallery::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.height-gallery::-webkit-scrollbar-thumb {
  background: rgb(140, 170, 255);
}

/* Handle on hover */
.height-gallery::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.timeline .events.cust-events {
  width: 70% !important;
}



.home-search-sec .overlay {
  /* height: 100vh; */
  background: #ffffff;
}

.p-20 {
  padding: 10px;
}

.vendor-listing .item img {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  object-fit: scale-down;
  background-color: #f0f0f0;
}

.vendor-listing .item-content {
  /* margin-left: 15px; */
}

.vendor-listing .item-content p {
  font-size: 12px;
  color: #000;
  line-height: 15px;
  text-align: justify;
  margin-bottom: 5px;
}

.vendor-listing .item-content .tags .item {
  /* display: inline-block; */
  margin-right: 0px;
  margin-bottom: 0px;
  background: #0069aa;
  color: #fff;
  padding: 0px 6px;
  border-radius: 50px;
  font-size: 9px;
  margin: 0px 5px;
}



.btn-white {
  background: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: .3s ease all;
  font-size: 16px;
}

.btn-white:hover {
  background: transparent;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
}

.other-service-input input {
  height: auto;
  font-size: 12px;
  border: 0px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.other-service-input label {
  color: #000000;
  font-size: 14px;
}

.other-service-input i {
  background: #0069aa;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
  line-height: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.other-service-input span {
  color: #0069aa;
  font-size: 10px;
}

.other-service-input textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.other-service-input textarea:focus-visible {
  outline: 0px;
}

.other-service-input iframe {
  border-radius: 5px;
  box-shadow: 0px 10px 10px #d2d2d230;
  width: 100%;
  height: 300px;
}

a.navbar-brand span i img {
  width: 18px;
  margin-right: 5px;
  background: #fff;
}

a.navbar-brand span.canada {
  right: 40px;
  background: #CE2A27;
  color: #fff;
  padding: 0px 5px;
  border-bottom: 0px;
}

form.search a i {
  position: absolute;
  left: 40px !important;
  top: 27px !important;
}


.rating-stars .filled-stars .star {
  color: green !important;
}

.form-group .img-gal {
  width: 100%;
  height: 150px;
  /* background: #eee; */
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group .img-gal img {
  width: auto;
  max-height: 150px;
}

.almost-done-logo {
  width: 100%;
  height: 150px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}

.almost-done-logo img {
  max-height: 150px;
  margin: auto;
  width: auto;
}

.badge.accepted {
  background: #ffba00 !important;
  border-radius: 5px !important;
  font-size: 10px;
  color: #fff !important;
}

.badge.waiting,
.badge.cancel {
  background: #ff0000 !important;
  border-radius: 5px !important;
  font-size: 10px;
  color: #fff !important;
}

.badge.closed,
.caption-success {
  background: #3dae00 !important;
  border-radius: 5px !important;
  font-size: 10px;
  color: #fff !important;
}

.pending-service-img {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  margin-bottom: 10px;
}

.pending-service-img img {
  width: auto !important;
  max-height: 150px !important;
}

.transact p {
  text-align: justify;
  line-height: 14px;
  font-size: 12px;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.item .tran-img {
  border-radius: 5px;
  border: 1px solid #eee;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item .tran-img img {
  width: auto;
  max-height: 100px;
}

select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

#adv-search .form-group .form-control:last-child {
  border-radius: 0px !important;
}

.tab-content>.active {
  display: block;
  background: #fff;
}

#myTabaltContent.tab-content {
  padding: 20px;
  height: 230px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
}

.tab-pane i {
  color: #0069aa;
}

.home-search-sec h1 {
  font-size: 60px;
  /* width: 600px; */
  margin: auto;
  font-weight: 500 !important;
}

.home-btn button {
  width: max-content;
  padding: 5px 40px;
  margin-top: 20px !important;
  margin: auto;
}

p.leads {
  font-size: 15px;
  color: #fff;
  text-align: justify;
  margin-bottom: 15px;
  line-height: 20px;
}

.ptb-50 {
  padding: 50px 0px;
}

.dark-text {
  color: #333 !important;
}

.text-center {
  text-align: center !important;
}

.cards-sec .title {
  font-size: 22px;
  font-weight: 600;
  color: #0069aa;

}

.cards-sec .cards .card {
  text-align: center;
  margin: auto;
  padding: 21px;
  box-shadow: 0px 0px 12px -1px #d3d3d3 !important;
}

.cards img.img {
  width: 220px;
}

.pb-25 {
  padding-bottom: 20px;
}

.steps-row .count {
  background: #ffffff;
  color: #005ab5;
  padding: 0px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  left: 65px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  border: 1px solid #eee;
}

.steps-row .card {
  padding: 20px;
  padding-bottom: 10px !important;
  min-height: 150px;
  box-shadow: 0px 0px 12px -1px #d3d3d3 !important;
  margin-top: 15px;
}

.steps-row .card .title {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.steps-row .card img.img {
  max-width: 100%;
  height: auto;
  padding: 10px 0px;
  width: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-primary a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.btn-max-cont {
  width: max-content !important;
  padding: 5px 30px !important;
}

.bg-cta {
  background-image: url(../images/home/cta.png);
  background-size: cover;
}

.bg-cta .overlay {
  background: #fffc;
}

.lo-business {
  background-image: url(../images/home/lo-business.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-20 {
  padding: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}

.card-box.vendor-enq.indi-vendor .item {
  text-align: center;
  /* width: 20%; */
  /* border: 1px solid #eee; */
  /* margin: 0px auto; */
  padding: 10px;
}

.card-box.vendor-enq.indi-vendor .item .icon img {
  width: 20px;
}

.card-box.vendor-enq.indi-vendor .item .text {
  line-height: 29px;
  color: #000;
  margin-top: 14px;
}

.card-box.vendor-enq.indi-vendor .item .icon i {
  color: #0069aa;
  font-size: 30px;
}

.justify-space-between {
  justify-content: space-between !important;
}

.form-group input,
.form-group textarea {
  border-bottom: 1px solid #eee !important;
}

.vendor-listing #listing_tbl .item.busi-logo {
  width: 100%;
  height: 200px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  background: var(--light-bg);
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-listing #listing_tbl .item.busi-logo a img {
  width: 170px;
  border-radius: 5px;
  height: 200px;
  object-fit: contain;
  margin: auto;
}

.vendor-listing #listing_tbl .item-content {
  padding: 10px 10px 10px;
  border-bottom: 1px solid #eee;
}

.mt-1.tags {
  display: -webkit-inline-box;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px !important;
  width: 20px;
  height: 20px;
  background: white !important;
  line-height: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  line-height: 10px !important;
  text-align: center;
  margin: 0px 10px;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  color: #2d549b;
  font-size: 26px;
}

.lp-cards .card {
  display: flex !important;
  flex-direction: row;
  padding: 10px;
  min-height: 180px;
  border: 2px solid #a2a2a2;
}

.lp-cards .item.service-logo img {
  width: 90px;
}

.lp-cards .item.service-cont {
  margin-left: 10px;
}

.lp-cards .item.service-cont h5 {
  font-size: 16px;
  color: #0069aa;
}

.lp-cards .item.service-cont .rating {
  font-size: 16px;
  color: #0069aa;
  font-weight: 600;
}

.lp-cards .item.service-cont .rating span {
  color: #939393;
  font-size: 12px;
}

.lp-cards .item.service-cont .services .items {
  font-size: 12px;
  color: #0069aa;
  margin-right: 5px;
  font-weight: 600;
}

.mt-1.tags::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #bababa
}

.mt-1.tags::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
  height: 3px;
  background-color: rgba(239, 239, 239, 0.3);
  margin-top: 10px;
}

.p-2 {
  padding: 20px !important;
}

.page_header_sec.bg-cover {
  background-image: none !important;
}

.rating-xs .caption {
  display: none;
}

.item.busi-name {
  font-size: 25px;
  text-align: left !important;
  margin-bottom: 20px;
}

span.top-contact-details {
  color: #242424;
  font-size: 15px;
}

span.top-contact-details span {
  margin-left: 10px;
}

span.top-contact-details i {
  color: #0069aa
}

.tab-content .card-box.tilebox-one {
  padding: 10px !important;
  margin-bottom: 0px;
}

.busi-name span.text {
  font-size: 12px;
  margin-right: 10px;
  margin-top: 0px !important;
}

p.vend-desc {
  margin-bottom: 0px !important;
  font-size: 14px;
  margin-top: 10px !important;
}

.desc-text p,
.desc-text ul li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px !important;
  margin-top: 20px;
}

.desc-text ul li {
  margin-top: 5px !important;
}

.span-text span.text {
  font-size: 15px;
  font-weight: 600;
  color: #0069aa;
}

.vend-details-bg {
  background-image: linear-gradient(180deg, #0069aa 30%, transparent 0%)
}

.nav-pills .nav-link {
  border-radius: 3px;
  color: #333 !important;
}

.goog-round {
  border-radius: 50px !important;
  padding: 18px 24px 8px !important;
}

.home-search-sec h4,
.home-search-sec h2 {
  color: #1a61aa !important;
}

.sticky-area {
  background: rgb(0, 144, 204);
}

.p-item {
  height: 170px;
  /* border: 1px solid #fff; */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: var(--light-bg);
}

.p-item img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  filter: grayscale(1);
  border-radius: 10px;
}

.p-item.border {
  border: 1px solid #1a61aa !important;
  transition: .3s ease all;
}

.p-item.border img {
  filter: grayscale(0) !important;
}

.indi-vendor.vend-details-bg .overlay {
  background-image: url("../../frontend/images/detail-bg.png");
  background-repeat: no-repeat;
}

.card-box.vendor-enq.indi-vendor.vend-details-bg {
  padding: 0px !important;
}

.bg-cta {
  background-position: center;
}

.row.card-box.vendor-enq.indi-vendor {
  margin-top: 0px;
  border-top: 0px;
  box-shadow: none;
}


@media only screen and (max-width: 600px) {
  .mobile_view{
    display: inline !important;
    
  }
}