.clinic-section {
    padding: 60px 20px;
}

.clinic-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.clinic-card {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 40px;
    align-items: center;
}

.clinic-image img {
    width: 100%;
    border-radius: 40px 0 0 40px;
    object-fit: cover;
    border-radius: 117.02px 0;
    background: #B9F1FE;
}

.clinic-content h3 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0;
}

span.location {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -0.6px;
}

.clinic-content p {
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    padding: 20px 0px 0px;
}

.working-hours h4 {
    padding: 20px 0px 0px;
    margin: 0;
    color: #4268D2;
    font-family: Montserrat;
    font-size: 22.932px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.932px;
}

.working-hours ul {
    list-style: none;
    padding: 10px 0px 0px;
}

.working-hours li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clinic-content a.btn {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15.23px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.798px;
    border-radius: 100px;
    border: 1px solid #4268D2;
    padding: 13px 30px;
    background: #4268D2;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

/* CONTACT BOX */
.contact-box {
    position: relative;
    padding: 30px 20px;
    border-radius: 24px;
    border: 1.5px solid transparent;
    background: linear-gradient(#EAF6FF, #EAF6FF) padding-box, linear-gradient(135deg, #4268D2, #9FE8FF) border-box;
}

.contact-box {
    border-radius: 45px 0;
    border: 1px solid #4268D2;
    background: linear-gradient(105deg, #D3F7FF 19.45%, #DBE7FF 67.44%);
}

.contact-box p {
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.map-icon {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    background: #DFF6FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LOAD MORE */
.load-more-wrap {
    text-align: left;
    margin-top: 20px;
}

button#loadMore {
    border-radius: 100px;
    border: 1px solid #4268D2;
    padding: 13px 30px;
    background: #4268D2;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15.23px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.798px;
    margin: 43px 0px 0px;
}

.hidden {
    display: none;
}

.working-hours {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 59px;
}

.leftworking {
    flex: 0 57%;
}

.imgwher {
    z-index: 1;
    position: relative;
    border-radius: 117.02px 0;
    background: #B9F1FE;
}

img.imgwherh {
    border-radius: 117.02px 0;
    background: #B9F1FE;
}

.reviewtestimoni {
    background: none !important;
    padding-top: 0 !important;
}

section.reviewtestimoni::before {
    display: none;
}

section.reviewtestimoni::after {
    display: none;
}

.contact-dentalcure .innericon.innernumber {
    text-align: left;
}

section.servicesection.contact-dentalcure .innerbox-text.innernumbertext h3 b {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 21.604px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.648px;
}

section.servicesection.contact-dentalcure svg {
    text-align: left;
    height: 81px;
}

section.servicesection.contact-dentalcure {
    background: no-repeat;
}

section.servicesection.contact-dentalcure::before, section.servicesection.contact-dentalcure::after {
    display: none;
}

.mintext h3 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    /* 140% */
    letter-spacing: -0.9px;
}

a.learnmorebtn {
    border-radius: 100px;
    background: #4268D2;
    padding: 17px 33px 16px 34px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20_8, 20.8px);
    margin-top: 23px;
}

.dentalservice-items.mintext .service-items {
    text-align: left;
}

/* ===============================
   Dental Office Section
================================ */
#dentaloffice {
    padding: 0px 0px 60px;
}

#dentaloffice .dentaloffice-full {
    /*max-width: 1200px;*/
    margin: auto;
    display: flex;
    background: linear-gradient(135deg, #eaf2ff, #f7fbff);
    border-radius: 24px;
    overflow: hidden;
    border-radius: 45px 0;
    border: none;
    background: linear-gradient(105deg, #D3F7FF 19.45%, #DBE7FF 67.44%);
    margin: 0px -10px;
}

/* Left Image */
#dentaloffice .dental-image {
    width: 45%;
}

#dentaloffice .dental-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right Form */
#dentaloffice .dental-form {
    width: 55%;
    padding: 45px;
}

