.nv_space {
    padding-top: 110px;
}

/* blog page */
.blog_page .imaging_page {

    background-image: url("https://urgentcare.webdevelopmentsolution.net/wp-content/uploads/2023/05/blog_bnr_bg-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.our_fee_page .imaging_page {

    background-image: url("https://urgentcare.webdevelopmentsolution.net/wp-content/uploads/2023/05/our_fees_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.blg_sec_cnt,
.our_teamm_flx,
.d_flx,
.error-404.not-found .inner,
.error-404 .inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blg_sec_cnt:not(:last-child) {
    margin-bottom: 35px;
}

.blg_lft {
    width: 38%;
    padding-right: 60px;
}

.blg_rht {
    width: 62%;
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.blg_rht .blg_cmnt_dt {
    margin-top: auto;
    font-size: 20px;
    font-weight: 400;

}

.blg_sec_flx .bg_card:hover img {
    transform: unset;
}

.blg_sec_flx .bg_card {
    padding: 15px;
}

.blg_sec_flx .sec_head h2::after {
    display: none;
}

.blg_sec_flx .sec_head p {
    margin: 10px 0 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 80%;
}

.read_mr {
    font-size: 20px;
    font-weight: 700;
    color: var(--head_color);
    border-bottom: 2px solid var(--head_color);
    display: inline-block;
    margin: 0 0 50px;
    transition: var(--transition);
}

.read_mr:hover {
    color: var(--primary);
}

.blg_lft figure {
    width: 100%;
    max-width: 400px;
    height: 400px;
    border-radius: 10px;
}

.blg_lft figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

/* blog page end */

/* our team page */
.our_team_page .imaging_page {

    background-image: url("https://urgentcare.webdevelopmentsolution.net/wp-content/uploads/2023/05/our_tm_bnr.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.our_teamm_flx {
    background: var(--white);
    border-radius: 16px;
    position: relative;
    align-items: stretch;

}

.our_teamm_flx:after {
    content: "";
    width: 1.5px;
    background: #707070;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.our_teamm_lft,
.our_teamm_rht {
    width: 50%;
    padding: 30px;
}

.our_teamm_lft .dr_prfl,
.our_teamm_rht .dr_prfl {
    margin-bottom: 25px;
}

.dr_prfl figure {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    margin: 0 auto !important;
    border: 5px solid #F5A01B;
    display: none;
}

.dr_prfl figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.dr_prfl h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 7px;
}

.dr_prfl p {
    font-size: 20px;
    line-height: 1.5;
}

/* single blog page */
.single_blg figure {
    max-width: 770px;
    margin: 0 auto 40px;
    text-align: center;
    border-radius: 5px;
    max-height: 450px;
    overflow: hidden;
}

.single_blg img {
    max-width: 100%;
    max-height: 100%;
    border-radius: inherit;
}

/* our fees page  */
/* .our_fe_flx  p {
    font-size: 22px;
    line-height: 1.6;
}
.secondary_btn{
    background: #F5AB36;
}
.btnn2{
    border-radius: 6px;
    padding: 15px 35px;
    color: var(--primary);
    font-weight: 500;
    font-size: 22px;
} */
/* our fees page  */
.our_fe_flx table {
    width: 100%;
}

.our_fe_flx table th:nth-child(odd),
.our_fe_flx table td:nth-child(odd) {
    background: var(--primary);

    color: var(--white);
}

.our_fe_flx table th,
.our_fe_flx table td {
    font-size: 22px;
    padding: 15px 30px;
    color: var(--primary);
    font-weight: 500;
}

.our_fe_flx table {
    margin-bottom: 50px;
}

.our_fe_flx table td {
    border-bottom: 1px solid #70707045;
}

.our_fe_flx h2 {
    color: var(--head_color);
    caption-side: top;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.our_fe_flx ul.slick-dots button {
    background: transparent;
    border: 0;
    color: transparent;
    height: 0;
    font-size: 0;
}

.our_fe_flx ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_fe_flx ul.slick-dots li {
    position: relative;
    margin: 0 5px;
    font-size: 0;
}

.our_fe_flx ul.slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #030D4E20;
    display: block;

}

.our_fe_flx ul.slick-dots li.slick-active button::before {
    background: #030D4E;
}

.blog_sec .pagination {
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.page-link {
    color: #222222;
    border: unset;
    background: unset;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
    cursor: pointer;
}

.current {
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;

    justify-content: center;
}

/* 404 page css*/
.error-404.not-found .inner {
    align-items: center;
}

.error-404 .error-content,
.error-404 .inner>figure {
    width: 50%;
}

.error-content p {
    max-width: 450px;
    margin-bottom: 20px;
}

a.btn.btn-primary {
    background: var(--primary);
    border: 1px solid var(--primary);

}

.error-404 .error-content .h2 {
    font-size: 48px;
    font-weight: 900;
}

.error-404 .error-content p {
    font-size: 22px;
    line-height: 1.5;
}

.not-found {
    margin-top: 90px;
}

/* 404 page css*/
/* faq section */
.elementor_tabs .elementor-tab-title {
    background: var(--white);
    border: 2px solid #70707029 !important;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.3 !important;
    font-weight: 900 !important;
    color: var(--head_color);
    min-width: 200px;
    text-align: center;
    padding: 22px 15px !important;
    text-shadow: unset !important;
    width: 100%;
}

.elementor_tabs .elementor-active.elementor-tab-title {
    background: var(--primary);
    border: 2px solid var(--primary);
    color: var(--white);
}

.elementor_tabs .elementor-tab-content {
    padding: 40px 0 0 !important;
    border: 0 !important;
}

.elementor_tabs .elementor-tabs-wrapper {
    gap: 15px;
    flex-wrap: nowrap;
    /* overflow-x: auto !important;
    border-bottom: 6px solid transparent; */
    display: flex;

    width: 100%;
}

.elementor_tabs ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

.elementor_tabs ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    background: var(--primary);
    border-radius: 10px;
    height: 10px;
}

.elementor_tabs .elementor-tab-desktop-title.elementor-active:before,
.elementor_tabs .elementor-tab-title:after {
    display: none !important;
}

/* width */
.elementor_tabs .elementor-tabs-wrapper::-webkit-scrollbar {
    width: 6px;
    height: 0px;


}

.elementor_tabs .elementor-tabs-wrapper:hover::-webkit-scrollbar {
    height: 6px;

}

/* Track */
.elementor_tabs .elementor-tabs-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.elementor_tabs .elementor-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.elementor_tabs .elementor-tabs-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* refinements */
.togglesearch form {
    display: flex;
}

.togglesearch input:not([type="submit"]) {
    width: 100%;
    padding: 0 15px;
    border: none;
}

.togglesearch input {
    height: 55px !important;
}

.togglesearch .search-submit {
    border: 0;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    background-color: #f5a01b !important;
    color: #fff !important;
    font-weight: 500 !important;
    width: auto;
}

.days_week ul li svg path {
    stroke: var(--white);
}

.ct_scn_new a {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
}

/* media query 12345 */
@media (max-width:1200px) {
    .blg_lft {
        width: 42%;
        padding-right: 25px;
    }

    .blg_rht {
        width: 58%;

    }

    .blg_sec_flx .sec_head p {
        max-width: 100%;
    }

    /* our team page  */
    .our_teamm_lft,
    .our_teamm_rht {

        padding: 20px 30px;
    }

    /* 1200px media end */
}

@media (max-width:991px) {

    .blg_lft,
    .blg_rht,
    .our_teamm_lft,
    .our_teamm_rht {
        width: 100%;

    }

    .blg_lft {
        padding: 0;
    }

    .blg_rht {
        align-items: center;
    }

    .blg_lft figure {
        margin: 0 auto;
    }

    .blg_rht {
        margin-top: 40px;
    }

    .read_mr {
        margin-bottom: 30px;
    }

    /* our team page  */
    .our_teamm_flx:after {
        display: none;
    }

    /* our team page end */
    .our_fe_flx h2 {
        font-size: 26px;
    }

    /* 991px media end */

}

@media (max-width:767px) {
    .togglesearch input {
        font-size: 14px;
    }

    .togglesearch:before {
        display: none;
    }

    .read_mr,
    .blg_rht .blg_cmnt_dt,
    .dr_prfl p,
    .error-404 .error-content p {
        font-size: 18px;
    }

    .error-404 .error-content .h2 {
        font-size: 30px;
    }

    .error-404 .error-content,
    .error-404 .inner>figure,
    .table-responsive {
        width: 100%;
    }

    .error-404 .error-content {
        text-align: center;
    }

    /* our team page */
    .dr_prfl h2 {
        font-size: 26px;
    }

    .dr_prfl figure {
        width: 100px;
        height: 100px;
        border-radius: 100px;

        border: 3px solid #F5A01B;
    }

    .error-content p {
        max-width: 100%;
    }

    .our_teamm_lft,
    .our_teamm_rht {
        padding: 20px 15px;
    }

    /* our team page end     */
    /* single blog page  */
    .single_blg figure {
        margin: 0 auto 20px;
        max-height: 300px;

    }

    /* single blog page end  */
    /* our fees */
    .our_fe_flx table th,
    .our_fe_flx table td {
        font-size: 16px;
        padding: 7px 10px;
        white-space: nowrap;
    }

    /* our fess end */
    /* 404 page  */
    .error-404 .error-content {
        margin-bottom: 30px;
    }

    .elementor_tabs .elementor-tab-title {
        margin: 15px 0;
        padding: 15px !important;
    }

    .elementor_tabs .elementor-tab-title:last-child {
        margin-bottom: 0 !important;
    }

    .elementor_tabs .elementor-tabs-content-wrapper {
        border: 0 !important;
    }

    .elementor_tabs .elementor-tab-content {
        padding: 10px 0 0 !important;

    }

    /* 767px media end */
}

@media (max-width:575px) {
    .error-404 .error-content .h2 {
        font-size: 26px;
    }

    .blg_lft figure {
        max-width: 350px;
        height: 350px;
    }

    .blg_sec_flx .sec_head p {
        margin: 10px 0 15px;
    }

    .read_mr {
        margin-bottom: 25px;
    }

    /* 575px media end */
}

@media (max-width:480px) {

    .read_mr,
    .blg_rht .blg_cmnt_dt,
    .blg_sec_flx .sec_head p,
    .dr_prfl p,
    .error-404 .error-content p {
        font-size: 16px;
    }

    .dr_prfl h2,
    .our_fe_flx h2 {
        font-size: 22px;
    }

    .blg_lft figure {
        max-width: 300px;
        height: 300px;
    }


    /* 480px media end */

}