

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Sora", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
img{
    width: 100%;
}
.sub_title {
    color: #146FD3;
    font-size: 24px;
    font-weight: 600;
}

.title {
    color: #010101;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}
.title span {
    color: #146FD3;
}
.des {
    color: #747474;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}
.more {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 13px 18px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-flex;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    align-items: center;
}
.more:hover {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(22 119 214) 100%);
    color: #fff;
}
.more img {
    width: 8px;
    margin-left: 10px;
}


/* Header Sec */

.header_sec .t_header .des {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.header_sec .t_header {
    background: #146FD3;
    padding: 12px 0;
}
.header_sec.sticky .t_header {
    display: none;
}


.header_sec {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}



.header_sec .top_sec {
    background: #12B7E7;
    padding: 13px;
}

.header_sec .top_sec .container {
    display: flex;
    justify-content: space-between;
}

.header_sec .top_sec .left_sec a {
    color: #FDFDFD;
    text-decoration: none;
    margin-right: 14px;
    border-right: 1px solid #fff;
    padding-right: 14px;
    font-size: 20px;
}

.header_sec .top_sec .left_sec a i {
    margin-right: 14px;
}
.header_sec .top_sec .left_sec a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.header_sec .top_sec .social_sec .f_social_sec a {
    color: #fff;
    margin-left: 12px;
    font-size: 20px;
}

.header_sec .top_sec .social_sec .f_social_sec a:hover {
    color: #b3eeff;
}

.header_sec .container {
    position: relative;
}
.header_sec .logo {
    width: 88px;
}
.header_sec .nave_sec {
    flex-direction: column;
    align-items: end;
}
.header_sec .nave_sec .navbar-nav.m_top_menu {
    display: none;
}

.header_sec .navbar .m_book {
    display: none;
}


.header_sec .nave_sec .nav_list {
    justify-content: center;
    border-top: 1px solid #e3e3e3;
    margin-top: 10px;
    padding-top: 10px;
}
.header_sec .navbar {
    padding: 10px 0;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}

.header_sec .nave_sec .navbar-nav li a {
    padding: 0 14px;
    color: #777;
    font-size: 16px;
    /* font-family: "DM Sans",sans-serif; */
    line-height: 31px;
    /* font-weight: 500; */
    text-decoration: none;
    position: relative;
}
.header_sec .nave_sec .navbar-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #2fb5da;
    height: 2px;
    bottom: 0;
    width: 0%;
    margin: auto;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.header_sec .nave_sec .navbar-nav li a:hover:before {
    width: 100%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.header_sec .nave_sec .navbar-nav li.call_us a {
    font-size: 18px;
    color: #27cbee;
    font-weight: 600;
    padding: 0 0 0 5px;
}
.header_sec .nave_sec .navbar-nav li.call_us a:before {
    display: none;
}
.header_sec .nave_sec .navbar-nav li:last-child a {
    border-right: none;
    padding-right: 0;
}
.header_sec .nave_sec .navbar-nav li a.active, .header_sec .nave_sec .navbar-nav li a:hover {
    color: #014c82;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu {
    padding: 10px;
    margin: 0;
    border-radius: 0;
    width: 300px;
}
.header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
    transition: all .6s ease;
}
.header_sec .nave_sec .navbar-nav li .dropdown-menu li a:hover {
    color: #ffffff;
    background: #0187ac;
    transition: all .6s ease;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}
.header_sec .nave_sec .navbar-nav li a:active {
    background: #fff;
}
.header_sec .nave_sec .appointment_btn {
    color: #fff;
    display: flex;
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    font-size: 24px;
    padding: 23px 24px;
    align-items: center;
    font-weight: 600;
    margin-left: 24px;
    text-decoration: none;
}
.header_sec .nave_sec .appointment_btn:hover {
    background: rgb(20,111,211);
}
.header_sec .nave_sec .appointment_btn img {
    width: 24px;
    margin-right: 10px;
}

.header_sec .nave_sec .navbar-nav {
    align-items: center;
}
.header_sec .nave_sec .navbar-nav li a.book {
    padding: 5px 20px !important;
    color: #fff;
    background-color: #014c82;
    border-radius: 50px;
    transition: all .6s ease;
}
.header_sec .nave_sec .navbar-nav li a.book:hover {
    background-color: #2fb5da;
    transition: all .6s ease;
}
.header_sec .nave_sec .navbar-nav li a.book:before {
    display: none;
}
.header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
    padding: 10px 20px;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #33373d;
}
.header_sec .nave_sec .navbar-nav li .dropdown-menu li a:before {
    display: none;
} 
.header_sec .navbar .m_user_photo {
    display: none;
}

/* Header Sec */

/*****===== Home Page =====*****/

/* Banner Sec */
.appointment_banner_sec {
    margin-top: 114px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.appointment_banner_sec img {
    height: 100%;
    object-fit: cover;
}

.appointment_banner_sec .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.appointment_banner_sec .container .title {
    color: #ffff;
    font-size: 40px;
}
/* Banner Sec */

/* .appointment_register_sec .container {
    max-width: 100%;
    padding: 0 24px;
} */
.register_appointment .register_form_appointment .nav-tabs {
    border-bottom: none;
    /* border: 1px solid #eaeaea; */
    border-radius: 0;
    overflow: hidden;
    /* background: #1266a3; */
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    top: 1px;
}
.register_appointment .register_form_appointment .nav-tabs li {
    width: 50%;
    /* border: 1px solid #eaeaeaea; */
    flex: 0 0 47%;
    overflow: hidden;
}
.register_appointment .register_form_appointment .nav-tabs li button {
    width: 100%;
    /* border: 1px solid #dde6ed !important; */
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    border: none;
    font-weight: 600;
    color: #8d8989;
    background: #eaeaea;
}
.register_appointment .register_form_appointment .nav-tabs li:last-child, .register_appointment .register_form_appointment .nav-tabs li:last-child button {
    border-right: none;
}

.register_appointment .register_form_appointment .nav-tabs li button.active {
    /* border: none; */
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

/* .radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
    
} */

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}
.register_appointment .register_form_appointment .nav-tabs li button .appointment_check label {
    color: #898080;
    text-transform: capitalize;
    width: 100%;
}
/* .register_appointment .register_form_appointment .nav-tabs li button.active .appointment_check label {
    color: #014c82;
} */
.register_appointment .register_form_appointment .nav-tabs li button .appointment_check label:before {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    justify-content: center;
}
.register_appointment .register_form_appointment .nav-tabs li button.active .appointment_check label:before {
    background: #27cbee;
    border-color: #2187d1;
    color: #fff;
    content: "\f00c";
    font-family: 'FontAwesome';
}
.register_appointment .register_form_appointment .nav-tabs li button.active .appointment_check label {
    color: #014c82;
}
.register_appointment .register_form_appointment .nav-tabs li button .appointment_check {
    position: relative;
}

.register_appointment .register_form_appointment .nav-tabs li button .appointment_check input {
    position: absolute;
    left: 44px;
    top: 6px;
}



.appointment_register_sec {
    display: flex;
    background-image: url(../images/login_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.register_appointment {
    display: flex;
    flex-wrap: wrap;
    margin: 102px auto;
    /* align-items: center; */
    justify-content: center;
    border-radius: 0px;
    overflow: hidden;
    /* height: 1250px; */
}
.register_appointment .doctor_photo {
    width: 48%;
    flex: 0 0 48%;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
}
.register_appointment .doctor_photo img {
    height: 100%;
    object-fit: cover;
}
.register_appointment .register_form_appointment {
    width: 50%;
    border: 1px solid #d3d3d3aa;
    padding: 40px 50px;
    /* border-radius: 14px; */
    background: #fbfbfb;
    border-radius: 15px;
    margin: 0px;
}
.register_appointment .register_form_appointment .form_appointment .form_appointment_check {
    display: flex;
}
.appointment_register_sec .register_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

.register_appointment .register_form_appointment .tab-content {
    margin-top: 0;
    padding: 20px 30px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec {
    margin-bottom: 24px;
    background: #27cbee;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title a {
    color: #323434;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec 
 .foundation {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec  .des {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .des a {
    text-decoration: none;
    color: #0b4b58;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group {
    margin-bottom: 24px;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group label {
    margin-bottom: 6px;
    font-size: 14px;
    color: #686868;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group select.form-select {
    font-size: 14px;
    height: 45px;
    border: 1px solid #e1e1e1;
}
.register_appointment .register_form_appointment .email_group {
    display: flex;
    flex-wrap: wrap;
}

.register_appointment .register_form_appointment .email_group input.form-control {
    width: 85%;
    border-radius: 6px 0 0 6px;
}

.register_appointment .register_form_appointment .email_group .mrn {
    background: #014c82;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 0 6px  6px 0;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group input.form-control {
    font-size: 14px;
    height: 54px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #585252;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group .form-control::placeholder, .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group select.form-select::placeholder {
    color: #686868;
    opacity: 1; /* Firefox */
  }
  
  .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group .form-control::-ms-input-placeholder,
  .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group select.form-select::-ms-input-placeholder  { /* Edge 12-18 */
    color: #686868;
  }
  select:required:invalid {
    color: #686868;
  }
  option[value=""][disabled] {
    display: none;
  }
  option {
    color: #686868;
  }


  .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group textarea {
    height: 128px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    /* font-weight: 600; */
    font-size: 14px;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group input.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group textarea:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group span {
    font-size: 10px;
    font-weight: 500;
    color: #686868;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group.appointment {
    text-align: center;
    /* margin: 0 auto 40px; */
    padding-bottom: 0;
    margin-bottom: 0;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group.appointment .appointment_btn {
    border-radius: 18px;
    text-align: center;
    border: 1px solid #fff;
    background: #014c82;
    font-size: 18px;
    color: #fff;
    padding: 14px 20px;
    cursor: pointer;
    width: 58%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group.appointment .appointment_btn:hover {
    background: #2fb5da;
}
a.m_phone {
    display: none;
}
/* ::-webkit-calendar-picker-indicator {
    filter: invert(1);
} */


/* Old Appointment */

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec.otp_sec {
    display: flex;
    justify-content: center;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec.otp_sec .appointment_check {
    margin: 0 10px;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec.otp_sec .appointment_check label {
    text-transform: capitalize;
    font-weight: 500;
    color: #014c82;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec.otp_sec .radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec {
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec  .radio-custom:checked + .radio-custom-label:before {
    content: "";
    background: #014c82;
}

/* .register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group label {
    font-size: 20px;
    margin-bottom: 7px;
} */
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group {
    margin-bottom: 12px;
}


.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link {
    background: none;
    padding: 6px 10px 6px;
    border-radius: 0 !important;
    margin: 0;
    border: none;
    position: relative;
    z-index: 0;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #014c82;
    height: 3px;
    z-index: 1;
    bottom: -1px;
    display: none;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link.active:after {
    display: block;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link:hover {
    border: none;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link .appointment_check label {
    font-size: 14px;
    color: #80abcb;
    text-transform: capitalize;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link.active {
    /* background: #fff; */
    /* border: none; */
    border-top: none;
    border-radius: 0;
    border-right: none;
    border-left: none;
}
/* .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link.active[aria-selected="true"] .radio-custom:checked + .radio-custom-label:before {
    content: "";
    background: #014c82 !important;
} */
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link.active label {
    color: #014c82;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .form_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .form_details .form_group {
    width: 70%;
    margin-right: 17px;
    margin-bottom: 0;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user nav {
    padding: 0 28px;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .details_btn {
    text-decoration: none;
    background: #014c82;
    padding: 6px 13px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .details_btn:hover {
    color: #2fb5da;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group input.form-control {
    height: 44px;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .mrn_form .user_details {
    margin-bottom: 12px;
}

.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .mrn_form .user_details .des {
    font-size: 14px;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group .resend {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    color: #014c82;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group .resend span {
    font-size: 14px;
    color: #014c82;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group .resend_wait {
    cursor: context-menu;
}
.register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .mrn_form .user_details .des span {
    font-weight: 600;
    color: #395466;
}

/*****===== Register Page =====*****/


/*****===== Dasah Board Page =====*****/
.dashboard_page {
    margin: 115px 0 0;
    padding: 60px 20px;
}

.dashboard_page .container {
    display: flex;
}

/* Side Bar */
.sidebar_menu {
    width: 47%;
    flex: 0 0 22%;
    background: #f9fafb;
    height: 80vh;
}
.sidebar_menu .menu_list a {
    display: block;
    text-decoration: none;
    padding: 17px 10px;
    font-size: 16px;
    color: #777;
    margin: 0 13px;
    border-bottom: 1px solid #e1e1e1;
}
.sidebar_menu .menu_list a:hover {
    color: #014c82;
}
.sidebar_menu .menu_list a.active {
    color: #014c82;
}
.sidebar_menu .menu_list a i {
    margin-right: 10px;
}


.sidebar_menu .top_sec {
    display: flex;
    background: #f5f5f5;
    padding: 14px;
    border: 1px solid #eaeaea;
    margin: 10px;
    border-radius: 7px;
}

.sidebar_menu .top_sec .user_photo {
    width: 50px;
    height: 50px;
    background: #014c82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 50px;
}

.sidebar_menu .top_sec .user_photo i {
    color: #fff;
    font-size: 24px;
}

.sidebar_menu .top_sec .text_content {
    width: 100%;
}

.sidebar_menu .top_sec .text_content .name {
    font-size: 16px;
    margin: 0;
}

.sidebar_menu .top_sec .text_content a {
    text-decoration: none;
    font-size: 14px;
    margin-left: auto;
    float: right;
    color: #014c82;
}

.sidebar_menu .top_sec .text_content  .des {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
}
.sidebar_menu .top_sec .phone_no {
    margin: 0;
    background: #27cbee;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}

.sidebar_menu .top_sec .phone_no i {
    font-size: 11px;
}
/* SideBar */


.view_more {
    padding: 5px 20px !important;
    color: #fff;
    background-color: #014c82;
    border-radius: 6px;
    transition: all .6s ease;
    text-decoration: none;
}
.view_more:hover {
    background-color: #2fb5da;
    transition: all .6s ease;
    color: #fff;
}

.dashboard_page .dashboard_wrapper {
    background: #ffffff;
    width: 70%;
    border: 1px solid #eaeaea;
    padding: 20px;
}

.dashboard_page .dashboard_wrapper .title_sec {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 8px;
    align-items: center;
}

.dashboard_page .dashboard_wrapper .title {
    font-size: 24px;
    /* color: #014c82; */
    margin: 0;
}
.family_sec {
    margin: 25px 0;
    /* margin-bottom: 25px; */
}
.family_container {
    background: #ffffff;
    padding: 12px;
    border: 1px solid #eaeaea;
    border-radius: 11px;
    box-shadow: 0 5px 8px 0 rgb(201 201 201 / 30%);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

/* .family_container .top_sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
} */

.family_container .user_photo {
    width: 50px;
    height: 50px;
    background: #ebebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 50px;
    overflow: hidden;
}
.family_container .user_photo img {
    object-fit: cover;
    height: 100%;
}

.family_container .user_photo i {
    font-size: 26px;
    color: #a7a7a7;
}

.family_container .date {
    /* color: #eaeaea; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    display: none;
}

.family_container .date i {
    font-size: 12px;
    color: #a7a7a7;
}
.family_container .text_content .family_name {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #014c82;
}
.family_container .text_content .location {
    margin: 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    display: inline-block;
    align-items: center;
}
.family_container .text_content  .des {
    font-size: 13px;
}


.appointment_content .family_container .text_content .bottom_sec {
    display: flex;
    flex-wrap: wrap;
}

.appointment_content .family_container .text_content .bottom_sec .des {
    margin-right: 12px;
}
.appointment_list {
    margin-top: 24px;
}
.appointment_accordion .accordion-item .accordion-header {
    /* border-top: 1px solid #eaeaea; */
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.paid_edit .accordion-button {
    width: auto;
    padding: 0;
    align-items: self-start;
    margin-left: 6px;
    background: none;
    box-shadow: none;
}
.appointment_accordion .accordion-item .accordion-collapse.collapse.show, .appointment_accordion .accordion-item .accordion-collapse.collapsing {
    border-top: 1px solid #eaeaea;
}
.appointment_list .family_container .text_content .name_payment {
    display: flex;
}

.appointment_list .family_container .text_content .name_payment .payment {
    font-size: 12px;
    background: #258f19;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
}
.appointment_list .family_container .text_content .des.booking {
    display: inline-block;
    background: #27cbee;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
    font-size: 11px;
}

.appointment_list .family_container .text_content .des.booking i {
    font-size: 12px;
    margin-right: 3px;
}
.appointment_list .family_container .text_content .des.doctor {
    font-weight: 600;
    /* font-style: italic; */
    color: #014c82;
}
.appointment_list .family_container .text_content .name_payment .payment.pending {
    background: #ababab;
}

.appointment_accordion .accordion-item {
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.appointment_list .appointment_accordion .accordion-button.family_container {
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}
.appointment_list .appointment_accordion .accordion-button.family_container .right_sec {
    display: flex;
    justify-content: space-between;
    width: 88%;
    align-items: start;
}

.appointment_list .appointment_accordion .paid {
    background: #1f9d08;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    margin-left: 14px;
}
.appointment_list .appointment_accordion .paid.un {
    background: #f00;
    color: #ffffff;
}
.payment_details_sec .btn_sec a i {
    font-size: 18px;
    margin-right: 10px;
}
.appointment_accordion .accordion-item .accordion-header .family_container {
    border: none;
    box-shadow: none;
    padding: 0;
}
.appointment_list .appointment_accordion .family_container .text_content .family_name {
    color: #010101;
    font-size: 16px;
    margin-right: 7px;
}

.appointment_list .appointment_accordion .family_container .text_content  .des {
    color: #010101;
}

.appointment_list .appointment_accordion .family_container .text_content .bottom_sec .des {
    color: #777;
}
.appointment_list .appointment_accordion .family_container .text_content .bottom_sec .location {
    margin: 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    /* margin-left: 14px; */
    display: flex;
    align-items: center;
}
.appointment_list .appointment_accordion .family_container .text_content .bottom_sec .location i {
    margin-right: 5px;
}

.payment_details_sec .payment_details {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.payment_details_sec .payment_details .payment {
    margin: 0;
    background: #27cbef;
    color: #fff;
    font-size: 16px;
    padding: 4px;
    border-radius: 5px;
}

.payment_details_sec .payment_details .transaction {
    margin: 0;
}

.payment_details_sec .payment_details .transaction span {
    background: #014c82;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 7px;
}
.payment_details_sec .payment_details {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.payment_details_sec .payment_details .payment {
    margin: 0;
    background: #27cbef;
    color: #fff;
    font-size: 16px;
    padding: 4px;
    border-radius: 5px;
}

.payment_details_sec .payment_details .transaction {
    margin: 0;
}

.payment_details_sec .payment_details .transaction span {
    background: #014c82;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 7px;
}

.payment_details_sec .booking {
    margin: 0;
    font-size: 14px;
    display: inline-block;
    color: #464646;
}

.payment_details_sec .payment_details {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 6px;
}
.payment_details_sec .payment_details .transaction_date .date {
    font-size: 14px;
    margin: 5px auto 4px;
    color: #5e5e5e;
}

.payment_details_sec .payment_details .payment {
    margin: 0;
    background: #27cbef;
    color: #fff;
    font-size: 16px;
    padding: 4px;
    border-radius: 5px;
}
.payment_details_sec .payment_details .payment.due_payment {
    background: #f00;
}
.payment_details_sec .payment_details .payment_sec {
    display: flex;
    align-items: center;
}

.payment_details_sec .payment_details .payment_sec span {
    font-weight: 600;
    color: #014c82;
    margin-right: 15px;
    font-style: italic;
}
.payment_details_sec .btn_sec a.payment_receipt i.fa-brands.fa-google-pay {
    font-size: 29px;
    position: relative;
    top: 1px;
}
.payment_details_sec .payment_details .payment_sec span.due {
    color: #f00;
}
.payment_details_sec .payment_details .transaction {
    margin: 0;
    font-size: 16px;
}

.payment_details_sec .payment_details .transaction span {
    background: #014c82;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    margin-left: 7px;
}

.payment_details_sec .booking {
    /* margin: 0 0 18px; */
    font-size: 14px;
    display: block;
    color: #464646;
}
.payment_details_sec .date_time {
    display: flex;
    margin-bottom: 30px;
}
.payment_details_sec .date_time .des {
    font-size: 16px;
    margin-left: 11px;
    color: #464646;
}
.payment_details_sec .btn_sec a {
    background: #014c82;
    text-decoration: none;
    padding: 2px;
    font-size: 20px;
    padding: 3px 5px;
    text-transform: capitalize;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    margin-right: 16px;
    line-height: 27px;
    display: flex;
    align-items: center;
}
.payment_details_sec .btn_sec a:hover {
    background-color: #2fb5da;
    transition: all .6s ease;
}
.payment_details_sec .btn_sec a.payment_receipt {
    background: #fff;
    color: #014c82;
    border: 1px solid #014c82;
}
.payment_details_sec .btn_sec a.payment_receipt:hover {
    background-color: #2fb5da;
    transition: all .6s ease;
    color: #fff;
    border: 1px solid #2fb5da;
}
.appointment_list .appointment_accordion .paid.complete {
    border: 1px solid #1f9d08;
    background: #fff;
    color: #1f9d08;
}
.appointment_list .appointment_accordion .paid.cancel {
    border: 1px solid #f00;
    background: #fff;
    color: #f00;
}
.payment_details_sec .bottom_sec {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}
.payment_details_sec .booking.cancel_booking {
    margin-left: auto;
}

.payment_details_sec .bottom_sec .btn_sec {
    display: flex;
}

.refund_sec {
    margin-top: 20px;
}

.refund_sec .refund_btn {
    display: block;
    background: #e9e7e7f7;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    color: #777;
    line-height: 26px;
    transition: all .6s ease;
}
.refund_sec .refund_btn:hover {
    background: #2fb5da;
    color: #fff;
    transition: all .6s ease;
}
.paid_edit {
    margin-right: 0px;
    display: flex;
    align-items: self-start;
}

.paid_edit .edit {
    margin-left: 14px;
    color: #777;
}

.paid_edit .edit i {
    font-size: 19px;
    position: relative;
    top: 1px;
}
.paid_edit .edit i:hover {
    color: #27cbee;
}
.Urn_date {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.Urn_date .des {
    font-size: 18px;
    color: #777;
}

.Urn_date .des i {
    font-size: 15px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.payment_details_sec .bottom_sec.cancelled_booked {
    margin-top: 0;
}

.payment_details_sec .bottom_sec.cancelled_booked .booking.cancel_booking {
    margin: 0;
}
/* .appointment_list .appointment_accordion .accordion-button.family_container:after {
    position: relative;
    top: -12px;
} */
/*****===== Dasah Board Page =====*****/


/*****===== Profile Page =====*****/
.dashboard_page .dashboard_wrapper .form_appointment {
    margin-top: 24px;
}
.appointment_content.profile_content .form_appointment .form_group {
    margin-bottom: 24px;
}
.appointment_content.profile_content .form_appointment .form_group input.form-control {
    font-size: 14px;
    height: 54px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #585252;
}
.appointment_content.profile_content .form_appointment .form_group input.form-control:focus {
    box-shadow: none;
}
.profile_sec .profile_photo_sec .user_photo {
    width: 100px;
    height: 100px;
    background: #014c82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 50px;
}
.profile_sec .profile_photo_sec .user_photo i {
    color: #fff;
    font-size: 44px;
}
.dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no {
    margin-left: 30px;
}

.dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no .no {
    margin: 0;
    font-size: 16px;
}

.gender_sec [type="radio"]:checked,
.gender_sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gender_sec [type="radio"]:checked + label,
.gender_sec [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.gender_sec [type="radio"]:checked + label:before,
.gender_sec [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.gender_sec [type="radio"]:checked + label:after,
.gender_sec [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #27cbee;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gender_sec [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gender_sec [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.appointment_content.profile_content .form_appointment .gender_content .title {
    font-size: 16px;
    font-weight: 400;
    /* margin-bottom: 12px; */
    margin-right: 15px;
}
.appointment_content.profile_content .form_appointment .gender_content {
    display: flex;
    margin-top: 14px;
}
.appointment_content.profile_content .form_appointment .gender_sec {
    display: flex;
}

.appointment_content.profile_content .form_appointment .gender_sec .form_group {
    margin: 0 30px 0px 0;
}

.appointment_content.profile_content .form_appointment .form_group.appointment {
    text-align: center;
    margin: 80px auto 0;
}
.appointment_content.profile_content .form_appointment .form_group.appointment .appointment_btn {
    border-radius: 18px;
    text-align: center;
    border: 1px solid #fff;
    background: #014c82;
    font-size: 18px;
    color: #fff;
    padding: 14px 20px;
    cursor: pointer;
    width: 58%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.appointment_content.profile_content .form_appointment .form_group.appointment .appointment_btn:hover {
    background: #2fb5da;
}


.profile_photo_sec {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.profile_photo_sec .upload_file_sec {
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #f1f1f1;
    height: 40px;
    border-radius: 0 0 60px 60px;
    text-align: center;
}

.profile_photo_sec .upload_file_sec input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 80px;
}

.profile_photo_sec .upload_file_sec i {
    margin-top: 10px;
    color: #918d8d;
    font-size: 22px;
}
.dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no .no a {
    text-decoration: none;
    font-size: 16px;
    margin-left: 20px;
    color: #014c82;
}
.dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no .no a:hover {
    color: #2fb5da;
    transition: all .6s ease;
}
.dashboard_page .dashboard_wrapper .form_appointment .profile_sec {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}
.dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no .no span {
    font-weight: 700;
    margin-right: 4px;
}
/*****===== Profile Page =====*****/

/*****===== Family Page =====*****/
.family_container .text_content  .name_mri {
    display: flex;
}

.family_container .text_content .name_mri .des {
    margin-left: 12px;
}
.family_sec.family_page .family_container .text_content .bottom_sec {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.family_sec.family_page .family_container .text_content .bottom_sec .des {
    border-right: 1px solid #747474;
    padding-right: 8px;
    margin-right: 8px;
    line-height: 12px;
}

.family_sec.family_page .family_container .text_content .bottom_sec .des:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.family_sec.family_page .family_container .edit {
    margin-left: auto;
}

.family_sec.family_page .family_container .edit i {
    color: #747474;
}
.family_sec.family_page .family_container .edit i:hover {
    color: #2fb5da;
    transition: all .6s ease;
}
.family_container .tag {
    background: #27cbee;
    border-radius: 4px;
    color: #fff;
    padding: 2px 3px;
    font-size: 12px;
    margin-left: 4px;
}
/*****===== Family Page =====*****/

/*****===== Book Appointment =====*****/

/* Address Slider */
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs.address_slider {
    padding: 0 30px;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs.address_slider button.nav-link {
    width: 100%;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs.address_slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .owl-dots {
    display: none;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs.address_slider .owl-nav button {
    margin: 0;
    top: -5px;
    position: relative;
    width: 20px;
}
/* Address Slider */


/* 
.family_sec.appointment_family {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
} */

.family_sec.appointment_family .family_slider {
    width: 80%;
}

.family_sec.appointment_family .add_member {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #b7b7b7f7;
    margin-bottom: 6px;
}
.family_sec.appointment_family .add_member span.family_name {
    display: block;
}

.family_sec.appointment_family .add_member i {
    font-size: 28px;
    margin-bottom: 7px;
}
.family_sec.appointment_family .family_slider .family_container {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin: 0px 0 10px;
}
.family_sec.appointment_family .family_slider .family_container .user_photo {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-right: 7px;
}
.family_sec.appointment_family .family_slider .family_container .text_content .family_name {
    font-size: 18px;
}
.family_sec.appointment_family .family_slider .family_container .text_content  .des {
    font-size: 14px;
}




.TabBlock>nav>.nav-tabs {display: flex;flex-wrap: nowrap;overflow: auto;}
.TabBlock>nav:has(.navSliderArrowBox)>.nav-tabs {overflow: auto; scrollbar-width: none; min-width: calc(100% - 30px);width: calc(100% - 30px);border: 0;margin: 0;}
.TabBlock>nav>.nav-tabs::-webkit-scrollbar {display: none;}
.navSliderArrowBox button {width: 13px;padding: 0;min-width: 13px;height: 13px;border: 0;line-height: 0;}
.navSliderArrowBox button img {width: 100%;height: 100%;object-fit: contain;}
.TabBlock nav:has(.navSliderArrowBox) {
    display: flex;
    align-items: center;
    margin-top: 13px;
}



.family_TabBlock>nav>.nav-tabs {display: flex;flex-wrap: nowrap;overflow: auto;}
.family_TabBlock>nav:has(.family_navSliderArrowBox)>.nav-tabs {overflow: auto; scrollbar-width: none; min-width: calc(100% - 30px);width: calc(100% - 30px);border: 0;margin: 0;}
.family_TabBlock>nav>.nav-tabs::-webkit-scrollbar {display: none;}
.family_navSliderArrowBox button {width: 13px;padding: 0;min-width: 13px;height: 13px;border: 0;line-height: 0;}
.family_navSliderArrowBox button img {width: 100%;height: 100%;object-fit: contain;}
.TabBlock nav:has(.family_navSliderArrowBox) {
    display: flex;
    align-items: center;
    margin-top: 13px;
}



/* Upcoming Appointment */
.upcoming_TabBlock .nav-tabs .location {
    min-width: 150px;
    margin-right: 11px;
}
.upcoming_TabBlock>nav>.nav-tabs {display: flex;flex-wrap: nowrap;overflow: auto;}
.upcoming_TabBlock>nav:has(.upcoming_navSliderArrowBox)>.nav-tabs {overflow: auto; scrollbar-width: none; min-width: calc(100% - 30px);width: calc(100% - 30px);border: 0;margin: 0;}
.upcoming_TabBlock>nav>.nav-tabs::-webkit-scrollbar {display: none;}
.upcoming_navSliderArrowBox button {width: 13px;padding: 0;min-width: 13px;height: 13px;border: 0;line-height: 0;}
.upcoming_navSliderArrowBox button img {width: 100%;height: 100%;object-fit: contain;}
.upcoming_TabBlock nav:has(.upcoming_navSliderArrowBox) {
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.upcoming_TabBlock .nav-tabs .location {
    min-width: 150px;
    margin-right: 11px;
}

.upcoming_TabBlock .upcoming_navSliderArrowBox button {
    background: none;
    height: 30px;
}

.upcoming_TabBlock .upcoming_navSliderArrowBox button i {
    font-size: 10px;
}
.upcoming_TabBlock .nav-tabs .location.active {
    background: #014c82;
}




/* Pat Appointment */
.past_appointment_TabBlock .nav-tabs .location {
    min-width: 150px;
    margin-right: 11px;
}
.past_appointment_TabBlock>nav>.nav-tabs {display: flex;flex-wrap: nowrap;overflow: auto;}
.past_appointment_TabBlock>nav:has(.past_appointment_navSliderArrowBox)>.nav-tabs {overflow: auto; scrollbar-width: none; min-width: calc(100% - 30px);width: calc(100% - 30px);border: 0;margin: 0;}
.past_appointment_TabBlock>nav>.nav-tabs::-webkit-scrollbar {display: none;}
.past_appointment_navSliderArrowBox button {width: 13px;padding: 0;min-width: 13px;height: 13px;border: 0;line-height: 0;}
.past_appointment_navSliderArrowBox button img {width: 100%;height: 100%;object-fit: contain;}
.past_appointment_TabBlock nav:has(.past_appointment_navSliderArrowBox) {
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.past_appointment_TabBlock button {
    background: none;
}
.past_appointment_TabBlock button i {
    font-size: 11px;
}
.past_appointment_TabBlock .nav-tabs .location:hover {
    background: #665f5f;
}
.past_appointment_TabBlock .nav-tabs .location.active {
    background: #014c82;
}



/* Transaction Slider */
.transaction_TabBlock .nav-tabs .location {
    min-width: 150px;
    margin-right: 11px;
}
.transaction_TabBlock>nav>.nav-tabs {display: flex;flex-wrap: nowrap;overflow: auto;}
.transaction_TabBlock>nav:has(.transaction_navSliderArrowBox)>.nav-tabs {overflow: auto; scrollbar-width: none; min-width: calc(100% - 30px);width: calc(100% - 30px);border: 0;margin: 0;}
.transaction_TabBlock>nav>.nav-tabs::-webkit-scrollbar {display: none;}
.transaction_navSliderArrowBox button {width: 13px;padding: 0;min-width: 13px;height: 13px;border: 0;line-height: 0;}
.transaction_navSliderArrowBox button img {width: 100%;height: 100%;object-fit: contain;}
.transaction_TabBlock nav:has(.transaction_navSliderArrowBox) {
    display: flex;
    align-items: center;
    margin-top: 13px;
}



/* Transaction Slider */
.doctor_list_TabBlock .nav-tabs .location {
    min-width: 150px;
    margin-right: 11px;
}
.doctor_list_TabBlock>nav>.nav-tabs {display: flex;flex-wrap: nowrap;overflow: auto;}
.doctor_list_TabBlock>nav:has(.doctor_listSliderArrowBox)>.nav-tabs {overflow: auto; scrollbar-width: none; min-width: calc(100% - 30px);width: calc(100% - 30px);border: 0;margin: 0;}
.doctor_list_TabBlock>nav>.nav-tabs::-webkit-scrollbar {display: none;}
.doctor_listSliderArrowBox button {width: 13px;padding: 0;min-width: 13px;height: 13px;border: 0;line-height: 0;}
.doctor_listSliderArrowBox button img {width: 100%;height: 100%;object-fit: contain;}
.doctor_list_TabBlock nav:has(.doctor_listSliderArrowBox) {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.transaction_TabBlock .nav-tabs .location {
    background: #777;
    text-align: center;
    font-size: 12px;
    padding: 5px 6px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    min-width: 125px;
}

.transaction_TabBlock .nav-tabs .location i {
    margin-right: 5px;
}
.transaction_TabBlock .nav-tabs .location.active {
    background: #014c82;
}
.transaction_TabBlock .nav-tabs .location:hover {
    background: #665f5f;
}
.transaction_TabBlock button {
    background: none;
}
.transaction_TabBlock button i {
    font-size: 11px;
}



.doctor_list_TabBlock .nav-tabs a {
    min-width: 125px;
    text-align: center;
    padding: 7px 18px 4px;
    background: #e9e9e9;
    margin-right: 10px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
}

.doctor_list_TabBlock .nav-tabs a.active {
    background: #014c82;
    color: #fff;
}

.doctor_list_TabBlock .doctor_listSliderArrowBox {
    background: none;
}

.doctor_list_TabBlock .doctor_listSliderArrowBox button {
    background: none;
    width: 20px;
}

.doctor_list_TabBlock .doctor_listSliderArrowBox button i {
    font-size: 11px;
}

/* .family_sec.appointment_family .family_slider .family_container .user_photo {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}

.family_sec.appointment_family .family_slider .family_container .text_content .family_name {
    font-size: 20px;
}

.family_sec.appointment_family .family_slider .family_container .text_content  .des {
    font-size: 16px;
} */

/* .family_sec.appointment_family .family_slider .family_container.add_member {
    background: #27cbee;
    flex-direction: column;
}

.family_sec.appointment_family .family_slider .family_container.add_member i {
    color: #fff;
    font-size: 24px;
    margin-bottom: 1px;
}

.family_sec.appointment_family .family_slider .family_container.add_member .family_name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff;
} */

/* .family_sec.appointment_family .family_slider .owl-item.clicked .family_container {
    background: #f0f;
}
 */

.family_sec.appointment_family .family_slider .family_container label .family_name {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #014c82;
}
.family_sec.appointment_family .family_slider .family_container label .location {
    margin: 8px auto 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    display: inline-block;
    align-items: center;
}
.family_sec.appointment_family .family_slider .family_container label  .des {
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
}
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked,
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label,
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label:before,
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label:after,
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #27cbee;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.dashboard_page .dashboard_wrapper .doctor_list_sec .family_TabBlock.family_tab_slider nav {
    display: flex;
    align-items: center;
}

.dashboard_page .dashboard_wrapper .doctor_list_sec .family_TabBlock.family_tab_slider nav .nav-tabs {
    min-width: calc(100% - 50px);
    overflow: hidden;
    justify-content: space-around;
    margin: auto;
    width: calc(100% - 50px);
    padding: 0;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .location_appointment {
    background: #fbfbfb;
    padding: 48px 30px 38px;
    margin: 0 !important;
    border-radius: 14px;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .family_TabBlock.family_tab_slider nav .nav-tabs a.active {
    border: 1px solid #27cbee;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .family_TabBlock.family_tab_slider nav .nav-tabs a:hover {
   color: #3a3939;
   font-weight: 600;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .family_TabBlock.family_tab_slider nav .nav-tabs a {
    margin-right: 6px;
}
.family_TabBlock.family_tab_slider .family_arrowLeft i {
    font-size: 12px;
    color: #afaeae;
}
.family_TabBlock.family_tab_slider .family_arrowRight i {
    font-size: 12px;
    color: #afaeae;
}


.dashboard_page .dashboard_wrapper .appointment_form_sec {
    background: #eaeaea;
    padding: 20px;
    border-radius: 8px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group {
    margin-bottom: 20px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group input.form-control {
    height: 48px;
    font-size: 16px;
    height: 54px;
    border-radius: 6px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group select {
    height: 54px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group select:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group select.form-select {
    height: 48px;
    font-size: 16px;
    height: 54px;
    border-radius: 6px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group select.form-select:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn {
    display: flex;
    justify-content: center;
    padding: 30px 160px 0;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment {
    width: 48%;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn {
    width: 100%;
    text-align: center;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #fff;
    background: #014c82;
    font-size: 16px;
    color: #fff;
    padding: 14px 20px;
    cursor: pointer;
    /* width: 58%; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
}
.ajxAppointmentDoctorList .doctor_list {
    background: #fff;
    padding: 24px 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn:focus-visible {
    outline: none;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn:hover {
    background: #2fb5da;
    transition: all .6s ease;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn.book_btn {
    background: #fff;
    color: #014c82;
    border: 1px solid #014c82;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn.book_btn:hover {
    background: #2fb5da;
    color: #fff;
    border: 1px solid #2fb5da;
    transition: all .6s ease;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .form_group input.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs {
    padding: 0 20px;
    justify-content: center;
    border: none;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs li.nav-item button {
    padding: 7px 9px 4px;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs li.nav-item {
    margin: 0 6px;
}

.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec li button {
    padding: 7px 14px 4px;
}
.doctor_list_sec .nav-tabs.address_slider li a .appointment_check {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}



.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked,
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label,
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:before,
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:after,
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #27cbee;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




/*  */

.family_sec.appointment_family a {
    padding: 0 8px;
    flex: 0 0 33%;
}

.family_sec.appointment_family a .family_container.choose_patient .appointment_check {
    display: flex;
}

.family_sec.appointment_family a .family_container.choose_patient .appointment_check label .family_name {
    font-size: 14px;
    margin: 0;
}

.family_sec.appointment_family a .family_container.choose_patient .appointment_check label .des {
    font-size: 12px;
}

.family_sec.appointment_family a .family_container.choose_patient .appointment_check label .location {
    margin: 8px auto 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    display: inline-block;
    align-items: center;
    margin-top: 0;
}

.family_sec.appointment_family a .family_container.choose_patient .appointment_check label .location i {
    font-size: 11px;
    margin-right: 5px;
}
.family_sec.appointment_family .TabBlock.family_tab_slider .navSliderArrowBox button {
    background: none;
    padding: 42px 0;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.family_sec.appointment_family .TabBlock.family_tab_slider .navSliderArrowBox button {
    background: none;
    padding: 42px 0;
    width: 20px;
}
.family_sec.appointment_family .TabBlock.family_tab_slider .navSliderArrowBox button i {
    color: #010101;
    font-size: 13px;
}



.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]
.family_sec.appointment_family a .family_container.choose_patient .appointment_check[type="radio"] {
    position: absolute;
    left: -9999px;
}
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:checked + label,
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:checked + label:before,
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:checked + label:after,
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #27cbee;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.family_sec.appointment_family a .family_container.choose_patient .appointment_check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}








.family_sec.appointment_family {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.family_sec.appointment_family .TabBlock.family_tab_slider {
    width: 85%;
}
.family_sec.appointment_family .TabBlock.family_tab_slider a {
    padding: 10px 10px;
    border: none;
}
.family_sec.appointment_family .TabBlock.family_tab_slider a:hover {
    border: none;
}
.family_sec.appointment_family .TabBlock.family_tab_slider .add_member {
    width: 30%;
    flex: 0 0 30%;
}

.family_sec.appointment_family .add_member {
    width: 30%;
    flex: 0 0 15%;
}
.family_sec.appointment_family .TabBlock.family_tab_slider a .family_container.choose_patient .appointment_check label .family_name {
    font-size: 13px;
    margin: 0;
    color: #014c82;
}
.family_sec.appointment_family a .family_container.choose_patient .appointment_check input {
    opacity: 0;
}



/*****===== Book Appointment =====*****/

/*  Locition List */
.locition_list .locition_list_slider {
    padding: 16px 30px 0;
    position: relative;
}
.locition_list .locition_list_slider .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.locition_list .locition_list_slider .owl-item .location.active {
    background: #014c82;
}
.locition_list .location {
    margin: 0;
    background: #777;
    padding: 5px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.locition_list .location i {
    margin-right: 5px;
}
.locition_list .locition_list_slider .owl-dots {
    display: none;
}
/*  Locition List */


/*****===== Confirm Appointment =====*****/
.confirm_details_sec {
    /* display: flex; */
    justify-content: space-between;
    background: #014c82;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 9px;
    align-items: start;
    margin-top: 25px;
}

.confirm_details_sec .details_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.confirm_details_sec .details_list li {
    color: #fff;
    margin-bottom: 14px;
    font-size: 16px;
}

.confirm_details_sec .details_list li i {
    margin-right: 7px;
}

.confirm_details_sec .details_list li:last-child {
    margin-bottom: 0;
}

.confirm_details_sec .details_list li span {
    font-style: italic;
}
.confirm_details_sec .payment_sec {
    display: flex;
}

/* .confirm_details_sec .payment_sec .payment {
    margin: 0;
    margin: 0;
    background: #27cbef;
    color: #fff;
    font-size: 16px;
    padding: 4px;
    border-radius: 5px;
} */

.confirm_details_sec .payment_sec span {
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
    font-style: italic;
}



.charges_list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.charges_list li span {
    margin-left: auto;
    float: right;
    font-weight: 400;
}

.charges_list li {
    margin-bottom: 13px;
    font-weight: 600;
    color: #010101;
}

.charges_list li:last-child {
    margin-bottom: 0;
}
/* .dashboard_page .dashboard_wrapper .appointment_form_sec.charges_form .form_btn {
    justify-content: center;
} */

.dashboard_page .dashboard_wrapper .appointment_form_sec.charges_form .form_btn .form_group.appointment {
    margin: 0;
}
/*****===== Confirm Appointment =====*****/


/*****===== Confirm Appointment =====*****/

/*****===== Successful Sec =====*****/
.successful_sec {
    text-align: center;
    height: 67vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    width: 90%;
    margin: 40px auto;
}
.successful_sec .successful_wrapper .successful_icon {
    background: #27cbee;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.successful_sec .successful_wrapper .successful_icon img {
    width: 90px;
    filter: brightness(0) invert(1);
}

.successful_sec .successful_wrapper .text_ontent {
    margin-top: 30px;
}

.successful_sec .successful_wrapper .text_ontent .title {
    color: #014c82;
    font-size: 30px;
    text-transform: capitalize;
}

.successful_sec .successful_wrapper .text_ontent .des {
    margin-top: 10px;
    color: #747474;
    font-size: 18px;
    text-transform: capitalize;
}
/*****===== Successful Sec =====*****/

/*****===== Doctor Page =====*****/

.dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs {
    padding: 0 32px;
}

.dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item {
    margin: 0 7px;
}

.dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
    color: #7c7c7c;
    font-size: 14px;
    padding: 7px 18px 4px;
    background: #e9e9e9;
    margin-bottom: 0;
    border-bottom: none;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button:focus-visible {
    outline: none;
    border: none;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button.active {
    background: #014c82;
    color: #fff;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li a:hover, .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li a.active {
    margin: 0;
    border-bottom: none;
    background: #fff;
    border: 1px solid #27cbf5;
    border-bottom: none;
    /* position: relative;
    top: 2px; */
    color: #010101;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec {
    margin-top: 0;
    padding: 0px;
}

.dashboard_page .dashboard_wrapper .doctor_list_sec .doctor_sec {
    background: #fbfbfb;
    padding: 48px 30px 38px;
}

.doctor_container {
    background: #ffffff;
    /* padding: 12px; */
    border: 1px solid #eaeaea;
    border-radius: 14px;
    box-shadow: 0 5px 8px 0 rgb(201 201 201 / 30%);
    -moz-box-shadow: 0 5px 8px 0 rgb(201 201 201 / 30%);
    -webkit-box-shadow: 0 5px 8px 0 rgb(201 201 201 / 30%);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.doctor_container .right_sec {
    padding: 15px;
    width: 87%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.doctor_container .text_content .doctor_name {
    font-size: 18px;
    margin: 0 0 7px;
    font-weight: 600;
    color: #014c82;
    text-transform: capitalize;
}

.doctor_container .text_content  .des {
    color: #747474;
    font-size: 14px;
}

.doctor_container .text_content .des i {
    margin-right: 4px;
}

.doctor_container  .bottom_sec {
    background: #eaeaea;
    padding: 8px;
}

.doctor_container .bottom_sec a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    text-align: center;
    color: #7a7a7a;
}

.doctor_container .bottom_sec a i {
    margin-right: 4px;
}
.doctor_container .doctor_photo {
    height: 110px;
    overflow: hidden;
}
.doctor_container .doctor_photo img {
    height: 100%;
    object-fit: cover;
}

.doctor_container .raing {
    position: absolute;
    top: 15px;
    background: #27cbee;
    padding: 5px 6px;
    left: 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
}

.doctor_container .raing i {
    font-size: 13px;
}

.doctor_container .text_content .designation {
    font-style: italic;
    color: #27cbee;
    margin: 0 auto 6px;
}

.doctor_container .text_content .time {
    font-size: 16px;
    margin: 0;
    color: #777;
    font-weight: 300;
}

.doctor_container .text_content .time i {
    margin-right: 4px;
}

.doctor_container .text_content .name_appoinment {
    display: flex;
}
.doctor_container .text_content .name_appoinment .location {
    margin: 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    /* margin-left: 14px; */
    display: flex;
    align-items: center;
}
.doctor_container .text_content .name_appoinment .location i {
    margin-right: 5px;
}
.doctor_container .text_content .name_appoinment .doctor_name {
    margin: 0 12px 0 0;
}


.doctor_container  .appointmen {
    background: #014c82;
    color: #fff;
    /* font-size: 20px; */
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
}
.doctor_container .appointmen i {
    font-size: 12px;
    margin-right: 5px;
}
.doctor_container .appointmen:hover {
    background-color: #2fb5da;
    transition: all .6s ease;
}

/* Doctor Location Slider */
.doctor_location_slider button {
    width: 100%;
}

.doctor_location_slider {
    position: relative;
}

.doctor_location_slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    top: 0;
    margin: 0;
    z-index: -1;
}

.doctor_location_slider .owl-nav button {
    width: auto;
}

.doctor_location_slider .owl-dots {
    display: none;
}
.dashboard_page .dashboard_wrapper .doctor_list_sec .owl-item li {
    margin: 0 !important;
}
/* Doctor Location Slider */

/*****===== Doctor Page =====*****/


/*****===== Transition Summary =====*****/
.appointment_content .transaction_list .family_container {
    box-shadow: none;
}

.appointment_content .transaction_list .transaction_content {
    margin-top: 20px;
}
.appointment_content .transaction_list .transaction_content .right_sec {
    display: flex;
    justify-content: space-between;
    width: 92%;
}

.appointment_content .transaction_list .transaction_content .right_sec .name_payment {
    display: flex;
    margin-bottom: 7px;
}

.appointment_content .transaction_list .transaction_content .right_sec .name_payment .location {
    margin: 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    margin-left: 14px;
    display: flex;
    align-items: center;
}

.appointment_content .transaction_list .transaction_content .right_sec .name_payment .location i {
    margin-right: 4px;
    font-size: 11px;
}
.appointment_content .family_container .success_payment .status {
    border: 1px solid #1f9d08;
    background: #fff;
    color: #1f9d08;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 13px;
    display: inline-block;
}

.appointment_content .family_container .success_payment .payment_sec {
    display: flex;
    align-items: center;
}
.appointment_content .family_container .success_payment .payment_sec span {
    font-weight: 600;
    color: #014c82;
    margin-right: 15px;
    font-style: italic;
}
.appointment_content .family_container .success_payment .payment {
    margin: 0;
    background: #27cbef;
    color: #fff;
    font-size: 16px;
    padding: 4px;
    border-radius: 5px;
}
.appointment_content .transaction_list .transaction_content .right_sec .transaction {
    margin: 7px auto 0;
}
.appointment_content .transaction_list .transaction_content .right_sec .family_name {
    margin-right: 8px;
}



.appointment_content .family_container .success_payment .payment_sec.failed_payment  {
    opacity: 0.5;
}

.appointment_content .family_container .success_payment .payment_sec.failed_payment  span {
    color: #a39f9f;
}

.appointment_content .family_container .success_payment .payment_sec.failed_payment .payment {
    background: #a39f9f;
}


.appointment_content .family_container .success_payment .status.failed {
    border-color: #f00;
    color: #f00;
}
/*****===== Transition Summary =====*****/

.locition_list .locition_list_slider .owl-nav button:hover, .doctor_location_slider .owl-nav button:hover {
    background: none !important;
}

.locition_list .locition_list_slider .owl-nav button span, .doctor_location_slider .owl-nav button span {
    color: #333;
}


/* Sign Out Modal */
.sign_out_modal .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.sign_out_modal .modal-footer {
    border-top: none;
    justify-content: center;
    padding: 0;
}

.sign_out_modal .modal-body {
    padding: 0;
    flex: none;
}

.sign_out_modal .modal-content {
    padding: 15px;
    height: 220px;
    align-items: center;
    justify-content: center;
}
    
    
.sign_out_modal .modal-footer .modal_btn {
    background: #014c82;
    color: #fff;
    border: none;
    padding: 4px 10px;
    font-size: 16px;
    border-radius: 5px;
}
.sign_out_modal .modal-footer .modal_btn:hover {
    background-color: #2fb5da;
    transition: all .6s ease;
}
.sign_out_modal .modal-footer .modal_btn.modal_btn.no_btn {
    background: #f00;
}
.sign_out_modal .modal-footer .modal_btn.modal_btn.no_btn:hover {
    background: #e72626;
    transition: all .6s ease;
}
/* Sign Out Modal */


/* Footer Sec */
.footer-wrapper {
    background: #003c72;
    padding: 50px 0 0;
}
.footer-wrapper .footer_sec .container {
    max-width: 1140px;
}
.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
    display: block;
    width: 140px;
    margin-bottom: 30px;
}
.footer-wrapper .footer_sec .f_content.quick_link {
    padding-left: 40px;
}
.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo img {
    width: 170px;
}
.footer-wrapper .f_logo_sec .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-wrapper .f_logo_sec .f_logo {
    width: 7%;
    align-items: center;
    margin: 0 16px;
}
.footer-wrapper .f_logo_sec .f_logo.nabh_logo {
    width: 10%;
}
.footer-wrapper .footer_sec {
    padding: 60px 0 20px;
}
.footer-wrapper .footer_sec .f_title {
    color: #fff;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-wrapper .footer_sec .f_list {
    padding: 0;
}

.footer-wrapper .footer_sec .f_list li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-wrapper .footer_sec .f_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-size: 15px;
    font-weight: 400;
}
.footer-wrapper .footer_sec .f_list li a:hover {
    color: #27cbee;
}
.footer-wrapper .footer_sec .f_list li a img {
    width: 19px;
    margin-right: 20px;
}
.footer-wrapper .footer_sec .f_content .des {
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
}
.footer-wrapper .footer_sec .f_content .f_social_sec {
    margin-top: 24px;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a {
    margin-right: 10px;
}
.footer-wrapper .footer_sec .f_contact_content {
    display: flex;
    margin-bottom: 13px;
}
.footer-wrapper .footer_sec .f_contact_content i {
    margin-top: 6px;
    margin-right: 10px;
    color: #2fb5da;
    font-size: 16px;
}
.footer-wrapper .footer_sec .f_contact_content a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    display: block;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a i {
    color: #fff;
    font-size: 20px;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a i:hover, .footer-wrapper .footer_sec .f_contact_content a:hover {
    color: #27cbee;
}

.footer-wrapper .footer_bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fff;
    padding: 20px 0;
    max-width: 1140px;
}

.footer-wrapper .footer_bottom .des span {
    color: #ffcc99;
}

.footer-wrapper .footer_bottom .des  a {color: #ffcc99;text-decoration: none;}


.footer-wrapper .footer_bottom .r_sec a {
    text-decoration: none;
    color: #fff;
    margin-left: 26px;
    font-size: 16px;
}
.footer-wrapper .footer_bottom .des {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
/* Footer Sec */















 /*=============== Start Responsive css ===============*/

 
/* 1800px */
@media screen and (max-width: 1800px) {

    /*****===== Home Page =====*****/
    
    /*****===== Home Page =====*****/

  
}


/* 1600px */
@media screen and (max-width: 1600px) {

    .container {
        max-width: 1200px;
    }
    .header_sec .logo {
        width: 84px;
    }
    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 10px;
        font-size: 15px;
    }
    .header_sec .nave_sec .navbar-nav li a.book {
        padding: 5px 18px !important;
    }

    /* Register Appointment */
    .register_appointment {
        margin: 80px auto;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title {
        font-size: 18px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group textarea {
        height: 110px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group input.form-control {
        height: 44px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group select.form-select {
        height: 44px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group.appointment .appointment_btn {
        font-size: 16px;
        padding: 12px 20px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .form_details .form_group {
        width: 64%;
    }
    /* Register Appointment */

    /****==== Dashboard ====****/
    .sidebar_menu {
        width: 24%;
        flex: 0 0 24%;
    }
    .dashboard_page {
        padding: 40px 0;
    }
    .dashboard_page .dashboard_wrapper .title {
        font-size: 22px;
    }
    .payment_details_sec .btn_sec a {
        font-size: 18px;
        padding: 8px 24px;
    }

    .appointment_list .appointment_accordion .paid {
        margin-left: 13px;
    }
    .family_container .text_content .location i {
        font-size: 10px;
        position: relative;
        top: -1px;
        margin-right: 3px;
    }
    /****==== Dashboard ====****/

    /****==== Book Appointment ====****/
    .family_sec.appointment_family .family_slider .family_container label .family_name {
        font-size: 16px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_group input.form-control {
        font-size: 16px;
        height: 44px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_group select.form-select {
        font-size: 16px;
        height: 44px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn {
        font-size: 15px;
        padding: 10px 18px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs li.nav-item button {
        padding: 5px 3px 4px;
        font-size: 12px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label {
        font-size: 14px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:before, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:before {
        top: 2px;
        width: 16px;
        height: 16px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:after, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:after {
        width: 10px;
        height: 10px;
        top: 5px;
        left: 3px;
    }

    /****==== Book Appointment ====****/

    /****==== Past Appointment ====****/
    .refund_sec .refund_btn {
        padding: 6px;
        font-size: 16px;
    }
    .Urn_date .des {
        font-size: 16px;
        color: #777;
    }
    /****==== Past Appointment ====****/

    /****==== Doctor Page ====****/
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs {
        padding: 0 24px;
        justify-content: center;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
        font-size: 14px;
        padding: 6px 11px 4px;
    }
  
    .doctor_container .text_content .doctor_name {
        font-size: 16px;
        margin: 0 0 4px;
    }
    .doctor_container .right_sec {
        width: 76%;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
        font-size: 14px;
        padding: 7px 13px 4px;
    }
    .doctor_container .text_content .time {
        font-size: 14px;
    }
    .doctor_container  .appointmen {
        font-size: 14px;
    }
    /****==== Doctor Page ====****/

    /****==== Summery Transition ====****/
    .appointment_content .transaction_list .transaction_content .right_sec {
        width: 91%;
    }
    /****==== Summery Transition ====****/

   

    
}


/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 1100px;
    }

    .view_more {
        padding: 5px 14px !important;
        font-size: 14px;
    }

    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 7px;
        font-size: 14px;
    }
    .header_sec .nave_sec .navbar-nav li.call_us a {
        font-size: 16px;
    }
    .header_sec .nave_sec .navbar-nav li.call_us {
        font-size: 15px;
    }
    .header_sec .nave_sec .navbar-nav li .dropdown-menu {
        width: 300px;
    }
    .header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
        padding: 10px 9px;
    }
    /* Header Sec */

    /* Login Page */
    .appointment_banner_sec .container .title {
        font-size: 34px;
        margin: 0;
    }
    .appointment_banner_sec {
        height: 190px;
    }
    .register_appointment .register_form_appointment {
        padding: 40px 26px;
    }
    .register_appointment .register_form_appointment .nav-tabs li button .appointment_check label {
        font-size: 14px;
    }
    .register_appointment .register_form_appointment .nav-tabs li button .appointment_check label:before {
        width: 20px;
        height: 20px;
    }
    .register_appointment .register_form_appointment .nav-tabs li button.active .appointment_check label:before {
        font-size: 11px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title {
        font-size: 16px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title a {
        font-size: 16px;
    }
    .register_appointment .register_form_appointment .nav-tabs li button {
        padding: 6px 8px;
    }
    /* Login Page */

    /****==== Dashboard ====****/
    .sidebar_menu {
        width: 28%;
        flex: 0 0 28%;
        height: 87vh;
    }
    .sidebar_menu .menu_list a {
        padding: 14px 10px;
        font-size: 16px;
        margin: 0 13px;
    }
    .family_container .text_content .family_name {
        font-size: 16px;
    }
    .family_container .text_content  .des {
        font-size: 12px;
    }
    .family_container .user_photo {
        width: 44px;
        height: 44px;
        margin-right: 14px;
        flex: 0 0 44px;
    }
    .dashboard_page .dashboard_wrapper .title {
        font-size: 20px;
    }
    .payment_details_sec .btn_sec a {
        font-size: 14px;
        padding: 4px 12px;
        line-height: 22px;
    }
    .payment_details_sec .btn_sec a i {
        font-size: 12px;
        margin-right: 4px;
    }

    .appointment_list .appointment_accordion .paid {
        margin-left: 10px;
    }
    .appointment_list .appointment_accordion .family_container .text_content .bottom_sec .location {
        font-size: 12px;
    }
    .appointment_content .family_container .text_content .bottom_sec .des {
        margin-right: 3px;
    }
    /****==== Dashboard ====****/

    /****==== Profile Page ====****/
    .appointment_content.profile_content .form_appointment .form_group input.form-control {
        font-size: 14px;
        height: 44px;
    }
    .profile_photo_sec, .profile_sec .profile_photo_sec .user_photo {
        width: 90px;
        height: 90px;
    }
    .profile_sec .profile_photo_sec .user_photo i {
        font-size: 40px;
    }
    .appointment_content.profile_content .form_appointment .form_group.appointment {
        margin: 60px auto 0;
    }
   
     /****==== Profile Page ====****/

     /*****===== Book Appointment =====*****/
     .family_sec.appointment_family .family_slider .family_container label .family_name {
        font-size: 14px;
    }
    .family_sec.appointment_family .family_slider .family_container label .family_name {
        font-size: 16px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_group input.form-control {
        height: 48px;
        font-size: 16px;
        height: 44px;
        border-radius: 6px;
    }
    .family_sec.appointment_family .family_slider .family_container {
        padding: 10px;
    }
    .family_sec.appointment_family .family_slider .family_container label .family_name {
        font-size: 14px;
    }
    .family_sec.appointment_family .family_slider .family_container label  .des {
        font-size: 12px;
    }
    .family_sec.appointment_family .add_member i {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .family_sec.appointment_family .add_member span.family_name {
        font-size: 14px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label {
        padding-left: 18px;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .doctor_sec.location_appointment {
        padding: 28px 30px 18px;
    }
    /*****===== Book Appointment =====*****/

    /*****===== Doctor Page =====*****/
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item {
        margin: 0 3px;
    }
    .doctor_container .text_content .doctor_name {
        font-size: 14px;
        margin: 0 0 7px;
    }
    .doctor_container .bottom_sec a {
        font-size: 14px;
    }
    .doctor_container .doctor_photo {
        height: 150px;
        width: 23%;
    }
    .doctor_container .text_content .time {
        font-size: 12px;
    }
  
    /*****===== Doctor Page =====*****/


   
  
   
   
}


/* 1200px */
@media screen and (max-width: 1200px) {

    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 7px;
        font-size: 12px;
    }
    .header_sec .nave_sec .navbar-nav li.call_us a {
        font-size: 14px;
    }
    .header_sec .nave_sec .navbar-nav li.call_us {
        font-size: 14px;
    }
    .header_sec .logo {
        width: 73px;
    }
    .header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
        padding: 7px 9px;
        line-height: 18px;
    }
    .header_sec .container {
        max-width: 900px;
    }
    .container {
        max-width: 900px;
    }
    .view_more {
        padding: 4px 10px !important;
        font-size: 12px;
    }
    /*****===== Login Page =====*****/
    .appointment_banner_sec {
        height: 140px;
    }
    .register_appointment .doctor_photo {
        width: 44%;
        flex: 0 0 44%;
    }
    .register_appointment .register_form_appointment .tab-content {
        padding: 16px 9px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group {
        margin-bottom: 10px;
    }
    .register_appointment .register_form_appointment {
        padding: 20px 18px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title {
        font-size: 14px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title a {
        font-size: 14px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec {
        margin-bottom: 14px;
        padding: 12px;
        border-radius: 8px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group input.form-control {
        height: 34px;
        font-size: 12px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group textarea {
        height: 80px;
        font-size: 12px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group select.form-select {
        height: 33px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group span {
        font-size: 9px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group.appointment .appointment_btn {
        font-size: 14px;
        padding: 10px;
        width: 48%;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link .appointment_check label {
        font-size: 12px;
        margin: 0;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .details_btn {
        padding: 6px 7px;
        font-size: 12px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .form_group input.form-control {
        height: 34px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link {
        padding: 6px 4px 6px;
    }
    /*****===== Home Page =====*****/

    /*****===== Sidebar Menu =====*****/
   
    .sidebar_menu .top_sec .user_photo {
        width: 34px;
        height: 34px;
        margin-right: 11px;
        flex: 0 0 34px;
    }
   

    .sidebar_menu .top_sec .user_photo i {
        font-size: 16px;
    }
    .sidebar_menu .top_sec .text_content .name {
        font-size: 14px;
    }
    .sidebar_menu .top_sec .text_content a {
        font-size: 12px;
    }
    .sidebar_menu .top_sec .text_content  .des {
        font-size: 12px;
        margin-top: 2px;
    }
    .sidebar_menu .top_sec .phone_no {
        margin: 4px auto 0;
        font-size: 11px;
        padding: 3px 5px;
    }
    .sidebar_menu .top_sec .phone_no i {
        font-size: 10px;
    }
    .sidebar_menu {
        width: 30%;
        flex: 0 0 30%;
    }
    .sidebar_menu .menu_list a {
        padding: 12px 4px;
        font-size: 15px;
        margin: 0 13px;
    }
    /*****===== Sidebar Menu =====*****/

    /*****===== Dashboard Page =====*****/
    .family_container {
        padding: 8px;
    }
    .family_container .user_photo {
        width: 30px;
        height: 30px;
        margin-right: 6px;
        flex: 0 0 30px;
    }
    .family_container .text_content .family_name {
        font-size: 14px;
    }
    .family_container .text_content  .des {
        font-size: 10px;
    }
    .dashboard_page .dashboard_wrapper .title {
        font-size: 16px;
    }

    .appointment_list .appointment_accordion .family_container .text_content .family_name {
        font-size: 15px;
        margin-right: 6px;
    }
    .paid_edit .edit {
        margin-left: 8px;
    }
    .paid_edit .accordion-button {
        margin-left: 1px;
    }
    .appointment_list .appointment_accordion .paid {
        padding: 2px 6px;
        font-size: 10px;
        margin-left: 4px;
        margin-top: 2px;
    }
    .payment_details_sec .payment_details .transaction {
        font-size: 14px;
    }
    .payment_details_sec .payment_details .transaction_date .date {
        font-size: 12px;
    }
    .payment_details_sec .payment_details .payment_sec span {
        margin-right: 12px;
        font-size: 14px;
    }
    .payment_details_sec .payment_details .payment {
        font-size: 14px;
        padding: 4px;
    }
    .payment_details_sec .btn_sec a {
        font-size: 14px;
        padding: 4px 12px;
        margin-right: 10px;
    }
    .payment_details_sec .btn_sec a i {
        font-size: 14px;
        margin-right: 2px;
    }
    .paid_edit .edit i {
        font-size: 18px;
    }
    .appointment_list .appointment_accordion .paid {
        padding: 3px 3px 1px;
        font-size: 9px;
    }
    .payment_details_sec .bottom_sec .btn_sec {
        display: flex;
        align-items: center;
    }
    .payment_details_sec .btn_sec a.payment_receipt i.fa-brands.fa-google-pay {
        font-size: 22px;
        margin-right: 6px;
    }
    .payment_details_sec .payment_details .payment {
        font-size: 12px;
    }
    .appointment_accordion .accordion-item .accordion-header {
        padding: 10px;
    }
    .appointment_accordion .accordion-item .accordion-body {
        padding: 10px;
    }
    .appointment_list .appointment_accordion .family_container .text_content .bottom_sec .location {
        font-size: 10px;
    }
    /*****===== Dashboard Page =====*****/

    /*****===== Profile Page =====*****/
    .profile_photo_sec .upload_file_sec {
        width: 90px;
        height: 40px;
    }
    /*****===== Profile Page =====*****/

    /*****===== Book Appointment Page =====*****/
    .family_sec.appointment_family {
        margin-bottom: 7px;
    }
    .family_sec.appointment_family .family_slider .owl-nav, .family_sec.appointment_family .family_slider .owl-dots {
        display: none;
    }
    .family_sec.appointment_family .family_slider .family_container {
        padding: 7px 5px 7px;
    }
    .family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label:before, .family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label:before {
        width: 14px;
        height: 14px;
    }
    .family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label:after, .family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label:after {
        width: 10px;
        height: 10px;
        top: 2px;
        left: 2px;
    }
    .family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:checked + label, .family_sec.appointment_family .family_slider .family_container .appointment_check [type="radio"]:not(:checked) + label {
        padding-left: 18px;
    }
    .family_sec.appointment_family .family_slider .family_container label .family_name {
        font-size: 11px;
    }
    .family_sec.appointment_family .family_slider .family_container label  .des {
        font-size: 9px;
    }
    .family_sec.appointment_family .add_member span.family_name {
        font-size: 12px;
    }
    .family_sec.appointment_family .add_member i {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_group input.form-control {
        font-size: 14px;
        height: 44px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_group select.form-select {
        font-size: 14px;
        height: 44px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn {
        padding: 12px 88px 0;
    }

    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:before, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:before {
        top: 4px;
        width: 12px;
        height: 12px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label:after, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label:after {
        width: 8px;
        height: 8px;
        top: 6px;
        left: 2px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label {
        font-size: 12px;
        padding-left: 16px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs li.nav-item {
        margin: 0 0px;
    }
    .family_sec.appointment_family .family_slider .family_container label .location {
        margin: 4px auto 0;
        font-size: 10px;
        padding: 2px 4px 0;
    }
    .family_sec.appointment_family .family_slider .family_container label .location i {
        font-size: 9px;
        position: relative;
        top: -2px;
        margin-right: 2px;
    }
    
     /*****===== Book Appointment Page =====*****/

     /*****===== Doctor Page =====*****/
     .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
        font-size: 12px;
        padding: 5px 18px 3px;
    }
     .dashboard_page .dashboard_wrapper .doctor_list_sec .doctor_sec {
        padding: 28px 13px 12px;
    }
    .doctor_container .doctor_photo {
        height: 100px;
        width: 16%;
    }
    .doctor_container .text_content .designation {
        margin: 0 auto 6px;
        font-size: 14px;
    }
    .doctor_container .raing {
        font-size: 12px;
    }
    .doctor_container .raing i {
        font-size: 11px;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs {
        padding: 0 14px;
        justify-content: center;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item {
        margin: 0 3px;
    }
   
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
        font-size: 12px;
        padding: 5px 9px 3px;
    }
    .doctor_container .right_sec {
        width: 84%;
    }
    .doctor_container  .appointmen {
        font-size: 11px;
        padding: 6px 5px;
    }
     /*****===== Doctor Page =====*****/

    /*****===== Past Appointment =====*****/
    .payment_details_sec .booking {
        font-size: 12px;
    }
    .payment_details_sec .bottom_sec.cancelled_booked .booking.cancel_booking i {
        font-size: 12px;
    }
    /*****===== Past Appointment =====*****/

    /****==== Summery Transition ====****/
    .locition_list .location {
        font-size: 11px;
    }
    .locition_list .location i {
        margin-right: 6px;
        font-size: 10px;
    }
    .appointment_content .transaction_list .transaction_content .right_sec .transaction {
        font-size: 14px;
    }
    .appointment_content .family_container .success_payment .payment {
        font-size: 14px;
    }
    .appointment_content .family_container .success_payment .payment_sec span {
        margin-right: 12px;
        font-size: 14px;
    }

    .family_container .text_content .location {
        font-size: 10px;
    }
    .family_container .text_content .location i {
        top: 0px;
    }
  
    /****==== Summery Transition ====****/

    



    .footer-wrapper .footer_sec {
        padding: 40px 0 20px;
    }
    .footer-wrapper .footer_sec .container {
        max-width: 900px;
    }
 
    .footer-wrapper .footer_sec .f_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 20px;
    }
    .footer-wrapper .footer_sec .f_list li {
        margin-bottom: 4px;
    }
    .footer-wrapper .footer_sec .f_list li a {
        font-size: 11px;
        font-weight: 400;
    }
    .footer-wrapper .footer_sec .f_content .des {
        line-height: 22px;
        font-size: 12px;
    }
    .footer-wrapper .footer_sec .f_contact_content a {
        font-size: 12px;
    }
    .footer-wrapper .footer_sec .f_contact_content i {
        margin-top: 4px;
        margin-right: 8px;
        font-size: 12px;
    }
    .footer-wrapper .footer_sec .f_content .f_social_sec a i {
        font-size: 16px;
    }
    .footer-wrapper .footer_sec .f_content .f_social_sec {
        margin-top: 14px;
    }
    .footer-wrapper .footer_bottom .des {
        font-size: 12px;
    }
    .footer-wrapper .footer_bottom .r_sec a {
        margin-left: 22px;
        font-size: 12px;
    }
    .footer-wrapper .footer_bottom .container {
        max-width: 900px;
    }
   
    
}


/* 991px */
@media only screen and (max-width: 991px) {

    .header_sec .nave_sec .nav_list {
        margin-top: 6px;
        padding-top: 6px;
    }
    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 5px;
        font-size: 10px;
    }
    .header_sec .logo {
        width: 64px;
    }
    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 20px 12px;
        margin-left: 10px;
    }
   
    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 0 0 8px;
        font-size: 11px;
    }
    .header_sec .nave_sec .navbar-nav li .dropdown-menu {
        width: 250px;
    }
    .header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
        padding: 8px 10px;
        line-height: 18px;
        font-size: 12px;
    }
    .header_sec .nave_sec .navbar-nav li.call_us {
        font-size: 12px;
    }
    .header_sec .nave_sec .navbar-nav li.call_us a {
        font-size: 12px;
    }
    .header_sec .nave_sec .navbar-nav li a.book {
        padding: 3px 4px !important;
        width: 146px;
        text-align: center;
        margin-left: 9px;
    }
    .title {
        font-size: 38px;
    }

    .appointment_banner_sec .container .title {
        font-size: 30px;
        margin: 0;
    }
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 215px;
    }
    .appointment_banner_sec {
        margin-top: 106px;
        height: 110px;
    }
    /* .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 330px;
    } */

    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .otp_tab_sec .nav-link .appointment_check label {
        font-size: 11px;
        margin: 0;
    }
    .register_appointment .doctor_photo {
        display: none;
    }
    .register_appointment .register_form_appointment {
        width: 80%;
    }
   

    /*****===== Dashboard Page =====*****/

    .member_slider .owl-nav {
        display: none;
    }
    
    .member_slider .owl-dots {
        display: none;
    }
    .view_more {
        padding: 4px 10px !important;
        font-size: 10px;
    }
    .sidebar_menu {
        width: 25%;
        flex: 0 0 25%;
    }
    .family_sec {
        margin: 16px 0;
    }
    .family_container {
        border-radius: 5px;
    }
    .family_container .user_photo {
        width: 34px;
        height: 34px;
        margin: 0 auto 6px;
        flex: 0 0 34px;
    }
    .dashboard_page .dashboard_wrapper {
        width: 72%;
        padding: 15px;
    }
    .dashboard_page {
        margin: 105px 0 0;
        padding: 30px 20px;
    }
    .dashboard_page .dashboard_wrapper .title {
        font-size: 14px;
    }
    .family_container {
        text-align: center;
        justify-content: center;
    }
    .family_container .text_content .family_name {
        font-size: 12px;
    }
    .family_container .text_content .des {
        font-size: 11px;
    }
    
    .sidebar_menu {
        width: 28%;
        flex: 0 0 32%;
        height: 66vh;
    }
    
    .sidebar_menu .menu_list a {
        padding: 12px 4px;
        font-size: 12px;
        margin: 0 13px;
    }
    
    .appointment_accordion .accordion-item .accordion-header .family_container .user_photo {
        margin: 0;
    }
    .appointment_accordion .accordion-item .accordion-header .right_sec {
        width: 85%;
        margin-left: 10px;
    }
    .payment_details_sec .booking {
        font-size: 12px;
    }
    .payment_details_sec .btn_sec a {
        font-size: 12px;
        padding: 4px 8px;
        margin-right: 6px;
        line-height: 22px;
    }
    .payment_details_sec .btn_sec a i {
        font-size: 11px;
        margin-right: 4px;
    }
    .appointment_accordion .accordion-item .accordion-header {
        padding: 12px;
    }
    .appointment_accordion .accordion-item .accordion-body {
        padding: 12px;
    }
    .appointment_content .family_container .text_content .bottom_sec .des {
        margin-right: 6px;
    }
    .payment_details_sec .bottom_sec {
        margin-top: 0;
    }
   
     /*****===== Dashboard Page =====*****/

     /*****===== Family Page =====*****/
    .family_sec.family_page .family_container .user_photo {
        margin: 0;
    }
    
    .family_sec.family_page .family_container .text_content {
        width: 80%;
        margin-left: 10px;
    }
    .family_container .text_content  .name_mri {
        align-items: center;
    }
    .family_container .text_content .name_mri .des {
        margin-left: 7px;
    }
    .family_sec.family_page .family_container .text_content .bottom_sec {
        flex-wrap: wrap;
    }
    .family_sec.family_page .family_container .text_content .bottom_sec .des {
        margin-bottom: 5px;
    }
     /*****===== Family Page =====*****/

     /*****===== Edit  Profile =====*****/
     .appointment_content.profile_content .form_appointment .form_group.appointment {
        margin: 30px auto 0;
    }
     /*****===== Edit  Profile =====*****/


     /* .locition_list .locition_list_slider {
        padding: 16px 0 0;
    }
    .locition_list .locition_list_slider .owl-nav {
        display: none;
    } */

     /*****===== Book Appointment =====*****/
     .family_sec.appointment_family .family_slider .family_container label .location {
        float: left;
    }
     .family_sec.appointment_family .family_slider .owl-nav {
        display: none;
    }
    
    .family_sec.appointment_family .family_slider .owl-dots {
        display: none;
    }
    .family_sec.appointment_family .family_slider .family_container {
        justify-content: start;
    }
    .family_sec.appointment_family .family_slider .family_container label .family_name {
        text-align: left;
    }
    .family_sec.appointment_family .family_slider {
        width: 70%;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs {
        padding: 0 2px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs li.nav-item button {
        padding: 3px 3px 2px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:checked + label, .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .appointment_check [type="radio"]:not(:checked) + label {
        font-size: 11px;
        padding-left: 14px;
    }

    /*****===== Book Appointment =====*****/

    /*****===== Past Appointment =====*****/
    .refund_sec .refund_btn {
        padding: 6px;
        font-size: 14px;
    }
    .Urn_date .des {
        font-size: 14px;
        color: #777;
    }
    .Urn_date .des i {
        font-size: 11px;
    }
    /*****===== Past Appointment =====*****/


    /*****===== Doctor Page =====*****/
    /* .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item {
        margin: 0 3px 10px;
        width: 23%;
    } */
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
        font-size: 12px;
        padding: 5px 9px 3px;
        width: 100%;
        /* border-radius: 5px; */
    }
    /* .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button.active {
        border: 1px solid #27cbf5 !important;
    } */
    .doctor_container .right_sec {
        width: 72%;
        flex-direction: column;
    }
    .doctor_container .text_content {
        margin-bottom: 10px;
    }
    .doctor_container .doctor_photo {
        height: 133px;
        width: 28%;
    }
     /*****===== Doctor Page =====*****/


     /*****===== Summery Transition Page =====*****/
     .appointment_content .transaction_list .transaction_content .right_sec {
        flex-direction: column;
    }
     .appointment_content .transaction_list .transaction_content .right_sec .success_payment {
        display: flex;
        margin-top: 5px;
    }
    .appointment_content .family_container .success_payment .status {
        margin-right: 9px;
        margin-bottom: 0;
    }
    .appointment_content .transaction_list .transaction_content .right_sec .transaction {
        text-align: left;
    }
    /*****===== Summery Transition Page =====*****/

    .sign_out_modal .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
   


    /* Footer Sec */
    .footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
        margin: 0 auto 30px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
        margin-bottom: 70px;
    }
    .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 0;
    }
    /* Footer Sec */
   
   
}




/* 767px */
@media only screen and (max-width: 767px) {

    .title {
        font-size: 34px;
    }

    /* Header Sec */
    .header_sec .t_header .des {
        font-size: 16px;
        line-height: 1.8;
    }
    .header_sec.sticky {
        border-bottom: 1px solid #dbdbdb;
    }
    .header_sec .top_sec .left_sec a {
        font-size: 16px;
        line-height: 18px;
    }
    .header_sec .top_sec .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .header_sec .navbar {
        padding: 14px;
    }
    .header_sec .navbar-toggler {
        background: #12b7e7;
        border: none;
        border-radius: 3px;
        padding: 0;
        width: 40px;
        height: 34px;
        /* float: right; */
        margin-left: 10px;
    }

    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 12px 14px;
        margin-left: 10px;
    }
    .header_sec .nave_sec .appointment_btn span {
        display: none;
    }
    .header_sec .nave_sec .appointment_btn img {
        width: 24px;
        margin: 0;
    }
    .header_sec .navbar-toggler:focus {
        box-shadow: none;
    }
    .header_sec .navbar-toggler span i {
        color: #fff;
    }

    .header_sec .nave_sec .nav_top {
        display: none;
    }
    
    .header_sec .navbar .nave_sec .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #013c72;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        overflow: scroll;
        margin: 0;
        padding: 0;
    }
    .header_sec .nave_sec .navbar-nav.m_top_menu {
        display: block;
    }

    .header_sec .navbar .m_book {
        border-radius: 18px;
        text-align: center;
        border: 1px solid #fff;
        background: #014c82;
        font-size: 13px;
        color: #fff;
        padding: 8px 10px;
        cursor: pointer;
        /* width: 58%; */
        -webkit-border-radius: 7px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        text-decoration: none;
        display: block;
        margin-left: auto;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li.book_li {
        display: none;
    }
    .header_sec .nave_sec .navbar-nav li a:before {
        display: none;
    }
    .header_sec .navbar .nave_sec .nav_list.show .navbar-nav, .header_sec .navbar .nave_sec .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li {
        width: 100%;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a {
        color: #fff;
        margin: 0;
        border-bottom: 1px solid #0b5395 !important;
        padding: 10px 13px;
        line-height: 1.5;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a.active {
        color: #abb4ff;
    }
    .header_sec .top_sec .left_sec {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    .header_sec .top_sec .social_sec .f_social_sec {
        text-align: center;
    }
    .header_sec .nave_sec .navbar-nav li .dropdown-menu {
        width: 100%;
        padding: 0;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li.dropdown .dropdown-menu li a {
        background: #06335d;
        font-size: 15px;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav .nav-item.book_li {
        display: none;
    }
    .header_sec .nave_sec .navbar-nav li a {
        font-size: 15px;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a:active {
        background: #013c72;
    }
     /* Header Sec */


    
    /*****===== Login Page =====*****/
    .appointment_banner_sec {
        margin-top: 82px;
        height: 110px;
    }
    .appointment_banner_sec .container {
        justify-content: center;
    }
    .register_appointment {
        margin: 40px auto;
    }
    .appointment_banner_sec .container .title {
        font-size: 24px;
        margin: 0;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_title_sec .exting_title a {
        font-size: 12px;
        display: block;
        margin-top: 4px;
    }
    .register_appointment .register_form_appointment {
        width: 100%;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user nav {
        padding: 0 16px;
    }
    .register_appointment .register_form_appointment .nav-tabs {
        padding: 0 10px;
        top: 1px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .form_details {
        flex-direction: column;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec.old_user .form_details .form_group {
        width: 100%;
        margin: 0 auto 10px;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .mrn_form .details_btn {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    .register_appointment .register_form_appointment .tab-content .appointment_form_sec .form_group.appointment .appointment_btn {
        font-size: 12px;
        padding: 10px;
        width: 100%;
        border-radius: 10px;
    }
    /*****===== Login Page =====*****/

    /*****===== Dashboard  Page =====*****/
    .sidebar_menu.active {
        display: block;
        
    }
    .sidebar_menu {
        width: 100%;
        flex: 0 0 100%;
        height: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 11;
        display: none;
    }
    .dashboard_page {
        margin: 85px 0 0;
        padding: 30px 20px;
    }

    .dashboard_page .dashboard_wrapper {
        background: #ffffff;
        width: 100%;
        border: 1px solid #eaeaea;
        padding: 20px;
    }
    .appointment_list .appointment_accordion .accordion-button.family_container .right_sec {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column-reverse;
    }
    .family_container .user_photo {
        margin: 0 auto 20px;
    }
    /* .appointment_list .family_container .text_content .name_payment {
        justify-content: center;
    } */
    .appointment_content .family_container .text_content .bottom_sec {
        justify-content: start;
    }
    .appointment_content .family_container .text_content .bottom_sec .des {
        margin-right: 6px;
    }
    .family_container .user_photo {
        margin: 0 auto 10px;
    }
    .appointment_list .appointment_accordion .accordion-button.family_container .right_sec .text_content {
        margin-top: 15px;
    }
    .appointment_list .appointment_accordion .accordion-button.family_container:after {
        top: 30px;
        position: absolute;
        right: 20px;
    }
    .payment_details_sec .payment_details {
        /* align-items: center; */
        margin-bottom: 6px;
        /* flex-direction: column; */
    }
    .payment_details_sec .btn_sec a {
        font-size: 12px;
        padding: 3px 4px;
        margin-right: 6px;
        line-height: 24px;
    }
    .payment_details_sec .booking {
        text-align: center;
    }
    .payment_details_sec .btn_sec {
        text-align: center;
    }

    .family_sec .family_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 6px;
    }
    .family_sec .family_container .text_content {
        display: block;
        width: 100%;
        text-align: center;
    }

    .dashboard_page .dashboard_wrapper .title {
        font-size: 16px;
        margin: 0;
    }
    .family_sec .family_container .text_content {
        display: block;
        width: 100%;
        text-align: center;
    }
    .family_container .text_content .family_name {
        font-size: 12px;
        margin: 0 auto 4px;
    }
    .family_container .text_content .des {
        font-size: 11px;
    }
    .dashboard_page .dashboard_wrapper .title_sec .view_more {
        font-size: 15px;
        padding: 5px 12px !important;
    }
    /*****===== Dashboard  Page =====*****/


    /*****===== Dashboard  Page =====*****/
    .appointment_accordion .accordion-item .accordion-header .family_container {
        flex-direction: row;
    }
    .appointment_list .family_container .text_content .name_payment .family_name {
        margin: 0 9px 0 0;
    }
    .appointment_accordion .accordion-item .accordion-header .right_sec {
        width: 85%;
        margin-left: 10px;
    }
    /*****===== Dashboard  Page =====*****/


    /*****===== Family Page =====*****/
    .family_sec.family_page .family_container {
        flex-direction: row;
        align-items: start;
    }
    .family_container .text_content .name_mri .family_name {
        margin: 0;
    }
   /*****===== Family Page =====*****/

   /*****===== Edit Profile Page =====*****/
   .dashboard_page .dashboard_wrapper .form_appointment .profile_sec {
        flex-direction: column;
    }
    .dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no {
        margin: 0;
    }
    .dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no .no a {
        font-size: 16px;
        margin: 10px auto 0;
        display: block;
    }
    .dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no .no {
        font-size: 16px;
        text-align: center;
    }
    .dashboard_page .dashboard_wrapper .form_appointment .profile_sec .marn_no {
        margin-top: 21px;
    }
   /*****===== Edit Profile Page =====*****/

    /*****===== Book Appointment =====*****/
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn {
        padding: 5px 18px 0;
    }
    .family_sec.appointment_family .family_slider {
        width: 90%;
    }
    .family_sec.appointment_family .add_member span.family_name {
        display: none;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn {
        padding: 5px 10px 0;
        flex-direction: column-reverse;
        margin-top: 10px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment input.appointment_btn {
        font-size: 12px;
        padding: 10px 8px;
    }
    .dashboard_page .dashboard_wrapper .appointment_form_sec .form_btn .form_group.appointment {
        width: 100%;
    }
    /*****===== Book Appointment =====*****/

    /*****===== Doctor Page =====*****/
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs {
        /* padding: 0; */
        margin-top: 18px;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item {
        margin: 0 7px 10px;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button {
        font-size: 12px;
        padding: 7px 18px;
        width: 100%;
        /* border-radius: 5px; */
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .nav-tabs li.nav-item button.active {
        /* border-bottom: 1px solid #27cbf5; */
        top: 0;
    }
    .doctor_container .doctor_photo {
        height: 300px;
        width: 100%;
    }
    .doctor_container {
        flex-direction: column;
    }
    .doctor_container .right_sec {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .doctor_container .text_content {
        margin-bottom: 10px;
        width: 100%;
    }
    .doctor_container .text_content .name_appoinment {
        justify-content: center;
    }
    .doctor_container  .appointmen {
        margin: auto;
    }
   
    /*****===== Doctor Page =====*****/

    /*****===== Past Appointment Page =====*****/
    .payment_details_sec .booking.cancel_booking {
        margin: auto;
    }
    .Urn_date {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /*****===== Past Appointment Page =====*****/

    /*****===== Book Appointment Page =====*****/

    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .dashboard_page .dashboard_wrapper .appointment_form_sec .doctor_list_sec .nav-tabs li {
        width: 100%;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec {
        margin-top: 0;
        padding: 0px;
    }
    .dashboard_page .dashboard_wrapper .doctor_list_sec .doctor_sec.location_appointment {
        padding: 11px;
        margin-top: 0;
    }
    .family_sec.appointment_family .family_slider .family_container label .location i {
        top: 0px;
    }
    /*****===== Book Appointment Page =====*****/

    /*****===== Book Appointment Page =====*****/
    .appointment_content .transaction_list .transaction_content .right_sec .name_payment {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .appointment_content .transaction_list .transaction_content .right_sec .transaction {
        text-align: center;
    }
    .appointment_content .transaction_list .transaction_content .right_sec .success_payment {
        justify-content: center;
    }
    /*****===== Book Appointment Page =====*****/

    .sign_out_modal .title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sign_out_modal .modal-footer .modal_btn {
        padding: 4px 10px;
        font-size: 14px;
    }

    .header_sec .navbar .m_user_photo {
        width: 40px;
        height: 40px;
        background: #014c82;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        flex: 0 0 40px;
        margin: 0 10px;
    }
    .header_sec .navbar .m_user_photo i {
        color: #fff;
        font-size: 24px;
    }
    a.m_phone {
        background: #fff;
        position: fixed;
        z-index: 9;
        bottom: 6%;
        right: 5%;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
        border: 3px solid #003c72;
        color: #003c72;
        box-shadow: 0 0px 20px 0 rgb(18 18 18 / 50%);
    }

    /*****===== Footer Sec =====*****/
    .footer-wrapper .f_logo_sec .f_logo {
        width: 14%;
        margin: 0 16px;
    }
    .footer-wrapper .f_logo_sec .f_logo.nabh_logo {
        width: 20%;
    }
  

    .footer-wrapper .footer_contact_sec .container {
        padding: 30px 12px;
        flex-direction: column;
    }
    .footer-wrapper .footer_contact_sec .f_logo {
        width: 28%;
        margin-bottom: 20px;
    }
    
    .footer-wrapper .footer_contact_sec .f_contact {
        align-items: start;
    }
    .footer-wrapper .footer_contact_sec .f_contact .phone_icon {
        width: 34px;
        margin-right: 22px;
    }
    .footer-wrapper .footer_sec {
        padding: 20px 0 20px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_list {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_social_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title:after {
        bottom: 0;
        width: 20%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer-wrapper .footer_sec .f_contact_content {
        justify-content: center;
    }
    .footer-wrapper .footer_bottom .container {
        flex-direction: column;
        max-width: 90%;
        margin: auto;
        text-align: center;
    }

    .footer-wrapper .footer_bottom .r_sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    .footer-wrapper .footer_bottom .r_sec a {
        margin: 0 auto 8px;
        font-size: 12px;
        display: block;
        width: 100%;
    }
}


/* 480px */
@media only screen and (max-width: 480px) {
    /* Header Sec */
    .header_sec .logo {
        width: 44px;
    }
    .header_sec .navbar .m_user_photo {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        margin: 0 10px;
    }
    .header_sec .navbar .m_user_photo i {
        font-size: 14px;
    }
    .header_sec .navbar-toggler {
        margin-left: 0px;
    }

    .sidebar_menu {
        height: 100vh;
    }
    /* Header Sec */

    .dashboard_page {
        margin: 68px 0 0;
        padding: 30px 0;
    }
    .dashboard_page .dashboard_wrapper {
        padding: 15px;
    }
    .dashboard_page .dashboard_wrapper .title {
        font-size: 14px;
        margin: 0;
        width: 56%;
    }
    .dashboard_page .dashboard_wrapper .title_sec .view_more {
        font-size: 13px;
        padding: 4px 8px !important;
    }
    .dashboard_page .dashboard_wrapper {
        padding: 10px;
    }
    .family_sec .family_container {
        padding: 4px;
        height: 100%;
    }
    .family_container .text_content .family_name {
        font-size: 10px;
        margin: 0 auto 4px;
    }
    .family_container .text_content .family_name {
        font-size: 10px;
        margin: 0;
    }
    .appointment_list .family_container .text_content .name_payment {
        margin-bottom: 3px;
        justify-content: center;
        flex-direction: column;
    }
    .appointment_accordion .accordion-item .accordion-header .right_sec {
        width: 100%;
        margin-left: 0;
    }
    .payment_details_sec .payment_details .transaction {
        margin: 0 auto 7px;
        font-size: 14px;
        text-align: center;
    }
    .payment_details_sec .payment_details .transaction span {
        font-size: 10px;
        margin-left: 7px;
    }
   
    .payment_details_sec .payment_details .payment {
        font-size: 14px;
        padding: 4px;
    }
    
    .paid_edit {
        margin-left: auto;
    }
    
    .appointment_accordion .accordion-item .accordion-header .family_container {
        flex-direction: column;
    }
    .appointment_accordion .accordion-item .accordion-header .family_container .user_photo {
        margin: 0 auto 13px;
    }
    .appointment_accordion .accordion-item .accordion-header {
        flex-direction: column-reverse;
    }
    .appointment_content .family_container .text_content .bottom_sec {
        justify-content: center;
    }
    .payment_details_sec .payment_details {
        align-items: center;
        margin-bottom: 6px;
        flex-direction: column;
    }
    .payment_details_sec .bottom_sec {
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        flex-direction: column-reverse;
    }
    .payment_details_sec .bottom_sec .btn_sec {
        margin-top: 11px;
    }
    .payment_details_sec .btn_sec a {
        margin: 0 5px;
        line-height: 20px;
        padding: 5px 10px;
    }


     /*****===== Family Page =====*****/
     .family_sec.family_page .family_container .text_content {
        width: 100%;
    }
    .family_sec.family_page .family_container {
        flex-direction: column;
        align-items: center;
        position: relative;
        padding: 14px;
    }
    .family_sec.family_page .family_container .user_photo {
        margin: 0 auto 10px;
    }
    .family_sec.family_page .family_container .text_content  .name_mri {
        align-items: center;
        justify-content: center;
    }
    .family_sec.family_page .family_container .text_content .bottom_sec {
        justify-content: center;
    }
    .family_sec.family_page .family_container .edit {
        margin-left: auto;
        position: absolute;
        top: 10px;
        right: 10px;
    }
     /*****===== Family Page =====*****/

     /*****===== Profile Page =====*****/
     .profile_photo_sec {
        width: 80px;
        height: 80px;
    }
    .profile_sec .profile_photo_sec .user_photo {
        width: 80px;
        height: 80px;
    }
    .profile_photo_sec .upload_file_sec {
        width: 80px;
        height: 30px;
        border-radius: 0 0 60px 60px;
        text-align: center;
    }
    .profile_photo_sec .upload_file_sec i {
        margin-top: 7px;
        font-size: 16px;
    }
    .appointment_content.profile_content .form_appointment .form_group {
        margin-bottom: 16px;
    }
    .appointment_content.profile_content .form_appointment .form_group input.form-control {
        height: 44px;
    }
    .appointment_content.profile_content .form_appointment .form_group.appointment {
        margin: 50px auto 0;
    }
    /*****===== Profile Page =====*****/ 

    /*****===== Doctor Page =====*****/ 
    .doctor_container .doctor_photo {
        height: 280px;
    }
    /*****===== Doctor Page =====*****/ 
}   
 /*=============== End Responsive css ===============*/
 #processing { background:rgba(15, 14, 14, 0.72) none repeat scroll 0 0; bottom:0; left:0; position:fixed; right:0; top:0; width:100%; z-index:10000; }  
