 /*LIGHT TEXT COLOR : color: #9d9d9d;*/
/* MEDIUM DARK TEXT COLOR: color: #5f5e5e; */

:root {
  font-size: 16px;
}

* {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
}

body {
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden !important;
  max-width: 100vw;
  position: relative;
  padding-top: 2px;
}

body:after {
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: url(../assets/logo/pettran-01.jpg) no-repeat 0 0;
  -ms-background-size: 100% 2px;
  background-size: 100% 2px;
}

body:before {
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: url(../assets/logo/pettran-01.jpg) no-repeat 0 0;
  -ms-background-size: 100% 2px;
  background-size: 100% 2px;
}

/********************************* bootstrap 5 grid *********************************/
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }
  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }
  .col-sm-5th-4 {
    width: 80%;
  }
  .col-sm-5th-3 {
    width: 60%;
  }
  .col-sm-5th-2 {
    width: 40%;
  }
  .col-sm-5th-1 {
    width: 20%;
  }
  .col-sm-5th-pull-5 {
    right: 100%;
  }
  .col-sm-5th-pull-4 {
    right: 80%;
  }
  .col-sm-5th-pull-3 {
    right: 60%;
  }
  .col-sm-5th-pull-2 {
    right: 40%;
  }
  .col-sm-5th-pull-1 {
    right: 20%;
  }
  .col-sm-5th-pull-0 {
    right: auto;
  }
  .col-sm-5th-push-5 {
    left: 100%;
  }
  .col-sm-5th-push-4 {
    left: 80%;
  }
  .col-sm-5th-push-3 {
    left: 60%;
  }
  .col-sm-5th-push-2 {
    left: 40%;
  }
  .col-sm-5th-push-1 {
    left: 20%;
  }
  .col-sm-5th-push-0 {
    left: auto;
  }
  .col-sm-5th-offset-5 {
    margin-left: 100%;
  }
  .col-sm-5th-offset-4 {
    margin-left: 80%;
  }
  .col-sm-5th-offset-3 {
    margin-left: 60%;
  }
  .col-sm-5th-offset-2 {
    margin-left: 40%;
  }
  .col-sm-5th-offset-1 {
    margin-left: 20%;
  }
  .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }
  .col-md-5th-5 {
    float: left;
    width: 100%;
  }
  .col-md-5th-4 {
    width: 80%;
  }
  .col-md-5th-3 {
    width: 60%;
  }
  .col-md-5th-2 {
    width: 40%;
  }
  .col-md-5th-1 {
    width: 20%;
  }
  .col-md-5th-pull-5 {
    right: 100%;
  }
  .col-md-5th-pull-4 {
    right: 80%;
  }
  .col-md-5th-pull-3 {
    right: 60%;
  }
  .col-md-5th-pull-2 {
    right: 40%;
  }
  .col-md-5th-pull-1 {
    right: 20%;
  }
  .col-md-5th-pull-0 {
    right: auto;
  }
  .col-md-5th-push-5 {
    left: 100%;
  }
  .col-md-5th-push-4 {
    left: 80%;
  }
  .col-md-5th-push-3 {
    left: 60%;
  }
  .col-md-5th-push-2 {
    left: 40%;
  }
  .col-md-5th-push-1 {
    left: 20%;
  }
  .col-md-5th-push-0 {
    left: auto;
  }
  .col-md-5th-offset-5 {
    margin-left: 100%;
  }
  .col-md-5th-offset-4 {
    margin-left: 80%;
  }
  .col-md-5th-offset-3 {
    margin-left: 60%;
  }
  .col-md-5th-offset-2 {
    margin-left: 40%;
  }
  .col-md-5th-offset-1 {
    margin-left: 20%;
  }
  .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left;
  }
  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }
  .col-lg-5th-4 {
    width: 80%;
  }
  .col-lg-5th-3 {
    width: 60%;
  }
  .col-lg-5th-2 {
    width: 40%;
  }
  .col-lg-5th-1 {
    width: 20%;
  }
  .col-lg-5th-pull-5 {
    right: 100%;
  }
  .col-lg-5th-pull-4 {
    right: 80%;
  }
  .col-lg-5th-pull-3 {
    right: 60%;
  }
  .col-lg-5th-pull-2 {
    right: 40%;
  }
  .col-lg-5th-pull-1 {
    right: 20%;
  }
  .col-lg-5th-pull-0 {
    right: auto;
  }
  .col-lg-5th-push-5 {
    left: 100%;
  }
  .col-lg-5th-push-4 {
    left: 80%;
  }
  .col-lg-5th-push-3 {
    left: 60%;
  }
  .col-lg-5th-push-2 {
    left: 40%;
  }
  .col-lg-5th-push-1 {
    left: 20%;
  }
  .col-lg-5th-push-0 {
    left: auto;
  }
  .col-lg-5th-offset-5 {
    margin-left: 100%;
  }
  .col-lg-5th-offset-4 {
    margin-left: 80%;
  }
  .col-lg-5th-offset-3 {
    margin-left: 60%;
  }
  .col-lg-5th-offset-2 {
    margin-left: 40%;
  }
  .col-lg-5th-offset-1 {
    margin-left: 20%;
  }
  .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}

/******************** bootstrap 5 grids******************************/
p, li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 5rem;
  font-weight: 600;
}

h2 {
  font-size: 3rem;
  font-weight: 500;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
}

h4 {
  font-size: 1.5rem;
  font-weight: 300;
}

