/*
Theme Name: Aadeshyam
Theme URI: https://www.aadeshyam.com
Author: Himanshu Verma
Author URI: https://www.aadeshyam.com
Description: A custom theme for WordPress
Version: 1.0
*/

:root {
    /* Colors: */
    --primary-color: #0092D7;
    --secondary-color: #C51A78;
}
.text-theme-color
{
    color: var(--primary-color);
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: calc(100% - 0px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}
button:focus, a:focus {
  box-shadow: none !important;
}
a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
p {
    line-height: 24px;
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}
/* CUSTOM CSS START */

.hidden {
    display: none!important;
    visibility: hidden!important;
}



.btn-default {
    background: linear-gradient(to right, #0092D7, #C51A78);
    color: #fff !important;
    font-weight: 500;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 40px;
}
.btn-default:hover {
        background: linear-gradient(to right, #C51A78, #0092D7);
    color: #fff;
}
.btn-border {
    background: #fff;
    border: solid 1px var(--primary-color);
    color: #000;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 40px;
}
.btn-border:hover {
    border: solid 1px var(--primary-color);
}

.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
}

/* Footer CSS Start */

footer {
    margin-top: 50px;
    background: url(assets/images/footer.webp);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    background: rgb(0, 110, 163, 0.8);
    height: 100%;
    width: 100%;
    inset: 0;
}
footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
}

footer h4, footer .accordion-button {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    background: transparent !important;
    padding: 0px;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #fff;
}
footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}
footer .accordion-button {
    color: #fff;
    font-size: 24px;
}
ul.footer-link li a {
    padding: 3px 0px;
    display: block;
    color: #fff;
    font-weight: 500;
}
ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}

section.footer-copyright {
    padding: 6px;
}
section.footer-copyright p {
    font-size: 90%;
}
section.footer-copyright p a {
    color: #000;
    font-weight: 600;
}
section.footer-copyright img {
    position: relative;
    top: -2px;
}
.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    font-weight: 500;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.footer-social li a {
    font-size: 30px;
    margin: 0px 8px;
    color: var(--secondary-color);
}
footer ul.footer-social li a i  {
    transition: 0.3s;
}
footer ul.footer-social li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
}
.footer-logo {
    text-align: center;
    margin-bottom: 15px;
}
.footer-logo img {
    max-width: 220px;
    width: 100%;
}
.footer-logo a {
    display: inline-block;
}
/* Footer End */

.topbar {
    background: var(--primary-color);
    padding: 2px;
}

.topbar a {
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
}

.topbar a:nth-child(1) {
    margin: 0px;
}

.topbar a i {
    color: #fff;
}
header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 20px #f1f1f1;
    z-index: 9999;
}
header.header-fix {
    box-shadow: 0 0 20px #e3ecf9;
    position: fixed;
}
header .navbar-brand img {
    transition: all .5s ease-in-out;
}
header.header-fix .navbar-brand img {
    max-width: 125px;
    transition: all .5s ease-in-out;
}
header.header-fix .navbar-nav>li>a {
    font-size: 16px;
}
.header-logo-items-logo img {
    max-width: 200px;
}

section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-link
{
  color: var(--primary-color);
}
.mobile-nav-close {
  color: #adadad;
  font-size: 30px;
  text-align: right;
  padding: 5px 20px 0px 20px;
}
.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
  opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    opacity: 1 !important;
}
.slick-slide {
    margin: 0px 10px;
}

.slick-dots li button:before
{
    font-size: 15px !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.9 !important;
}
.slick-prev:before, .slick-next:before
{
    display: inline-block;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 40px !important;
}
.slick-prev::before {
    content: "" !important;
}
.slick-next:before {
    content: "" !important;
}
/* Slick Slider End */


.navbar-nav>li>a {
    color: #000000;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 18px;
}
.navbar-nav>li>a.active {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
}
.dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.dropdown-menu a {
    color: #303030;
    font-size: 14px;
    padding: 4px 10px;
    display: block;
    width: auto;
    min-width: max-content;
}
.dropdown-menu a:hover {
    background: #f1f1f1;
}
.dropdown-toggle::after
{
display: none;
}
.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.footer-chat-msg:hover {
    color: #000;
}
.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.footer-chat-whatsapp {
    background: #3ebd4e;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}
.footer-chat-whatsapp:hover {
    background: #148b23;
    color: #fff;
}
.contact-info {
    padding: 0px;
    margin-top: 25px;
}
.contact-info .contact-info-list:last-child {
    margin-bottom: 0px;
}
.contact-info .contact-info-list:first-child {
    margin-top: 0px;
}
.contact-info-list {
    display: flex;
    margin: 20px 0px;
    color: #000;
    align-items: center;
}
.contact-info-list:hover
{
    color: #000;
}
.contact-info-list-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 20px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 0 20px #efefef;
}
.contact-info-list-info {
    font-size: 18px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 46px;
}

