@font-face{font-family:Sahel-bold;src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.eot);src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.eot#iefix) format("embedded-opentype");src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.woff2) format("woff2");src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.woff) format("woff");src:url(../../font/untitledfolder2/new/sahel/Sahel-Bold.ttf) format("truetype");font-weight:700;font-style:normal}
@font-face{font-family:Sahel-Black;src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.eot);src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.eot#iefix) format("embedded-opentype");src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.woff2) format("woff2");src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.woff) format("woff");src:url(../../font/untitledfolder2/new/sahel/Sahel-Black.ttf) format("truetype");font-weight:100;font-style:normal}

* {
    font-family: Sahel-bold !important;
    padding: 0;
    margin: 0;
    border: none;
}

a {
    text-decoration: none;
    color: #fff;
}

hr {
    margin: 0;
    color: #a8a8a8;
}

h1, h2, h3 {
    font-family: Sahel-black !important;
}

.header .btn{
    border:none!important;
}

/* header */
.section-header {
    background-color: rgba(0, 0, 255);
}


.con-header-right .nav, .con-header-left .nav {
    padding: 20px 0;
}

.con-header-right .nav .nav-item {
    font-size: 15px;
    margin-left: 15px;
}

.con-header-right .nav .nav-item a {
    color: #fff;
}

/* navbar */
.con-navbar .con-navbar-right .navbar .nav-item {
    margin-left: 15px;
}

.con-navbar .con-navbar-right .navbar .nav-item a {
    color: #fff;
    font-size: 18px;
}

.con-navbar .con-navbar-left {
    display: flex;
    align-items: center;
}

.scroll {
    display: none;
    z-index: 10000 !important;

}

@-webkit-keyframes blinker {
    from {
        box-shadow: 0 0 10px 1px #37fd00
    }

    to {
        box-shadow: 0 0 20px 10px #37fd00
    }
}

.blink {
    color: #37fd00 !important;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

/* con-header-moblie */
.con-header-moblie {
    background-color: rgba(0, 0, 255);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: right;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
}

.con-header-moblie {
    display: none;
}

#toch-modal, #toch-modal-mobile {
    width: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
}

.search {
    outline: none;
}

.nav-moblie {
    margin-top: 30px;
}

.nav-moblie button {
    margin: 30px 20px;
    width: 100%;
}

.nav-moblie li {
    width: 100%;
    padding: 10px 20px;
}

.nav-moblie li a {
    border-radius: 10px;
    background-color: #00B6ED;
    color: #fff;
    font-size: 18px;
}

.footer-fluid .col-md-3 .text-center li {
    padding: 10px;
    border: 2px solid #fff;
    margin: 0 30px 10px;
    border-radius: 100px
}

.footer-fluid .col-md-3 .text-center li a {
    color: #fff
}

.footer-fluid .col-md-3 ul li {
    list-style-type: none;
    padding: 5px;
    font-weight: 900;
    font-size: 13px
}

.footer-fluid {
    width: 100%;
    background-size: cover;
    background-color: blue;
    margin-top: 80px;
    color: #fff;
    padding: 40px 0
}

.btn-nobat-caption {
    font-family: Sahel-black !important;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 #ddd;
    border-radius: 10px;
    margin-right: 10px
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px
}


/*  */
.con-test-doctor .card {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
    border: none;
}

.con-test-doctor .card .card-img-top {
    transition: transform .2s;
    /* Animation */
    position: relative;
    filter: opacity(0.6);
    height: 400px;
}

.con-test-doctor .card:hover .card-img-top {
    transform: scale(1.1);
}

.con-test-doctor .card-body {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.con-test-doctor .card-body p,
.con-test-doctor .card-body h5 {
    color: #fff;
    font-family: Sahel-black !important;
}

.con-test-doctor .col-md-3 {
    margin-top: 20px;
}

.filter {
    background-color: #fff;
    border-radius: 50px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    justify-content: space-between;
}

.filter .filter-right {
    display: flex;
    align-items: center;
}

.filter .filter-right h1 {
    margin-bottom: 0;
    padding: 0 10px;
}

.filter .filter-right .doctors-name, .filter .doctors-work {
    /* background-color: #e6e6e6; */
    border-radius: 8px;
    margin: 5px;
    border: 1px solid #a8a8a8;
    padding: 10px;
    position: relative;
    float: right;
}

.filter .filter-right .doctors-name span, .filter .doctors-work span {
    background-color: #fff;
    margin: 10px;
    padding: 0 10px;
    position: absolute;
    top: -23px;
}

.filter .filter-right .doctors-name input,
.filter .filter-right .doctors-work input {
    outline: none;
    background-color: #ffffff00;
}

.filter .doctors-search {
    float: left;
}

.filter .doctors-search button {
    background-color: #005fff;
    padding: 10px;
    border-radius: 50%;
}

.filter-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section-header {
        display: none;
    }

    .con-header-moblie {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
    }

    .gallery {
        display: none;
    }

    .con-header-moblie {
        z-index: 1000;
    }

    .sticky-top {
        display: none;
    }

    .filter-mobile {
        display: block;
        margin-top: 80px;
        padding: 20px;
        border-radius: 20px;
        background-color: #fff;
    }

    .filter-mobile .filter-right .doctors-name,
    .filter-mobile .filter-right .doctors-work {
        border-radius: 8px;
        margin: 20px 0;
        border: 1px solid #a8a8a8;
        padding: 10px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .filter-mobile .filter-right .doctors-name input,
    .filter-mobile .filter-right .doctors-work input {
        outline: none;
        background-color: #ffffff00;
        width: 70%;
    }

    .filter-mobile .filter-right .doctors-name span,
    .filter-mobile .doctors-work span {
        background-color: #fff;
        margin: 10px;
        padding: 0 10px;
        position: absolute;
        top: -23px;
    }
    
    .filter-mobile .doctors-search button {
        background-color: #005fff;
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        color: #fff;
    }
    
}