
.backgroundclr:nth-child(odd){
    background:#f4f4f4 !important;
}
.timetaken{
    display:inline-block;
      background-image: linear-gradient(to right,#f5958c 0%,#ee008c 51%,#f6908b 100%);
      color:#fff;
}


.justify{
    text-align:justify;
}
.transfromx{
    transform: scaleX(-1);
}
.mrbg{
    margin-bottom:40px;
}
.star{
    display:flex;
    height:auto;
    width:auto;
}
.star ul{
    display:flex;
    
}
.star ul li{
  list-style:none;
  color:yellow;
    
}
.star ul li i{

  color:yellow;
    
}
.price{
    margin-bottom:40px;
}
.price p{
   
    font-weight:800;
}
.centertext{
    text-align:center;
    padding:0 20px;
}
.centertext .price p{
   
    font-weight:600;
    margin-bottom:20px;
}
.price p a{
    color:#fff;
  background-image: linear-gradient(to right,#f5958c 0%,#ee008c 51%,#f6908b 100%);

    padding:12px 24px;
    margin-left:20px;
    text-decoration:none;
    border-radius:20px;
}
.price p a:hover{
    background-position: right center !important;
    letter-spacing:0.5px;
}
.price a{
    color:#fff;
  background-image: linear-gradient(to right,#f5958c 0%,#ee008c 51%,#f6908b 100%);

    padding:12px 24px;
  
    text-decoration:none;
    border-radius:20px;
}
.before-after {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 50vh;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.flexall{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.before-after .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after .img.front-img {
  z-index: 1;
  /* Crop half of the front image */
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
SEPERATE -webkit-slider-thumb AND -moz-range-thumb FOR CHROME AND FIREFOX, OTHERWISE RANGE INPUT CUSTOM STYLES DON'T WORK 
*/

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 7px;
  min-height: 50vh;
  cursor: pointer;
  background-color: white;
  border: 1px solid #c2c2c2;
  border-radius: 0;
}

.slider::-moz-range-thumb {
  -moz-appearance: none;
  width: 7px;
  min-height: 50vh;
  cursor: pointer;
  background-color: white;
  border: 1px solid #c2c2c2;
  border-radius: 0;
}


.centretext{
    text-align:center;
}

.swiper {
  width: 80%;
  height: 350px;
  padding:0 20px;
  /*background:url(https://png.pngtree.com/background/20210710/original/pngtree-high-end-atmosphere-simple-wind-makeup-area-banner-picture-image_1056850.jpg);*/

  /*  background-position: center;*/
  /*  background-size: initial;*/
  /*  background-repeat: no-repeat;*/
}
.swiper-cube .swiper-cube-shadow:before{
    background: #e7e7e7 !important;
}
    .pdingbtm {
    padding-top: 40px !important;
    padding-bottom: 40px!important;
}
@media (min-width: 320px) and (max-width: 480px){
    
    figure{
        height:65%;
    }
    .containerbridal{
        height:270px;
    }
    .respadd40{
        padding:40px;
    }
    .backgroundclr{
        border-bottom:1px solid rgba(0,0,0,0.2) !important;
    }
    .flexall{
    display:block;
}
  
    .flexrev{
        display:flex;
        flex-direction:column-reverse;
    }
  
    .pdingbtm {
    padding-top: 20px !important;
    padding-bottom: 20px!important;
}
.swiper {
  
  height: auto;
}
    
    
    
}