@import url('https://fonts.cdnfonts.com/css/effra-trial');

table#miyazaki tbody td,
table#miyazaki thead th {
    padding: .8rem;
    font-size: 1.4rem
}

body,
div,
section,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
label {
    font-family: 'Effra Trial', sans-serif;
}

.doctor-info table {
    width: 100%
}


@media (min-width:768px) {
    .navbar-expand-md {
        display: block !important
    }
}

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* .doctors-list,
.entries-footer-bar .pagination {
    padding: 0 !important
} */



.google-map-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: padding-box #fff;
    display: table-cell;
    border: 0;
    margin: 0;
    border-radius: 0 !important;
    text-transform: none;
    appearance: none;
    cursor: pointer;
    user-select: none;
    direction: rtl;
    overflow: hidden;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    color: #000;
    font-family: 'Effra Trial', sans-serif;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
    min-width: 40px;
    font-weight: 500
}

.col-6 .overlay.active,
.plus-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* .reservation-table .column-times a:last-child {
    margin-top: 1px;
    color: #101010 !important;
    background-color: #ffffff !important;
    border-radius: 4px;
    width: 100% !important;
    min-width: 75px
} */

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* .doctor-panel .doctor-subtitle {
    line-height: 1.5
} */

.doctor-title-new::before {
    position: relative !important;
    top: 5px !important;
    right: 0 !important;
    margin-left: 10px !important
}

.doctor-panel .doctor-location::before,
.doctor-panel .doctor-price::before,
.doctor-panel .doctor-speciality::before,
.doctor-title-new::before {
    width: 15px !important;
    content: "" !important
}

.search-result-title span {
    width: 20px
}

.search-result-title-icon {
    width: 50px;
    text-align: center;
    color: #01b5b6
}

.search-result-title-icon img {
    width: 15px
}

.search-result-title {
    color: #5d5d5d;
    font-size: 14px;
    font-family: 'Effra Trial', sans-serif;
    margin-bottom: 0
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.edit-calender {
    font-size: 16px !important
}

.edit-calender {
    background-color: #77777712 !important;
    color: #00b8cd !important
}

.plus-icon {
    position: absolute;
    color: #00b8cd
}

.profile-screen .table .data-text {
    line-height: 1.5
}

.hero-img4 {
    max-height: 200px !important
}

.navbar-toggler {
    border-color: #00b8cd !important
}

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* .hero-text,
.navbar {
    padding: 0px !important
} */

.col-lg-4.navbar {
    background: 25 0 !important;
    box-shadow: unset !important
}

.sticky-top-0 {
    z-index: 998;
    position: sticky !important;
    top: 0;
    background: transparent;
    padding: 0 !important;
    background: transparent;
    box-shadow: none !important;
}

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* You can adjust the z-index as needed */
}

.entry-img {
    background-image: none !important;
    cursor: pointer !important
}

.col-6 .overlay.active {
    width: 90% !important;
    height: 90% !important
}

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* .reservation-table {
    max-width: 100% !important;
    min-width: 360px;
    text-align: center;
    justify-content: center;
    display: flex !important
} */

.doctor-title-span {
    color: #000;
    display: initial
}

.title-highlight {
    margin-right: -60px !important;
    border-bottom: 4px solid #01b5B633 !important;
    width: 120px !important
}

.title-highlight-container {
    margin: 0 auto !important
}

.about-us-img {
    background: url(../img/hero-img2.png) no-repeat !important
}

.navbar-light .dropdown-menu .dropdown-item i {
    padding: 0 5px
}

.entry-description-img,
.hospital-logo,
.offer-panel a {
    -webkit-box-shadow: 2px 2px 10px 0 rgba(50, 50, 50, .1) !important;
    -moz-box-shadow: 2px 2px 10px 0 rgba(50, 50, 50, .1) !important;
    box-shadow: 2px 2px 10px 0 rgba(50, 50, 50, .1) !important;
    border-radius: 10px !important
}

.offer-panel {
    position: relative;
}

.offer-panel a>p {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 4px 8px;
    color: #f1f8fb;
    background-color: #01b5b6bd;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    font: Bold 14px/24px 'Effra Trial', sans-serif;
}

