
/* Start Genral Style */



:root {
    --primary: #1976D2;    /* أزرق */
    --secondary: #81C784;  /* أحمر */
    --accent: #FBC02D;     /* أصفر ذهبي */
    --background: #F0F0F0; /* رمادي فاتح */
    --text: #212121;       /* أسود تقريباً */
}

@font-face {
	font-family: mainFont;
	src: url("../fonts/nabulsi.otf");
}
body {
	background: #F0F0F0 !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;
    color: #fff
}
h3.title_section:after {
	content: '';
	display: block;
	height: 2px;
	margin: 15px auto 20px;
	background: #1976D2 ;
	width: 100px;
	border-radius: 50%;
}
.btn_color {
	background-color: #1976D2 ;
    /*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;
  padding-bottom: 20px;
  display: block;
  margin-top: 5rem;
  /*width: 80%;*/
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  padding-top: 0px;
  position: relative;
}

/* End Genral Style */

/*h1,h2,h3,h4,h5,h6, input {*/
/*    color: #fff !important;*/
/*}*/
/*** Start uppear website ***/
.upper_site {
	background: #93c8f2;
	/*background: #ad7700;*/
	/*border-bottom: 1px solid #8c6102;*/
	border-bottom: 1px solid #93c8f2;
}
.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;*/
    background-color: #1976D2 !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;
    border: 0;
}

.btn_color {
  background-color: #1976D2 ;
  /*border-color: #8c6102;*/
  color: #fff;
}
.dropdown-item {
	color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: #f5b629;
}
.navbar-nav .dropdown-menu {
  background: #1976D2  ;
  border-color: #1976D2  ;
  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: #93c8f2;
	border-radius: 5px;
}
/* End Navbar */


/* start m_classification_doctor */
.m_classification_doctor .classfication-card {
    display: block;
    border-radius: 10px;
    background-color: #1976D2  ;
    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 service */
.service {
	background-color: #f0efeb;
	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: #1976D2  ;
	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: #1976D2  ;
  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: #1976D2 ;
	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 choose-us section */
.choose-us{
  font-family: mainFont;
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #93c8f2;
  /*background-color: #8c6102;*/
}
.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;*/
	background-color: #93c8f2;
	}

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


  .title h1 {
	font-size: 23px;
	margin: 0px;
	font-weight: bold;
}
 .title h3 {
	font-size: 16px;
	color: #999;
	font-weight: bold;
}

  .title .fa {
	/* background-color: #FFF; */
	height: 40px;
	width: 40px;
	text-align: center !important;
	color: #fff;
	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 */

/* contact us in index */
.contact-index {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #a7d5f9  !important;
}

/* end contact us in index */

/* contact section */
#contact {
  background: #93c8f2;
  /*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;*/
  background-color: #1976D2 ;
  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, #1976D2   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 */

/*** Start footer ***/
.footer {


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

  background-color: #1976D2;

  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: #1976D2;
	    color: #fff;
	    border-color: #1976D2;
	    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 */
