
.ser-box-des{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ser-box-des .box-des-23{
    flex-basis: 30%;
    padding: 15px;
    margin: 10px;
    background-color: rgba(236, 236, 236, 0.736);
    border-radius: 10px;
}
@media(max-width:768px){
    .ser-box-des .box-des-23{
        flex-basis: 95%;
    }
}
@media only screen and (min-width:769px) and (max-width:992px){
    .ser-box-des .box-des-23{
        flex-basis: 45%;
    }
}
.ser-box-des .box-des-23 p i{
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 0 0 0 0;
    text-align: center;
    min-width: 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #ffd600;
    color: #ffff;
    font-size: 12px !important;
}
.ser-box-des .box-des-23 p:hover i{
    background-color: #007CFB;
}
.ser-box-des .box-des-23 p{
    margin-bottom: 10px;
    margin-left: 15px;
    cursor: default;
}
.ser-box-des .box-des-23 h3{
    margin: 20px 1px ;
    margin-left: 15px;
    font-weight: 600;
}
.ser-box-des .box-des-23 img{
    border-radius: 20px;
}
.timeframe, .timeframe .row{
    padding: 0;
    margin: 0;
    text-align: center;
}
.timeframe p{
    text-align: center;
    padding: 15px 2px;
    margin-bottom: 0;
    color: white;
    font-weight: bold;
}
.timeframe .small{
    flex-grow: 1;
    background-color: #007CFB;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.timeframe .large{
    flex-grow: 1;
    background-color: #FFD600;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.timeframe .col-md-12{
    background-color: #007CFB;
    display: flex;
}
@media(max-width:599px){
    .timeframe .col-md-12{
        flex-direction: column;
    }
    .timeframe .large{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.clean-furnished img{
    clip-path: circle(40%);
    animation: clip-anim 15s infinite;
}
@keyframes clip-anim{
    0%{
        clip-path: circle(40%);
    }
    25%{
        clip-path: circle(30% at 5% 5%);
    }
    50%{
        clip-path: circle(30% at 100% 50%);
    }
    75%{
        clip-path: circle(30% at 0 100%);
    }
}
.sticky-sec img{
    border-radius: 20px;
}
.cta-section {
    background-color: #0E61B0;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
  }
  .cta-section h3{
    color:white;
  }
  .cta-section img{
    border-radius: 20px;
  }
  .cta-button {
    background-color: #fff;
    color: #0E61B0;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .cta-button:hover {
    background-color: #f1f1f1;
    color: #0B4C87;
  }
  /*************/
  .services-my-2{
    margin: 0 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #01539F21;
    position: relative;
    min-height: 350px;
    transition: background-color 4s;
    border-radius: 15px;
  }
.services-my-2::before{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #FFDE48;
    border-radius: 50%;
    left: 35px;
    top: 35px;
    transition: 0.8s;

}
.services-my-2 .services-txt-5{
    position: relative;
}
.services-my-2:hover::before{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 15px;
}
  @media only screen and (max-width: 1880px) {
    .rs-choose.choose-style2 .choose-main-part .services-my-2 {
        padding: 20px 20px 20px 30px;
    }
}
  .why-us img{
    width:100%;
    height: 350px;
    object-fit: contain;    
  }
  .bg-blue2{
    background-color: #e2f0ffab;
    transition: background-color .5s;
  } 
  .our-process{
    background-color: rgb(237, 237, 237);
  }
  .our-process .services-item{
    box-shadow: 0px 0px 3px 1px #116abe;
    background-color: #ffff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
  }
  .our-process .services-item .services-icon img{
    margin: 20px;
    width: 80px;
  }
  .our-process .services-item:hover{
    box-shadow: 0px 0px 23px 1px #116abe57;
  }
  .our-process .services-item:hover .services-icon img{
    transform: rotate(360deg);
    transition: 0.5s;
  }
  .our-process .services-item p{
    margin-bottom: 0;
  }
  @media(min-width:1199px){
    .our-process .col-lg-4 .services-item{
        min-height: 480px !important;
      }
  }
  @media(min-width:992px) and (max-width:1199px){
    .our-process .col-lg-4 .services-item{
        min-height: 550px;
      }
     .our-process .services-item .services-content h3{
        font-size: 20px;
        line-height: 1.5rem;
     }
     .services-my-2.new-hei.bg-blue2{
        min-height: 480px;
     }
  }
.hover-shade .shade-effe { position: relative; overflow: hidden; } 
.hover-shade .shade-effe::before { position: absolute; top: 0; left: -100%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(125, 166, 215, 0.249) 100%); transform: skewX(-25deg); pointer-events: none; } 
.hover-shade .shade-effe:hover::before { animation: shine .75s forwards; } 
@keyframes shine { 100% { left: 125%; } }

/**************/

.count{
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{
  background: #333;
   background-image:url('../../assets/images/breadcrumbs/inr-3.jpg');
  background: cover;
  background-position: bottom center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.773);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
/*Banner*/
.rs-breadcrumbs.move-in-out-clean{
  background: url('../../assets/images/move-in-move-out-cleaning-bangalore/move-in-move-out-cleaning-banner.webp');
}

.call-btn-2 {
  padding: 18px;
  border-radius: 8px;
  background: #007CFB;
  color: white;
  margin-top: 20px;
  display: inline-block;
  width: 225px;
  text-align: left;
}
.call-btn-2:hover {
  background-color: #FFD600;
}
/***professional-window-cleaning-services-in-bangalore***/

.rs-breadcrumbs.window-clean-bangalore{
  background: url('../../assets/images/professional-window-cleaning-services-in-bangalore/window-cleaning-bangalore-banner.webp');
}
.faq-animate .animate-style img{
  width: 100%;
}