﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html,
body {
    height: 100%;    
    font-family: 'Tajawal', sans-serif;
    font-size:20px;
    font-weight:400;
    color:#6d6e71;
}

.arabic
{
	font-family:"Poppins";
}

.img-inner {
    height: 100%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#f0f2f5;   
    background:url('../images/bg-home.png') repeat;
    background-blend-mode: multiply;
    background-position: center center;
    z-index: -1;
}


.img-color {
    height: 95%;
    width: 100%;
    opacity:1;
    position: fixed;    
    background-color:#fff;    
    background:url('../images/bg.png') no-repeat;
    background-blend-mode: multiply;
    background-position: center bottom;
    z-index: -1;
}



.logo
{
    position: fixed;
    display: table;
    left: 10%;
    right: 10%;
    margin: auto;
    top: 0;
    text-align: center;
    bottom: 35%;
    vertical-align: middle;
    width: 80%;
}

.logo img
{
	 width: auto;
	 margin:auto;
}


.enter
{
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	margin:auto;
	background-color:#eca338;
	padding:15px 0;
	color:#FFFFFF;
}

.enter a
{
	color:#FFFFFF;
}
.enter a:hover
{
	color:#FFFFFF;
}

.bg-white
{
	 background-color:#FFFFFF;
	 padding:20px 10px;
	 border-radius: 8px;
}



.btn{
    display: inline-block;
    padding: 12px 35px;
    font-size:20px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    text-transform:   uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius: 8px;
    width:100%;
    margin-top:20px;
}


.btn2
{
    display: inline-block;
    padding: 12px 40px;
    font-size:20px;
    font-weight:600;
    line-height: 1.42857143;
    text-align: center;
    text-transform:  capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}

.btn3{
    display: inline-block;
    padding: 12px 15px;
    font-size:20px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}

.btn4{
    display: inline-block;
    padding: 12px 15px;
    font-size:20px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    width:100%;
    margin-top:20px;
}

.btn-orange {
    color: #fff;
    background-color:#eca338;
    border-color: #eca338;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
  
}

.btn-orange:hover {
    color: #eca338;
    background-color:#fff;
    border-color: #eca338;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-gray{
    color: #fff;
    background-color:#555557;
    border-color: #555557;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;      
  
}

.btn-gray:hover {
    color: #555557;
    background-color:#fff;
    border-color: #555557;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




a:hover, a:focus {
    color: #eca338;
    text-decoration: none;
}

.logo-inner
{
    position: relative;
    margin: 20px auto 10px auto;
    padding:0px;
    color:#eca338;
    font-size:30px;
    text-align:center;
}

.logo-inner img
{
	 width: 150px;
	 margin:auto;    
	 object-fit: contain;
}



.back-icon {
    position: absolute;
    z-index: 9;
    height:22px;
    width:36px;
    top:0px;
    right: -35px;
    text-align: center;
    color: #eca338;
}

.back-icon a i
{
   color:#eca338;
   font-size:22px;
}


.notification
{
    color: #6d6e71;
    position: absolute;
    left: 55px;
    font-size: 20px;
    top:15px;    
    width: 70px;
    line-height: 30px;
}


.notification a
{
	color:#6d6e71;
}

.notification a i
{
    font-size:30px;	
}

.cart-no
{
    width: 10px;
    height: 10px;
    font-size: 0px;
    background-color: #fcb040;
    color: #fff;
    border-radius:20px;
    position: absolute;
    top: 0px;
    margin-right: 15px;
}

.account
{
    color: #6d6e71;
    position: absolute;
    left: 35px;
    top:6px;    
    width: 45px;
    height:45px;
    border-radius:100px;
}

.account img
{
    width: 45px;
    height:45px;
    border-radius:100px;
}



.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-radius: 0px;
    height:645px;
    width:100%;
}


.carousel-fade .carousel-inner .item
{
	height:240px;
}
.slide{ 
  margin-top:0px;
  height:260px;
}

.carousel-indicators {
    bottom:25px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 99;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
    }