/* Form Layout */
#dentaloffice .form-row {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

#dentaloffice .form-group {
    flex: 1;
}

#dentaloffice .form-group.full {
    width: 100%;
    margin-bottom: 30px;
}

/* Inputs */
#dentaloffice input, #dentaloffice select {
    width: 100%;
    padding: 13px 16px;
    border-radius: 30px;
    border: 1px solid #d7e1f3;
    outline: none;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
    color: #8E8E8E;
    text-align: left;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-20_8, 20.8px);
    appearance: none;
}
.dental-form .walcf7-datepicker {
    padding-left: 38px !important;
}
#dentaloffice .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

#dentaloffice .checkbox input {
    margin-top: 3px;
}

.checkbox span {
    color: #4268D2;
    font-family: SF Pro Display;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

#dentaloffice .submit-btn {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15.23px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.798px;
    padding: 13px 30px 13px 16px;
    border-radius: 100px;
    background: #4268D2;
    margin-top: 30px;
}

/* Button */
#dentaloffice .submit-btn {
    background: #2c4bd8;
    color: #fff;
    border: none;
    padding: 0;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    max-width: 218px;
    width: 100%;
    height: 46px;
    margin: 0;
}

.dental-form h5 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 0;
}

#dentaloffice .dental-form h2 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 47px;
    padding: 0;
    margin: 0;
}

#dentaloffice label {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
    display: block;
    color: #4268D2;
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 22px 0px 14px;
}

#dentaloffice .checkbox input {
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 0px;
    color: #000;
    margin: 0;
}
#dentaloffice .checkbox label {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.dental-form .walcf7-datepicker {
    padding-left: 38px !important;
}

.dental-form span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -25px;
}
.blog-section {
    padding: 60px 15px;
}

.blog-container {
    display: flex;
    gap: 85px;
}

.blog-left {
    flex: 0 58.431%;
}

.section-title {
    color: #4b6cff;
    margin-bottom: 25px;
    color: #4268D2;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.2px;
    margin: 0px 0px 46px;
    padding: 0;
}

.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 1px solid #B9F1FE;
    box-shadow: 0 0 11.1px 0 rgba(0, 0, 0, 0.25);
    padding: 14px 12px 30px;
}

.blog-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content .date {
    font-size: 13px;
    color: #ff8a00;
    color: #EA7F4A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.blog-content h4 {
    margin: 10px 0;
    color: #4268D2;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.05px;
    padding-right: 192px;
}

.blog-content h4 a {
    color: #4268D2;
}

.blog-content h4 a:hover, .blog-content a.read-more:hover {
    color: #EA7F4A;
}

.blog-content p {
    font-size: 14px;
    color: #666;
}

.blog-content a.read-more {
    color: #4b6cff;
    font-size: 14px;
    text-decoration: none;
    color: #4268D2;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.blog-card img {
    border-radius: 20px;
}

button.load-more {
    padding: 13px 30px;
    border-radius: 100px;
    background: #4268D2;
    background-color: #4268D2;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20_8, 20.8px);
    text-align: center;
    justify-content: center;
    margin-top: 16px;
    border: 0;
}

/* SIDEBAR */
.blog-sidebar {
    flex: 1;
}

.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 25px;
    border-bottom: 2px solid #D9D8D8;
    border-radius: 0;
    padding: 39px 0px;
    margin-bottom: 0;
}

.sidebar-box h4 {
    margin-bottom: 26px;
    border-left: 2px solid #4268D2;
    padding-left: 22px !important;
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 15px;
}

.sidebar-box input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 25px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    height: 89px;
    padding: 28px;
}

.category-list li:last-child {
    margin: 0;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    margin-bottom: 25px;
    color: #000;
    text-align: left;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    overflow: hidden;
}

.category-list li a {
    color: #000;
    padding: 26px 140px 36px 42px;
    display: block;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}

.category-list li a:hover {
    background: #EA7F4A;
    border: 1px solid #EA7F4A;
    color: #fff;
}

