.service-details .cv-product-gallery {
  padding-bottom: 65px;
}

.service-details .cv-product-nav {
  padding: 1rem;
  background: #f9f9f9;
}

.service-details .cv-product-gallery .col-12,
.cv-shop .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

.service-details .cv-heading {
  margin: 0 auto 20px;
}

.service-details .arrivals {
  text-align: left !important;
}

.service-details .cv-heading {
  text-align: center;
  max-width: 100%;
  /* margin: 0 auto 43px; */
}

.service-details .cv-heading h1 {
  font-size: 24px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.service-details .arrivals {
  text-align: left !important;
}

.service-details .cv-product-gallery .cv-heading h1 {
  padding: 1rem;
}

.service-details .cv-product-gallery .col-12,
.cv-shop .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

/* .service-details .cv-product-tab2 {
    text-align: right;
  } */

.service-details .cv-product-tab2 li {
  display: inline-block;
  /* margin-right: 20px; */
  margin-top: 0.7rem;
}


.service-details .cv-product-tab2 li a:active {
  background: #3cbcff;
  color: #fff;
  border-color: #3cbcff;
}

.service-details .cv-product-tab2 li a.cv-product-active {
  color: #3cbcff;
}


#pills-home-tab button:hover {
  background-color: red;
}

.service-details .seperator {
  border-top: 1px solid #d4f0ff;

  padding: 1px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.service-details .cv-gallery-grid .cv-product-box {
  margin: 15px;
}

.cv-product-box {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  /* margin-left: 25px; */
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* background: #ebf5fb; */

}
@media (max-width:767px) {
  .cv-product-box {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px;
    /* margin-left: 25px; */
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* background: #ebf5fb; */
  
  }
}

.service-details .cv-product-box:hover .cv-product-button {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.service-details .cv-product-button {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-20px);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
}

.service-details .cv-product-button .cv-btn {
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  background: #fff;
  color: #3cbcff;
}

.service-details .cv-product-button .cv-btn svg {
  width: 14px;
  fill: #fff;
  height: 14px;
  margin-right: 4px;
}

.service-details .cv-btn {
  display: inline-block;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  background: #3cbcff;

  color: #fff;
  text-transform: capitalize;
  outline: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
}

.service-details .cv-product-button .cv-btn:last-child {
  margin-top: 10px;
}

.service-details .cv-product-button .cv-btn {
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  background: #3cbcff;
  color: #fff;
}

.service-details .cv-product-box .cv-product-img {
  width: 100%;
  height: 241px;
  object-fit: cover;
}

.service-details .cv-product-box .cv-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cv-product-box:hover .cv-product-img:after {
  transform: scaleY(1);
}

.cv-product-box del {
  padding-left: 1rem;

}

.service-details .cv-product-img:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: linear-gradient(0deg, rgba(60, 188, 255, 0.47), rgba(166, 221, 250, 0.2)); */
  z-index: 0;
  transform-origin: bottom center;
  transform: scaleY(0);
  transition: 0.5s;
  width: 100%;
}

.service-details .cv-product-three .cv-product-data {
  padding: 5px 10px 10px;
  /* background: #4ead98; */
  background: #09a0ba;
}

.navigation-box{
  /* background: #09a0ba; */
}

.service-details .cv-price-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0 5px;
  display: block;
  color: white;
}

.service-details .cv-pdoduct-price {
  font-size: 14px;
  font-weight: 600;
  color: #a6a6a6;
}

.service-details .cv-product-data p {
  margin: 0;
}

.service-details .cv-product-data .cv-pdoduct-price span {
  margin-right: 0.3rem;
}

.service-details .cv-product-data i {
  font-size: 14px;
  margin-right: 1px;
  color: white;
}

.right-content a button{
  background-color: white;
  color: black;
  border: white;
}

.right-content a button:hover{
  background-color: black;
  color: white;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
  border-radius: 33px;
}

.nav-pills .nav-link {
  color: #007bff;
  background-color: #fff;
  border: 1px solid;
  margin-left: 0.3rem;
  outline: none;
  transition: 0.3s;

}

.nav-pills .nav-link {
  border-radius: 1.25rem;
}

.hot-2 {
  background: #febd00;
}

.product-tag {
  position: absolute;
  left: -100px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  height: 25px;
  width: 48px;
  line-height: 25px;
  top: 10px;
  border-radius: 5px;
  padding-left: 0.6rem;
  transition: 0.3s all ease-in;
}

.cv-product-box:hover .product-tag {
  animation: animate;
  left: 30px;
}

@keyframes animate {
  0% {
    transform: translateX(10px);
  }

  100% {
    transform: rotateX(90deg);
  }
}


@media only screen and (max-width:600px) {
  .service-details .cv-product-box .cv-product-img {
    width: 100%;
    height: 343px;
    object-fit: cover;
  }
}


.pricing-section-area-unique {
  display: flex;
  justify-content: space-around !important;
  align-items: flex-end;
}
.pricing-section-area-unique a{
  position: relative;
  z-index: 6;
}
.pricing-section-area-unique a button{
  transition: .5s all;
}
.pricing-section-area-unique a button:active{
  transform: scale(.9);
}
.rent-form-area h1{
  width: 100%;
text-align: center;
font-size: 1.3rem;
color: #000;
}
.rent-form-area .rent-form-btn{
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
/* .rent-form-area .input-one, .rent-form-area .input-two, .rent-form-area .input-three{
  margin-bottom: 2rem;
} */
.rent-form-area form .form-control{
  padding: 1.5rem;
}
.rent-form-area form .form-control:focus-visible{
box-shadow: none;
border: 1px solid #28a745;
}

@media only screen and (max-width: 767px){
  .service-details .cv-product-gallery {
    padding-bottom: 0;
}
.service-sidebar {
  margin-bottom: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
  .service-details .cv-product-gallery {
    padding-bottom: 0;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
  .service-details .cv-product-gallery {
    padding-bottom: 0;
}
}
@media only screen and (min-width: 1400px){
  .service-details .cv-product-gallery {
    padding-bottom: 0;
}
}