.form-floating>label {
  top: -5px;
}

.form-floating-ngx-dropdown label {
    top: 10px;
  }
  
  .form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
  }
  .form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
  }
  .form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #000;
}
.contact-form h1 {
    font-size: 35px;
    margin-bottom: 10px;
}
.contact-form p {
    margin-bottom: 35px;
    max-width: 600px;
    line-height: normal;
    color: #7c7c7c;
}
.contact-form .form-floating>label {
    font-size: 14px;
    top: -6px;
}
section.page-contact {
    padding: 80px 0px;
}
.location-map {
    border-radius: 20px;
    overflow: hidden;
}
/* CUSTOM CSS END */

.navbar-brand img {
    max-width: 175px;
}
#HomeSlider {
    margin-bottom: 0px;
}
section.home-banner {
    background: #fbedf5 url(assets/images/email-capture-texture-dark.svg);
    padding: 50px 0px;
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
section.home-banner .home-banner-img {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 6px 8px 0px #b9d0ef;
    background: #fff;
    text-align: center;
}
section.home-banner .home-banner-info {
    padding-left: 50px;
}
section.home-banner .home-banner-info h1 {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
section.home-banner .home-banner-info p {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.section-title-with-btn .section-title {
    margin: auto;
}
.section-title-with-btn {
    margin-bottom: 40px;
    position: relative;
}
.section-title-with-btn a {
    position: absolute;
    right: 0;
    top: 20px;
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    font-size: 16px;
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}
section.benefits {
    padding: 70px 0px;
    background: url(assets/images/pattern-2.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 600px;
    position: relative;
}
section.benefits .container {
    position: relative;
}
section.benefits:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.benefits-items {
    text-align: center;
    border: solid 1px #e9e9e9;
    border-radius: 15px;
    padding: 10px;
    background: #fff;
    height: 100%;
}
.benefits-items img {
    border-radius: 10px;
}
.benefits-items p {
    margin: 10px 0px 0px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: max-content;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 800;
    max-width: 800px;
    margin: auto auto 10px auto;
}
.carousel-caption h1 span {
    font-weight: 700;
}
.carousel-caption p {
    margin: 0px;
    font-size: 18px;
}
section.static-banner-d-1 {
    padding: 50px 0px;
    background: url(assets/images/bg-4.jpg);
        background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section.static-banner-d-1 img {
    border-radius: 20px;
}
.static-banner-d-1-grid {
    margin: 70px 0px;
}
.static-banner-d-1-title h1 {
    font-weight: 700;
    font-size: 3.5rem;
    max-width: 700px;
    line-height: 65px;
    margin-bottom: 20px;
}
.static-banner-d-1-title p {
    font-size: 24px;
    font-weight: 400;
}
.banner-marquee {
    border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 22px 10px 10px 10px;
    border: solid 1px #f5eae2;
}
.banner-marquee h4 {
    position: absolute;
    top: -14px;
    left: 40px;
    font-size: 18px;
    background: var(--secondary-color);
    padding: 3px 15px;
    border-radius: 26px;
    border: solid 1px #f5eae2;
    color: #fff;
}
.banner-marquee ul {
    display: inline-flex;
    font-size: 18px;
}
.banner-marquee ul li {
    margin: 0px 20px;
    color: #000;
}



section.advert-post {
    margin-top: 80px;
}
.navbar-nav .btn-default span {
    color: #fff;
}
.navbar-nav .btn-default:hover span {
    color: var(--primary-color);
}
section.seo-content {
    margin-top: 70px;
}
section.seo-content h2 {
    font-size: 24px;
}
section.seo-content p {
    line-height: 22px;
}
section.seo-content ul {
    padding: 0px 0px 0px 15px;
}
section.seo-content ul li {
    padding: 5px 0px;
}
section.treatment {
    padding: 70px 0px 0px 0px;
}
section.treatment .treatment-items svg, 
section.treatment .treatment-items path {
    fill: #9b9b9b;
    height: 70px;
    width: 70px;
    margin: auto;
}
section.treatment .treatment-items {
    text-align: center;
}
section.treatment .treatment-items p {
    font-size: 24px;
    margin: 15px 0px 0px 0px;
}
section.inner-pages {
    padding: 70px 0px;
}
.contact-img {
    padding-left: 40px;
    border-bottom: solid 2px var(--secondary-color);
    text-align: center;
}
.inside-hero
{
    background-image: linear-gradient(180deg, rgba(0, 110, 163, 0.45) 0%, #0092D7 100%), url(assets/images/hero_request_appointment.jpg);
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.devider-shape {
    background-image: url(assets/images/devider.svg);
    background-size: 100% 81px;
    bottom: 0;
    height: 81px;
    z-index: 10;
    transform: scale(1, 1);
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.inside-hero h1 {
    margin: 0px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.about-intro .about-intro-info {
    padding-left: 30px;
}
.about-intro .about-intro-info h2 {
    text-align: left;
    margin-bottom: 10px;
}
.about-intro .about-intro-info h2 span {
    color: var(--secondary-color);
}
.about-intro .about-intro-info h3 {
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.why-choose-us {
    background: url(assets/images/email-capture-texture-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid 1px #ededed;
    border-radius: 50px;
    margin-top: 60px;
    text-align: center;
    padding: 50px 25px;
}
.page-about h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 40px;
    text-align: center;
}
.page-about h2 span
{
color: var(--secondary-color);
}
.why-choose-us p {
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.why-choose-us-items {
    background: #fff;
    margin-top: 60px;
    box-shadow: 0px 6px 20px #e4eaf1;
    padding: 30px;
}
.why-choose-us-items.why-choose-us-items-highlight {
    background: #184274;
    transform: scale(1.2);
    border-radius: 25px;
}
.why-choose-us-items.why-choose-us-items-highlight * {
    color: #ffff;
}
.why-choose-us-items i {
    font-size: 60px;
    margin-bottom: 25px;
    color: var(--secondary-color);
}
.why-choose-us-items h3 {
    font-weight: 600;
    color: #000;
    font-size: 1.6rem;
}
.why-choose-us-items p {
    margin: 0px;
    font-size: 16px;
    line-height: normal;
}
.about-benefits {
    padding: 120px 0px;
    text-align: center;
}
.about-benefits p
{
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
.about-benefits ul {
    display: inline-flex;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
}
.about-benefits ul li {
    text-align: center;
    margin-top: 15px;
    flex: 23%;
}
.about-benefits ul li img {
    max-height: 60px;
    filter: grayscale(1);
    margin-bottom: 15px;
}
.about-benefits ul li p {
    margin: 0px;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}
.testimonials-slider-items {
    display: flex;
    align-items: start;
}

.testimonials-slider-items .testimonials-slider-items-img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5f6;
    margin-right: 20px;
}
.testimonials-slider-items .testimonials-slider-items-img img {
    max-width: 60px;
}
.testimonials-slider-items .testimonials-slider-items-info h3 {
    font-size: 22px;
    margin: 0px 0px 8px 0px;
}

.testimonials-slider-items .testimonials-slider-items-info p {
    line-height: 22px;
    font-size: 15px;
}
.testimonials-slider-items .testimonials-slider-items-info {
    background: url(assets/images/email-capture-texture-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: solid 1px var(--primary-color);
    padding: 20px;
    border-radius: 15px;
}
.testimonials-slider-items .testimonials-slider-items-info:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background: #fff;
    left: -10px;
    top: 28px;
    transform: rotate(45deg);
    border: solid 1px var(--primary-color);
    border-right: none;
    border-top: none;
}
.blogs-items {
    display: block;
    color: #000;
    box-shadow: 0px 6px 20px #e4eaf1;
    padding: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.blogs-items:hover {
    color: #000;
    box-shadow: 0px 10px 20px #d0dded;
    transform: translatey(-10px);
}
.blogs-items .blogs-items-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.blogs-items .blogs-items-info {
    margin: 15px 8px;
}
.blogs-items .blogs-items-info h3 {
    font-size: 1.3rem;
    line-height: normal;
    margin-bottom: 8px;
}
.blogs-items .blogs-items-info p {
    line-height: 20px;
    color: #787878;
}
.blogs-items .blogs-items-img .blogs-items-date {
    background: hsla(0, 0%, 100%, .60);
    color: #000000;
    position: absolute;
    bottom: 10px;
    z-index: 999;
    right: 10px;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 10px;
    backdrop-filter: saturate(180%) blur(20px);
    font-weight: 800;
}
span.blogs-items-action {
    color: var(--primary-color);
    font-size: 18px;
    display: inline-block;
}
.services-items {
    position: relative;
    overflow: hidden;
    border: solid 1px var(--secondary-color);
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}
.services-items .services-items-img img {
    border-radius: 15px;
}
.services-items .services-items-info {
    color: #000;
    padding: 15px 0px;
}
.services-items .services-items-info h5 {
    margin: 0px 0px 6px 0px;
    font-size: 22px;
}
.services-items .services-items-info p {
    line-height: normal;
}
.services-items .services-items-info .services-items-action {
    color: var(--secondary-color);
    font-size: 18px;
}