@media (min-width:991px) {
    .main-menu ul li a {
        font-size: 14px;
    }

    .second-menu .main-menu ul li {
        margin-left: 20px;
    }
}



@media screen and (max-width:991px) {
    .header-area {
        margin-bottom: 0px;
    }
}


@media (max-width: 768px) {
    .container {
        max-width: 100% !important;
    }


    .logo {
        width: 60%;
    }

    .menu-area {
        padding: 5px 0;
    }

    .second-menu {
        padding: 0px 0;
    }



    .mean-container a.meanmenu-reveal {
        margin-top: -70px;
    }

}


.sticky-menu .logo {
    line-height: unset;
}




@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-bottom: 0px;
    }
}


@media screen and (max-width:520px) {
    .mean-container a.meanmenu-reveal {
        margin-top: -58px;
    }
}


@media screen and (max-width:425px) {
    .mean-container a.meanmenu-reveal {
        margin-top: -48px;
    }
}

@media screen and (max-width:375px) {
    .mean-container a.meanmenu-reveal {
        margin-top: -46px;
    }
}

@media screen and (max-width:320px) {
    .mean-container a.meanmenu-reveal {
        margin-top: -40px;
    }
}


@media (min-width:1200px) {
    .header-area {
        margin-bottom: -124px;
    }
}

.border-styled {
    border: 1px solid #c9ae5d;
}

.sub-service-wrapper {
    margin-top: 40px;
}

.sub-service-wrapper .sub-service-box {
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
}

.sub-service-wrapper .sub-service-box h2 span {
    font-size: 30px !important;
}


@media (max-width:767px) {

    .about-title.second-atitle,
    .gallery-title,
    .appointment-title {
        text-align: center;
    }

    .gallery-title {
        padding-bottom: 60px !important;
    }

    .about-p-reset {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .portfolio p.text-dark {
        text-align: center;
    }

    .gallery-p-wrapper {
        padding-inline: 0px;
        padding-bottom: 20px;
    }

    .gallery-h2-wrapper {
        padding-inline: 0px;
        padding-bottom: 20px;
    }

    #portfolio {
        padding-top: 20px;
    }
}


.about-area img {
    border: 4px solid #c9ae5d;
    border-radius: 15px;

}


.pagination .page-item a.page-link {
    border-radius: 15px;
    padding: 0;
    height: 50px;
    width: auto;
    line-height: 50px;
    background: #000;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    padding-inline: 20px;
}

.pagination .page-item.active a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #c9ae5d;
    color: #000;
}

.pagination .page-item {
    display: inline-block;
    margin: 0px;
    text-align: center;
}

.pagination .page-item.disabled a.page-link {
    color: #fff;
    pointer-events: none;
    background-color: #000;
    border-color: #000;
}



.pagination .page-item:hover a.page-link {
    box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
    background: #c9ae5d;
    color: #000;
}


.inquiry-btn {
    border: 1px solid #c9ae5d;
}

.inquiry-btn:hover {
    border-color: #c9ae5d;
}



.card {
    background-color: unset;   
    border: unset;
    border-radius: unset;
    height: 100%;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: unset;
    padding-bottom: 30px;
}

.card-footer .pricing-btn{
    text-align: center;
}


.pricing-body ul {
    margin: auto;
    
}

.pricing-body li {
    /* white-space: nowrap; */
}

@media (max-width:1440px){
    .breadcrumb-area {
        min-height: 430px;
        background-position: center;
        background-size: cover;
    }
}


@media (max-width:768px){
    .breadcrumb-area {
        min-height: 300px;
        background-position: center;
        background-size: cover;
    }
}