/* Recent Posts */
.recent-post {
    display: flex;
    gap: 56px;
    margin-bottom: 17px;
    align-items: center;
}

.recent-post img {
    width: 111.134px;
    height: 76.364px;
    aspect-ratio: 111.13/76.36;
    border-radius: 8.405px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    object-fit: cover;
}

.recent-post p a {
    margin: 0;
    color: #040E46;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.recent-post p a:hover {
    color: #EA7F4A;
}

.recentdate {
    color: #4268D2;
    margin-top: 17px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

/* Banner */
.appointment-banner {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    font-size: 0;
}

.appointment-banner img {
    width: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}

.banner-content button {
    margin-top: 21px;
    border: none;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1000px;
    background: transparent;
    overflow: hidden;
    padding: 0px;
}

.banner-content button a {
    padding: 20px 34px;
    color: #fff;
    display: block;
    background: #4268D2;
}

.banner-content button a:hover {
    background: #EA7F4A;
}

.banner-content span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
}

.banner-content h3 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    font-variant: all-small-caps;
    margin: 0;
    padding: 20px 0px 0px;
    width: 358px;
}

span.datearticle {
    color: #EA7F4A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    letter-spacing: -0.6px;
    display: flex;
    align-items: center;
    gap: 17px;
}

span.datearticle img {
    border-radius: 0px;
    background: transparent;
    margin: 0;
}

.articledetails h3 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: -1.44px;
    padding: 20px 0px;
    margin: 0;
}

.articledetails p {
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    padding: 20px 0px 0px;
}

.articledetails img {
    border-radius: 20px;
    background: url(<path-to-image>) lightgray 0px -71.031px / 100% 139.461% no-repeat;
    margin: 10px 0px 10px;
}

.articledetails h4 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    /* 158.333% */
    letter-spacing: -1.08px;
    padding: 12px 0px 0;
    margin: 0;
}

.sidebar-box:nth-child(3n) {
    border-bottom: 0 !important;
}

a.articlemore {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20_8, 20.8px);
    padding: 13px 30px;
    border-radius: 100px;
    background: #4268D2;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
}

.articleshare h5 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 17.14px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.565px;
    letter-spacing: -0.514px;
    padding: 0;
    margin: 0;
}

.articleshare {
    display: flex;
    gap: 15px;
    margin: 60px 0px 0px 0px;
}

.articleshare ul {
    display: flex;
    gap: 15px;
}

.faqimmageleft img {
    border-radius: 125px 0px;
    background: #47DBD6;
    margin-top: 47px;
}
.serviceareas.service-posts {
    margin-top: 30px;
    gap: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 45px;
}
.service-card {
    flex: 0 0 31%;
    box-sizing: border-box;
}

.dentalservice-items.mintext .service-items {
    flex: 0 29%;
}

.resourceimg::after {
    display: none;
}

.btnswhy a {
    padding: 17px 21px 16px 22px;
    border-radius: 100px;
    background: #4268D2;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20_8, 20.8px);
    margin-top: 23px;
}

.flexibleright li {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.72px;
    list-style: disc;
}

section.dental-service.flexible-payment .flexibleleft h2 {
    color: #4268D2;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.2px;
    text-align: left;
}

