/* Banner */
.physicians_banner {
    background-image: url('/wp-content/uploads/2022/12/physicians-header-4-1.jpg') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f4f7f8;
}
.physicians_banner_content {
    padding: 100px 0 100px;
}
.banner_subheading {
    margin: 0;
    color: #ff0000;
    font-size: 3em;
}
.banner_subheading span {
    color: #003366;
    font-size: 24px;
}
.banner_heading {
    font-size: 4em;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}
.banner_heading .color-dark-blue {
    color: #0239a3;
    font-weight: 600;
}
.banner_content {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}
.banner-btn {
    display: inline-block;
    margin: 20px 0;
}
@media (max-width: 767px){
    .physicians_banner_content {
        padding: 50px 0;
    }
    .banner_subheading{
        font-size: 22px;
    }
    .banner_subheading span{
        font-size: 12px;
    }
    .banner_heading {
        font-size: 32px;
    }
    .banner_content {
        font-size: 12px;
    }
}
/* List block */
.see_below_item {
    color: #0239a3;
    text-decoration: none;
}
.physicians_list_main{
    padding: 50px 0;
}
.physicians_db_block{
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 50px;
}
.physicians_db_block:last-child {
    margin-bottom: 0;
}
.physicians_tiitle {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.physicians_tiitle .title_subblock {
    font-size: 16px;
}
.physicians_block_row {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.physicians_block.w-40{
    flex: 1 1 40%;
    width: 100%;
}
.physicians_block.w-60{
    flex: 1 1 60%;
    width: 100%;
}
.physicians_block.w-50{
    flex: 1 1 50%;
    width: 100%;
}
.physicians_block_content {
    font-size: 16px;
    margin: 0 0 9px;
    font-weight: 600;
}
.physicians_block_content .count {
    color: #0239a3;
    min-width: 85px;
    font-weight: 600;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
}
.physicians_list {
    display: flex;
    gap: 2rem;
    align-items: start;
    margin-bottom: 20px;
}
.physicians_list h6 {
    margin: 0;
    font-size: 20px;
}
.clear_all a {
    display: inline-block;
    margin-bottom: 10px;
    color: #0239a3;
    text-decoration: none;
}
.clear_all.hidden{
    display: none;
}
.physicians_list .physicians_list_title {
    flex: 1;
}
.physicians_list .physicians_list_title span {
    display: block;
    color: #0239a3;
}
.physicians_list .physicians_list_price {
    flex: 0 0 20%;
    color: #0239a3;
}
.list_cart_btn {
    background-color: #0239a3;
    color: #fff;
    border: 2px solid #0239a3;
    padding: 10px 15px;
    border-radius: 10px;
    min-width: 130px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.list_cart_btn.checkout_btn.disabled {
    background-color: darkgray;
    border-color: darkgray;
}
.list_cart_btn:hover{
    background-color: #139D42;
    color: #fff;
    border-color: #139D42;
}
.list_cart_btn.btn-green{
    background-color: #139D42;
    border-color: #139D42;
}
.list_cart_btn.btn-green:hover{
    background-color: #0239a3;
    border-color: #0239a3;
}
@media (max-width: 767px){
    .physicians_list_main{
        padding: 50px 0;
    }
    .physicians_db_block{
        padding: 30px 15px;
    }
    .physicians_block_row{
        flex-direction: column;
    }
    .physicians_block.w-40,
    .physicians_block.w-60,
    .physicians_block.w-50 {
        flex: 1 1 100%;
    }
}
@media (max-width: 600px){
    .physicians_list{
        flex-direction: column;
        gap: 20px;
    }
}

/* physicians table */
.physicians_list_row{
    align-items: start;
    gap: 4rem;
}
.select_section {
    flex: 1;
}
.select_section.speciality_select {
    flex: 0 0 30%;
}
.physicians_table {
    width: 100%;
}
.physicians_table.hidden {
    display: none;
}
.physicians_table tr .state {
    width: 50%;
}
.physicians_table tr th,
.physicians_table tr:nth-child(2n) td {
    background-color: #e9f0f6;
}
.physicians_table tr th, 
.physicians_table tr td {
    padding: 5px 10px;
    text-align: left;
}
.physicians_table tr th.text-right, 
.physicians_table tr td.text-right {
    text-align: right;
}
.physicians_states_check,
.physicians_speciality_check {
    width: 16px !important;
    height: 16px;
    margin: 5px 0 !important;
}
#speciality_table{
    margin-left: auto;
}
@media (max-width: 991px){
    .physicians_table{
        width: 100%;
    }
}
@media (max-width: 767px){
    .physicians_cart{
        flex-direction: column;
        align-items: start !important;
    }
}
@media (max-width: 500px){
    .physicians_table thead{
        display: none;
    }
    .physicians_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .physicians_table tr td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }
      
    .physicians_table tr td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
      
    .physicians_table tr td:last-child {
        border-bottom: 0;
    }
}

/* filter form */
.physicians_cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.physicians_cart.specialty_cart {
    justify-content: flex-end;
}
.filter_dropdown {
    padding: 9px 10px;
    border-color: grey;
}
@media (max-width: 991px){
    .physicians_list_row{
        flex-direction: column;
        gap: 1rem
    }
    .physicians_list_row .physicians_block.w-40,
    .physicians_list_row .physicians_block.w-60{
        flex: 1 1 100%;
    }
}

/* cart view */
.cart_view_section{
    padding: 50px 0 100px;
}
.cart_view_table {
    width: 100%;
    border-collapse: collapse;
}
.cart_view_table tr td, .cart_view_table tr th {
    border: 1px solid #ddd;
}
.cart_view_table .remove_cart{
    color: blue;
    text-decoration: none;
    text-transform: capitalize;
}
.cart_view_table tr th, 
.cart_view_table .tfoot td{
    background-color: #e9f0f6 !important;
}
.cart_view_table tr td{
    background-color: #fff !important;
}
.physicians_cart_section {
    margin-top: 40px;
}
.physicians_cart_section .list_cart_btn{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 767px){
    .cart_view_section{
        padding: 50px 0;
    }
}

@media (max-width: 500px){
    .physicians_table tr .mobile-hidden{
        display: none;
    }
}

/* Login Page */
.physicians_login_register {
    padding: 150px 0 100px;
}
.physicians_login_register .login-forgot-password {
    padding: 20px 15px 0;
}
.btn-patient-submit{
    width: 100%;
    font-family: 'Inter';
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
}
@media (max-width: 991px){
    .physicians_login_register {
        padding: 100px 0;
    } 
}
@media (max-width: 599px) {
    .physicians_login_register {
        padding: 50px 0;
    }
}

/* checkout */
#credit_card_error a {
    color: #0239a3;
    font-weight: 600;
}
#credit_card_error{
    padding-bottom: 10px;
}
.checkout_view_section {
    display: flex;
    gap: 3rem;
}
.checkout_view_section .checkout_view_col {
    flex: 1;
}
.checkout_view_section .checkout_view_col .physicians_tiitle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 20px;
}
.checkout_view_section .checkout_view_col .form-control,
.physicians_form .form-group .form-control {
    padding: 12px 18px;
}
.checkout_view_section .checkout_view_col .form-control.error {
    color: inherit;
}
.checkout_view_section .checkout_view_col label,
.physicians_form .form-group label {
    padding-bottom: 10px;
}
.checkout_view_section .checkout_view_col .form-group,
.physicians_form .form-group  {
    margin-bottom: 10px;
}
.physicians_form .form-flex {
    display: flex;
    gap: 15px;
}
.physicians_form .form-group.form-submit {
    margin-top: 30px;
}
.physicians_form .form-flex .form-group{
    flex: 1;
}
.checkout_cost {
    margin: 0;
    text-align: center;
}
.checkout_cost.price {
    color: #0239a3;
}
.checkout_view_section .checkout_view_col .physicians_table {
    margin-bottom: 40px;
}
.physicians_checkout_btn {
    margin-top: 30px;
    justify-content: center;
    text-align: center;
}
.physicians_checkout_btn .list_cart_btn {
    padding: 10px 15px;
    line-height: 1.4;
    text-decoration: none;
}