.carousel-indicators li {
    display: inline-block;
    width:10px;
    height: 10px;
    margin: 0px 2px;
    text-indent: -999px;
    cursor: pointer;
    background:#d8d8d8;
    border: 0px solid #d8d8d8;
    border-radius: 50px;
}


.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0px 2px;    
    background:#eca338;
}



.content-inner
{
	padding:80px 0 80px 0;
}
.content-inner2
{
	padding:60px 0 80px 0;
}



#search-home 
{
     margin-bottom:20px;
}

#search-home .search-home {
    width: 100%;
    height: 50px;
    background: #fff;
    position: relative;    
    border-radius: 5px;
    padding-right: 40px;    
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 5px;
    border: 1px solid #f1f1f1;
}


#search-home .search-home input {
    width: 100%;
    background-color: white;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    margin-bottom:0px;
    height: 48px;
}

#search-home .search-home button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 50px;
    font-size: 18px;
    background: none;
    border: 0;
    color: #6d6e71;
    cursor: pointer;
}


.orange-text
{
	font-size:20px;
	color:#eca338;
	font-weight:500;
	margin-bottom:15px;
}
 
.orange-text span
{ 
	color:#bfbfbf;
}

.box-orange
{
	background-color:#eca338;
	padding:7px 20px;
	border-radius:5px;
	color:#FFFFFF;
	font-size:14px;
}


.add-customer {
    margin-top: 20px;
}

.add-customer .form-group {
    margin-bottom: 0px;
    position: relative;
}
.add-customer .form-control {
    display: block;
    width: 100%;
    height:65px;
    padding: 6px 0px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #ffffff00;
    background-image: none;
    border: 0px solid #fff;
    border-bottom: 1px solid #d9dcdf;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.add-customer .form-control::-webkit-input-placeholder { /* Edge */
    color: #6d6e71;
}

.add-customer .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6d6e71;
}

.add-customer .form-control::placeholder {
    color: #6d6e71;
}


.add-customer .form-group button {
    position: absolute;
    left: 0;
    top: 12px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: none;
    border: 0;
    background-color:#eca338;
    color: #fff;
    cursor: pointer;    
    border-radius: 5px;
}


.sign-in
{
	margin-top:20px;
	font-size:14px;
}


.sign-in a
{
	color:#909090;
	font-weight:400;
}

.signin-margin
{
	margin-top:10px;
}


.underline a
{
    border-bottom: 1px #6c757d solid;
}
.underline2 
{
	text-align:center;
	margin-top:35px;
	color:#aaaaaa;
}

.underline2 a
{ 
    color:#6d6e71;
}

.evaluation
{
	margin-top:35px;
	color:#6d6e71;
	font-size:20px;
}

.evaluation span
{ 
    color:#6d6e71;
    display:block;
    font-size:16px;
    margin-top:10px;
    float:right;
    margin-left:15px;
}


.sign-in .form-group {
    margin-bottom: 0px;
}


.sign-in .form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: 6px 35px 6px 10px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #ffffff00;
    background-image: none;
    border: 0px solid #fff;
    border-bottom: 1px solid #d9dcdf;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sign-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #6d6e71;
}

.sign-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6d6e71;
}

.sign-in .form-control::placeholder {
    color: #6d6e71;
}

#phone
{
    background: url(../images/phone.png) no-repeat right center;
}
#password
{
    background: url(../images/password.png) no-repeat right center;
}
#username
{
    background: url(../images/username.png) no-repeat right center;
}
#email
{
    background: url(../images/email.png) no-repeat right center;
}

.sign-in .form-group {
    margin-bottom: 0px;
}


