#contact .contact-heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
}

#contact .contact-subtitle {
    margin-bottom: 10px;
    color: var(--color-primary) !important;
    font-weight: 600;
    font-size: 18px;
}
#contact .contact-pagehead {
    margin-bottom: 40px;
}
#contact .contact-form {
    padding: 38px 30px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 16px;
}
.contact-info {
    margin-left: 40px;
}
.contact-card {
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 24px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative;
    transition: all ease-in-out 0.4s;
}
.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-card:hover {
    opacity: 0.55;
    transition: all ease-in-out 0.4s;
}
.contact-card .contact-icon {
    font-size: 22px;
    color: var(--color-secondary);
}
.contact-card .card-label {
   font-weight: 700;
   font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--color-secondary);
}
.contact-card .card-link a {
    font-size: 20px;
    display: inline-block;
}

.map-wrapper {
    border-radius: 16px;
    overflow: hidden;
}
/* About Us Page */
.about-content {
    padding-left: 35px;
}
.about-title {
    font-size: 52px;
    font-weight: 700;
    color: var(--color-secondary);
    line-height: 1.3;
    width: 75%;
    margin-bottom: 18px;
}

.about-desc {
    margin-bottom: 20px;
}

.counter-card {
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.col-lg-3:last-child .counter-card {
    border-right: none;
}
.counter-card .counter-num {
    font-size: 68px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}
.counter-card .counter-text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.counter-heading {
    margin-bottom: 60px;
}
.counter-heading .heading-title {
    font-weight: 500;
    width: 90%;
    line-height: 1.5;
    color: #fff;
}

.counter-heading .heading-desc {
    width: 80%;
    font-weight: 18px;
    color: #fff;
}
.review-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    color: #fff;
    border-radius: 26px;
    font-size: 18px;
    width: fit-content;
    background-color:#102146;
    margin-top: 8px;
}
.reviwe-num {
    font-weight: 500;
}



/* Terms & Condtions */

.terms h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.terms h2 {
    font-size: 32px;
}
/* Appointment */
.appointment label {
    display: block;
    text-align: left;
}

/* Testimonials */
.testimonials .testimonial-item {
    background-color: var(--color-white);
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
}
/* payment */
#payment table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
thead tr {
    background-color: var(--color-secondary);
    color: #fff;
    text-align: center;
}
/* thead tr th {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
} */
tbody tr th, tbody tr td {
  border: 1px solid #dddddd;
}
/* tbody:last-child tr th, tbody:last-child tr td {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
} */



td, th {
  padding: 10px;
}

.red {
    color: var(--color-primary);
}

/* Blog  */
.blog-page .post-item {
    margin-bottom: 40px;
}

.photo-banner {
    overflow: hidden;
    border-radius: var(--bs-border-radius-xl)!important;
    transition: all ease-in-out 0.4s;
}
.photo-banner img {
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.photo-banner:hover img {
    transform: scale(1.08);
    transition: all ease-in-out 0.4s;
}
.blog-single .post-item-single {
    box-shadow: none;
}
@media only screen and (max-width: 1400px) {
    .counter-heading .heading-title {
        width: 88%;
    }
    .review-tags {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1200px) {
    .about-title {
        font-size: 44px;
    }
    .review-tags {
        margin-bottom: 18px;
    }
    #contact .contact-heading {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1024px) {
    .contact-info {
        margin-left: 0;
    }
    .counter-card {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 991.9px) {
    .contact-form {
        margin-bottom: 40px;
    }
    .contact-info {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .counter-card {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        padding-top: 15px;
    }
    .counter-card {
        border-top: 1px solid #ddd;
    }

    .contact-info .contact-card {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    #contact .contact-heading {
        font-size: 24px;
    }

    .appointment .sidebar {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .counter-card, .col-lg-3:last-child .counter-card {
        border-bottom: none;
    }
     .col-lg-3:first-child .counter-card {
        border-top: none;
    }
      .about-title {
        width: 100%;
    }

    .about-content {
        margin-top: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #contact .text-block p {
        text-align: justify;
    }
   .blog-page .post-item {
        margin-bottom: 20px;
    }

    .blog-single .post-body {
        padding: 20px !important;
        padding-bottom: 0px !important;
    }

    .blog-single .post-body .post-desc p {
        text-align: justify;
    }

    .blog-share {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

   
}

@media only screen and (max-width: 600px) {
    #contact .contact-heading {
        font-size: 22px;
    }
    #contact .contact-form {
        padding: 20px 15px;
    }
    .contact-info .contact-card {
        width: 100%;
        margin-bottom: 0px;
    }

    .about-title {
        font-size: 32px;
    }
    .about-desc p {
        text-align: justify;
    }
    .counter-card .counter-num {
        font-size: 46px;
    }
  
}