.offer-panel a:hover>p {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.slider-special-offer {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    border: 6px solid #fff;
    background-color: #01b5b6;
    z-index: 10;
    padding: 3px 10px;
    border-radius: 10px
}

#add_phone,
input.remove {
    position: absolute;
    left: 7px;
    top: 42px;
    height: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 !important;
}

body {
    font-family: 'Effra Trial', sans-serif;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00b8cd !important
}

.Modern-Slider,
.Modern-Slider .item .img-fill {
    height: 65vh;
    background: #000
}

.profile-screen .entries-filter-box {
    background-color: #fff !important;
}

/* .profile-screen .entries-filter-box .nav-link.active .circled {
    color: #fff;
    border-color: #fff
} */

.nav-pills .nav-link {
    color: #000 !important
}

.nav-pills .nav-link.active {
    color: #fff !important
}

.sticky {
    position: sticky;
    top: 20px
}

.img-fill,
.img-fill img {
    position: relative;
    width: 100%
}

.profile-screen .table button {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 !important;
    text-align: center;
    line-height: 30px;
    padding: 0;
    color: #d93025;
    background-color: #fef2f1;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: color, background-color .15s ease-in-out;
    -o-transition: color, background-color .15s ease-in-out;
    transition: color, background-color .15s ease-in-out
}

.profile-screen .table button:first-child,
.profile-screen .table button.alert-warning {
    background: #fff3cd;
    color: #856404;
    margin-left: 5px !important;
}

.profile-screen .table button.alert-success {
    background: #d4edda;
    color: #155724;
    margin-left: 5px !important;
}


/* .profile-screen .table button:last-child {
    margin-right: 5px !important;
} */

.page-link span i {
    color: #00b8cd !important;
    padding: 10px !important;
    font-size: 10px !important;
    background-color: #f1f8fb !important;
    border-radius: 50% !important;
    margin: 0 12px 0 0 !important
}

.Modern-Slider .NextArrow,
.Modern-Slider .PrevArrow {
    transform: scaleX(-1);
    top: 50%;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    margin-top: -22.5px;
    font: 20px/45px FontAwesome;
    z-index: 5;
    display: none !important;
    color: #fff;
    text-align: center
}

footer .content-wrapper.new {
    padding: 16px 125px !important
}

.doctor_registeration li a.active {
    color: #01b5b6 !important
}

.doctor_registeration .nav-item .nav-link.active .circled {
    color: #00b8cd !important;
    border-color: #00b8cd !important
}

.doctor_registeration .nav-item .nav-link.active::after {
    content: "\f061";
    color: #00b8cd;
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0
}

.entry-rating {
    -webkit-box-shadow: 0 0 11px -6px #777;
    -moz-box-shadow: 0 0 11px -6px #777;
    box-shadow: 0 0 11px -6px #777
}

.rating-text {
    padding: 10px 20px
}

.img-fill {
    display: block;
    overflow: hidden;
    text-align: center
}

.img-fill img {
    height: auto;
    margin: auto;
    display: inline-block;
    max-width: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .04)
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0 !important
}

.slick-slide {
    padding: 0
}

.Modern-Slider {
    direction: ltr
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center
}

.Modern-Slider .item .img-fill img {
    background-size: cover !important
}

.Modern-Slider .item .info>div {
    position: absolute;
    display: inline-block !important;
    top: 50%;
    vertical-align: middle;
    right: 50%;
    transform: translate(50%, -50%)
}

.Modern-Slider .NextArrow {
    position: absolute;
    left: 0
}

.Modern-Slider .NextArrow:before {
    content: '\f105'
}

.Modern-Slider .PrevArrow {
    position: absolute;
    right: 0
}

.Modern-Slider .PrevArrow:before {
    content: '\f104'
}

.slick-dots {
    direction: rtl;
    position: absolute;
    bottom: -12%;
    left: 2%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-dots li {
    margin: 0 .25rem
}

.slick-dots button {
    display: block;
    width: .7rem;
    height: .7rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;
    border: 1px solid #ddd;
}

.slick-dots li.slick-active button {
    background-color: #00b8cd;
    border: none !important;
    outline: 0 !important
}

.entries-filter-box .wrapper-label {
    line-height: 1.4 !important
}

.Modern-Slider .item h3 {
    animation: 1s both fadeOutRight;
    margin: 0;
    padding: 0;
    color: #fff
}

.Modern-Slider .item h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 70vw;
    overflow: hidden;
    animation: 1s both fadeOutLeft
}

.Modern-Slider .item.slick-active h3 {
    animation: 1s 1s both fadeInDown
}

