﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #7E8299;
    --gray-dark: #3F4254;
    --primary: #3699FF;
    --secondary: #E4E6EF;
    --success: #1BC5BD;
    --info: #8950FC;
    --warning: #FFA800;
    --danger: #F64E60;
    --light: #F3F6F9;
    --dark: #181C32;
    --white: #ffffff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --body-color: #484848;
    --h-color: #1a1a1a;


    --primary-custom: #03a9f4;
    --secondary-custom: #1691e2;

    --header-background-color: #03a9f4;
    --header-text-color: #ffffff;
    --header-sub-text-color: #394657;
    --header-navbar-active-color: #e0df27;

    --footer-pri-background-color: #ebf2f7;
    --footer-sec-background-color: #03a9f4;
    
    --footer-pri-text-color: #73879e;
    --footer-sec-text-color: #f7f7f7;

    --default-font-family: 'Montserrat', sans-serif;
}



html {
    font-family: var(--default-font-family);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: left;
    background-color: #ffffff;
}


pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

/* ------ Header ------- */

.header-1 .emergency {
    background-color: #ffffff;
}

    .header-1 .emergency .number {
        color: #fff;
    }

    .header-1 .emergency .sub-text {
        color: rgba(255, 255, 255, 0.75);
    }

.header-1 .topbar {
    border-bottom: 1px solid #ededed;
}


    .header-1 .topbar .topbar-social a {
        color: #d3d8df;
    }

        .header-1 .topbar .topbar-social a .fa-facebook:hover {
            color: #3b5998 !important;
        }
        .header-1 .topbar .topbar-social a .fa-youtube:hover {
            color: #FF0000 !important;
        }
        .header-1 .topbar .topbar-social a .fa-tiktok:hover {
            color: #282828 !important;
        }



    .header-1 .topbar .widgets li {
        color: #73879e;
    }


.header-1 .navbar {
    background-color: var(--header-background-color);
}

    .header-1 .navbar .menu-items > li > a {
        color: var(--header-text-color);
    }
    
    .header-1 .navbar .navbar-nav .nav-item a {
        color: var(--header-text-color);
    }

    .header-1 .navbar .has-menu.open-menu:after {
        color: var(--header-text-color);
    }

    .header-1 .navbar .has-menu:after {
        color: var(--header-text-color);
    }
    
    .header-1 .navbar .has-menu .sub-menu a {
        color: var(--header-sub-text-color) !important;
    }
    
    .header-1 .navbar .has-menu .mega-menu a {
        color: var(--header-sub-text-color) !important;
    }
    
    
    
    .header-1 .navbar .navbar-nav .nav-item.active > a, .header-1 .navbar .navbar-nav .nav-item.active > a:focus, .header-1 .navbar .navbar-nav .nav-item.active > a:hover {
        background-color: transparent;
        color: var(--header-navbar-active-color);
    }

    .header-1 .navbar .navbar-nav .nav-item:hover > a {
        color: var(--header-navbar-active-color);
    }

    .header-1 .navbar .menu-items > li > a {
        text-wrap: inherit;
    }


.navbar-toggler-icon span {
    background-color: var(--header-text-color);
}


.header-1 .navbar .navbar-nav>.nav-item + .nav-item{
    margin-left: 1.0rem;
}


.header-1 .navbar-brand .logo {
  width: auto;
  max-height: 60px;
}
footer .logo-footer {
    max-width: 100%;
    width: auto;
    max-height: 100px;
}

@media only screen and (max-width: 450px) {
    .logo-custom{
        max-width: 120px!important;
    }
}


/*Breadcrumb*/

/* ------ Footer ------- */

/* Links Widget */



footer .widget-links ul li:before {
    color: var(--primary);
}

footer .widget-links ul li a {
    color: var(--footer-pri-text-color);
}


/* Twitter Widget */

footer .widget-twitter .tweets:before {
    color: #1da1f2;
}
footer .widget-twitter .tweets .tweet-item {
    color: #73879e;
}
/* Contact widget */

footer .widget .contact li i {
    color: var(--primary);
}
/* Misc Footer Links */

footer .footer-sec .misc-links a {
    color: var(--footer-sec-text-color);
}
/* Footer Light Styling */

footer.footer-1 .footer-pri {
    background-color: var(--footer-pri-background-color);
}

footer.footer-1 .footer-sec {
    background-color: var(--footer-sec-background-color);
}

footer.footer-1 .widget .heading {
    color: var(--footer-pri-text-color);
}


footer.footer-1 .footer-text {
    color: var(--footer-pri-text-color);
}

footer.footer-1 .widget-twitter .tweets .tweet-item {
    color: var(--footer-pri-text-color);
}

footer.footer-1 .widget-links ul li a {
    color: var(--footer-pri-text-color);
}

