
/* Start Genral Style */
@font-face {
    font-family: mainFont;
    src: url("../fonts/mainfont.woff");
    font-display: swap;
}
@font-face {
    font-family: fontawesomefont;
    src: url("../fonts/fontawesome-webfont.woff2");
    font-display: swap;
}
body {
    background: #f1f1f1 !important;
    min-height: 100%;
    position: relative;
    font-family: mainFont !important;
}
ul, li, a {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
h1,h2,h3 {
    font-family: mainFont !important;
}
h3.title_section:after {
    content: '';
    display: block;
    height: 2px;
    margin: 15px auto 20px;
    background: #8c6102;
    width: 100px;
    border-radius: 50%;
}
h3.doctorjoinrequest:after {
    content: '';
    display: block;
    height: 2px;
    margin: 15px auto 20px;
    background: #8c6102;
    width: 220px;
    border-radius: 50%;
}
.btn_color {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.btn_color:hover {
    color: #000;
    background-color: #d29000;
}
.article_style {
    font-size: 16px !important;
    background: #fff !important;
    text-align: justify !important;
    line-height: 30px !important;
    border-radius: 10px !important;
    padding: 13px;
    font-family: mainFont;
}

.line-section {
    font-weight: normal;
    color: #0A232A;
    text-align: right;
    display: block;
    margin-top: 10px;
    /*width: 80%;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    padding-top: 0px;
    position: relative;
}


#contact .form-control {
    border: solid 1px #000 !important;
    border-radius: 7px !important;
}
/* End Genral Style */

/*** Start uppear website ***/
.upper_site {
    /* background: #f5b629; */
    background: #bf880d;
    /* background:#7fbb7e; */
    border-bottom: 1px solid #bf880d;
}
.upper_site .top{
    margin-top: 5px !important;
}
.upper_site .top-header-date {
    color: #fff;
}
.upper_site .text-upper {
    color: #fff;
}
.upper_site .email-upper {
    color: #fff;
}
/*** end uppear website ***/

/* Start Navbar */
.navbar  {
    border-bottom: 3px solid #8c6102;
}

.bg-primary {
    background-color: #8c6102 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9);

}
.navbar-nav .dropdown-menu {
    background: #499efb;
    border-color: #ffffff4a;
    margin-top: 0px;
    margin-bottom: 3px;
    left: auto !important;
    border: 0;
}


.btn_color {
    background-color: #8c6102;
    border-color: #8c6102;
    color: #fff;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus {
    background: #f5b629;
}
.navbar-nav .dropdown-menu {
    background: #8c6102;
    border-color: #8c6102;
    margin-top: 0px;
    margin-bottom: 3px;
    border: 0;
}
.fixed-top {
    transition: all 2s ease !important;
}
.navbar-nav:hover .dropdown-menu:focus {
    background: #f5b629;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background: #f5b629;
    border-radius: 5px;
}
/* End Navbar */

/* start service */
.service {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-family: mainFont !important;

}

.service .item{
    transition: opacity 0.5s ease-in-out;
    padding-top: 15px;
    padding-bottom: 15px;
}
.service .item .fa {
    color: #FFF;
    font-size: 45px;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 25px;
    border-radius: 70px;
    transition:transform 0.5s,opacity 0.8s;
    background-color: #8c6102;
    margin-top: 15px;
}
.service .item img {
    color: #FFF;
    font-size: 45px;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 25px;
    border-radius: 70px;
    transition:transform 0.5s,opacity 0.8s;
    background-color: #8c6102;
    margin-top: 15px;
}
.service .item:hover img{
    color: #F1F1F1;
    background:         linear-gradient(90deg, #997a03 10%, #f5b629 90%);
    font-size: 45px;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 25px;
    border-radius: 70px;
    transform:rotate(360deg);
}
.service .item:hover{
    transition: opacity 0.5s ease-in-out;
}
.service .item:hover .fa{
    color: #F1F1F1;
    background:         linear-gradient(90deg, #997a03 10%, #f5b629 90%);
    font-size: 45px;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 25px;
    border-radius: 70px;
    transform:rotate(360deg);
}
.service .item p {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.service h2 {
    font-weight: bold;
}
.service .item a {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #8c6102;
    text-decoration: none;
    padding: 5px;
    width: 50%;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.service .item:hover a {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #a2b4ba;
    text-decoration: none;
    padding: 5px;
    width: 50%;
    color: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    text-decoration: none;
    padding: 5px;
    width: 50%;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* end service */

/* start medical_classification */
.medical_classification {
    background-color: #f0efeb;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-family: mainFont !important;
}

.medical_classification h2 {
    font-weight: bold;
}
.medical_classification .item a {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #8c6102;
    text-decoration: none;
    padding: 5px;
    width: 50%;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.medical_classification h3.title_section:after {
    width: 250px !important;
}
h3.reserve:after {
    width: 185px !important;
}
h3.online:after {
    width: 190px !important;
}
.medical_classification .item:hover a {
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #a2b4ba;
    text-decoration: none;
    padding: 5px;
    width: 50%;
    color: #000;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: linear-gradient(90deg, #fe8c00 10%, #f83600 90%);
    text-decoration: none;
    padding: 5px;
    width: 50%;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 10px;
}

.medical_classification .classfication-card {
    display: block;
    border-radius: 10px;
    background-color: #8c6102;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 185px;
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;

}
.medical_classification .classfication-card:hover{
    background-color: #bd8405;
}
.medical_classification a {
    color: #fff;
}

.medical_classification a:hover{
    text-decoration: none;
    color: blue
}
.medical_classification .classfication-card .classfication-name {
    color: #fff;
    letter-spacing: -1px;
    line-height: 19px;
    text-align: center;
}

.medical_classification .classfication-card .classfication-details{
    color: #fff;
    line-height: 20px;
    text-align: center;
}


/* end medical_classification */

/* start m_classification_doctor */
.m_classification_doctor .classfication-card {
    display: block;
    border-radius: 10px;
    background-color: #8c6102;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 185px;
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;

}
.m_classification_doctor .classfication-card:hover{
    background-color: #bd8405;
}
.m_classification_doctor a {
    color: #fff;
}

.m_classification_doctor a:hover{
    text-decoration: none;
    color: blue
}
.m_classification_doctor .classfication-card .classfication-name {
    color: #fff;
    letter-spacing: -1px;
    line-height: 19px;
    text-align: center;
}

.m_classification_doctor .classfication-card .classfication-details{
    color: #fff;
    line-height: 20px;
    text-align: center;
}
/* end m_classification_doctor */

/* start choose-us section */
.choose-us{
    font-family: mainFont;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #acafb6;
}
.choose-us h1 {
    color: #fff;
    margin-bottom: 40px;
}
.choose-us p {
    margin-bottom: 40px;
    line-height: 1.5;
    color : #fff;
    font-size: 18px;
}

/* end test section */

/* start contact us in index page */
.contact{
    font-family: mainFont;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #f1f1f1;
}

.title {
    font-weight: normal;
    color: #0A232A;
    text-align: right;
    padding-bottom: 20px;
    display: block;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
}


.title h1 {
    font-size: 23px;
    margin: 0px;
    font-weight: bold;
    color: #000
}
h1 {
    color: #000 !important
}
.service .item p {
    color: #000 !important
}
.title h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.title .fa {
    /* background-color: #FFF; */
    height: 40px;
    width: 40px;
    text-align: center !important;
    color: #000;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 16px;
}


/* end contact us in index page */

/* start maintenance */
.maintenance {
    font-family: mainFont;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #fff;

}

.maintenance  h1 {
    color: #000;
    margin-bottom: 40px;
}
.maintenance  p {
    margin-bottom: 40px;
    line-height: 1.5;
    color : #000;
    font-size: 18px;
}
/* end maintenance */

/* start request-item */
.request-item {
    font-family: mainFont;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #f1f1f1;
}
/* end request-item */

/* Start Header In Index Pgae */
/* Start Slider */
.slider {
    background-color:#ccc
}
.slider .carousel-inner {
    display: flex;
    align-items: center;
    justify-content: left
}
@media (max-width: 768px) {
    .slider .carousel-inner {

        justify-content: center
    }

}
.carousel-inner h1 {
    font-family: cursive;
    position: absolute;
    color: #fff;
    z-index: 3;
    font-size: 50px;
    max-width: 643px;
    line-height: 1.3;
    right: 100px
}
@media (max-width: 768px) {
    .carousel-inner h1 {
        font-family: cursive;
        position: absolute;
        color: #fff;
        z-index: 3;
        font-size: 40px;
        max-width: 100%;
        line-height: 1.3;
        left: auto;
        text-align: center;
    }

}
.carousel-inner h1 span {
    background-color: #007bff;
    color: #fff;
    padding: 2px 10px;
    display: inline-block
}
.slider .carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.carousel-inner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}
/* End Slider */

/* start gallery */
.gallery img {
    width:350px !important;
    height: 285px !important;
}
/* end gallery */
/* contact us in index */
.contact-index {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f0efeb !important;
}
.contact-index  .fa {
    color: #000
}
.contact-index .contact-info {
    color: #8c6102
}
/* end contact us in index */

/* contact section */
#contact {
    background: #f9f9f9;
    text-align: center;
}
#contact .fa {
    font-size: 40px;
}

#contact .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
    border: 2px solid #fff;
}
#contact input {
    height: 50px;
}
#contact input[type="submit"] {
    border: 2px solid #fff;
    margin-top: 18px;
    height: 54px;
}
#contact input[type="submit"]:hover {
    background: #d29000;
    color: #000;
}
#contact textarea {
    height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

/* End Header In Index Page */
/* Start Branch */

/* Start Kasla Branch */
.kasla_branch {
    background: #5a7591 !important;
    color: #fff !important;
}
/* End Kasla Branch */

/* Start Atbra Branch */
.atbra_branch {
    background: #a7abb7 !important;
    color: #fff !important;
}
.atbra_branch p {
    margin-bottom: 40px;
    line-height: 1.5;
    color : #fff;
    font-size: 18px;
}
/* End Atbra Branch */



/* End Abuhamad Branch */
.abuhamad_branch {
    background: linear-gradient(90deg, #8c6102 10%, #f5b629 90%);
    color: #fff !important;
}
.abuhamad_branch p {
    margin-bottom: 40px;
    line-height: 1.5;
    color : #fff;
    font-size: 18px;

}
/* End Abuhamad Branch */

/* Start Khartoum Branch */
.khartoum_branch {
    background: #dddce1 !important;
    color: #000 !important;
}
.khartoum_branch p {
    margin-bottom: 40px;
    line-height: 1.5;
    color : #000;
    font-size: 18px;
}
/* End Khartoum Branch */
/* End Branch */


pre {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap !important;
    text-align: right !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    box-sizing: inherit !important;
    white-space: pre-line !important;
}

input[type="file"]{
    border: solid 1px #000 !important;
    border-radius: 7px !important;
    padding-top: 8px !important;
    padding-right: 5px !important;
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    text-shadow: 1px 1px #fff;
}
.title h4 {
    /* font-size: 16px; */
    color: #999;
    font-weight: bold;
}
/*** Start footer ***/

/*** custom edit ***/
.h1.title_section, .h2.title_section {
    color: #000
}
label {
    font-weight: bold !important;
}
/*** custom edit ***/

/*  progress replay style */
.formarea{
    width:60%;
    margin:0 auto;
    background-color:#6082bb;
    text-align:center;
    padding:4%;
    border-radius:5px;
}
.formarea {
    width: 50%;
    margin: 0 auto;
    background-color: #e1dede;
    text-align: center;
    padding: 1%;
    border-radius: 5px;
}
#bararea{
    width:100%;
    height:40px;
    border:2px solid #FFFFFF;
}

#bar{
    width:1%;
    margin:4px 0;
    height:32px;
    background-color:#FFFFFF;
}

#status{
    color:#ffffff;
}
/*  progress replay style */

/*** contact us index ***/
/*** contact us index ***/
.footer {


    border-radius: 2px;
    padding-top: 5rem;

    background-color: #8c6102;

    color: #fff;
}
.footer p {
    color: #dfeeff;
    margin-top: .3rem;
    margin-bottom: .5rem
}
.footer .line {
    border-bottom: 5px dotted #fff;
    display: block;
    margin: 10px;
}

/*** End footer ***/

/* Start Media Query */
/* start navbar */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        position: absolute;
        margin-top: 7px;
        background: #8c6102;
        color: #fff;
        border-color: #8c6102;
        border-top: 2px solid #d5d5ff;
    }

    .dropdown-item {
        color: #fff;
    }
}
@media (max-width: 991px) {
    .navbar-collapse .navbar-nav {
        padding-right: 1rem;
        padding-top: 10px;
    }
}

@media (min-width: 991px) {
    a.dbrand {
        display: none !important;
    }
}

/* end navbar */
/* End Media Query */