h5 {
  font-size: 1.2rem;
  font-weight: 300;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

.small-text {
  font-size: 0.8rem;
  font-weight: 400;
}

.bold-text {
  font-weight: 500;
}

.heading-text {
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-text-large {
  font-size: 2rem;
  font-weight: 600;
}

.heading-text-small {
  font-size: 1rem;
}

.color_primary {
  color: #05685b;
}

.color_secondary {
  color: #7bb32f;
}

.bg_primary {
  background-color: #05685b;
}

.bg_secondary {
  background-color: #7bb32f;
}

.color_white {
  color: white;
}

.bg_white {
  background-color: white;
}

.color_black {
  color: black;
}

.bg_black {
  background-color: black;
}

.common_heading {
  font-size: 1.4rem;
  font-weight: 500;
}

.color_red {
  color: #f91942;
}
.contrast {filter: contrast(180%);}
.cardWithoutShadow {
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.text-teal {
  text-transform: uppercase;
  color: teal;
  font-size: 1rem;
}
.tooltip {
  margin: 20px;
}
/****************************** parsely error design ends   *************************************/
.parsley-errors-list.filled {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 7px 29px;
  position: relative;
  background-color: #f96a6a;
  color: #FFF;
  list-style: none;
  display: block;
  width: 100%;
}

/****************************** parsely error design ends   *************************************/
/****************************** owl navigation design   *************************************/
.owl_navigation_customization .owl-theme .owl-dots .owl-dot.active span,
.owl_navigation_customization .owl-theme .owl-dots .owl-dot:hover span, .categorySlider .owl-theme .owl-dots .owl-dot.active span,
.categorySlider .owl-theme .owl-dots .owl-dot:hover span, .sliderIndex .owl-theme .owl-dots .owl-dot.active span,
.sliderIndex .owl-theme .owl-dots .owl-dot:hover span {
  background: #186b4e;
}

.owl_navigation_customization .owl-theme .owl-dots .owl-dot span, .categorySlider .owl-theme .owl-dots .owl-dot span, .sliderIndex .owl-theme .owl-dots .owl-dot span {
  margin-top: 30px;
  width: 20px;
  height: 3px;
  background: #20232e;
  border-radius: 2px;
}

.owl_navigation_customization .owl-theme .owl-nav.disabled + .owl-dots, .categorySlider .owl-theme .owl-nav.disabled + .owl-dots, .sliderIndex .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0;
}

.owl_navigation_customization .owl-theme .owl-nav.disabled + .owl-dots, .categorySlider .owl-theme .owl-nav.disabled + .owl-dots, .sliderIndex .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.owl_navigation_customization .owl-theme .owl-nav, .categorySlider .owl-theme .owl-nav, .sliderIndex .owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.owl_navigation_customization .owl-theme .owl-nav .owl-prev, .owl_navigation_customization .owl-theme .owl-nav .owl-next, .categorySlider .owl-theme .owl-nav .owl-prev, .categorySlider .owl-theme .owl-nav .owl-next, .sliderIndex .owl-theme .owl-nav .owl-prev, .sliderIndex .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 30px;
  background-color: transparent;
  color: black;
  border: 1px solid white;
  border-radius: 0px;
  z-index: 100;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  outline: none;
}

.owl_navigation_customization .owl-theme .owl-nav .owl-prev i, .owl_navigation_customization .owl-theme .owl-nav .owl-next i, .categorySlider .owl-theme .owl-nav .owl-prev i, .categorySlider .owl-theme .owl-nav .owl-next i, .sliderIndex .owl-theme .owl-nav .owl-prev i, .sliderIndex .owl-theme .owl-nav .owl-next i {
  font-size: 1.5rem;
  color: #cecece;
}

.owl_navigation_customization .owl-theme .owl-nav .owl-prev, .categorySlider .owl-theme .owl-nav .owl-prev, .sliderIndex .owl-theme .owl-nav .owl-prev {
  right: 30px;
}

.owl_navigation_customization .owl-theme .owl-nav .owl-next, .categorySlider .owl-theme .owl-nav .owl-next, .sliderIndex .owl-theme .owl-nav .owl-next {
  right: 0px;
}

.owl_navigation_customization .owl-theme:hover .owl-prev, .owl_navigation_customization .owl-theme:hover .owl-next, .categorySlider .owl-theme:hover .owl-prev, .categorySlider .owl-theme:hover .owl-next, .sliderIndex .owl-theme:hover .owl-prev, .sliderIndex .owl-theme:hover .owl-next {
  background-color: white !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.owl_navigation_customization .owl-theme:hover .owl-prev:hover, .owl_navigation_customization .owl-theme:hover .owl-next:hover, .categorySlider .owl-theme:hover .owl-prev:hover, .categorySlider .owl-theme:hover .owl-next:hover, .sliderIndex .owl-theme:hover .owl-prev:hover, .sliderIndex .owl-theme:hover .owl-next:hover {
  background-color: #186b4e !important;
}

.owl_navigation_customization .owl-theme:hover .owl-prev:hover i, .owl_navigation_customization .owl-theme:hover .owl-next:hover i, .categorySlider .owl-theme:hover .owl-prev:hover i, .categorySlider .owl-theme:hover .owl-next:hover i, .sliderIndex .owl-theme:hover .owl-prev:hover i, .sliderIndex .owl-theme:hover .owl-next:hover i {
  color: white !important;
}

/****************************** owl navigation design ends  *************************************/
/****************************** navbar and header design   *************************************/
.bg-silver {
  background-color: #f6f7f8;
}
.bg-thin {
  background-color: #f9f9f9;
}
.logo_wrapper img {
  max-height: 5vh;
}

.btn-rounded {
  border-radius: 10em;
}

.btn-custom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_custom {
  padding: 5px 10px;
}

.btn_custom:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav_top_custom ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  float: right;
  margin: 0;
}

.nav_top_custom ul li {
  margin: 5px 0px;
}

.nav_top_custom .btn {
  padding: 5px 15px;
  text-transform: none;
}

.topSectionBtn .btn {
  padding: 5px 15px;
  text-transform: none;
}

.padding5 {
  padding: 8px 0px;
}

.navbar_custom .bg-custom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar_custom .nav-item {
  padding: 5px 5px;
  border: 1px solid transparent;
}

.navbar_custom .nav-item .nav-link {
  color: #424242;
  font-weight: 500;
}

.navbar_custom .nav-item .nav-link:hover {
  color: #045f3f;
}

.navbar_custom .nav-item .nav_second_level_design {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 500px;
  padding: 30px 10px;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.navbar_custom .nav-item .nav_second_level_design ul {
  padding: 0;
}

.navbar_custom .nav-item .nav_second_level_design .nav-link {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 0.8rem;
}

.navbar_custom .nav-item .nav_second_level_design li:hover {
  background-color: #f6f7f8;
  color: #045f3f;
}

.navbar_custom .nav-item .nav_second_level_design .dropdown-item {
  padding: 0px 5px;
}

.navbar_custom .nav-item.show {
  background-color: #f6f7f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.min_width_1200 {
  min-width: 1200px;
}

.dropdown-menu-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.navbar_wrapperDesign {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .min_width_1200 {
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item .nav_second_level_design {
    min-width: 100vw !important;
    max-width: 100vw !important;
  }
  .nav-item .dropdown-menu-left {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .nav-item .dropdown-menu-right {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

/****************************** navbar and header design ends   *************************************/
/****************************** footer design    *************************************/
footer {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #373b4d;
  padding: 0px 0px 20px 0px;
  color: white;
}

footer .newsletterSection {
  background-color: #05685b;
  padding: 30px 0px;
}

footer .formdesignCustom {
  background-color: transparent;
  color: black;
  padding: 0px 0px 0px 15px;
}

footer .formdesignCustom input {
  background-color: transparent;
  color: white;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid white;
}

footer .formdesignCustom input:focus {
  color: white;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

footer .formdesignCustom input::-webkit-input-placeholder {
  color: white;
}

footer .formdesignCustom input:-ms-input-placeholder {
  color: white;
}

footer .formdesignCustom input::-ms-input-placeholder {
  color: white;
}

footer .formdesignCustom input::placeholder {
  color: white;
}

footer .social_media_icons_wrapper .social_media_icons {
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: white;
  background-color: #3b5998;
  width: 37px;
  height: 37px;
  vertical-align: middle;
  border-radius: 50%;
}

footer .social_media_icons_wrapper .social_media_icons i {
  font-size: 1rem;
  line-height: 38.1px;
}

footer .social_media_icons_wrapper a:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer .social_media_icons_wrapper .btn_twitter {
  background-color: #55acee;
}

footer .social_media_icons_wrapper .btn_facebook {
  background-color: #3b5998;
}

footer .social_media_icons_wrapper .btn_youtube {
  background-color: #ed302f;
}

footer .social_media_icons_wrapper .btn_linkedin {
  background-color: #0082ca;
}

footer .footer_logo {
  max-height: 8vh;
}

footer .footer_texts {
  color: #ddd;
  font-weight: 300;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

footer .short_links_footer {
  background-color: #2c2f3e;
  padding: 10px 15px;
}

footer .short_links_footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

footer .short_links_footer ul li {
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  color: #a0a7ad;
}

footer .short_links_footer ul li:last-child {
  margin-right: 0;
}

footer .short_links_footer ul li:hover {
  color: white;
}

footer .copyright_text {
  font-size: 1rem;
  color: #a0a7ad;
}

footer .footer_right {
  border-left: 1px solid #4a4f5f;
  position: relative;
}

footer .footer_right:before {
  position: absolute;
  height: 100%;
  content: " ";
  left: 1px;
  top: 0;
  border-left: 1px solid #2c2f3e;
}

footer .footer_right ul {
  list-style: none;
  padding: 0;
}

footer .footer_right ul li {
  width: 48%;
  display: inline-block;
  padding: 2px 0px 2px 10px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

footer .footer_right ul li:hover {
  color: #00cd67;
  font-weight: bolder;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

/****************************** footer design ends   *************************************/
/****************************** Index page design    *************************************/
.sliderIndex {
  position: relative;
}

.searchbar_above_slider {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  width: 720px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  padding: 0px 15px 15px 15px;
}

.searchbar_above_slider .first_row_slider h5 {
  font-size: 0.8rem;
  font-weight: 500;
}

.searchbar_above_slider .first_row_slider i {
  font-size: 1.4rem;
}

.searchbar_above_slider .first_row_slider .eachColSlider {
  padding-top: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.searchbar_above_slider .first_row_slider .eachColSlider.active {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #ff3546;
}

.searchbar_above_slider .border_bottom_custom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.searchbar_above_slider .custom_search_slider {
  width: 100%;
  background-color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  outline: none;
  font-size: 0.8rem;
}

.searchbar_above_slider .custom_submit_btn {
  padding: 10px;
  border-radius: 6px;
  display: block;
  width: 100%;
  background-color: #ff3546;
  color: white;
  border: none;
  font-size: 0.8rem;
  margin: 0px 8px;
}

.searchbar_above_slider .text_design {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.66);
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.indexPageCategories img {
  max-height: 30vh;
}

.tabcontent {
  display: none;
}

/************** category section****************/
.each_category_item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 15px;
}

.each_category_item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.each_category_item .image_wrapper {
  max-height: 8vw;
  min-height: 8vw;
}

.each_category_item .image_wrapper img {
  max-height: 8vw;
  min-height: 8vw;
  display: block;
  margin: 0px auto;
  width: auto !important;
}

.each_category_item h6 {
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
}

.each_category_item h6 a {
  font-weight: inherit;
}

.chooseCategory .each_category_item {
  margin: 15px 0px;
}

.each_category_item_vehicle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 15px;
}

.each_category_item_vehicle:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.each_category_item_vehicle .image_wrapper {
  max-height: 5vw;
  min-height: 5vw;
}

.each_category_item_vehicle .image_wrapper img {
  max-height: 5vw;
  min-height: 5vw;
  display: block;
  margin: 0px auto;
  width: auto !important;
}

.each_category_item_vehicle h6 {
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
}

.each_category_item_vehicle h6 a {
  font-weight: inherit;
}
@media only screen and (min-width: 991px) {
  .clickedRadioDet {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .each_category_item .image_wrapper {
    max-height: 15vw;
    min-height: 15vw;
  }
  .each_category_item .image_wrapper img {
    max-height: 15vw;
    min-height: 15vw;
  }
  .clickedRadioDet {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .searchbar_above_slider {
    width: 98vw;
  }
  .alert {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .each_category_item .image_wrapper {
    max-height: 20vw;
    min-height: 20vw;
  }
  .each_category_item .image_wrapper img {
    max-height: 20vw;
    min-height: 20vw;
  }
}

@media only screen and (max-width: 475px) {
  .each_category_item .image_wrapper {
    max-height: 20vw;
    min-height: 20vw;
  }
  .each_category_item .image_wrapper img {
    max-height: 20vw;
    min-height: 20vw;
  }
}

/************** category section ends****************/
/*********************products design*******************************/
.eachProduct {
  padding: 15px;
  margin: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.eachProduct:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.eachProduct .productImageWrapper {
  max-height: 25vh;
  min-height: 25vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}

.eachProduct .productImageWrapper img {
  max-height: 25vh;
  min-height: 25vh;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.eachProduct .productData .category h6 {
  padding: 5px 0px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #666666;
}

.eachProduct .productPrice {
  font-weight: 600;
  font-size: 0.8rem;
}

.eachProduct .productPrice .margin_price {
  font-size: 0.7rem;
  text-decoration: line-through;
  font-weight: 300;
}

.eachProduct .productTop {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.eachProduct .productName {
  font-size: 0.8rem;
  color: #333333;
  margin-top: 10px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 31px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 31px;
  color: #373b4d;
  font-family: 'Roboto', sans-serif;
}

.eachProduct .buyNowBtn h6 {
  background-color: #f7f7f7;
  padding: 10px 5px;
  color: #666666;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 0.7rem;
}

.eachProduct .buyNowBtn h6 i {
  font-size: 1rem;
}

.eachProduct .buyNowBtn h6:hover {
  background-color: #186b4e;
  color: white;
  cursor: pointer;
}

.eachProduct .wishlist .wishListBtn {
  background-color: white;
  color: #666666;
  padding: 5px;
  border-radius: 5px;
}

.eachProduct .wishlist .wishListBtn:hover {
  background-color: #f91942;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .eachProduct {
    padding: 5px;
    margin: 5px;
  }
}

/**********************products design ends************************/
/*****************************mobile menu ************************************/
.mobileSection {
  position: fixed !important;
  bottom: 0px !important;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden !important;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0px;
  z-index: 9999;
}

.mobileSection h6 {
  font-size: 0.7rem;
  font-weight: 600;
}

/********************************mobile menu ends*******************************************/
/******************* login and registration*****************************/
.mainBodyLoginForm {
  background-color: white;
  width: 100%;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

.loginFormContainerWrapper {
  margin: 30px auto;
  display: block;
  width: 500px;
}

.loginFormContainerWrapper img {
  max-height: 8vh;
}

.loginFormContainer {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(6, 103, 90, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(6, 103, 90, 0.4);
}

.midle_spacer {
  text-align: center;
  position: relative;
  margin: .75rem 0;
}

.midle_spacer span {
  background-color: #fff;
  position: relative;
  padding: 0 .625rem;
  z-index: 1;
}

.midle_spacer:after {
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 40%;
  left: 50%;
  right: 0;
  content: '';
}

.midle_spacer:before {
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 40%;
  left: 0;
  right: 50%;
  content: '';
}

@media only screen and (max-width: 1444px) {
  .midle_spacer:after, .midle_spacer:before {
    top: calc(50% + .0625rem);
  }
}

@media only screen and (max-width: 1444px) {
  .midle_spacer:after, .midle_spacer:before {
    top: calc(50% + .0625rem);
  }
}

@media only screen and (max-width: 520px) {
  .loginFormContainerWrapper {
    width: 100%;
  }
  .w-75 {
    width: 100% !important;
  }
}

.formWrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 10px;
  border-radius: 30px;
}

.formWrapper label {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 0.7rem;
  display: none;
  background-color: white;
  padding: 2px 5px;
}

.formWrapper input, .formWrapper textarea {
  border: none;
  padding: 15px 15px 15px;
  outline: none;
  font-size: 0.8rem;
  font-weight: 400;
  border-radius: 30px;
}

.formWrapper input:focus, .formWrapper textarea:focus {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(6, 103, 90, 0.9);
          box-shadow: 0px 0px 5px 0px rgba(6, 103, 90, 0.9);
}

.forgetPassword {
  color: #06675a;
}

.forgetPassword h3 {
  font-size: 0.9rem;
  cursor: pointer;
}

.loginBtn {
  width: 100%;
  background-color: #06675a;
  color: white;
  padding: 10px 10px;
  border-radius: 30px;
  border: none;
  outline: none;
}

.loginBtn:hover {
  -webkit-box-shadow: 0 10px 20px rgba(6, 103, 90, 0.3);
          box-shadow: 0 10px 20px rgba(6, 103, 90, 0.3);
  cursor: pointer;
}

.loginBtn:focus {
  outline: none;
}

.googleAndFacebook img {
  width: 20px;
  height: 20px;
}

.googleAndFacebook button {
  width: 100%;
  padding: 10px 10px;
  border-radius: 30px;
  border: 1px solid #06675a;
  background-color: white;
  outline: none;
}

.googleAndFacebook button:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(6, 103, 90, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(6, 103, 90, 0.4);
  cursor: pointer;
}

.dontHaveAccount h4 {
  font-size: 0.9rem;
}

.dontHaveAccount p {
  font-size: 0.8rem;
  color: #999999;
}

.small-text {
  font-size: 0.8rem;
}

/******************* login and registration ends*****************************/
/*****************************Profile Page*******************************/
.minHeight100 {
  min-height: 100vh;
}

/* User Dashboard Design Starts */
.userDashboardLinks ul {
  list-style: none;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
}

.userDashboardLinks ul li {
  padding: 10px 8px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 4px 0px;
  position: relative;
  cursor: pointer;
  z-index: 0;
}

.userDashboardLinks ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #06675a;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.userDashboardLinks ul li ul {
  margin-top: 15px;
  padding-left: 10px;
  display: none;
}

.userDashboardLinks ul li ul li {
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 10px 25px;
  margin: 0;
}

.userDashboardLinks ul li ul li:hover {
  background-color: black;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.userDashboardLinks ul li ul li::before {
  content: '___';
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.2);
}

.userDashboardLinks ul a {
  display: block;
}

.userDashboardLinks ul li:hover {
  color: white;
  -webkit-transition: all 0.01s ease-in;
  transition: all 0.01s ease-in;
}

.userDashboardLinks ul li:hover i {
  color: white;
}

.userDashboardLinks ul li:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.userDashboardLinks .active, .userDashboardLinks .hovered {
  background-color: #06675a;
  color: white;
}

.userDashboardLinks .active i, .userDashboardLinks .hovered i {
  color: white;
}

.account-setting p {
  margin: 0;
}

.user-image {
  vertical-align: middle;
  position: relative;
  height: 60px;
  width: 60px;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.edit_user_image_pen {
  position: absolute;
  top: 32px;
  right: calc(50% - 30px);
  z-index: 2 !important;
  color: black;
  display: none;
}

.user-image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.image_wrapper_user_dashboard:hover i {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.color-priceOfCar {
  color: #06675a;
}

.text-right {
  float: right;
}

/* ends Dashboard Design */
/* account User Dashboard */
.accountForm input:disabled, .accountForm textarea:disabled {
  cursor: not-allowed;
}

.accountForm input[type=number], .accountForm input[type=text], .accountForm input[type=password], .accountForm textarea, .accountForm input[type=email], .accountForm input[type=url] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  font-weight: 600;
  outline: none;
  border-radius: 2px;
  padding: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: textfield;
  position: relative;
}

.accountForm .abs_Label {
  -webkit-transform: translateY(-32%) scale(0.815);
  transform: translateY(-32%) scale(0.815);
  padding: 18px 0 0 15px;
  position: absolute;
  left: 10;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  padding: 18px 20px 0;
  font-size: 14px;
  color: #878787;
  transition: -webkit-transform .2s ease;
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

.accountForm .userDashboardSubmit {
  background: #06675a;
  width: 130px;
  font-weight: 600;
  padding: 14px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0e0e0;
}

.accountForm .edit_cancel_btn, .accountForm .password_btn {
  font-size: 1rem;
  margin-left: 20px;
  color: #06675a;
  font-weight: 600;
  cursor: pointer;
}

.accountForm .edit_cancel_btn_general {
  font-size: 1rem;
  margin-left: 20px;
  color: #06675a;
  font-weight: 600;
  cursor: pointer;
}

.accountForm h3 {
  font-size: 1rem;
  font-weight: 600;
}

.accountForm .userDashboardSubmit, .accountForm .abs_Label {
  display: none;
}

.background-color-for-each-div {
  background-color: white;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.userDashoardWrapper {
  background-color: #f1f3f6;
}

.bg-white-common {
  background-color: white;
  padding: 20px !important;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.breadcrumb_userDashboard {
  color: #666666;
  font-size: 0.8rem;
}

.breadcrumb_userDashboard p {
  margin: 0;
}

/* ends account user Dashboard */
.disabled, :disabled {
  pointer-events: inherit !important;
}

/* Advertisement User Dashboaard */
.table-width-fix table {
  min-width: 800px;
}

.table-width-fix table img {
  max-height: 5vh;
}

.table-width-fix table td {
  color: #666666;
  font-weight: 400 !important;
}

.small_text {
  font-size: 0.8rem;
}

.viewDetailsBtn, .editBtn, .deleteBtn {
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
  margin: 0px 5px;
  border: none;
  color: white;
  cursor: pointer;
}

.viewDetailsBtn {
  background-color: #06675a;
}

.viewDetailsBtn:hover, .editBtn:hover, .deleteBtn:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#viewDetailsModal label, .adsCompleteDetails label {
  font-size: 1rem;
  font-weight: 600;
}

#viewDetailsModal h3, .adsCompleteDetails h3 {
  font-size: 1rem;
  font-weight: 400;
}

/* ends Advertisement User Dashboard */
/* Notificaion */
.each_notifications {
  padding: 0px 10px;
  padding-left: 10px;
  margin-top: 10px;
}

.each_notifications .col-11 {
  padding: 20px 10px !important;
  border-radius: 10px;
}

.each_notifications p {
  color: #464646;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
}

.each_notifications h3 {
  color: #111111;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.bg-success-custom {
  background-color: #aaffc3;
  border: 1px solid #4ba064;
}

.bg-warning-custom {
  background-color: #ffde97;
  border: 1px solid #b1985f;
}

.bg-danger-custom {
  background-color: #ffd0cb;
  border: 1px solid #a57671;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #f1f3f6;
  border: 1px solid black;
}

.styled-checkbox:hover + label:before {
  background: #06675a;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
  background: #06675a;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white,
 4px 0 0 white,
 4px -2px 0 white,
 4px -4px 0 white,
 4px -6px 0 white,
 4px -8px 0 white;
          box-shadow: 2px 0 0 white,
 4px 0 0 white,
 4px -2px 0 white,
 4px -4px 0 white,
 4px -6px 0 white,
 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text-underline {
  text-decoration: underline;
  color: #06675a;
  font-size: 0.8rem;
}

.text-underline:hover {
  text-decoration: underline;
  color: #06675a;
}

/* ends Notification */
.common-btn {
  background-color: white;
  color: black;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 0.9rem;
  border: none;
  color: #06675a;
  cursor: pointer;
}

.common-btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #06675a;
          box-shadow: 0px 0px 10px 0px #06675a;
  color: #06675a;
}

.common-btn2 {
  background-color: #06675a;
  color: black;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 0.9rem;
  border: none;
  color: white;
  cursor: pointer;
}

.common-btn2:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #06675a;
          box-shadow: 0px 0px 10px 0px #06675a;
  color: white;
}

.note-text {
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 0.6;
}

.myAccountHumberger {
  border: 1px solid #06675a;
  padding: 10px 10px;
  background-color: #06675a;
  color: white;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .accountWrapper {
    display: none;
  }
}

.color_sofab {
  color: white;
  font-size: 1.2rem;
  background-color: #06675a;
  padding: 4px 5px;
}

.dashboardContentSection1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04bba2), color-stop(#06675a), to(#000000));
  background-image: linear-gradient(#04bba2, #06675a, #000000);
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px 0px;
}

.dashboardContentSection1 h4 {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.dashboardContentSection1 h6 {
  font-size: 1rem;
  font-weight: bolder;
  letter-spacing: 1px;
  margin: 0;
}

.dashboardContentSection1 p {
  font-size: 0.8rem;
  margin: 0;
}

.dashboardContentSection1 .reedemNowBtn {
  border: 1px solid white;
  border-radius: 30px;
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.dashboardContentSection1 .reedemNowBtn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px  #06675a;
          box-shadow: 0px 0px 10px 0px  #06675a;
  cursor: pointer;
  color: #06675a;
  background-color: white;
}

.colo_blue {
  color: #026729;
}

.colo_blue:hover {
  color: #090996;
  text-decoration: underline;
}

.opacity6 {
  opacity: 0.6;
}

/*****************************Profile Page*******************************/
/* Advertisement User Dashboaard */
.table-width-fix table {
  min-width: 800px;
}

.table-width-fix table img {
  max-height: 5vh;
}

.viewDetailsBtn, .editBtn, .deleteBtn {
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
  margin: 0px 5px;
  border: none;
  color: white;
  cursor: pointer;
}

.viewDetailsBtn {
  background-color: #066659;
}

.viewDetailsBtn:hover, .editBtn:hover, .deleteBtn:hover {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

#viewDetailsModal label, .adsCompleteDetails label {
  font-size: 1rem;
  font-weight: 600;
}

#viewDetailsModal h3, .adsCompleteDetails h3 {
  font-size: 1rem;
  font-weight: 400;
}

/* ends Advertisement User Dashboard */
/* ads Details */
#adsDetailsCarousel img {
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.small-img-custom {
  max-height: 10vh;
}

/* ends ads Details */
/* premium user design */
.pricing-grids {
  margin: 3em auto;
}

.pricing-grid {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  margin-bottom: 10px;
}

.pricing-grid:nth-child(1) {
  margin: 0;
}

/*Pricing table and price blocks*/
.price-head h3 {
  color: #404042;
  font-size: 3em;
  text-decoration: none;
  font-weight: 700;
}

a.popup-with-zoom-anim {
  padding: 0 12px;
  line-height: 2.2em;
}

/*----*/
.pricing-grid3 {
  margin-right: 0;
}

.pricing-grid:hover, .pricing-grid:hover, .pricing-grid:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}

.pricing-grid1:nth-child(3) {
  margin-right: 0;
}

.no-transform .price-bg {
  border: 1px #5d5d5d solid;
  border: none;
}

.no-transform:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.price-value h3 {
  font-size: 1.8em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0.5em;
}

.price-value, .price-value.two, .price-value.three {
  background: #fba618;
  padding: 1em 0em 0.5em;
  padding: 0px 0 10px 0;
  text-align: center;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  position: relative;
}

.price-value.two {
  background: #41cac0;
  border-bottom: 1px solid #25857E;
}

.price-value.three {
  background: #d27ff1;
  border-bottom: 1px solid #A24BC3;
}

.price-value ul, .pricing-grid1 ul, .pricing-grid2 ul, .pricing-grid3 ul {
  padding: 0;
}

.price-value ul li, .pricing-grid1, .pricing-grid2 ul li, .pricing-grid3 ul li {
  list-style: none;
}

.price-value ul li {
  list-style: none;
}

ul.count, .pricing-grid1 ul li a, ul.count, .pricing-grid2 ul li a, ul.count, .pricing-grid3 ul li a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 20px;
}

.price-bg {
  background: #fbfbfb;
  border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  border: 1px #fba618 solid;
}

p.price-label-1 {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

p.price-label-2 {
  color: #41cac0;
  text-align: center;
}

p.price-label-1 span {
  font-size: 2em;
  color: #FFF;
  font-weight: bolder;
}

p.price-label-3 {
  color: #D27FF1;
  text-align: center;
}

.price-bg p span {
  font-weight: bold;
  font-size: 5em;
}

.price-bg p i {
  vertical-align: super;
}

.price-bg ul {
  padding: 0;
}

.price-bg ul li {
  list-style: none;
}

ul.buy-now li {
  display: inline-block;
}

li.view {
  float: left;
  margin: 9px 0px 0px 35px;
}

li.view a {
  color: #83b4e6;
  border-bottom: 2px dotted;
  font-style: italic;
}

ul.count li a {
  color: #6A6A6A;
}

ul.buy-now {
  padding: 12px 0 16px;
}

li.tag-now-1 {
  background: #8386E7;
  float: right;
  margin-top: 12px;
}

li.tag-now-1:hover {
  background: #37398A;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

li.tag-now-1 a {
  color: #fff;
}

li.tag-now-2 {
  background: #41cac0;
  float: right;
  margin-top: 12px;
}

li.tag-now-2:hover {
  background: #277F78;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

li.tag-now-2 a {
  color: #fff;
}

li.tag-now-3 {
  background: #D27FF1;
  float: right;
  margin-top: 0px;
}

li.tag-now-3:hover {
  background: #9227BA;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

li.tag-now-3 a {
  color: #fff;
  padding: 10px;
}

ul.count li img {
  vertical-align: middle;
  margin-right: 5em;
}

ul.count li {
  border-bottom: 1px solid #ddd;
  padding: 1.2em 1.2em;
  font-size: 1em;
  font-weight: 600;
  color: #3b4b5c;
  text-align: center;
}

ul.count li i {
  margin-right: 1em;
  color: #fba618;
}

a.popup-with-zoom-anim {
  outline: none;
  border: none;
}

a.month {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 9px 15px;
  border: none;
  background: #a26600;
}

p.bottom {
  text-align: center;
  border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
}

p.bottom a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
  border: none;
  background: #fba618;
  text-transform: uppercase;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  width: 40%;
  margin-bottom: 1em;
  display: inline-block;
  margin-top: 10px;
}

ul.count li p {
  display: inline-block;
  margin-right: 2.5em;
}

p.red {
  color: #E84C3D;
}

.box {
  width: 247px;
  background: #eee;
  position: absolute;
  top: 1px;
  right: 1px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Needed for Safari */
  width: 100px;
  display: block;
  background: #e84c3d;
  -webkit-box-shadow: 0 3px 10px -5px black;
          box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #e84c3d;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e84c3d;
}

.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #e84c3d;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e84c3d;
}

.try_this {
  background: #fba618;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

/* ends premium user design */
/* add Advertisement */
.breacrumbDesignUnique ul {
  list-style: none;
  padding: 0;
}

.breacrumbDesignUnique li {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #a9a9a9;
  padding: 10px 5px;
  padding-left: 25px;
  border: none;
  color: white;
  position: relative;
}

.breacrumbDesignUnique li:after {
  content: ' ';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #a9a9a9;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  height: 0;
  width: 0;
  margin-right: 5px;
}

.breacrumbDesignUnique li:before {
  content: ' ';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 0;
  left: calc(100% + 2px);
  z-index: 1;
  height: 0;
  width: 0;
  margin-right: 5px;
}

.breacrumbDesignUnique li.active {
  background-color: #066659;
}

.breacrumbDesignUnique li.active:after {
  border-left-color: #066659;
}

.formAddNewCar label {
  font-weight: 500;
  font-size: 0.8rem;
  padding: 10px 0px;
}

.formAddNewCar .inputGroupCustom {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  outline-color: #066659;
  font-size: 0.8rem;
  background-color: white;
}

.formAddNewCar .form_override_custom {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  outline-color: #066659;
  font-size: 0.8rem;
  background-color: white;
  border-radius: 0px;
}

.formAddNewCar .submit_btn_newCar {
  background-color: #066659;
  padding: 5px 40px;
  border: none;
  color: white;
  border-radius: 5px;
}

.formAddNewCar .submit_btn_newCar:hover {
  -webkit-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
}

.formAddNewCar .previous_btn_newCar {
  background-color: #999999;
  padding: 5px 40px;
  border: none;
  color: white;
  border-radius: 5px;
}

.formAddNewCar .previous_btn_newCar:hover {
  -webkit-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.2);
}

.formAddNewCar .input_meta {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px 10px;
}

.formAddNewCar ul {
  list-style: none;
  padding: 0;
}

.formAddNewCar ul li {
  width: 48%;
  display: inline-block;
}

.formAddNewCar ul li input {
  margin-right: 5px;
}

.formAddNewCar ul li:nth-child(n+11) {
  display: none;
}

/* ends add Advertisment */
/* add advertisment page 3 */
.paymentSummary, .appointmentInformation {
  padding: 0px 20px;
  margin-left: 30px;
  margin-right: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.paymentSummary .headingRow, .appointmentInformation .headingRow {
  padding: 15px 0px;
  background-color: white;
}

.paymentSummary .headingRow p, .appointmentInformation .headingRow p {
  font-weight: normal;
}

.paymentSummary .secondRow, .appointmentInformation .secondRow {
  background-color: white;
  padding: 15px 20px;
}

.paymentSummary .normalRow, .appointmentInformation .normalRow {
  padding: 20px 0px;
}

.paymentSummary .tbtn1, .appointmentInformation .tbtn1 {
  background-color: #066659;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.paymentSummary .tbtn2, .appointmentInformation .tbtn2 {
  background-color: #555555;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.paymentSummary .tbtn1:hover, .paymentSummary .tbtn2:hover, .appointmentInformation .tbtn1:hover, .appointmentInformation .tbtn2:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.paymentSummary .big-text, .appointmentInformation .big-text {
  font-size: 1.5rem;
}

.appointmentInformation {
  margin: 0;
  padding: 0;
}

.successDiv, .errorDiv {
  border: 1px solid #7bb32f;
  padding: 40px 10px;
}

.successDiv h3, .errorDiv h3 {
  color: #7bb32f;
  font-size: 2.5rem;
  font-weight: bold;
}

.successDiv .smaller-text, .errorDiv .smaller-text {
  font-size: 0.7rem;
}

.errorDiv {
  border-color: #e8242b;
}

.errorDiv h3 {
  color: #e8242b;
}

.stylish-text {
  font-size: 2rem;
  color: #066659;
}

/* ends add advertisment page 3 */
.modal {
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

/************************* ends user dashboard copied**********************************/
.dropdown {
  position: relative;
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.customTable {
  min-height: 300px;
}

.box_shadow_light {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.normal-plain-button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.thumbnail_image_80_80 {
  max-height: 10vh;
}

.common-btn-with-background {
  background-color: #066659;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: white;
  font-size: 0.8rem;
}

.common-btn-with-background:hover {
  color: white;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

.custom_addon {
  padding: 0px 10px;
}

#selectedFiles img {
  max-height: 80px;
}

#selectedFiles .imagecomtainer {
  float: left;
  position: relative;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.deleteFiles {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  background-color: white;
  border-radius: 100%;
  padding: 2px;
}

.logo-image-small {
  max-height: 10vh;
}

.UploadedImageWrapper {
  position: relative;
  width: 140px;
}

.UploadedImageWrapper img {
  max-width: 140px;
  text-align: center;
  display: block;
  margin: auto;
}

.uploadCaptureFileRemover {
  position: absolute;
  background-color: white;
  color: #e40a0a;
  border-radius: 100%;
  top: 10px;
  right: 10px;
  display: none;
}

.form-section {
  display: none;
}

.form-section.current {
  display: inherit;
}

.btn-info, .btn-default {
  margin-top: 10px;
}

#areaConverter {
  position: fixed;
  z-index: 99999;
  top: 30%;
  left: 30%;
  width: 400px;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: none;
}

#areaConverterheader {
  padding: 10px 0px;
  cursor: move;
  z-index: 10;
  background-color: #186b4e;
  color: #fff;
  position: relative;
}

#areaConverterheader h3 {
  font-size: 1.2rem;
}

#areaConverterheader .closeAreaConverterBtn {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  opacity: 0.6;
  font-size: 1.2rem;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

#areaConverterheader .closeAreaConverterBtn:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.areaConverterInner {
  padding: 10px 30px 30px 30px;
}

.areaConverterInner .tabLinksContainer {
  background-color: #f4f4f4;
  margin-top: 10px;
}

.areaConverterInner ul {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #186b4e;
}

.areaConverterInner ul li {
  padding: 5px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}

.areaConverterInner ul li.active {
  color: white;
  background-color: #186b4e;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.areaConverterInner .form_wrapper {
  margin-bottom: 10px;
}

.areaConverterInner .form_wrapper label {
  width: 100%;
  font-size: 0.8rem;
}

.areaConverterInner .form_wrapper input {
  width: 100%;
  font-size: 0.8rem;
  outline-color: #186b4e;
  padding: 5px 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.openAreaConverterBtn {
  font-size: 0.8rem;
  color: #186b4e;
  margin-right: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .breacrumbDesignUnique ul {
    list-style: none;
    padding: 0;
  }
  .breacrumbDesignUnique li {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 600;
    background-color: #a9a9a9;
    padding: 8px 5px;
    padding-left: 20px;
    border: none;
    color: white;
    position: relative;
  }
  .breacrumbDesignUnique li:first-child {
    padding-left: 5px;
  }
  .breacrumbDesignUnique li:after {
    content: ' ';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #a9a9a9;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    height: 0;
    width: 0;
    margin-right: 5px;
  }
  .breacrumbDesignUnique li:before {
    content: ' ';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 0;
    left: calc(100% + 2px);
    z-index: 1;
    height: 0;
    width: 0;
    margin-right: 5px;
  }
  .breacrumbDesignUnique li.active {
    background-color: #066659;
  }
  .breacrumbDesignUnique li.active:after {
    border-left-color: #066659;
  }
}

.number {
  display: none;
  font-size: 1rem !important;
  font-weight: 600;
}

.carList_breadcum_background {
  background-image: url("../assets/home/vehicle.jpg");
  background-size: cover;
  background-position: bottom;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
  background-repeat: no-repeat;
}

.inputBreadcrumb {
  margin: 0px 4px;
}

.inputBreadcrumb select {
  outline: none !important;
  border: none;
  border-radius: 30px !important;
  color: black;
  background-color: white;
  padding: 8px 10px;
  width: 100%;
  font-size: 0.8rem;
}

.inputBreadcrumb button {
  border: none;
  background: linear-gradient(261deg, #186b4e, #7bb32f) !important;
  color: white;
  padding: 8px 10px;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.8rem;
}

.inputBreadcrumb2 button {
  border: none;
  background: linear-gradient(261deg, #186b4e, #7bb32f) !important;
  color: white;
  padding: 15px 10px;
  width: 100%;
  border-radius: 0px;
  cursor: pointer;
  font-size: 0.8rem;
}

.keywords {
  outline: none !important;
  border: 1px solid #999999;
  border-radius: 30px !important;
  color: black;
  background-color: white;
  padding: 8px 10px;
  width: 100%;
  font-size: 0.8rem;
}

/*************************** Vehicle Index and Category page Design********************************/
.left_side_content_carListing .inline_elements p {
  color: #373737;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.left_side_content_carListing .inline_elements .filters {
  background-color: #f8f8f8;
  margin-left: 5px;
  border: none;
  padding: 10px 20px;
}

.list_grid_view {
  padding: 10px 20px;
}

.list_grid_view i {
  color: #666666;
  font-size: 1.2rem;
}

.list_grid_view i.active {
  color: #186b4e;
}

.left_side_content_carListing .inline_elements .filters:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.image_container {
  border-radius: 5px;
  height: auto;
  max-height: 30vh;
  padding: 0;
}

.image_container img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.price_of_car {
  -webkit-clip-path: polygon(11% 0, 91% 0, 100% 100%, 0% 100%);
  clip-path: polygon(11% 0, 91% 0, 100% 100%, 0% 100%);
  background-color: #186b4e;
  padding: 10px 40px;
  line-height: 0;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
  text-transform: uppercase;
}

.price_of_car p {
  padding-top: 15px;
}

.each_item .model {
  color: #999999;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 0px;
}

.each_item {
  border-bottom: 1px solid #e1dfdd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.outer_div_each_item {
  padding: 20px 50px;
}

.outer_div_each_item h3 {
  color: #555555;
  font-size: 1.2rem;
  font-weight: 700;
}

.outer_div_each_item .shortDesc {
  color: #666666;
  font-size: 0.9rem;
  font-weight: 400;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  /* fallback */
  max-height: 60px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 60px;
  text-align: justify;
}

.outer_div_each_item .properties p {
  color: #555555;
  font-size: 0.8rem;
  font-weight: 500;
}

.share_items_carListing .details {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bolder;
}

.share_items_carListing .details:hover {
  background-color: #186b4e;
  color: white;
  cursor: pointer;
}

.share_items_carListing .share_icons i {
  background-color: #186b4e;
  padding: 10px;
  border-radius: 100%;
  color: white;
}

.share_items_carListing .share_icons .fa-facebook-f {
  padding: 10px 15px;
}

.mt-50 {
  margin-top: 50px;
}

.right_sidebar_carListing .advanced_search_container {
  background-color: #e1dfdd;
  padding: 50px 20px;
  border-radius: 10px;
}

.right_sidebar_carListing .advanced_search_container h3 {
  color: #050000;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.advanced_search_container .sidebar_input {
  width: 217px;
  height: 47px;
  background-color: #fafafa;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  color: #666666;
  margin-top: 10px;
}

.advanced_search_container .select2-container--default .select2-selection--multiple, .advanced_search_container .select2-selection--single {
  border-radius: 0;
  font-size: 0.8rem;
  border: none;
  padding: 10px 15px;
}

.advanced_search_container .sidebar_input:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.advanced_search_container .submit_btn_sidebar {
  background-color: #186b4e;
  border-radius: 10px;
  border: 1px solid white;
  padding: 10px 10px;
  color: white;
  margin-top: 10px;
}

.obtained_price {
  margin-top: 10px;
  width: 100%;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  /*background-color: #186b4e;*/
  /*color: #fff;*/
  /*padding: 10px 20px;*/
  /*border-radius: 3px;*/
  /*-webkit-transition: all .3s;
  transition: all .3s;*/
  font-size: 1rem;
}


/*************************** Vehicle Index and Category page Design********************************/
/**********************************Breadcrumb Design*********************************************/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  border-radius: 2px;
}

.breadcrumb-item {
  font-size: 0.8rem;
  font-weight: 600;
  color: #186b4e;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  padding-right: 0.5rem;
  color: #186b4e;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #d8dde2;
}

/**********************************Breadcrumb Design*********************************************/
.formDesignBreadCrumbJob {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 20px;
}

.formDesignBreadCrumbJob .custom_search_slider {
  width: 100%;
  background-color: white;
  border: none;
  padding: 10px;
  border-radius: 0px;
  outline: none;
  font-size: 0.8rem;
}

.formDesignBreadCrumbJob .custom_submit_btn {
  padding: 10px;
  border-radius: 0px;
  display: block;
  width: 100%;
  background-color: #ff3546;
  color: white;
  border: none;
  font-size: 0.8rem;
  margin: 0px 8px;
}

.jobDescription {
  font-size: 0.8rem;
  color: #666666;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 95px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

/***************************Description Page***********************************/
.backgroundColorSilver {
  background-color: #f2f6f7;
}

.whiteBackgroundCommon {
  background-color: white;
  padding: 30px 30px !important;
}

.backgroundColorWhite {
  background-color: white;
}

.gallaryMainImageContainer {
  max-height: 35vw;
  min-height: 35vw;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallaryMainImageContainer img {
  max-height: 35vw;
  min-height: 35vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.imageContainergallary {
  max-height: 10vh;
  min-height: 10vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.imageContainergallary img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.imageContainergallary.active {
  border: 4px solid #d9a055;
}

.total_price_description {
  background-color: #f2f6f7;
}

.total_price_description h3 {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  background-color: #186b4e;
  padding: 20px 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.total_price_description .large_text {
  font-size: 1.5rem;
}

.margin_cost {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.margin_cost h5 {
  text-decoration: line-through;
}

.margin_cost p {
  font-size: 0.8rem;
}

.company_description {
  background-color: #186b4e;
  color: white;
  padding: 10px 1px;
  border-radius: 7px;

}

.company_description .thumbnail_images {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.company_description h3 {
  line-height: 1;
  font-size: 1.2rem;
}

.company_description p {
  line-height: 1;
  font-size: 0.8rem;
}

.contact_sidebar_car_detail {
  border: 1px solid #666666;
  padding: 20px 1px;
  border-radius: 7px;
}

.contact_sidebar_car_detail h3 {
  font-size: 1rem;
}

.contact_sidebar_car_detail p {
  font-size: 1.5rem;
}

.contact_sidebar_car_detail i {
  font-size: 1rem;
  color: #666666;
}

.contact_sidebar_car_detail .bar {
  color: #999999;
}

.message_car_description {
  background-color: #f2f6f7;
  padding: 50px 30px;
  position: relative;
}

.message_car_description h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
}

.message_car_description .form_input {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.financeResult h3 {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 5px 0px;
  margin: 0;
}

.financeResult .result {
  text-align: center;
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  background-color: white;
  font-weight: bold;
}

.message_car_description .form_input:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.message_car_description textarea {
  color: #999999;
  margin-top: 10px;
  border: none;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.message_car_description .submit_btn {
  height: 50px;
  background-color: #186b4e;
  border: 1px solid #186b4e;
  color: white;
  margin-top: 10px;
  text-transform: uppercase;
  margin: 15px 0 0;
  font-weight: 500;
}

.message_car_description::before {
  content: " ";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #186b4e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 5px;
  top: 0px;
}

.message_car_description p {
  font-size: 0.7rem;
  padding: 0px;
  line-height: 1;
}

.message_car_description .search_btn {
  border: 1px solid #186b4e;
  background-color: #186b4e;
  color: white;
  border-radius: 0px;
}

.message_car_description .search_input {
  border: 1px solid #186b4e;
}

.car_details_icons p {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
}

.car_details_icons .bar {
  color: #999999;
  font-size: 1rem;
}

.car_details_icons a {
  font-size: 0.8rem;
}

.vehicle_specifications h2 {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
}

.vehicle_specifications ul {
  list-style: none;
  margin-left: 10px;
  padding-left: 1.2em;
  position: relative;
}

.vehicle_specifications ul li {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  position: relative;
  color: #9d9d9d;
  font-size: 0.8rem;
}

.vehicle_specifications ul li:before {
  color: teal;
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -15px;
  font-size: 8px;
  margin-top: 5px;
  /*border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid teal;*/
 /* margin-top: 8px;*/
}

.visualizedData .each_visualized_data {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f6), color-stop(#e4e4e4), to(#999999));
  background-image: linear-gradient(#f1f3f6, #e4e4e4, #999999);
  border: 1px solid #acacac;
  border-radius: 5px;
  padding: 15px 5px;
}

.visualizedData i {
  font-size: 1.2rem;
  color: #186b4e;
  margin-bottom: 10px;
}

.visualizedData h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.visualizedData p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tabDesign ul {
  list-style: none;
  background-color: #f1f3f6;
  margin: 0;
  padding: 0px 30px;
  border-bottom: 2px solid #186b4e;
}

.tabDesign li {
  display: inline-block;
  margin: 0px 1px;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.tabDesign li.active {
  background-color: #186b4e;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.feature_specificaton_heading h3 {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  /* Text style for "Overview" */
  padding-bottom: 20px;
}

.feature_specificaton_heading .active {
  font-size: 18px;
  font-weight: 400;
  /* Text style for "Features &" */
  color: #186b4e;
  border-bottom: 2px solid #186b4e;
  padding-bottom: 20px;
}

#overviewContainer, .feature_specificaton_details {
  padding: 20px 15px;
  font-size: 1rem;
  font-weight: normal;
}

#overviewContainer h3, .feature_specificaton_details h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #186b4e;
}

#overviewContainer h2, .feature_specificaton_details h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #186b4e;
}

#overviewContainer ul, #overviewContainer ol, .feature_specificaton_details ul, .feature_specificaton_details ol {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#overviewContainer ul li, #overviewContainer ol li, .feature_specificaton_details ul li, .feature_specificaton_details ol li {
  margin-top: 10px;
  font-size: 0.8rem;
  padding-left: 20px;
  display: inline-block;
  width: 48%;
  position: relative;
}

#overviewContainer ul li:before, #overviewContainer ol li:before, .feature_specificaton_details ul li:before, .feature_specificaton_details ol li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 0px;
  color: #186b4e;
  margin-top: 1px;
}

@media only screen and (max-width: 575px) {
  #overviewContainer ul li, .feature_specificaton_details ul li {
    width: 100%;
  }
}

/* appointment Modal */
.closeBtnModal {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.closeBtnModal i {
  opacity: 0.5;
}

.closeBtnModal:hover i {
  opacity: 1;
}

.dateAndTime {
  background-color: #186b4e;
  padding: 10px 0px;
}

.dateAndTime p {
  margin: 0;
  color: white;
}

#bookNowForm .modal-body {
  padding: 0;
}

.bookAppointmentHeader {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bookAppointmentHeader h3 {
  color: #186b4e;
  font-size: 1.2rem;
  margin: 0;
}

.bookAppointmentHeader p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 300;
}

.heading-appointment {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}

.customSelect {
  width: 100%;
  border: none;
  outline: none;
}

.customSelect option {
  background-color: white;
  text-align: center;
  border: 1px solid #186b4e;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 20px 0px;
  color: #186b4e;
}

.customSelect option.selected {
  background-color: #137649 !important;
  color: white;
}

.customSelect option:hover {
  background-color: #186b4e;
  color: white;
}

.btn-Custom {
  background-color: #186b4e;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
}

.line-appointment {
  border-top: 1px solid #186b4e;
}

.timerAppointment ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.timerAppointment ::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

.timerAppointment ::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #186b4e;
}

.tabcontentModal {
  display: none;
}

.formDesignAppointment input, .formDesignAppointment textarea {
  outline-color: #186b4e;
  margin: 15px 0px;
  font-size: 0.8rem;
  padding: 10px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formDesignAppointment input:focus, .formDesignAppointment textarea:focus {
  outline-color: #186b4e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal {
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

.btn-Custom2 {
  text-align: left;
  float: left;
  background-color: transparent;
  border: none;
  color: #186b4e;
}

select option:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#137649), to(#137649));
  background: linear-gradient(#137649, #137649);
  background-color: #137649 !important;
  /* for IE */
  color: white !important;
}

.customButtonBookAMeeting {
  background-color: #186b4e;
  color: white;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 10px 50px;
}

.customButtonBookAMeeting:hover {
  background-color: #06492b;
}

.emailFriendDesign {
  background-color: #186b4e;
  border-radius: 5px;
}

.emailFriendDesign h3 {
  color: white;
}

.emailFriendDesign .emailFriendDesignForm label {
  color: white;
}

.emailFriendDesign .emailFriendDesignForm input {
  border: none;
  padding: 10px 10px;
  outline: none;
  font-size: 0.8rem;
}

.emailFriendDesign .designedBtn {
  width: 100%;
  background-color: #e6e4e7;
  color: black;
  border: none;
  padding: 5px 30px;
  cursor: pointer;
}

.emailFriendDesign .designedBtn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#emailFriendModal .modal-body {
  padding: 0 !important;
}

#emailFriendModal .modal-content {
  border-radius: 10px;
}

.descriptionPageCarousel .outer {
  margin: 0 auto;
  max-width: 800px;
}

.descriptionPageCarousel .imageWrapperCarousel {
  max-height: 40vh;
  background-color: white;
  min-height: 40vh;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.descriptionPageCarousel .imageWrapperCarousel img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 40vh;
  display: block;
  margin: auto !important;
}

.descriptionPageCarousel .imageWrapperCarouselThumbnails {
  max-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px;
}

.descriptionPageCarousel .imageWrapperCarouselThumbnails img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
  min-height: 100px;
}

.descriptionPageCarousel #thumbs .current .item .imageWrapperCarouselThumbnails {
  border-color: #186b4e;
  border-width: 1px;
}

.descriptionPageCarousel .owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.descriptionPageCarousel .owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

.descriptionPageCarousel #big.owl-theme {
  position: relative;
}

.descriptionPageCarousel #big.owl-theme .owl-next,
.descriptionPageCarousel #big.owl-theme .owl-prev,
.descriptionPageCarousel #thumbs.owl-theme .owl-next,
.descriptionPageCarousel #thumbs.owl-theme .owl-prev {
  background: #333;
  color: white;
  width: 30px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}

.descriptionPageCarousel #big.owl-theme .owl-prev,
.descriptionPageCarousel #thumbs.owl-theme .owl-prev {
  left: 10px;
}

.descriptionPageCarousel #big.owl-theme .owl-next,
.descriptionPageCarousel #thumbs.owl-theme .owl-next {
  right: 10px;
}

.descriptionPageCarousel #thumbs.owl-theme .owl-next,
.descriptionPageCarousel #thumbs.owl-theme .owl-prev {
  background: #333;
}

/* appointment Modal */
.eachSimilarProduct {
  margin: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.eachSimilarProduct .imageWrapperSimilarPoduct {
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.eachSimilarProduct .imageWrapperSimilarPoduct img {
  height: 100%;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.eachSimilarProduct .contentSimilarProduct {
  padding: 10px 20px;
}

.eachSimilarProduct .contentSimilarProduct h3 {
  font-weight: 600;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 60px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 60px;
}

.tableRowsDesign .sold {
  background-color: #373b4d;
  color: white;
  padding: 8px 10px;
  font-size: 0.7rem;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

.tableRowsDesign .inactive {
  background-color: #f7f7f7;
  color: #666666;
  padding: 8px 10px;
  font-size: 0.7rem;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

.tableRowsDesign .active {
  background-color: #00cd67;
  color: white;
  padding: 8px 10px;
  font-size: 0.7rem;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

.tableRowsDesign .deleted {
  background-color: #f91942;
  color: white;
  padding: 8px 10px;
  font-size: 0.7rem;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

.tableRowsDesign .expired {
  background-color: #fd9209;
  color: white;
  padding: 8px 10px;
  font-size: 0.7rem;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
}

/***************************Description Page ends***********************************/
.common-btn-custom {
  background-color: #186b4e;
  color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 25px;
  border: none;
}

.common-btn-custom:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/**********************brand Page*****************************/
.brandImageWrapper {
  max-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  background-color: white;
  margin: 5px;
}

.brandImageWrapper img {
  max-height: 80px;
}

.brandImageWrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.brandFilters p {
  line-height: 3;
}

.brandFilters p a {
  border: 1px solid #186b4e;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 0.8rem;
}

.brandFilters p a:hover {
  background-color: #186b4e;
  color: white;
}

.brandFilters p a.active {
  background-color: #186b4e;
  color: white;
}

/**********************brand Page ends*****************************/
/************************order page************************/
.background-color-in-user-dashboard {
  background-color: #f1f3f6;
  min-height: 490px;
  padding-bottom: 50px;
}

.breadcrumb_custom {
  background-color: white;
  padding: 10px 40px;
}

.breadcrumb_custom h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #666666;
}

.breadcrumb_custom .current {
  color: black;
}

.breadcrumb_custom a:hover {
  color: black;
}

.order_products_container {
  background-color: white;
  padding: 10px 40px;
  padding-bottom: 50px;
}

.order-link-height {
  min-height: 2rem;
}

.canceled_orders {
  color: #186b4e !important;
  border-bottom: 2px solid #186b4e;
  padding-bottom: 5px;
}

.cancelled-message {
  margin-top: 20px;
  font-size: 0.7rem;
  z-index: 99;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px;
  background-image: url("../assets/mobile_hd/CANCELLED_stamp-1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.canceled-message-text {
  z-index: 992 !important;
  color: #302a27 !important;
}

.cancelled-message:before {
  position: absolute;
  content: " ";
  top: 20px;
  left: 0;
  width: 100%;
  height: 70%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}

#canceled-order {
  display: none;
}

p.avtive {
  border-bottom: 2px solid #186b4e;
  background-color: red;
}

.orders:hover {
  color: #186b4e;
  border-bottom: 2px solid #186b4e;
  padding-bottom: 5px;
}

.select-order-year {
  border-radius: 2px;
  background-color: #186b4e;
  color: white;
}

.select-order-year:focus {
  outline: none;
}

.order-details:hover {
  color: #186b4e;
}

.order-id {
  background-color: #186b4e;
  color: white;
  line-height: 2;
  padding: 5px 20px;
  font-weight: bold;
  margin-left: 5px;
}

.ordered-product {
  border-bottom: 1px solid #cfcaca;
  background-color: #f6f6f6;
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ordered-product p {
  margin: 0;
}

.order-track {
  background-color: #186b4e;
  padding: 10px 20px;
  color: white;
  vertical-align: middle;
}

.order-track:hover {
  background-color: #186b4e;
}

.rate-and-review {
  text-align: center;
  margin-top: 15px;
}

.cancel-product-btn {
  padding: 10px 5px;
  -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
          box-shadow: 1px 1px 1px 1px #cccccc;
  line-height: 2;
  color: black;
  margin-top: 5px;
  font-size: 0.8rem;
}

.canceled-product-btn {
  background-color: #c9302c;
  padding: 10px;
  font-size: 0.8rem;
  -webkit-box-shadow: 1px 1px 1px 1px  #c9302c;
          box-shadow: 1px 1px 1px 1px  #c9302c;
  line-height: 2;
  color: white;
  margin-top: 5px;
  cursor: not-allowed;
  text-align: center;
  vertical-align: middle;
}

.canceled-product-btn a {
  color: white;
}

.canceled-product-btn:hover {
  background-color: red;
  cursor: not-allowed;
}

.canceled-product-btn:hover a {
  color: white;
  cursor: not-allowed;
}

.cancel-product-btn a {
  color: black;
}

.cancel-product-btn:hover {
  -webkit-box-shadow: 1px 1px 2px 1px red;
          box-shadow: 1px 1px 2px 1px red;
  color: black;
}

.cancel-product-btn:hover a {
  color: black;
}

.ordered-product-bottom {
  margin-top: 10px;
  border-top: 1px solid #cfcaca;
  background-color: #f6f6f6;
  padding: 15px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ordered-product-bottom p {
  margin: 0;
}

.outer-border-for-ordered-product {
  -webkit-box-shadow: 1px 1px 1px 1px #dde6ef;
          box-shadow: 1px 1px 1px 1px #dde6ef;
  border-radius: 10px;
}

a.color-peepal:hover {
  color: #186b4e;
}

.cursor-pointer {
  cursor: pointer;
}

.product-buy {
  background-color: #186b4e;
  color: white;
  border: 1px solid #186b4e;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.product-buy:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .ordered-product {
    padding: 10px 5px;
  }
}

.ordered-product-image {
  max-height: 10vh;
}

/************************order page ends************************/
/*********************contact pafe************************/
.contact_details_wrapper {
  border: 1px solid #186b4e;
  padding: 40px  10px;
  margin: 10px 10px;
}

.contact_details_wrapper i {
  font-size: 2rem;
  color: #186b4e;
  border: 1px solid #186b4e;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.contact_details_wrapper h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #186b4e;
}

.contact_details_wrapper p {
  margin: 0;
  font-size: 0.8rem;
  color: #666666;
  font-weight: 500;
}

.contact_details_wrapper:hover i {
  background-color: #186b4e;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-banner {
  position: relative;
  background-color: #186b4e;
  min-height: 400px;
  width: 100%;
}

.contact-banner .conatct-us-bg-design {
  position: absolute;
  background-color: white;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  height: 274px;
  width: 110%;
  left: -30px;
  bottom: -125px;
}

.form-design-contact-us {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  padding-bottom: 60px;
  background-color: white;
  margin-top: 50px;
}

.form-design-contact-us label, .form-design-contact-us p {
  width: 100%;
  color: #666666;
  font-size: 0.8rem;
  font-weight: 500;
}

.form-design-contact-us h3 {
  color: #186b4e;
  font-size: 1.2rem;
  font-weight: 600;
}

.form-design-contact-us input, .form-design-contact-us select, .form-design-contact-us textarea {
  border: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  width: 100%;
  padding: 10px 10px;
  font-size: 0.8rem;
  color: #666666;
  outline-color: #186b4e;
}

.form-design-contact-us input[type=submit] {
  background-color: #186b4e;
  color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.bg-peepal {
  background-color: #dd9629 !important;
}

.map_iframe {
  width: 100%;
  height: 500px !important;
}

.mapouter {
  margin-top: 50px;
  position: relative;
  text-align: center;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.image-holder-contact-us h3 {
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
}

.image-holder-contact-us p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 0.8rem;
  color: white;
}

.image-holder-contact-us img {
  max-height: 40vh;
}

/*********************************** /contact Us page *****************************/
/************************** blog and blog description page*********************************/
/* blog and blog Description design */
.blog_list_container {
  padding: 10px 20px;
}

.blog_list_container::after {
  content: " ";
  border: 2px solid #186b4e;
  padding: 30px 0px;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog_list_container h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.blog_list_container .blog_meta_data {
  font-size: 0.8rem;
  color: #999999;
}

.blog_list_container .blog_short_desc {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5;
  /* fallback */
  max-height: 110px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 110px;
  margin-bottom: 10px;
}

.each_blog_dat {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}

.blog-image-priceOfCar {
  max-height: 50vh;
}

.carousel_items .name_carousel {
  color: #555555;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
  margin-bottom: 10px;
}

.left_sidebar_blog ul {
  list-style: none;
  padding: 0px;
}

.left_sidebar_blog ul li {
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  margin-top: 15px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* fallback */
  max-height: 30px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.left_sidebar_blog ul li:hover {
  background-color: #186b4e;
  color: white;
  transform: translateY(8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left_sidebar_blog ul li:focus {
  background-color: #186b4e;
  color: white;
  transform: translateY(-8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.blog_sidebar_btn {
  background-color: #186b4e;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.blog_sidebar_btn:hover {
  background-color: #186b4e;
  color: white;
}

.offer_blog p {
  font-size: 0.8rem;
}

.offer_blog h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: normal;
}

.blog_sidebar_heading {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: normal;
}

.redmore_blog {
  background-color: #186b4e;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.redmore_blog:hover {
  background-color: #186b4e;
  color: white;
}

.blog_full_desc p {
  font-weight: 300;
  font-size: 0.9rem;
  color: #666666;
  text-align: justify;
}

.blog_full_desc h1 {
  font-size: 3rem;
  color: black;
  font-weight: bolder;
}

.blog_full_desc h2, .blog_full_desc h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
}

.blog_full_desc ul, .blog_full_desc ol {
  list-style: none;
  margin-left: 10px;
  padding-left: 1em;
  position: relative;
  margin-top: 30px;
}

.blog_full_desc ul li, .blog_full_desc ol li {
  margin-top: 10px;
  font-size: 0.9rem;
  margin-left: 10px;
  color: #666666;
  text-align: justify;
}

.blog_full_desc ul li:before, .blog_full_desc ol li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 0;
  color: #186b4e;
  margin-top: 1px;
}

.latest_blog_sidebar h2 {
  font-size: 1.5rem;
  font-weight: bolder;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: white;
}

.latest_blog_sidebar h3 {
  font-size: 0.9rem;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 50px;
}

.latest_blog_sidebar p {
  font-size: 0.8rem;
  color: #dddddd;
  font-weight: 400;
  margin-top: 30px;
}

.latest_blog_sidebar {
  background-color: #014d4d;
  padding: 50px 10px;
}

.image_container_blog_similar {
  max-height: 200px;
  overflow: hidden;
}

.image_container_blog_similar img {
  max-height: 200px;
  min-height: 200px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#section_similar_blog .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#section_similar_blog .item:hover {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.blog_list_container h5 {
  font-size: 1rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 40px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 40px;
}

.testimonial_priceOfCar_content .item {
  margin-bottom: 20px;
}

.breadcrumbBackground {
  background-color: #eeeeee;
  padding: 60px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: relative;
}

.breadcrumbBackground h3 {
  font-size: 2.5rem;
  font-weight: 600;
}

.breadcrumbBackground::before {
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.breadcrumb {
  color: white;
  background: transparent;
}

/* ends blog and blog Description Design */
/****************************faq page design****************************/
.left_sidebar_faq ul {
  list-style: none;
  padding: 0px;
}

.left_sidebar_faq ul li {
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  margin-top: 15px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
  margin-bottom: 10px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.left_sidebar_faq ul li.active {
  background-color: #186b4e;
  color: white;
}

.faq_sidebar_btn {
  background-color: #186b4e;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.faq_sidebar_btn:hover {
  background-color: #186b4e;
  color: white;
}

.redmore_blog {
  background-color: #186b4e;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
}

.redmore_blog:hover {
  background-color: #186b4e;
  color: white;
}

.offer_faqs p {
  font-size: 0.8rem;
}

.footer_faqs {
  background-color: #b2b5b7;
}

.footer_faqs p {
  margin: 0;
  color: white;
}

.footer_faqs span {
  background-color: white;
  padding: 5px 20px;
  color: black;
  font-size: 0.8rem;
}

.offer_faqs h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  letter-spacing: 3px;
}

.left_sidebar_faq ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 30px;
}

.heading_tab_content h3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
  font-size: 1rem;
  color: #186b4e;
}

.heading_tab_content {
  padding-left: 20px !important;
  padding-right: 50px !important;
}

.left_sidebar_faq ul li:hover {
  background-color: #186b4e;
  color: white;
  transform: translateY(8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.left_sidebar_faq ul li:focus {
  background-color: #186b4e;
  color: white;
  transform: translateY(-8px);
  -webkit-transform: translateX(8px);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.tab_heading h3 {
  font-size: 1rem;
  font-weight: 400;
  padding: 10px;
}

.tab_content_description {
  padding: 30px 40px;
  text-align: justify;
  font-size: 0.8rem;
}

.tab_heading .active {
  background-color: #186b4e;
  color: white;
}

.tab_heading .active h3::after {
  color: white;
}

.tab_description_container {
  display: none;
}

.tab_heading_container {
  cursor: all-scroll;
}

.rotate_icon h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner_body_faq {
  background-color: #f7f7f7;
  padding: 30px 0px;
}

.banner_body_faq_inner {
  background-color: #e8b007;
  padding: 10px 30px;
  color: white;
}

.banner_body_faq_inner p {
  margin: 0px;
}

.book_appointment_faq {
  background-color: #cbcbcb;
  text-transform: uppercase;
  float: right;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bolder;
  color: black;
}

.faqs_top h3 {
  font-size: 1.2rem;
  font-weight: bolder;
}

.faqs_top p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 40px;
}

.faqs_top h3 > span {
  padding-bottom: 5px;
  border-bottom: 3px solid #186b4e;
}

/****************************faq page design ends****************************/
/*************************************all category***************************************/
.each_category_item_allCategory {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 15px;
}

.each_category_item_allCategory:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.each_category_item_allCategory .image_wrapper {
  max-height: 120px;
  min-height: 120px;
}

.each_category_item_allCategory .image_wrapper img {
  max-height: 120px;
  min-height: 120px;
  display: block;
  margin: 0px auto;
  width: 100%;
}

.each_category_item_allCategory h6 {
  margin: 0;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  /* fallback */
  max-height: 35px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 35px;
}

.each_category_item_allCategory h6 a {
  font-weight: inherit;
}

/*************************************all category ends***************************************/
/************************* job profile*********************************/
.socialMediaJobProfile {
  list-style: none;
  margin: 0;
  padding: 10px 0px;
}

.socialMediaJobProfile li {
  display: inline-block;
  background-color: #f1f3f4;
  color: #707c88;
  margin: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.socialMediaJobProfile li i {
  padding: 15px 15px;
}

.socialMediaJobProfile li:hover {
  background-color: #06675a;
  color: white;
}

.negativeMarginJobProfile {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  margin-top: -80px;
  border-bottom: 4px solid #06675a;
}

.negativeMarginJobProfile .fix-size-image-profile {
  border-radius: 100%;
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #06675a;
  padding: 4px;
  margin-top: -70px;
}

.line-job-profile {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.profileUpdateBtn {
  margin: 10px 0px;
  margin: 0;
  padding: 10px 0px;
}

.profileUpdateBtn a {
  text-align: center;
  background-color: #06675a;
  padding: 10px 30px;
  color: white;
  font-size: 1rem;
}

.profileUpdateBtn a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.tabContainerJobProfile ul {
  margin: 0;
  padding: 20px 0px;
  list-style: none;
  text-align: right;
  width: 100%;
}

.tabContainerJobProfile ul li {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
}

.tabContainerJobProfile ul li a {
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #707c88;
  background-color: white;
}

.tabContainerJobProfile ul li a .notificationCount {
  margin-left: 10px;
  background-color: rgba(6, 103, 90, 0.4);
  border: 1px solid #06675a;
  border-radius: 100%;
  padding: 2px 5px;
  color: #06675a;
}

.tabContainerJobProfile ul li a:hover {
  background-color: #06675a;
  color: white;
  border-color: #06675a;
}

.tabContainerJobProfile ul li a:hover .notificationCount {
  background-color: white;
  border: 1px solid white;
  color: #06675a;
}

.tabContainerJobProfile ul li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.tabContainerJobProfile ul li.active a {
  background-color: #06675a;
  color: white;
  border-color: #06675a;
}

.tabContainerJobProfile ul li.active a .notificationCount {
  background-color: white;
  border: 1px solid white;
  color: #06675a;
}

.eachJob {
  margin-top: 20px;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-left: 0px solid  white;
}

.eachJob:hover {
  border-left: 4px solid  #06675a;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.eachJob .appliedBtn {
  background-color: white;
  padding: 10px 0px;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.eachJob .appliedBtn:hover {
  background-color: #06675a;
  color: white;
}

.eachJob .image-wrapper-job-profile img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: white;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}

@media only screen and (max-width: 575px) {
  .metaAndInfo h2 {
    font-size: 1.5rem;
  }
  .metaAndInfo h5 {
    font-size: 1rem;
  }
  .profileUpdateBtn {
    display: block;
    width: 100%;
  }
  .profileUpdateBtn a {
    text-align: center;
    display: block;
    width: 100%;
  }
  .tabContainerJobProfile ul li {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    width: 32%;
  }
  .tabContainerJobProfile ul li a {
    padding: 10px 5px;
    font-size: 0.7rem;
    font-weight: bold;
    color: #707c88;
    background-color: white;
  }
  .tabContainerJobProfile ul li a .notificationCount {
    margin-left: 10px;
    background-color: rgba(6, 103, 90, 0.4);
    border: 1px solid #06675a;
    border-radius: 100%;
    padding: 2px 5px;
  }
}

.jobProfileInput label {
  font-size: 14px;
  font-weight: 500;
  color: #35434e;
}

.jobProfileInput .inputJobProfile {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  color: #666666;
  width: 100%;
  font-size: 0.8rem;
  outline: none;
  background-color: white;
}

.jobProfileInput .inputJobProfile:hover {
  border: 1px solid #06675a;
}

.jobProfileInput .inputJobProfile:focus {
  border: 1px solid #06675a;
}

.uploadedCv {
  height: 100px;
  width: auto;
  max-width: 100%;
  margin-top: 15px;
}

/************************* job profile*********************************/
.openFiltersSmallScreen {
  background-color: #06675a;
  color: white;
  padding: 10px 10px 10px 20px;
  text-align: left;
  font-size: 0.8rem;
  display: none;
}

@media only screen and (max-width: 767px) {
  .openFiltersSmallScreen {
    display: block;
  }
  .filtersWrapperSmallerScreen {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/*----- customization NITESH KUMAR MANDAL --------*/
h3.filterTitle {
  font-size: 1rem;
  font-family: 'Fira Sans', sans-serif;
  color: #212529;
  font-weight: 500;
}
.filterHeading{
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
h3.filterTitle a {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
  color: teal;
  width: unset !important;
}
.filterWrap {
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tagWrap {
  float: left;
  display: block;
  font-weight: 200;
  font-size: 13px;
  background: rgba(0,0,0, 0.05);
  margin: 0 5px 5px 0;
  padding: 5px 7px;
  border-radius: 2px;
}
.tagWrap .close {
  font-size: 24px;
  line-height: 20px;
  margin-left: 5px;
  text-shadow: unset;
}
.more {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  color: teal;
}
.ui-slider-horizontal {
    height: 0.4em important!;
}
.ui-widget.ui-widget-content {
  background-color: #e5e5e5;
  border: unset;
}
.price_slider_ui .ui-state-default, .ui-widget-content .ui-state-default {
  border-radius: 50%;
}
.ui-slider .ui-slider-range {
  background-color: #27a69b;
}
 html .ui-button.ui-state-disabled:active, .ui-state-active, .ui-widget-content .ui-state-active {
  background: #27a69b;
 }
 /*----------CUSTOM CHECKBOX AND RADIO BUTTON --------*/
 .checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .15em;
    width: 1.15em;
    height: 1.1em;
    float: left;
    margin-right: .9em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .65em;
  line-height: 0;
  top: 50%;
  left: 22%;
}

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

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

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

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label input[type="checkbox"]:checked + .cr/* .checkbox label input[type="checkbox"]:checked */ {
  background: teal;
  border-color: teal;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  color: #fff;
}
.radio label input[type="radio"]:checked + .cr{
  color: teal;
  border: 1px solid teal;
}
.checkbox .cr:hover, .radio .cr:hover {
  border: 1px solid teal;
}
/* ---------------- END CUSTOMIZE CHECK AND RADIO BUTTON ----------*/
.filterList {
  margin-top: 15px;
}
.filterList label {
  font-size: 14px;
  font-weight: 300;
}
.searchSec .each_item {
  padding-bottom: 0px;
}
.searchSec .image_container, .searchJob .image_container {
  padding-left: 15px;
}
.searchSec .outer_div_each_item {
  padding: 20px 20px;
}
.searchJob .outer_div_each_item, .similarJobs .outer_div_each_item {
  padding: 5px 20px 15px;
}
.propertyPurpose {
  float: right;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 2px;
}
.propertyPurpose.rent {
  color: teal;
}
.categorySlider {
  padding: 0px;
}
.searchJob .outer_div_each_item h3, .similarJobs .outer_div_each_item h3 {
  font-size: 0.8rem;
}
.jobCompany {
  font-size: 1rem;
}
.searchJob .each_item, .similarJobs .each_item {
  padding: 10px 5px 0;
  margin-bottom: 0;
}
.searchJob .each_item:hover, .similarJobs .each_item:hover {
  border-bottom: 1px solid teal;
}
.searchJob .properties p, .similarJobs .properties p {
  margin-bottom: 0px;
}
.searchJob h3 a:hover, .similarJobs h3 a:hover {
  text-decoration: underline;
  color: teal;
}
.searchJob h3 a, .searchJob h4, .similarJobs h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.jobWrap:hover {
  background: #f9f9f9;
}
/*--------- SEARCH CLASSIFIED PAGE -------------*/
.productbox {
  background-color:#ffffff;
  margin: 0 0 30px 0;
  padding: 0 15px;
}   
.productWrap:hover {
  background: rgba(0, 0, 0, 0.045);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.25);
     -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.25);
          box-shadow: 0 3px 6px 0 rgba(0,0,0,.25);
}
.productWrap {
  display: flow-root;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
.productbox img {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.producttitle {
  color: #555555;
      font-weight: 700;
    padding: 5px 0 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    line-height: 1.2;
    font-size: 0.8rem;
    margin-bottom: 5px;
    display: block;
}
.productBtn {
  color: teal;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
  font-size: 0.64rem;
  display: inline-block;
  border: 1px solid teal;
  padding: .45rem 1.6rem;
  border-radius: 2px;
  font-weight: bold;
}
.productBtn:hover {
  background-color: teal;
  color: #fff;
}
.productprice {
  padding-top:5px;
}

.pricetext {
  font-weight:500;
  font-size:1em;
  line-height: 1rem;
}
.pull-right {
    @extend .float-right;
}
.pull-left {
    @extend .float-left;
}
.productDesc {
  padding: 5px;
  display: inline-block;
  width: 100%;
}
.productprice a {
  margin: unset;
}
.priceBefore {
  text-decoration: line-through;
    color: #aeaeae;
    font-size: 0.8rem;
    line-height: 1rem;
}
/*----------- END SEARCH CLASSIFIED PAGE -------*/
/* ----------- PAGINATIION ----------------------*/
.pagination>li>a { border-radius: 50% !important;margin: 0 5px;}
.pagination {
  margin-bottom: 30px;float: right;
}
/* ------------- END OF PAGINATION --------------*/
/*----------- CLASSIFIED DESCRIPTION PAGE ----------*/
.classifiedDescPage {
  border-top: 2px solid #f9f9f9;
}
.classifiedDescPage .breadcrumb {
  padding: unset;
  margin: 0 0 15px;
}
.classifiedDescPage .breadcrumb-item.active {
    color: #9d9d9d;
    font-weight: normal;
}
.classifiedDescPage h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
.classifiedDescPage .breadcrumb li a {
  font-size: 0.75rem;
  font-weight: normal;
}
.classifiedDescPage .breadcrumb-item + .breadcrumb-item:before {
  font-size: 0.7rem;
}
.classiDesc {
  background-color: white;
  padding: 15px 30px 30px;
} 
.classiCatName {
  font-weight: 500;
  color: #9d9d9d;
  margin-bottom: 7px;
}
.classiPriceWrap {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
.classiOldPrice {
  font-size: 18px;
  text-decoration: line-through;
  color: #9d9d9d;
  margin-left: 15px;
}
.classiDiscount {
  color: darkorange;
  margin-left: 15px;
}
.classiRating .fas {
  color: #26a541;
}
.classiRating {
  color: #5f5e5e;
}
.classiPromo button {
  font-size: 12px;
  padding: 5px 10px;
  color: white;
  background: teal;
  margin: unset;
}
.classiPromo button:hover {
  color: #fff;
}
.classiPromo .dropdown-menu.show {
  width: 380px;
}
.classiPromo .dropdown-menu.show li {
  padding: 5px;
  margin: 3px;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
}
.promoDiscount {
  color: teal;
  font-size: 22px;
  margin: 5px 0;
}
.promoDiscountOn {
  color: teal;
  font-size: 12px;
}
/*-----------INCREAMENT / DECREAMENT BUTTON USING CSS JAVASCRIPT -------*/
.qty .count {
    color: #5f5e5e;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
/*    color: white;*/
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
/*    color: white;*/
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}
/*.minus:hover{
    background-color: teal !important;
}
.plus:hover{
    background-color: teal !important;
}*/
/*Prevent text selection*/
.classiQty span, .qty span {
  color: #5f5e5e;
  background-color: #f9f9f9;
    border: 1px solid #efefef;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.classiQty span:hover, .qty span:hover {
  color: #fff;
  background-color: teal;
  border: 1px solid teal;
}
.classiQty input, .qty input {  
    border: 0;
    width: 2%;
}
.classiQty input::-webkit-outer-spin-button, .classiQty input::-webkit-inner-spin-button, .qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.classiQty input:disabled, .qty input:disabled{
    background-color:white;
}
/*-----------END INCREAMENT / DECREAMENT BUTTON USING CSS JAVASCRIPT -------*/
.classiSize select {
  width: 50%;
  border-radius: 2px;
}
.classih4 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
}
.classih4 .fas {
  margin-left: 15px;
  font-size: 1.2rem;
}
.noPad {
  padding: 0;
}
.noPadLt {
  padding-left: 0;
}
.noPadRt {
  padding-right: 0;
}
.noPadTop {
  padding-top: 0;
}
.noPadBot {
  padding-bottom: 0;
}
.noMar {
  margin: 0;
}
.deliveryOpt select.form-control {
  border-radius: 2px;
}
.deliveryOpt a {
  color: teal;
  text-align: right;
}
.deliveryOpt a:hover {
  text-decoration: underline;
}
.mdDarkTxt {
  color: #5f5e5e;
}
.boldTxt {
  font-weight: 700;
}
.lightTxt {
  color: #9d9d9d;
}
.classiButton {
  margin-bottom: 20px;
}
.classiButton .submit {
  width: 49%;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.addToCart {
  background-color: teal;
  float: left;
}
.buyNow {
  background-color: #17a2b8;
  float: right;
}
.jobDesc {
  padding: 40px;
}
/*----------- END CLASSIFIED DESCRIPTION PAGE ----------*/
/* ------------ JOB DESCRIPTION PAGE ----------- */

.jobDeadline {
  float: right;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 5px;
}
.companyDesc {
  font-size: 14px;
  font-family: 'open sans', sans-serif;
  margin-top: 5px;
}
.recruiterLogo img {
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 12px solid #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 40px;
}
.recruiterDetail {
  float: left;
  background: rgba(0, 0, 0, 0.425);
  padding: 20px;
}
.recruiterLocation {
  margin-top: 10px;
  font-size: 0.9rem;
}
.recruiterLocation i {
  margin-right: 15px;
}
.recriterName a {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}
h2.jobDescBannerTitle, h3.jobTitle {
  font-size: 1.5rem;
}
.jobDescWrap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 4px;
}
.jobDescHeading {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 20px 0 10px;
}
/*------ SOCIAL ICONS IN JOBS PAGE ------*/
.social {
  padding: unset;
}
.social li {
  display: block;
  float: left;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  height: 40px;
  padding: 8px;
  margin: 0 5px 3px 0;
  border-radius: 50%;
}
.social li a{color:#fff;}
.social li a:hover {text-decoration:none;}
li.fb:hover {background:#3B5998;}
li.tweet:hover {background:#28A8E0;}
li.gp:hover {background:#D3482B;}
li.flickr:hover {background:#FF0084;}
li.pinterest:hover {background:#EA1514;}
li.dribble:hover {background:#F26798;}
li.instagram:hover {
  /*background: -webkit-linear-gradient(#eee, #333);*/
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);

}

/*---------- END SOCIAL ICONS IN JOB PAGE ----*/
.jobDescriptionWrap table.table td, table.table th {
    padding-top: .7rem;
    padding-bottom: 0.6rem;
    font-size: 0.8rem;
}
.jobDescriptionWrap li {
  font-weight: 400;
}
.jobTitle .applyBtn {
    float: right;
}
.applyBtn, .saveBtn {

  font-size: 0.8rem;
  padding: 7px 20px;
  border-radius: 2px;
  text-transform: uppercase;
}
.jobBtns {
  text-align: right;
}
.jobBtns a:hover {
  opacity: 0.8;
}
.similarJobs .each_item:hover {
  background: #f9f9f9;
}
.similarJobs .classih4 {
  border-bottom: 1px solid #e1dfdd;
}

 
/*-------------- END JOB DESCRIPTION  PAGE*/
/*-----------  PROPERTY DESCRIPTION PAGE ----*/
.propertyBannerBg {
  background: rgba(4, 105, 92, 0.75);
  height: 100%;
  padding: 60px 0 0 60px;
  min-height: 510px;
}
.propertyDescBg{
   background-repeat: no-repeat;
   background-position: top;
   color: #fff;
    min-height: 510px;
      
 }
 .headingXtraLg {
  font-size: 2.4rem;
  letter-spacing: 1px;
}
.propertyPrice {
  font-size: 1.6rem;
  font-weight: 600;
}
.propertyPrice span {
  font-weight: 400;
}
.contactInfoTitle {
  background: rgba(4, 105, 92, 0.75);
    font-size: 1rem;
    padding: 5px 15px;
    display: inline-block;
    margin: 15px 0;
    border-left: 2px solid #fff;
}
.propertyOwnerName, .propertyOwnerPhone {
  line-height: 1.5;
}
.propertyOwnerPhone {
  font-weight: 600;
  text-decoration: underline;
}
.PropertycontactInfo ul {
  padding: 0;
}
.PropertycontactInfo ul li {
  list-style-type: none;
}
.overviewHighlightText {
  font-size: 1.2rem;
  color: teal;
}
#amenitiesContainer ul {
  margin-top: 30px;
  padding-left: 20px;
}
#amenitiesContainer ul li {
  line-height: 30px;
  list-style-type: none;
}
#amenitiesContainer ul li img {
  margin-right: 15px;
}
.message_car_description span.waves-input-wrapper {
  display: block;
}
#changeAddress .modal-header {
  border-bottom: unset;
}
#changeAddress .modal-body {
  padding: 0 1rem 0;
}
#changeAddress .modal-title {
  font-weight: 700;
}
#changeAddress .modal-footer {
  padding: 0 1rem 1rem;
  border-top: unset;
}
/* ------------ ADD TO CART -----------*/
.quantity {
    float: left;
    margin-right: 15px;
    background-color: #eee;
    position: relative;
    width: 80px;
    overflow: hidden
}

.quantity input {
    margin: 0;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 0;
    float: right;
    color: #000;
    font-size: 20px;
    border: 0;
    outline: 0;
    background-color: #F6F6F6
}

.quantity input.qty {
    position: relative;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    background-clip: padding-box
}

.quantity .minus, .quantity .plus {
    line-height: 0;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-size: 6px 30px;
    -moz-background-size: 6px 30px;
    color: #bbb;
    font-size: 20px;
    position: absolute;
    height: 50%;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    z-index: 3
}

.quantity .minus:hover, .quantity .plus:hover {
    background-color: #dad8da
}

.quantity .minus {
    bottom: 0
}
.shopping-cart {
    margin-top: 2rem;
}
.couponBtn {
  padding: .375rem 2.14rem;
  border-radius: 4px;
  border: unset;
}
.trashBtn {
  border-radius: 2px;
  padding: .375rem 0.7rem;
}
.addCartProImg img {
  margin-bottom: 0.6rem;
}
/*--------- END ADD TO CART -------------*/
/*------------PLACE ORDER -------------*/
.estmDelivery {
  margin: 0.5rem 0 1rem;
}
.deliveryMod {
  margin: auto 0;
}
.deliveryMod a:hover {
  text-decoration: underline;
  color: teal;
}
.placeOdButton a.btn{
  width: 100%;
  margin: 1rem 0 0;
  font-weight: 500;
    font-size: 16px;
    background-color: teal;
}
.placeOrderTitle h3 {
  margin: 2rem 0 1rem;
}
.placeOrderTitle h3 a {
  float: right;
  font-weight: 400;
}
.placeOrderTitle h3 a:hover {
  color: teal;
  text-decoration: underline;
}
.mainTitle {
  font-size: 1.2rem;
  font-weight: 500;
}
.deliveryAdd {
  font-size: 0.9rem;
}
.clickedRadioDet {
  margin-bottom: 1rem;
  display: none;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.clickedRadioDet .form-control {
  background-color: #f9f9f9;
}
.none {
  display:none;
}
.alert {
  color: #fff;
  display: inline-block;
  margin: 0px auto;
  position: fixed;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  z-index: 1031;
  top: 20px;
  right: 20px;
  width: 50%;
  border: unset;
}
.alert i {
  font-size: 35px;
  padding: 5px 11px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
}
.alert .faIcon {
  text-align: center;
  margin: 0.5rem 0 1rem;
}
.alert .fa-times {
  padding: 7px 13px;
}
.alert .fa-exclamation {
  padding: 7px 18px;
}
.alert .fa-check {
  padding: 7px 7px;
}
.alert .fa-info {
  padding: 7px 18px;
}
.alert .close {
  background: rgba(255,255,255, 0.4);
  padding: 0px 6px;
  border-radius: 50%;
}
.alert-info {
  background-color: #6addf4;
}
.alert-success {
  background-color: #a1e82c;
}
.alert-warning {
  background-color: #ffbc67;
}
.alert-danger {
  background-color: #fc727a;
}
#notificationPage {
  padding: 5rem 0;
}
.notification {
  text-align: center;
}
.notiHead {
  padding: 1.5rem 0 1rem;
  color: #fff;
}
.notiHead  i {
  font-size: 35px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
}
.notiHead .faIcon {
  font-size: 2rem;
  margin: 0.5rem 0 1rem;
  font-weight: 400;
}
.notiHead .fa-check {
  padding: 14px 15px;
}
.notiSuccess {
  background-color: #a1e82c;
}
.notiSuccess i {
  padding: 14px 15px;
}
.notiFail {
  background-color: #fc727a;
}
.notiFail .fa-times {
  padding: 14px 20px;
}
/*-------END OF PLACE ORDER ----------*/

