/*!
Theme Name: prudentsmile
Theme URI: http://underscores.me/
Author: Webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prudentsmile
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

prudentsmile is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

.dropdown-item.active{
    color: #fff;
    background: none !important;
}

/* No Record Css */
.no-results.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-records {
    text-align: center;
}
.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}
.no-records ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}
.no-records ul li {
    display: inline-block;
    margin: 0px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
.no-records ul li i {
    background: #21abac;
    width: 150px;
    height: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    line-height: 150px !important;
    position: relative;
    top: -52px;
    margin-top: 30px;
}
.no-records ul li h6 {
    font-size: 50px;
    color: #333;
    font-family: 'poppinsmedium';
    margin: 0px 0px 0px 0px;
    line-height: 50px !important;
}
.no-records ul li small {
    font-size: 30px;
    color: #666;
}
/*No Record */

/* Thanks Page And Error Page */
.under-construction{
    max-width: 750px;
    padding: 80px 70px;
    margin: 80px auto;
    border: 2px dashed #ccc;
    border-radius: 30px;
}
.under-construction img {
    max-width: 150px;
    margin: 0px auto 20px auto;
    text-align: center;
    display: block;
}
.under-construction h3 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}
.under-construction p {
    font-size: 19px;
    color: #555;
    font-weight: 400;
    margin-bottom: 40px;
}
.explore-btn {
    margin: 0px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.explore-btn a {
    color: #03512c;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 35px;
    border: 2px solid #03512c;
    border-radius: 0px;
}
.explore-btn a span.span-outer {
    width: 16px;
    height: 16px;
    border: 2px solid #03512c;
    border-radius: 4px;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    position: relative;
    top: 2px;
}
.explore-btn a span.span-outer::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 7px;
    height: 7px;
    background: #eef2f5;
    border-radius: 10px;
}
.explore-btn a {
    color: #03512c;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 35px;
    border: 2px solid #03512c;
    border-radius: 0px;
}
.explore-btn a span.span-outer span {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 10px;
    height: 2px;
    background: #03512c;
    z-index: 1;
    transform: rotate(-45deg);
    transition: all ease 0.5s;
}
.explore-btn a span.span-outer span::after {
    content: '';
    display: block;
    position: absolute;
    top: -2.5px;
    right: -3px;
    width: 0;
    height: 0;
    border-top: 7px solid #06596e;
    border-left: 7px solid transparent;
    transform: rotate(45deg);
}
.explore-btn a:hover span.span-outer span {
    transform: rotate(-45deg) translateX(5px);
}

@media(max-width:575px){
    .explore-btn a{padding: 9px 57px;}
    .under-construction{padding: 40px 20px;}
}

/* 30-01-2024 */
.current-menu-item+.dropdown.megha .nav-link.active::before {width: 0; }
.index-services .item .card>img.no_lazy.wp-post-image {aspect-ratio: 49/45; object-fit: cover; }
.index-services #ajax_product .item {padding: 0; height: 100%; }
.index-services #ajax_product .item .card {max-width: 100%; height: 100%; }
.index-services #ajax_product .item .content{height: auto; }
