
header {
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.07);
    padding: 8px 0;
}
header img.logo-light {
    height: 90px;
}
header .logo-dtls {
    border-left: 3px solid #ccc;
    padding-left: 10px;
    margin-left: 20px;
}
header .logo-dtls h1 {
    font-size: 37px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    text-align: center;
}
header .logo-dtls span {
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: #666;
    text-align: center;
}
.btn-contact a {
    background-color: #38a048;
    padding: 12px 25px;
    border-radius: 50px;
    color: #fff;
}
.btn-contact a img {
    height: 22px;
    margin-right: 8px;
    filter: brightness(10);
}
.bg-theme-colored1 {
    background-color: #00A4EF !important;
}
.home-booking-form {
    background-color: #fff;
}
.home-booking-form .contact-form {
    margin: 0;
}
.hero .container {
    position: relative;
    z-index: 1;
}
.cta-box-content p a {
    color: #fff;
    font-weight: 600;
}
.cta-ads .cta-box-content h2 {
    color: #fff;
}
.cta-ads .cta-box-content h2 span {
    display: block;
    color: #1e84b5;
}
.free-box {
    background-size: cover;
    position: relative;
}
.free-box::before {
    content: '';
    width: 100%;
    height: 100%;
    background:transparent url('../images/newsletter-bg.webp') no-repeat;
    background-position: top right;
    background-size: cover;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.free-box .container {
    position: relative;
    z-index: 9;
}
.slide-container.swiper .slide-content {
    padding-bottom: 40px;
}
.swiper-steps .swiper-slide .desc h5 {
    color: #666;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}
.swiper-steps .swiper-slide .desc h2 {
   font-size: 25px;
}
.how-it-work-content .content-cost {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 15px;
}
.how-it-work-content .content-cost:hover {
    box-shadow: 0 0 15px  rgba(0,0,0,0.05);
}
.how-it-work-content .content-cost h3 {
    color: #222;
    font-size: 22px;
    margin-bottom: 20px;
}
.how-it-work-content .content-cost ul {
    list-style: none;
    margin: 10px 0 20px 0;
    padding: 0;
}
.how-it-work-content .content-cost ul li {
    margin-bottom: 10px;
}
.how-it-work-content .content-cost ul li i {
    font-size: 18px;
    margin-right: 10px;
}
.how-it-work-content .content-cost .price {
    display: flex;
    align-content: center;
    gap: 25px;
}
.how-it-work-content .content-cost .price h6 {
    font-size: 20px;
}
.how-it-work-content .content-cost .price h6:first-child {
    color: #666;
    text-decoration: line-through;
}
.how-it-work-content .content-cost.invisalign-cost .price h6:first-child {
    text-decoration: none;
    color: var(--primary-color);
}
.our-whyus {
    background-color: #eee;
    padding-top: 60px;
}