/* top-header  */
@media (max-width:992px){
    .address-bar{
        display: none !important;
    }
    .top-header-phone{
        width: 100%;
    }
    .slider-content {
        padding: 0px 60px;
    }
}
@media(max-width:768px) {
    .top-header{
        display: none;
    }
}
@media(max-width:576px){
    .about-us-header h2 {
        margin-top: 10px;
        font-weight: bold;
        color: var(--bs-primary);
        font-size: 35px;
    }
    .section-header h2 {
        padding: 8px;
        font-size: 35px;
        font-weight: bold;
        color: var(--bs-primary);
    }
    .news-latter-section-header h2 {
        font-size: 40px;
        color: #ffffff;
        font-weight: bold;
    }
    .subs-in {
        display: block;
        width: 72%;
        outline: none;
        padding: 16px;
        border: none;
        border-radius: 5px 0px 0px 5px;
    }
    .slider-content {
        padding: 0px 35px;
    }
}
@media(max-width:768px){
    .section-header h2 {
        padding: 8px;
        font-size: 35px;
        font-weight: bold;
        color: var(--bs-primary);
    }
    .hero-section{
        background-position: right right !important;
    }
    .section-header p {
        font-family: var(--bs-font-jost);
        padding: 8px;
        font-size: 15px;
        color: var(--bs-info);
    }
    .about-us-header h2 {
        margin-top: 10px;
        font-weight: bold;
        color: var(--bs-primary);
        font-size: 35px;
    }
    .news-latter-section-header h2 {
        font-size: 40px;
        color: #ffffff;
        font-weight: bold;
    }
    .subs-in {
        display: block;
        width: 70%;
        outline: none;
        padding: 16px;
        border: none;
        border-radius: 5px 0px 0px 5px;
    }
}
@media(max-width:991px){
    .slider-content h1 {
        color: var(--bs-primary);
        font-family: var(--bs-font-titillium);
        font-size: 50px;
        font-weight: 700;
    }
}
@media(max-width:767px){
    .slider-content h1 {
        color: var(--bs-primary);
        font-family: var(--bs-font-titillium);
        font-size: 40px;
        font-weight: 700;
    }
    .logo {
        font-size: 30px;
        color: var(--bs-primary);
        padding: 0 16px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: var(--bs-font-titillium);
    }
    .slider_circle_10 {
        margin-bottom: 50%;
    }
    .testimonial-person img {
        width: 120px;
    }
}

@media(max-width:592px){
    .slider-content h1 {
        color: var(--bs-primary);
        font-family: var(--bs-font-titillium);
        font-size: 35px;
        font-weight: 700;
    }
    .appointment-wrapper {
        padding: 40px;
        position: absolute;
        top: 671px;
        background-color: #ffffff;
        box-shadow: -2px -3px 14px 10px rgba(230,234,242,0.75);
        -webkit-box-shadow: -2px -3px 14px 10px rgba(230,234,242,0.75);
        -moz-box-shadow: -2px -3px 14px 10px rgba(230,234,242,0.75);
        z-index: 9999;
    }
}
@media(max-width:543px){
    .slider-content h1 {
        color: var(--bs-primary);
        font-family: var(--bs-font-titillium);
        font-size: 30px;
        font-weight: 700;
    }
    .section-header h2 {
        padding: 8px;
        font-size: 30px;
        font-weight: bold;
        color: var(--bs-primary);
    }
}

@media(max-width:434px){
    .appointment-btn {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding: 18px 20px;
        background-color: var(--bs-secondary);
        color: #ffffff;
        transition: 0.2s all ease;
    }
    .service-btn {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding: 16px 40px;
        color: var(--bs-primary);
        background-color: #ffffff;
        border: 2px solid var(--bs-primary);
        transition: 0.2s all ease;
    }
    .slider-content h1 {
        color: var(--bs-primary);
        font-family: var(--bs-font-titillium);
        font-size: 26px;
        font-weight: 700;
    }
    .hero-text p {
        font-size: 15px;
        color: var(--bs-info);
    }
    .slider-img {
        padding: 100px 30px;
        width: 100%;
    }
}
@media(max-width:380px){
    .slider-content h1 {
        color: var(--bs-primary);
        font-family: var(--bs-font-titillium);
        font-size: 35px;
        font-weight: 700;
    }
    .news-latter-section-header h2 {
        font-size: 26px;
        color: #ffffff;
        font-weight: bold;
    }
    .news-latter-section {
        padding: 50px;
        position: relative;
        z-index: 11;
    }
    .about-items-type li span {
        background-color: var(--bs-primary);
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        height: 30px;
        width: 38px;
        line-height: 30px;
    }
}
@media(max-width:714px){
    .about-us-section{
        margin-top: 400px;
    }
}
@media(max-width:592px){
    .about-us-section{
        margin-top: 500px;
    }
}
@media(max-width:1999px){
    .Check-up-box{
        text-align: center;
    }
}

@media screen and (min-width: 991px) {
    .slider_circle_10 {
        height: 500px;
    }
}