/*/ Home*/
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
  src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}
  
.style4vavmenu {font-family: 'Droid Arabic Kufi'; font-weight:bold; font-size:15px; color:#000000; text-decoration:none; }
.style20 {font-family:'Droid Arabic Kufi'; color:#103D54;}
.style21 {font-family:'Droid Arabic Kufi'; color:#333333;}
.style22 {font-family:'Droid Arabic Kufi'; color:#363942;}
.style23 {font-family:'Droid Arabic Kufi'; color:#103D54; font-size:12px;}
.style24 {font-family:'Droid Arabic Kufi'; color:#FFFFFF; font-weight:bold; font-size:30px;}
.style25 {font-family:'Droid Arabic Kufi'; color:#FFFFFF;}
.style26 {font-family: 'Droid Arabic Kufi'; font-weight:bold; font-size:15px; color: #FFFFFF; text-decoration:none; }
.best_taitaltop { font-family: 'Droid Arabic Kufi'; font-weight:bold; font-size: 35px; color:#0D3D54;}
.best_taital { font-family: 'Droid Arabic Kufi'; font-size: 15px; color: #333333;}

.banner_section {
    width: 100%;
    height: 700px;
	background-image:url(img/home_bg.jpg);
    background-size: cover;
	margin-bottom:-20px;
}

.website_section {
    width: 100%;
    height: 440px;
	background-image:url(img/sp-w-bg.webp);
    background-position:center bottom;
	background-size:cover;
	background-repeat:no-repeat;
}

.email_bt {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #333333;
    background-color: #EAEAEA;
    text-align: left;
    padding-left: 15px;
    height: 50px;
    border: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.subscribe_bt {
    width: 30%;
    background-color:#0D3D54;
    float: right;
    padding: 9px 14px;
    color: #fff;
    height: 50px;
    font-size: 16px;
	border:none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.subscribe_bt a {
    color: #ffffff;
}

.box_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px !important;
    display: flex;
}

.there_text {
    width: 80%;
    text-align: center;
    color: #666666;
    padding-top: 50px;
    display: flex;
}

.service_box {
	background-color:#0D3D54;
	color:#FFFFFF;
	font-family: 'Droid Arabic Kufi';
	border:2px solid #0D3D54;
	margin:5px;
	height:270px;
}

.service_box:hover {
	background-color:#1595BA;
	color:#0D3D54;
	border:2px solid #1595BA;
}


.heading-block.center > span{
	max-width: 700px;
	font-size: 1.25rem;
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}

.heading-block::after {
   content: '';
   display: block;
   margin-top: 30px;
   width: 40px;
   border-top: 2px solid #444;
}

.feature-box{
   display:flex;
}

.feature-box:first-child {
   margin-top: 0;
}

.fbox-icon {
   margin:0 15px;
}

.fbox-icon a, .fbox-icon i, .fbox-icon img {
   width: 60px;
   height: 60px;
   position: relative;
   color: #fff;
   text-decoration: none;
   display:flex;
   justify-content: center;
   align-items: center;
   background-color: #0D3D54;
   border-radius: 50%;
   font-size: 24px;;
}

.fbox-content p {
    margin-top: .5rem;
    margin-bottom: 0;
    color: #999;
}
.heading-block::after {
    content: '';
    display: block;
    margin: 30px auto;
    width: 40px;
    border-top: 2px solid #444;
}

.servicon {
	font-size:50px;
	margin-bottom:20px;
}

.appicondiv {
	padding:8px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FFFFFF;
	margin:8px;
	border-radius:10px;
	float:right;
	color:#CCCCCC;
	box-shadow: 0 1px 5px rgb(0 0 0 / 0.1);
}

.appicondiv:hover, focus {
	background-color:#D5E2EC;
}

.appicon {
	font-size:60px;
	margin-bottom:5px;
	color:#CCCCCC;
	text-align:center;
}

.wrapper { 
	overflow:hidden;
}

.navbartop{
	height:3px; background-color:#0D3D54;
}

.navbar{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.navbarsearch{
	box-shadow: 0 1px 5px rgb(0 0 0 / 0.1);
}



@media screen and (max-width: 900px) {

.box_main {
    width: 90%;
}

}

/*/ Doctor */

.boxdoctor {
	background-color: #FFFFFF;
	margin-bottom:20px;
	height:300px;
	color:#333333;
    box-shadow: 3px 3px 5px #C1C1C1;
}

.boxdoctor:hover {
	background-color:#0D3D54;
	color:#FFFFFF;
}


.input-field-search {
  width: 250px;
  height: 40px;
  outline: none;
  background-color: #F2F6F9;
  font-size: 15px;
  padding-right:20px;
  margin-top:5px;
  margin-bottom:5px;
  color: #000000;
  border-radius:8px 8px 8px 8px;
  border:none;
  -moz-appearance:none; /* Firefox */
   -webkit-appearance:none; /* Safari and Chrome */
   appearance:none;
}

/*/ Page */

body {
    background-color:#F2F6F9 !important;   
}

.wrapper { 
	overflow:hidden;
}

.navbartop{
	height:3px; background-color:#0D3D54;
}

.navbar{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.card{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	height:150px;
	margin-bottom:20px;
}

.rowbody {
    flex-direction: row-reverse;
}

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.icofont {
  font-size: 30px;
  color:#0D3D54;
  margin-left:30px;
  
}

.icofont:hover {
  color:#157EFB;
}	

ul.contact-info { list-style: none; margin: 0; padding: 0;}
.contact-info{
  position: relative;
  margin-bottom: 50px;
}

.contact-info li{
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 40px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 40px;
}

.contact-info li .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.4em;
  color: #bbbbbb;
  margin-top:10px;
}

.lightbox-gallery {
    background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
.lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
}
	
.banner_section {
    height: auto;
	}
	
.input-field-search {
  width: 100%;
}

.website_section {
    height: 990px;
}

}

.paginate {
  color: #0D3D54;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 7px 9px;
  margin-right: 3px;
  border-radius: 5px;
  background: #fff;
  border:1px solid #fff;
  text-decoration: none;
}

.paginate:hover {
  background: #B4DFF3;
}

.paginateactv {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 7px 9px;
  margin-right: 4px;
  border-radius: 5px;
  background: #0D3D54;
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}


.owl-carousel {
    margin-bottom: 15px
}

.owl-carousel .owl-stage-outer {
    height: 360px
}

.owl-carousel .owl-item .img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover
}

.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important
}

.owl-theme .owl-nav [class*='owl-']:hover {
    border: 3px solid #0D3D54;
    color: #0D3D54 !important
}

@media(max-width: 575.5px) {
    .container {
        margin: 0px;
        padding: 10px
    }
}


a:link {
	text-decoration: none;
	font-family: Droid Arabic Kufi;

}
a:visited {
	text-decoration: none;
	font-family: Droid Arabic Kufi;
}
a:hover {
	text-decoration: none;
	font-family: Droid Arabic Kufi;
}
a:active {
	text-decoration: none;
	font-family: Droid Arabic Kufi;
}