.container2 {
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight:300;
  margin-bottom: 12px;
  margin-top:20px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#6c757d;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius:2px;
  background-color: #6c757d;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #6c757d;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #eca338;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.title-inner
{
    font-size: 30px;
    color: #eca338;
    font-weight: 500;
    margin-bottom: 15px;
}


.title-inner span
{
      color: #bfbfbf;
}


.results
{
	background-color:#fff;
	padding:15px;
	border-radius: 6px;
	border:1px #e2e2e2 solid;
	font-size:15px;
	margin-top:20px;
}


.results hr {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    border-top: 1px solid #ebebeb;
}


.results-title
{
    margin-bottom: 15px;
    font-size:20px;
    color:#eca338;    
}


.section-results
{
	 font-size:14px;  
}

.results-star 
{
   margin-top:15px;
}

.results-star i
{
  font-size:1.25em;
  color:#9d9d9d;    
  padding: 0px 4px 0px 4px;
}

.star-active
{
  color:#fcb040!important;    
}


.sub-headline {
    margin: 10px 0;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #5a5a5a
}
.form-group {
    margin-bottom: 15px;
    position:relative;
}

.edit
{
    position: absolute;
    right: 10px;
    top: 40px;
    color: #eca338;    
    z-index: 99;
}

.edit a
{ 
    color: #eca338;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.top-margin
{
	margin-top:20px;
}


.doctor-bg
{
	 background-color:#fcfcfc;
	 border:1px #cfcfcf dashed;
	 border-radius:15px;
	 padding:15px 20px;
	 text-align:center;    
	 margin-top: 65px;
}


.doctor-pic
{
	width:150px;
	height:150px;
	border-radius:150px;    
	margin: -85px auto 15px auto;
	
}
.doctor-pic img
{
	width:150px;
	height:150px;
	border-radius:150px;    
	object-fit: cover;
}

.doctor-bg .doctor-name
{
    font-size: 20px;
    font-weight: 500;
    color: #6d6e71;
    margin-bottom:5px;
}

.btn-orange i
{
    font-size: 12px;
    margin-left: 5px;
}

.info
{
	margin-top:30px;
}

.info-title
{
	 font-weight:400;
	 color:#eca338;
	 margin-bottom: 6px;
}
.info-title a,.info-title a:hover
{
	 font-weight:bold;
	 color:#eca338;
	 margin-bottom: 6px;
}

.info-detail
{
	 font-weight:400;
}

.float-right
{
	float: right;
}

.opacity
{
	opacity:0.5;
}


.footer
{
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px 0;
	border-top:1px #eca338 solid;
	background-color: #eca338;
}


.footer img
{
    margin:auto;
}

.calls
{
	margin-bottom:30px;
}


.calls .h4
{
   font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background: #eca338;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #eca338 !important;
    margin-left: 10px;
    font-size: 16px !important;
}


.subscription-all
{
    margin:10px 0;
} 


.subscription
{
	background-color:#eca338;
	border-radius:10px;
	padding:10px 5px;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	font-weight:600;
	display:inline-block;
	width: 100%;
}

.subscription span
{
	color:#fff;
	font-size:14px;
	display:block;
	font-weight:400;
	margin-bottom:10px;
}

.price
{
	font-size:16px;	
	font-weight:400;    
	margin-top: 12px;
}




.container-check {
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:normal;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-right: 20px;
}

.visa-icon
{
	margin-left: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #656565;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.note {
    color: #eca338;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}




.box-3
{
    margin-bottom: 30px;    
    -webkit-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    -moz-box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    box-shadow: 0px 2px 7px 4px rgba(66, 66, 66, 0.15);
    text-align:center;
    position:relative;
    height: 210px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bg-img
{
	background: #eca338 url('../images/bg2.jpg') no-repeat scroll center top;
    background-size: cover;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;    
    z-index: -1;    
    opacity:1;
}
.bg2-img
{
	background: #eca338 url('../images/bg1.jpeg') no-repeat scroll center top;
    background-size: cover;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;    
    z-index: -1;    
    opacity:1;
}

.box-3:hover .bg-img
{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity:0.5;
}
.box-3:hover .bg2-img
{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity:0.5;
}


.name-all3
{
    border-radius: 10px;
    font-size:40px;
    color:#6d6e71;    
    display: table-cell;
    background-color: #FFFFFF;
    vertical-align: middle;
    height: 140px;
    width: 300px;    
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.name-all3 span
{
    font-size:14px;
    display: block;
}


.top-view
{
    font-size: 16px;
    color: #6d6e71;
    opacity: 1;
    margin-top:20px;
}













