.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

footer.main-footer {
    padding: 60px 0 0;
    border-top: 15px solid;
}

.footer-copyright {
    padding: 10px 0;
}

.section-title p {
    margin-top: 10px;
}



.contact-us-item {
    border-radius: 10px;
    padding: 20px;
    height: calc(100% - 20px);
}

.our-services.about-member {
    background-image: url(../images/our-service-bg.svg), linear-gradient(180deg, var(--secondary-color) 20%, var(--white-color) 35%);
}

.our-services.about-member .expertise-experience-img img {
    aspect-ratio: 3/2;
    border-radius: 24px;
}

.footer-links h3 {
    margin-bottom: 6px;
    padding: 7px 0;
    position: relative;
}

.footer-links h3:before,
.footer-links h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.815);
}

.footer-links h3:after {
    left: 13px;
    width: 50px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.514);
}

.main-footer ul li {
    position: relative;
    padding-left: 12px;
}

.main-footer ul li:before {
    position: absolute;
    content: "";
    top: 45%;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.623);
}

.cta-box {
    background-color: var(--primary-color);
    padding: 10px 0;
}

.cta-box-item .icon-box img {
    max-width: 20px;
}

.cta-box-item .icon-box {
    margin-right: 12px;
}


.social-icons a:hover {
    color: white;
    background: #0e384c;
    border: 1px solid white;
}

.social-icons a {
    margin: 10px;
    font-size: 16px;
    color: #0e384c;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 1px 7px;
    background: white;
    border-radius: 2px;
    border: 1px solid white;
}

.navbar {
    padding: 5px 0;
}

.services-box-footer {
    max-width: 700px;
}

.contact-info-list .icon-box img {
    max-width: 25px;
    background: #ffffff;
    padding: 5px;
    border-radius: 2px;
}

.contact-info-list .contact-info-content p {
    color: #ffffffcc;
}

.contact-info-list {
    padding-left: 40px;
    margin-bottom: 11px;
}

.section-title.sub h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 30px;
}

.winning-awards-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.member-info-title {
    margin-bottom: 10px;
}

.member-info-title h2 {
    font-size: 25px;
}

.member-skills-title h2 {
    font-size: 25px;
}


.member-detail-content p {
    color: #ffffffc7;
}

.member-detail-body ul li {
    color: #ffffffcc;
}

.member-detail-header {
    margin-bottom: 12px;
}

.member-detail-header h2 {
    font-size: 25px;
    color: #ffffffe8;
    margin-bottom: 5px;
}

.team-member-skills {
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
}

.skillbar .skill-progress .count-bar {
    background-color: #13b2ff82;
}

.skillbar .skill-data {
    margin-bottom: 11px;
}


.hero-content {
    padding-right: 0px;
}

@media (max-width:576px) {
    .hero-book-appointment .section-title h1 {
        font-size: 23px;
    }
}


.our-Treatments{
    background-color:rgb(202, 221, 227);
}


.crown{
    height:155px; 
    width:300px;
}
.treat{
      height:165px; 
    width:300px;
}
.btn-custom {
  background-color: #1E84B5;
  color: #fff;
  border: none;
  border-radius: 15px;
}
.btn-custom:hover {
  background-color: #084a64;
  color: white 
}

.swiper-navigation-outside {
    width: 100%;          
    max-width: 300px;    
    margin: 0 auto;   
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
    top: 10px;          
}

.swiper-navigation-outside .swiper-button-prev,
.swiper-navigation-outside .swiper-button-next {
    cursor: pointer;
    background: rgba(68, 7, 200, 0.05);
    border-radius: 50%;
    width: 0;
    height: 50px;
}

