@charset "UTF-8";

/*
Theme Name: Dental Surgery
Version: 1.2
*/


/* ======================================================================= */
    /* services_body start */
/* ======================================================================= */
.update_body {
    width: 100%;
}

.update_card {
    width: 100%;
    background-color: #F6F6F6;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    transition: 0.6s;
}

.update_cardPic1 {
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    flex-basis: 50%;
    flex-shrink: 0;
}

.update_cardPic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.update_card:hover .update_cardPic1 img {
    transform: scale(1.1);
}

.update_card h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.update_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.update_body .btn01 {
    font-size: 15px;
    padding: 7px 15px;
    color: #000;
    background-color: transparent;
    border: 1px solid #3a3a3a;
    margin-left: 0;
    min-width: auto;
    margin-top: 20px;
    transition: 0.6s;
}

.update_card:hover .btn01 {
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: none;
}

.update_card .btn01 .fa-circle-arrow-right {
    margin-left: 5px;
}

.update_card .btn01:hover .fa-circle-arrow-right {
    transform: rotate(0deg);
}

.bg_Color:nth-child(4) .update_card, .bg_Color:nth-child(5) .update_card, .bg_Color:nth-child(6) .update_card {
    background-color: #3a3a3a;
}

.bg_Color:nth-child(3) .update_card .details, .bg_Color:nth-child(6) .update_card .details {
    padding-left: 15px;
    padding-right: 15px;
}

.bg_Color:nth-child(4) .update_card h4, .bg_Color:nth-child(5) .update_card h4, .bg_Color:nth-child(6) .update_card h4, 
.bg_Color:nth-child(4) .update_card p, .bg_Color:nth-child(5) .update_card p, .bg_Color:nth-child(6) .update_card p {
    color: #fff;
}

.bg_Color:nth-child(4) .update_card .btn01, .bg_Color:nth-child(5) .update_card .btn01, .bg_Color:nth-child(6) .update_card .btn01 {
    border: 1px solid #fff;
    color: #fff;
}


/* ======================================================================= */
    /*  guides_details start */
/* ======================================================================= */
.guides_details {
    width: 100%;
}

.blog-main {
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.guides_details .blog-main .thumb {
    height: auto;
    margin-bottom: 25px;
}

.guides_details .blog-main .thumb img {
    border-radius: 20px;
    transition: 0.6s;
}


.blog-category2 {
    background-color: #dddddd;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.meta-item i {
    font-size: 16px;
    color: #555;
}

.divider {
    width: 1px;
    height: 18px;
    background: #cfcfcf;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons a {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: .3s;
}

.social-icons a:hover {
    background: #000;
    color: #fff;
}

.guides_details .blog-main .content {
    padding-top: 0;
    padding-right: 0;
    width: 81%;
    margin-bottom: 25px;
}

.guides_details .blog-main .content h2 {
    font-size: 34px;
    color: #000;
    margin-bottom: 10px;
}

.guides_details .blog-main p {
    margin: 0 0 15px;
}

.guides_details .blog-main h4 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    margin: 30px 0 15px;
}

.guides_details ul li {
    font-family: 'SatoshiMedium';
    width: 100%;
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    padding-left: 26px;
}

.guides_details ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/check-icon2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
}

.guides_detailspic {
    width: 100%;
    height: 400px;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 25px;
}

.guides_detailspic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.guides_details h5 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 15px 0 10px;
}

.guides_detailspic23 {
    width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

.guides_detailspic23 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.testimonial-section {
    width: 100%;
    background: #EBEFFF;
    padding: 40px;
    margin: 25px 0;
    border-radius: 10px;
}

.testimonial-box {
    margin: auto;
    text-align: center;
}

.quote-icon {
    display: flex;
    justify-content: center;
    width: 60px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto 25px;
}

.quote-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.testimonial-text {
    font-size: 24px;
    color: #000;
    font-style: italic;
    text-align: center;
    width: 86%;
    margin: 0 auto;
}

.author-name {
    font-size: 22px;
    font-weight: 600;
    color: #0b3a63;
    margin-bottom: 4px;
    margin-top: 15px;
}

.author-position {
    font-size: 16px;
    font-weight: 400;
    color: #111;
}

/* Tablet */
@media(max-width:991px) {

    .testimonial-section {
        padding: 50px 20px;
    }

    .testimonial-text {
        font-size: 28px;
    }

    .author-name {
        font-size: 26px;
    }

    .author-position {
        font-size: 22px;
    }
}

@media(max-width:767px) {

    .testimonial-section {
        padding: 40px 15px;
    }

    .quote-icon svg {
        width: 42px;
    }

    .testimonial-text {
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .author-name {
        font-size: 22px;
    }

    .author-position {
        font-size: 18px;
    }
}

.guides_details .side-blog .sideimg {
    width: 135px;
    height: 100px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.guides_details .side-blog {
    padding-right: 0;
}

.guides_details .side-blog h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.blog-main p {
    color: #212121;
    margin: 0;
}

.side-blog {
    display: flex;
    gap: 16px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px dashed #dddddd;
    transition: .35s;
    padding-right: 25px;
}

.side-blog:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.side-blog:hover .sideimg img {
    transform: scale(1.08);
}

.side-blog .sideimg {
    width: 175px;
    height: 130px;
    overflow: hidden;
    border-radius: 12px;
    flex-shrink: 0;
}

.side-blog .sideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s;
}

.side-blog .content {
    flex: 1;
    padding-top: 4px;
}

.side-blog h3 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 14px;
}

.blog-date {
    font-family: "Outfit", sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #323232;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-date svg {
    width: 17px;
    height: 17px;
    fill: #888;
}
.blog-category {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .7px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.news_sec1rgt {
    width: 100%;
}

.news_sec1rgt_card {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.news_sec1rgt_card h5 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.news_sec1rgt_card h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background-color: #8496EA;
}

.search-input {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.search-input .srch_icon {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-51%);
    color: #fff;
    font-size: 18px;
    background-color: #023357;
    text-align: center;
    padding: 10px 25px;
    border-radius: 30px;
}

.search-input .search-field {
    font-family: 'SatoshiMedium';
    width: 100%;
    height: 51px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 115px 0 15px;
    outline: none;
    font-size: 16px;
    background: #F5F5F5;
}

.search-input .search-field:focus {
    border-color: #0F3E61;
}

.checkbox-btn {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

.news_sec1rgt_card_list {
    width: auto;
}

.checkbox-btn input {
    display: none;
}

.checkbox-btn span {
    font-family: "Outfit", sans-serif;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    background: #FEFFF8;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
    text-align: center;
}

.checkbox-btn input:checked + span {
    background: #3a3a3a;
    color: #fff;
    border-color: #3a3a3a;
}

.checkbox-btn:hover span {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15,62,97,.15);
}

.latext_box {
    width: 100%;
    border-radius: 15px;
    padding: 10px;
    background: #22C1C3;
    background: linear-gradient(0deg, #023357b0 0%, #c6e425a8 50%, #8496eaba 100%);
}

.latext_boxin {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 30px;
    background: #fff;
    text-align: center;
}

.latext_boxin h6 {
    font-family: "Outfit", sans-serif;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    padding: 10px 0 25px;
    position: relative;
    margin-bottom: 25px;
}

.latext_boxin h6:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 165px;
    height: 2px;
    background-color: #ccc;
}

.latext_boxin h6:last-child:after {
    display: none;
}

.latext_boxin h6:last-child {
    padding: 0;
    margin-bottom: 0;
}

.entry-content .border-none td{border: none;}