section.dental-service.flexible-payment .flexibleleft p {
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.flexibleleft {
    border-radius: 60.407px 0;
    border: 1.342px solid #4268D2;
    padding: 128px 58px;
    flex: 0 50%;
    box-sizing: border-box;
}

.paymenyts {
    display: flex;
    gap: 70px;
    justify-content: center;
}

.flexibleright {
    flex: 0 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

section.major-insurance {
    padding: 128px 0px;
}

.insuranceleft h2 {
    padding: 0;
    margin: 0;
    color: #4268D2;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.2px;
}

.insuranceleft p {
    color: #3B3B3B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 20px 0px 0px;
    margin: 0;
}

.insurancediv {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.insuranceright {
    flex: 0 50%;
}

.insuranceleft {
    flex: 0 50%;
}

.insuranceright ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

ul.finaceitem li {
    border-radius: 8.876px;
    background: #FFF;
    box-shadow: 0 4.29px 4.29px 0 rgba(0, 0, 0, 0.25);
    padding: 23px;
    display: inline-flex;
}

ul.finaceitem {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}

section.financeabout p {
    color: #3B3B3B;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

section.financeabout h2 {
    color: #4268D2;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0;
}

.finanaceicons {
    padding-top: 52px;
    text-align: center;
}

section.financeabout {
    padding: 52px 0px;
}

a.viewbuttons {
    border-radius: 100px;
    background: #4268D2;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: var(--font-size-16, 16px);
    font-style: normal;
    font-weight: var(--font-weight-700, 700);
    line-height: var(--line-height-20_8, 20.8px);
    display: inline-flex;
    padding: 17px 33px 16px 29px;
    align-items: center;
    margin-top: 50px;
}

.contact-ser .serviceareas {
    margin-top: 35px;
    gap: 0;
    width: 100%;
    display: block;
}

section.servicesrrt.contact-ser {
    padding-top: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .blog-container {
        flex-direction: column;
    }

    .paymenyts, .insurancediv {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .flexibleright, .flexibleleft {
        flex: 0 100%;
    }

    .flexibleleft {
        padding: 50px;
    }

    .flexibleright li {
        font-size: 18px;
    }

    section.dental-service.flexible-payment .flexibleleft h2, .insuranceleft h2 {
        font-size: 30px;
    }

    .insuranceleft p {
        font-size: 14px;
    }

    .insuranceright {
        flex: 0 100%;
    }

    .insuranceleft {
        flex: 0 100%;
    }

    section.major-insurance {
        padding: 40px 0px;
    }
}

/* ===============================
   Responsive
================================ */
@media (max-width: 991px) {
    #dentaloffice .container-full {
        flex-direction: column;
    }

    #dentaloffice .dental-image, #dentaloffice .dental-form {
        width: 100%;
    }

    #dentaloffice .form-row {
        flex-direction: column;
    }

    #dentaloffice .dental-form {
        padding: 30px 20px;
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .working-hours {
        gap: 20px;
        flex-direction: column;
    }

    .leftworking {
        flex: auto;
        width: 100%;
    }

    .contact-box {
        margin-top: 20px;
        width: 100%;
    }

    .clinic-content h3, .articledetails h3, .articledetails h4 {
        font-size: 30px;
    }

    .articledetails p, .clinic-content p, .working-hours li {
        font-size: 14px;
    }

    .clinic-card {
        grid-template-columns: 1fr;
    }

    .clinic-image img {
        border-radius: 30px;
    }

    .contact-box {
        margin-top: 20px;
    }

    .articledetails img {
        margin: 20px 0px 20px;
    }
}

@media only screen and (max-width: 1600px) {
    h3.section-title {
        font-size: 30px;
        line-height: inherit;
    }

    .blog-content h4, .sidebar-box h4, .articledetails h3, .articledetails h4 {
        font-size: 20px;
        line-height: inherit;
    }

    .blog-content .date {
        font-size: 12px;
    }

    .articledetails p, section.afterbefore-slider p, .service-range p, section.dental-service p, .rightwhy p, .midservice p, section.dentalinsurance p, .rightcontent p, .teamsliders-rightdetails p, .leftfeatured-content p, .Appointmentneww .mainappoimentsdiv ul li a p, section.testimoni-part .clientreview-content p, section.testimoni-part p, section.latestblog p, .mainappoiments-right p, .leftsmile ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .listtake p, .chooseitems p, .whyinfo ul li p, section.dental-service .reviewtesti p {
        font-size: 14px;
        line-height: inherit;
    }

    .blog-container {
        display: flex;
        gap: 70px;
    }

    .category-list li a {
        font-size: 15px;
        padding: 26px;
    }
}