#checkout_pay_btn:disabled {
    pointer-events: none;
    background-color: darkgray;
}
@media (max-width: 991px){
    .checkout_view_section {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .checkout_view_section {
        flex-direction: column;
    }
}

/* Dashboard */
.dashboard_row {
    display: flex;
    gap: 2rem;
    align-items: start;
}
.dashboard_menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.dashboard_menu li a {
    padding: 10px 0;
    font-size: 16px !important;
    text-decoration: none;
    display: block;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #ddd;
}
.dashboard_menu li:last-child a{
    border-bottom: none;
}
.dashboard_menu li.active a {
    color: #0239a3;
    font-weight: 600;
}
.dashboard_row_col {
    flex: 1;
    border: 1px solid #ddd;
    width: 100%;
}
.dashboard_row_col.dashboard_row_col_left {
    flex: 0 0 30%;
}
.dashboard_row_col .dashboard_title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.dashboard_row_col .dashboard_title h3 {
    margin: 0;
    font-size: 24px;
}
.dashboard_content {
    padding: 15px;
}
.download-btn {
    text-decoration: none;
    background-color: #0239a3;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 5px 0;
    display: inline-block;
}
.dashboard_row_col_right .tab-content{
    display: none;
}

.dashboard_row_col_right .tab-content.active{
    display: inherit;
}
.profile_message {
    font-weight: 500;
    font-size: 16px;
}
.profile_message.success {
    color: #139d42;
    font-weight: 600;
}
.checkbox-form-element {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.checkbox-form-element label {
    padding-bottom: 0 !important;
}
.checkbox-form-element input {
    width: 16px;
    height: 16px;
}
.change_password_fields{
    display: none;
}
@media (max-width: 767px){
    .dashboard_row{
        flex-direction: column;
    }
    .dashboard_row_col.dashboard_row_col_left {
        flex: 1;
    }
}
@media (max-width: 500px){
    .physicians_form .form-flex {
        flex-direction: column;
        gap: 0;
    }
}
/* header */
.register_btn_new .profile-text.btn {
    color: #fff;
    font-size: 13px;
    padding: 14px;
    font-weight: 600;
}
.register_btn_new .profile-text.btn span {
    padding-left: 5px;
    font-size: 24px;
    line-height: 1;
}
header.fixed-header .register_btn_new .profile-text.btn span {
    font-size: 20px;
}
.register_btn_new .profile_btn-content {
    min-width: 234px;
    background-color: #139d42;
    border-radius: 10px;
}
.register_btn_new .profile_btn-content a{
    color: #fff;
}
.register_btn_new .profile_btn-content a:first-child{
    border-radius: 10px 10px 0 0;
}
.register_btn_new .profile_btn-content a:last-child{
    border-radius: 0 0 10px 10px;
}
.register_btn_new .profile_btn-content a:hover{
    background-color: #0239a3;
}
.button-email-link {
    display: inline-block;
    vertical-align: middle;
}
.button-email-link img {
    width: 45px;
}
@media (max-width: 1200px){
    .register_btn_new .profile-text.btn span{
        font-size: 12px;
    }
}
@media (max-width: 991px){
    .register_btn_new .profile-text.btn {
        padding: 10px !important;
    }
    .register_btn_new .profile_btn-content {
        top: 32px;
    }
}
@media (max-width: 599px) {
    header .container .logo {
        flex: auto !important;
        margin-bottom: 0 !important;
    }
    .profile_btn:hover .profile_btn-content {
        left: auto;
        right: 0;
        min-width: 190px;
    }
    .button-email-link img {
        width: 35px;
    }
}