/*Home*/

/*slideshow*/
.home-slideshow .sp-slider-outer-stage {
    height: calc(100vh - 80px);
}
.home-slideshow .sppb-sp-slider-title{
    color: #201e5a !important;
    margin-bottom:30px;
    font-size: 42px;
}
.home-slideshow .sppb-sp-slider-text p{
    color: #201e5a !important;
    margin-bottom:30px;
    font-size:16px;
}
@media (max-width:767px){
    .home-slideshow .sppb-sp-slider-title{
        font-size: 32px;
    }
    .home-slideshow .sppb-sp-slider-text p{
        font-size:14px;
    }
    .home-slideshow .sppb-addon-sp-slider .sp-item.slider-content-vercally-center{
        align-items:start;
    }
    .home-slideshow .sppb-addon-sp-slider .sp-slider-content-align-left{
        padding-top:50px;
    }
}

/*About*/
h5.sppb-addon-title {
    color: #00B2D6;
    margin-bottom: 5px;
}
.title-style-01 h2.sppb-addon-title {
    color: #201e5a;
    margin-bottom:30px;
}
.title-style-01 h3.sppb-addon-title {
    color: #201e5a;
}
.title-style-01 p{
    margin:0;
    color: #4B5563;
}
.title-style-01 p a{
    color: #4B5563;
}
.img-style-01 img {
    border-radius:  16px !important;
}
.bg-img-01:before {
    content:'';
    position:absolute;
    right:-50px;
    bottom:-50px;
    width:500px;
    height:500px;
    background-image:url('/images/0_project/home/logo.png');
    background-size:contain;
    background-repeat:no-repeat;
    opacity:0.05;
}
.bg-img-02:before {
    content:'';
    position:absolute;
    left:-50px;
    bottom:-20px;
    width:400px;
    height:400px;
    background:#201e5a;
    border-radius:500px;
    background-size:contain;
    background-repeat:no-repeat;
    opacity:0.05;
}
.bg-img-03:before {
    content:'';
    position:absolute;
    left:45%;
    bottom:20px;
    width:400px;
    height:400px;
    background:#201e5a;
    border-radius:500px;
    background-size:contain;
    background-repeat:no-repeat;
    opacity:0.05;
}
@media (max-width:767px){
    .bg-img-03:before {
        left:20%;
        bottom:30%;
    }
}
.bg-img-04:before {
    content:'';
    position:absolute;
    left:-50px;
    bottom:-50px;
    width:500px;
    height:500px;
    background-image:url('/images/0_project/home/logo.png');
    background-size:contain;
    background-repeat:no-repeat;
    opacity:0.05;
}

/*service*/
.services-box-main .sppb-addon-feature {
    background: #fff;
    border-radius: 16px;
    padding:30px;
    min-height:310px;
    transition:0.5s;
}
.services-box-main .sppb-addon-feature:hover{
    box-shadow:0 4px 8px rgb(0 0 0 / 20%);
}
.services-box-main .sppb-addon-feature img{
    width:80px;
    height:80px;
    padding:10px;
    background:#e6f7fb;
    border-radius:8px;
    margin-bottom:25px;
}
.services-box-main .sppb-addon-feature.darker img{
    background:#e9e9ef;
}
.services-box-main .sppb-addon-feature .sppb-feature-box-title{
    margin-bottom:20px;
    color: #201e5a;
}
.services-box-main .sppb-addon-feature .sppb-feature-box-title a{
    color: #201e5a;
}
.services-box-main .sppb-addon-feature p,
.services-box-main .sppb-addon-feature p a{
    color: #4B5563;
}
.services-box-other{
    background: #fff;
    border-radius: 16px;
    transition:0.5s;
}
.services-box-other:hover{
    box-shadow:0 4px 10px rgb(0 0 0 / 20%) !important;
}
.services-box-other h3{
    margin-bottom:30px !important;
}
.services-box-other ul.sppb-icons-group-list li{
    display: flex !important;
    white-space: nowrap;
    align-items:center;
    margin-bottom:10px !important;
}
.services-box-other ul.sppb-icons-group-list li i{
    color:#00b2d6;
}
.services-box-other ul.sppb-icons-group-list li .sppb-icons-label-text{
    font-size:16px !important;
    margin-left:10px;
    color:#374151;
}
@media (max-width:1200px){
    .services-box-main .sppb-addon-feature {
        min-height:325px;
    }
}
@media (max-width:991px){
    .services-box-main .sppb-addon-feature {
        min-height:355px;
    }
}
@media (max-width:767px){
    .services-box-main .sppb-addon-feature {
        min-height:100%;
        margin-bottom:30px;
    }
}

/*why-choose*/
.why-choose .sppb-addon-feature .sppb-icon i {
    padding:15px;
    background:#e6f7fb;
    width:50px !important;
    height:50px !important;
    border-radius:8px;
    color:#00b2d6;
}
.why-choose .sppb-addon-feature.darker .sppb-icon i {
    background:#e9e9ef;
    color:#201e5a;
}
.why-choose .sppb-addon-feature .sppb-feature-box-title{
    color:#201e5a;
}
.why-choose .sppb-addon-feature p{
    margin-bottom:0;
    color: #4B5563;
}
.why-choose .sppb-addon-feature p a{
    color: #4B5563;
}
.why-choose .sppb-addon-feature{
    margin-bottom:30px;
}

/*doctor*/
.home-doctor .sppb-addon-person {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    min-height:470px;
    transition:0.5s;
}
.home-doctor .sppb-addon-person:hover{
    box-shadow:0 4px 8px rgb(0 0 0 / 20%);
}
.home-doctor .sppb-addon-person .sppb-person-image img{
    border-radius:500px !important;
    width:250px;
}
.home-doctor .sppb-addon-person .sppb-person-name{
    color: #201e5a;
    font-size:20px !important;
    font-weight:700 !important;
}
.home-doctor .sppb-addon-person .sppb-person-introtext{

    color: #4B5563;
}
@media (max-width:1400px){
    .home-doctor .sppb-addon-person {
        min-height:520px;
    }
}
@media (max-width:1200px){
    .home-doctor .sppb-addon-person {
        min-height:500px;
        margin-bottom:30px;
    }
}
@media (max-width:991px){
    .home-doctor .sppb-addon-person {
        min-height:100%;
        margin-bottom:30px;
    }
    .home-doctor .sppb-addon-person .sppb-person-name{
        font-size:18px !important;
    }
}

/*testimonials*/
.testimonials .sppb-carousel-extended-item {
    background:#F9FAFB;
    padding:30px;
    border-radius:16px;
}
.testimonials .sppb-carousel-extended-item .sppb-testimonial-carousel-item-content {
    display:flex;
    flex-direction:column-reverse;
}
.testimonials .sppb-carousel-extended-item img{
    width:40px;
    height:40px;
}
/*EO Home*/