* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
p {
    font-size: 18px;
}
.text-justify{
    text-align: justify;
}
.bg-header {
    background-image: url(../images/header-bg.png);
}
#inner_nav ul li {
    background-image: none!important;
    border-right: 2px solid #fff;
}
#inner_nav ul li:last-child {
border: none;
}


.bg-header a {
    color: #fff !important;
}

.bg-header a:hover {
    color: #f07c01!important;
}


.heading-primary {
    font-size: 40px;
    text-align: center;
    margin: 0 0 25px;
    font-weight: bold;
}

.text-green {
    color: #04c370;
}

.common-pt-60 {
    padding-top: 60px;
}

.common-pb-60 {
    padding-bottom: 60px;
}

.fz-20 {
    font-size: 20px;
}

.fz-24 {
    font-size: 24px;
}

.fw-600 {
    font-weight: 600;
}

.content {
    color: white;
}

.border-inline-sm {

    border-left: 3px solid #455680;
    border-right: 3px solid #455680;

}

.text-blue {
    color: #172c60;
}

.bg-blue {
    background: #172c60;
}

.bg-light-green {
    background: #02bda6 !important;
}

.border-light-green {
    border-color: #09a576;
}

.bg-light-green-200 {
    background-color: #cdf3e4;
}

.choose-card .card-title {
    font-size: 22px;
    margin-top: 16px;
    font-weight: bold;
}

.choose-card .card-body {
    background: #bcdae2;
    padding: 24px;
}

.choose-card img {
    height: 217px;
    object-fit: cover;

}

.bg-gradient-1 {
    background: url('../images/bg-gradient.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.healing-card {
    background: transparent;
}

.healing-card .title {
    font-size: 28px;
    font-weight: 700;

}

.font-italic {
    font-style: italic;
}

.testimonial-card {
    padding: 40px;
}

.owl-carousel .owl-stage {
    display: flex;
}


@media(min-width:1400px) {
    .healing-card {
        max-width: 80%;
        margin-inline: auto;
    }


}
@media(min-width:1200px) {
    .text-lg-justify{
        text-align: justify;
    }


}

@media(max-width:1600px) {
    .icon img {
        height: 100px;
    }

    .healing-card .title {
        font-size: 24px;
    }
}

@media(max-width:1200px) {
    p {
        font-size: 16px;
    }

    .heading-primary {
        font-size: 28px;
    }

    .common-pb-60 {
        padding-bottom: 30px;
    }

    .common-pt-60 {
        padding-top: 30px;
    }

    .choose-card img {
        height: 180px;
    }
}

@media(max-width:767px) {


    .border-inline-sm {
        border: none;
    }

    .choose-card img {
        height: 170px;
    }

    .choose-card .card-body {
        padding: 16px;
    }
    .testimonial-card{
        min-height: 456px;
    }
    .row.common-row-spacing {
        --bs-gutter-y: 1.8rem;
    }
    #inner_nav ul{
        background: none !important;;
    }
    #inner_nav ul li{
        background: none !important;
    }
    #inner_nav ul li {
        border: none;
        }
}