footer.footer-1 .widget-links ul li:hover a {
    color: var(--primary-custom);
}

footer.footer-1 hr {
    background-color: rgb(115, 135, 158, 0.12);
}

.loader img {
    -webkit-animation: pulse 0.5s infinite alternate;
    animation: pulse 0.5s infinite alternate;
}

#footer-sec-copyright {
    color: var(--footer-sec-text-color);
}

    #footer-sec-copyright a {
        color: var(--footer-sec-text-color);
    }
footer .footer-sec .misc-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-wrap: nowrap;
}


/*Aside*/
.widget-blogs .widget-list li:hover a {
    color: #427cc5
}

/*Blog*/
.blog-excerpt img {
    max-width: 100% !important;
    height: auto !important;
}


/* Back To Top  */

#back {
    display: none;
}

    #back.visible {
        height: 2rem;
        width: 2rem;
        display: inline;
        position: fixed;
        bottom: 50%;
        right: 10px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        padding: 4px 7px;
        line-height: 1.5;
        background-color: var(--primary);
        opacity: 40%;
        color: white;
        cursor: pointer;
        border-radius: 4px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    
    #back.visible:hover {
        opacity: 100%;
    }




.stick {
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0.063rem 0.25rem rgba(0, 0, 0, 0.3);
    animation: slideHeader 750ms ease-out;
}


li.d-flex::before {
    content: none !important;
    display: none !important;
}

.sidebar .widget {
    padding-bottom: 0.875rem;
    padding-top: 1.875rem;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 5s ease-in-out;
}




/* ------ Pagination ------- */

.pagination {
    align-items: center;
}

    .pagination span {
        cursor: pointer;
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        color: var(--h-color);
        display: inline-flex;
        height: 2.5rem;
        width: 2.5rem;
        align-items: center;
        justify-content: center;
    }

    .pagination li.active span {
        background-color: #394657;
        color: #fff;
        border-radius: 50%;
    }

    .pagination li:first-child span,
    .pagination li:last-child span {
        font-size: 1.25rem;
    }
    
.iconbox-2 .iconbox-icon {
    height: 2rem;
    width: 2rem;
}

.text-hvtt {
    color: #0eb3f0 !important;
}

.pt-lg-150 {
    padding-top: 9.25rem !important;
}

.pb-lg-150 {
    padding-bottom: 9.25rem !important;
}


.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
    font-weight: 600;
}


.table td, .table th {
    vertical-align: middle;
    padding: .5rem 0.7rem;
    border-top-color: #dedede;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 294px;
    color: var(--primary) !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.form-control {
    color: #000000 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000 !important;
    font-weight: 400;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000 !important;
    font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000 !important;
    font-weight: 400;
}

select.form-control {
    font-weight: 400;
    font-size: 0.9rem;
}

.register-doctor-name {
    transform: translate(-50%,-50%)!important;
    left: 50% !important;
    top: 100%;
}

.icon-specialist {
    display: inline-block;
    width: 110px;
    height: 110px;
    padding: 15px;
    border-radius: 50%;
    border: 5px solid #1692E3;
    overflow: hidden;
}





.tab-doctor-info{
    background: #1691E2;
}

.tab-doctor-info .nav-link:active{
    color: #FFFFFF !important;
}

.tab-doctor-info .nav-link{
    color: #FFFFFF !important;
}


.tabs-2 .tab-doctor-info.nav-item .nav-link.active, .tabs-2 .tab-doctor-info .nav-item .nav-link.active:focus, .tabs-2 .tab-doctor-info .nav-item .nav-link.active:hover {
    border-bottom: 5px solid #102E9D !important;
}

.tabs-2 .tab-doctor-info .nav-link {
    border-bottom: 5px solid transparent;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.view_limit {
    max-height: 110px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease; /* Add a transition to max-height */
}

.view_limit.active {
    max-height: inherit;
    padding-bottom: 20px;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease; /* Add transitions to max-height and padding-bottom */
}

.view_limit .limit_more {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    color: #333;
}

.view_limit:before {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    background: #fff;
}


/* Search bar */
.toggler-navbar-search{
    color: var(--header-text-color);   
}
.toggler-navbar-search:hover{
    color: var(--header-navbar-active-color);   
}

.navbar-search-button{
    color: var(--header-text-color);
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 0.25rem;
    border: none;
    background: transparent;
}

.sticky-search-form-active{
    position: fixed !important;
}
.sticky-search-form {
    z-index: 100000;
    position: sticky;
    top: 0px; /* Stick to the top of the viewport */
    right: 0px;
    float: right;
    padding: 10px;

}

.sticky-search-form form {
    display: flex;
    align-items: center;
}

.sticky-search-form input[type="text"] {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.sticky-search-form button {
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
}
