.inner-section-space{
    padding: 80px 0 40px;
}
/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}



/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary-color);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}


.testimonial-carousel .owl-nav .owl-prev{
    left: -50px;
}
.testimonial-carousel .owl-nav .owl-next{
    right: -50px;
}

.testimonial-item h5{
    color: var(--secondary-color);
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.testimonial-item p{
    color: #15233C;
}

.testimonial-item span{
    font-weight: 400;
    font-size: 0.9rem;
}





 .border-s{
    border: 1px solid var(--secondary-color);
 }



.sub-heading h4 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid;
    display: inline-block;
}



.heading h2 span{
    color: var(--secondary-color);
}
.heading h2{
    color: var(--darkblue-color);
}
.heading p{
    font-weight: 300;
}



.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    left: -20px;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    z-index: 99;
    border:none;
    
}
.slick-next.slick-arrow{
    right: -20px;
    left: inherit;
}
.slick-arrow:hover{
    background-color: var(--secondary-color);
    color:var(--white-color);
}


ul.slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li button {
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    background:var(--light-gray);
    margin: 2px;
    border-radius: 20px;
    border:none
}
ul.slick-dots li.slick-active button{
background: var(--primary-color);
}