/* 
 * Services Section
 */
.cpt-box{
  margin: 1rem 0.2rem;
  overflow: hidden;
  border-radius: 0.5rem;
  transition: all 0.4s;
box-shadow: var(--box-shadow);
}
.cpt-box:hover{
transform: translateY(-1.2rem);
box-shadow: var(--box-shadow);
}
.cpt-box .image img {
width: auto !important;
height: auto !important;
padding: 1.5rem 1rem;
}
.cpt-content{
padding:  0 1rem 1rem 1rem;
}
a.normal-btn i {
    font-size: 1.5rem;
}
/*
 *  Departments Slider
 */
.departments .departments-slider{
padding-top: 3rem;
padding-bottom: 2.5rem;
}
.swiper-slide {
height: auto;
border-radius: 0.5rem;
overflow: hidden;
}
@media(min-width: 768px){
.departments-slide-one {
  max-width: 23rem;
}
}

.departments .departments-slide-one .image {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
}  
.departments .departments-slide-one{
transition: all 0.4s;
}
.departments .departments-slide-one:hover{
transform: translateY(-1.2rem);
}
.departments .departments-slide-one .image img {
height: auto;
width: auto !important;
padding: 1.5rem 0.5rem;
transition: all 0.4rem linear;
}

.departments .departments-slide-one:hover .image img {
transform: scale(1.1);
}

.departments .departments-slide-one .content {
padding: 1rem;
background: var(--white);
margin: 1.5rem 1rem;
border-radius: 0.5rem;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.departments .departments-slide-one .content .title {
font-size: 1.5rem;
color: var(--main-color1);
}

.departments .departments-slide-one .content .title:hover {
text-decoration: underline;
}
.departments .departments-slide-one .content p {
line-height: 2;
font-size: 1rem;
color: var(--main-color2);
}
.departments-button-next,
.departments-button-prev{
 position: absolute;
 display: flex;
 align-items: center;
 justify-content: center;
 background: var(--main-color1);
 color: #fff !important;
 width: 2.5rem !important;
 height: 2.5rem !important;
 line-height: 2.5rem !important;
 border-radius: 50%;
}

.departments-button-next{
top:0; right:3.5rem;
}
.departments-button-prev{
top:0; right:0;
}

.departments-button-next:hover,
.departments-button-prev:hover{
 background: var(--black);
}

/*
testimonial section start
*/
.testimonial{
padding: 0.5rem 1rem 1.5rem 1rem;
}
@media(min-width: 768px){
  .testimonial-slide {
    max-width: 25rem;
  }
  }
.testimonial-slide {
  max-width: 25rem;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 0.4rem;
  transform: scale(0.9);
  opacity: 0.5;
  margin-bottom: 4rem;
  cursor: pointer;
}
*/
/* swiper slider styles control start */
.swiper-button-next,
.swiper-button-prev{
 background: var(--main-color1);
 color:var(--white) !important;
 width: 2.5rem !important;
 height: 2.5rem !important;
 line-height: 2.5rem !important;
 border-radius: 50%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
 background: var(--black);
}
.swiper-button-next::after,
.swiper-button-prev::after{
 font-size: 1.2rem !important;
 font-weight: 900;
}
span.swiper-pagination-bullet{
width: 0.6rem;
height: 0.6rem;
border-radius: 1rem;
background-color: black;
transition: all 0.8s ease;
}
.swiper-pagination-bullet-active{
background-color: var(--main-color1) !important;
width: 4rem !important;
}
/* swiper slider styles control end */
.testimonial .testimonial-slider{
/* padding-top: 4rem; */
}
.testimonial .swiper-slide{
background: #fff;
}
.testimonial .swiper-slide{
opacity: 1;
}
.testimonial .swiper-slide-active {
transform: scale(1);
opacity: 1.2;
background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.price-one {
font-size: 1.2rem;
color: var(--black);
text-align: center;
line-height: 1.6;
margin-bottom: -1.5rem;
}

.testimonial .testimonial-slide h3 {
font-size: 1.3rem;
color: var(--main-color1);
padding-top: 2rem;
}

.price {
font-size: 1rem;
color: var(--black);
text-align: center;
}

.test-full {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 1.5rem;
}

.test-full img {
width: 6rem;
border-radius: 100rem !important;
}
.testimonial-button-next,
.testimonial-button-prev{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--black);
color: #fff !important;
width: 2.5rem !important;
height: 2.5rem !important;
line-height: 2.5rem !important;
border-radius: 50%;
z-index: 2;
}
.testimonial-button-next:hover,
.testimonial-button-prev:hover{
 background: var(--main-color1);
}

