@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;
    padding: 0;
    margin: 0;
    border: none;
}

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

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

.btn {
    border: none !important;
}

.con-header-moblie{
    z-index: 10000;
}
.section-header{
    background-color: blue;
}

.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: 200;
}

@-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: blue;
}

.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
}



/*  */
/*  */

[class^="doctor-"]{
    margin-bottom: 10px;
    font-size: 20px;
}
.con-doctor .row-tab{
    margin-top: 50px;
}

.con-doctor .img-doctor img{
    border-radius: 10px;
    /* max-width:  500px; */
    width: 100%;
}

.con-doctor .about-doctor{
    margin-top: 20px;
}

.con-doctor .about-doctor .doctor-title{
    font-size: 30px;
}

.con-doctor .doctor-expertise,.con-doctor .doctor-nezam-code,.con-doctor .doctor-section{
    color:#8D949F;
}

.con-doctor .about-doctor .khedmat{
    margin-top: 50px;
    width: 60%;
}
/* tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: right; 
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #DCF7FB;
    color: #3EBCE1;
    border-radius: 10px 10px 0px 0px;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }



.con-doctor .about-doctor .khedmat .main-khedmat p{
    background-color: rgb(0, 98, 255);
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
}


.question-box{
    padding: 30px;
    border-radius: 20px;
    
}

.question-box input{
    border: 2px solid #ababab;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    outline: none;
}

.question-box .btn{
    width: 50%;
    background-color: blue;
    border-radius: 0;
    padding: 10px ;
    color: #fff;
    margin: 10px;
}
.question-box label{
    position: absolute; 
    color: #ababab;
    top: -3px;
    right: 30px;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    padding: 0 10px;
}
.question-box .comment-box label{
    position: absolute; 
    color: #ababab;
    top: -13px;
    right: 30px;
    background-color: rgb(255, 255, 255);
    z-index: 100;
    padding: 0 10px;
}
.question-box .comment-box{
    position: relative;
    width: 100%;
    border: 2px solid #ababab;
    margin-top: 10px;
}

textarea{
    outline: none;
}
.question-box .name-box,.question-box .phone-box,.question-box .email-box{
    position: relative;

}

.card-comment{
    margin-bottom: 30px;
    border-radius: 10px;
}
.card-comment .top-comment{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b7b7b7;
}
.row-comment{
    margin-top: 80px;
}
@media only screen and (max-width: 768px) {
    .section-header {
        display: none;
    }
    .con-header-moblie{
        display: block;
        position: fixed;
        top:0;
        right: 0;
    }
    .con-doctor .about-doctor .khedmat{
        width: 100%;
    }
    .tabcontent {
        padding: 0 20px;
      }
      .row-comment{
        margin-top: 30px;
      }
      .question-box{
        margin: 0px;
        margin-bottom: 50px ;
      }
      .con-doctor{
        margin-top: 100px;
      }
}