.Modern-Slider .item.slick-active h5 {
    animation: 1s 1.5s both fadeInLeft
}

.Modern-Slider .item.slick-active {
    animation: 1s both Slick-FastSwipeIn
}

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, -1, 0, -150deg) scale(0) perspective(400px)
    }

    100% {
        transform: rotate3d(0, -1, 0, 0deg) scale(1) perspective(400px)
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes ProgressDots {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    right: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: right;
    /* height: 100%; */
    min-height: 1px
}

.promoted,
.slick-initialized .slick-slide {
    display: block
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.bootstrap-select .dropdown-toggle.insurance-picker .filter-option::before {
    content: "أبحث عن";
    color: #363636;
    font: 22px 'Effra Trial', sans-serif;
    font-weight: 600;
}

.insurance-picker::before {
    /* content: url(../svg/noun_insurance_1997128.svg) */
}

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* .doctor-panel .doctor-img {
    border-radius: 50% !important;
    text-align: center !important
} */

@media(max-width:800px) {

    .Modern-Slider,
    .Modern-Slider .item .img-fill,
    .slick-slider {
        min-height: unset !important
    }

    /* REMOVED - Conflicts with search_result-styles.blade.php */
    /* .doctor-panel .reservation-table,
    .profile-screen .entries-filter-box:not(.show) {
        display: none !important
    } */
    .profile-screen .entries-filter-box:not(.show) {
        display: none !important
    }

    .Modern-Slider {
        height: 400px !important
    }

    .Modern-Slider .item .img-fill,
    .slick-list.draggable {
        height: max-content !important;
    }

    .slick-track,
    .slick-slider {
        height: max-content !important;
    }

    .slick-slider {
        height: max-content !important;
    }

    .sticky-top-0 {
        max-height: 100vh;
        overflow-y: auto;
        padding: 5px !important;
    }

    /* REMOVED - Conflicts with search_result-styles.blade.php */
    /* .doctor-panel .doctor-img {
        width: 128px !important;
        height: 125px !important;
        border-radius: 50% !important;
        text-align: center !important
    } */

    /* .doctor-info .doctor-subname {
        margin-right: 25px !important;


    } */

    /* .doctor-panel .doctor-subtitle {
        white-space: pre-wrap;
    }
 */



    .search-picker {
        border-left: none !important;
        /* border-bottom: 2px solid #01b5B655; */
        /* margin: 10px 0 */
    }

    footer .content-wrapper.new {
        padding: 16px !important
    }
}

table#miyazaki {
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Agenda-Light, sans-serif;
    font-weight: 100;
    background: #333;
    color: #fff;
    text-rendering: optimizeLegibility;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

table#miyazaki caption {
    font-size: 2rem;
    color: #444;
    margin: 1rem;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki.png), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/miyazaki2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left, center right
}

table#miyazaki thead th {
    font-weight: 600
}

table#miyazaki tbody td {
    color: #444;
    background: #eee
}

table#miyazaki tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width:600px) {
    table#miyazaki caption {
        background-image: none
    }

    table#miyazaki thead {
        display: none
    }

    table#miyazaki tbody td {
        display: block;
        padding: .6rem
    }

    table#miyazaki tbody tr td:first-child {
        background: #666;
        color: #fff
    }

    table#miyazaki tbody td:before {
        content: attr(data-th);
        font-weight: 700;
        display: inline-block;
        width: 6rem
    }
}

.promoted {
    position: absolute;
    top: 119px;
    text-align: center;
    font-weight: bolder;
    background: #fbfeff;
    padding: 0 5px;
    right: 0;
    color: #ffb624;
    border-radius: 35px;
    font-size: 16px;
    width: 85px;
    height: 30px;
    line-height: 1.7;
    border: 1px solid
}

.profile-screen .dropdown-mawad {
    -webkit-box-flex: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    /* max-width: 503px; */
    line-height: 20px;
    height: 47px;
    border-radius: 7px;
    /* background-color: #f1f8fb; */
    border: 0;
    font-weight: 600;
    box-shadow: 0 0 10px #ddd;
}

@media (max-width:450px) {
    .profile .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .reservation-table .table-nav {
        margin: 0 !important;
        padding: 0 !important;
        background-color: unset !important
    }

    .reservation-table .column-times a:last-child {
        min-width: unset !important
    }
}
 