@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    font-family: 'Tajawal','Roboto',"Open sans" ,sans-serif , Arial, Helvetica;
}
body {
	background-color: #f5f5f5;
	height: 100%;
	font-weight:500;
	text-align: left;
	color: #272b41;
    font-family: 'Tajawal','Roboto',"Open sans" ,sans-serif , Arial, Helvetica;
	font-size: 1.1rem;
	overflow-x: hidden;
}
html {
    height: 100%;
}
.font {
	font-family: "Open Sans" !important;
}
.font1 {
	font-family: 'Roboto' !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #272b41;
	font-weight: 500;
	margin-top: 0;
}
ul {
	list-style: none;
}
.h1, h1 {
    font-size: 2.75rem;
}
.h2, h2 {
	font-size: 2.25rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.125rem;
}
.h5, h5 {
    font-size: 1rem;
	font-weight: 500;
}
.h6, h6 {
    font-size: 0.875rem;
	font-weight: 500;
}
.font-bold {
	font-weight: 600;
}
p {
	text-overflow:ellipsis;
	font-weight: 500;
}
.p-2-5 {
	padding: .75rem !important;
}
.p-15-5 {
	font-size: 15.5px !important;
}
.p-17 {
	font-size: 17px !important;
}
a {
	color: #272b41;
}
a:hover {
	color: #0091C9;
}
a:hover,a:active,a:focus {
	outline: none;
	text-decoration: none;
	color: #0091C9;
}
.form-control {
	border: 1px solid #dcdcdc;
	font-size: 16px;
    color: #333;
    min-height: 46px;
	padding: 6px 15px;
	 overflow: hidden; border-radius: .75rem;
}
.form-control:focus {
	border-color:#0091C9 ;
	box-shadow: none;
	outline: 0 none;
}
textarea.form-control {
	resize: vertical;
}
.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li {
	float: left;
}
input[type="file"] {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px);
}
input,button,a {
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.btn.focus, .btn:focus {
	box-shadow: inherit;
}
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.list-group-item {
	padding:0;
}
.list-group-item.filter{
	border:none;
}
.content {
	min-height: 200px;
	padding: 30px 0 0;
}
.bigdoc-ss {
	height: 245px;
    width: 45%;
    border-radius: 1rem;
    left: 15px;
    top: 0px;
    transition: all .5s ease;
}

.bigdoc-ss.ddss {
	height: 245px;
    width: 45%;
    border-radius: 1rem;
    left: 15px;
    top: 20px;
    transition: all .5s ease;
}
select {

	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;

}
.preloader {
	position: fixed;
	background-color: #f0f0f0da;
	top:0;
	right: 0;
	left:0;
	bottom: 0;
	display:flex;
	align-items: center;
	justify-content: center;
	z-index: 1000001;
}
select:after {
	border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
	-moz-transform-origin: 66% 66%;
	background-color: #000;
	position: absolute;
	right: -50px;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);

    transform: rotate(45deg);
	-moz-transition: all 0.15s ease-in-out;

    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
}
select[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.bigdoc-ss.active1 {
    left: 50%;
}
.bigdoc-ss.active2 {
    left: 50%;
    top: 46%;
	background-color: #f7e6d3 !important;
}
.bigdoc-ss.active3 {
    left: 15px;
	top: 46%;
	background-color: #f7e6d3 !important;

	
}
.bigdoc-ss.wqw {
    left: 5.5%;
	width:24% !important;
}
.bigdoc-ss.wqw.active1 {
    left: 38% !important;
}
.bigdoc-ss.wqw.active2 {
    left: 71% !important;
	background-color: #f7e6d3 !important;

	
}
.bigdoc-ss.ee.active2 {
    left: 50%;
    top: 56%;
	background-color: #f7e6d3 !important;
}
.bigdoc-ss.ee.active3 {
    left: 15px;
	top: 56%;
	background-color: #f7e6d3 !important;

	
}
.bigdoc-ss.ddss.w-100.active1 {
    left: 15px;
}
.bigdoc-ss.ddss.w-100.active2 {
    left: 15px;
    top: 200px;
	background-color: #f7e6d3 !important;
}
.bigdoc-ss.ddss.w-100.active3 {
    left: 15px;
	top: 290px;
	background-color: #f7e6d3 !important;

	
}
.bigdoc-ss.w-100.active1 {
	left: 15px;
	top: 120px;
}
.bigdoc-ss.w-100.active2 {
	left: 15px;
	top: 220px;
	background-color: #f7e6d3 !important;

}
.bigdoc-ss.w-100.active3 {
	left: 15px;
	top: 320px;
	background-color: #f7e6d3 !important;

}
.bigdoc-ss.w-100.active5 {
	left: 15px;
	top: 450px;
	background-color: #f7e6d3 !important;

}
.bigdoc-ss.wsw.w-100.active1 {
	left: 15px;
	top: 90px;
}
.bigdoc-ss.wsw.w-100.active2 {
	left: 15px;
	top: 180px;
	background-color: #f7e6d3 !important;

}
.bigdoc-ss.wsw.w-100.active3 {
	left: 15px;
	top: 250px;
	background-color: #f7e6d3 !important;

}
.w-25 {
	width: 22% !important;
}
.bigdoc-ss.w-25.active1 {
	left:  26%;
}
.bigdoc-ss.w-25.active2 {
	top:0;
	left:  51%;
	background-color: #f7e6d3 !important;

}
.bigdoc-ss.w-25.active3 {
	left: 76%;
	top:0;
	background-color: #f7e6d3 !important;

}
.svg-4 {
	height: 150px;
	width: auto;
	z-index: 10000;
	width: 13%;

}
.path-3 {
	stroke-dashoffset: 0;
	stroke-dasharray: 290;
	animation: dash 1.7s 0s forwards infinite;
	stroke-width: 7px;
	stroke-linecap: round;
	stroke-linejoin: round;
}
@keyframes dash {
	from {
		stroke-dashoffset: 290;
	}
	to {
		stroke-dashoffset: 0;
	
	}
}
.right-0{
	right: 0 !important;
} 
.left-0 {
	left: 0 !important;
} 
.bottom-0 {
	bottom: 0 !important;
}

.section-header .sub-title {
	font-weight: 400;
}
.section-header .sub-title {
	font-size: 18px;
}
.section-header h2 {
	font-size: 39px;
}
.filter-phone{
	width: 150px;
	height: 45px;
	margin:  10px 15px 0 15px ;
	 overflow: hidden; border-radius: .75rem;
}
.filter-phone img {
	width: 25px;
	height: 25px;

}
.crues-hover:hover {
	cursor: pointer;
}
.filter-phone h4 {
	font-size: 18px;
}
.btn {
	 overflow: hidden; 
	 border-radius: .75rem;
	font-weight: 400;
}
.back-grd {
	background-color: #f1f1f1 !important;
}
.back-red {
	background-color: #dc3545 !important;
}
.back-lock {
	background-color: #ddd !important;
}
.back-white {
	background-color: white !important;
}
.back-gray {
	background-color: transparent !important;
}
.back-blue {
	background-color: #08425a !important;
}
.back-blue-light {
	background-color: #0091C9 !important;
}
.back-blue-light2 {
	background-color: #0090c920 !important;
}
.border-color-blue {
	border-color: #0091c9 !important;
}
.back-edit {
	background-color: #f1f1f1 !important;
	transition: all .1s ease-in-out;
}
.back-edit:active{
	background-color: #969696 !important;

}
.btn-color-light-blue {
	border-color: #a4d7ec !important;
    background-color: #0091c93b !important;
    color: #0091c9 !important;
}
.color-white {
	color: white !important;
}
.color-gray {
	color: transparent !important;
}
.color-blue {
	color: #08425a !important;
}
.color-blue-light {
	color: #0091C9 !important;
}
.bg-blue-lightt{
	background-color: #b9e3f9 !important;	
}
.bg-yellow {
	background-color: #f7e6d3 !important ;
}
.color-blue-lightt{
	color: #b9e3f9 !important;
}
.color-Green {
	color: #0091C9 !important;
}
.color-gray-dark {
	color: #757575 !important;
}
.color-black {
	color: #272b41 !important;
}
.color-coment {
	color:#65676b;
	font-size: 15px;
}
.color-red {
	color: #dc3545 !important;;
}
.border-red {
	border-color: #dc3545 !important;;
}
.support-box {
	position: fixed;
    bottom: 20px;
    right: 15px;
	z-index: 1000;
	display: block;
}
.support-box a img {
	height: 70px;
    width: 70px;
}
.p-qust {
	color:#757575;
	font-size: 14px;
	font-weight: 400;
}
.form-like {
	position: relative;
} 
.like-number {
	margin-left: 17px;
	font-size: 17px;
	font-weight: 500px;
}
.like-coment-ul {
	border-top: 0.2px solid #eee;
    padding-top: 20px;
}
.color-withe {
	color: #f0f0f0;
}
.speicality-item p {
	font-size: 17px;
}
.icon-card {
    border-radius: .75rem;
    padding: 13px;
    height: 60px;
    width: 60px;
} 
.forgot-link {
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 7px;
}
.font-size-15 {
	font-size: 15px;
	font-weight: 500;
}
.forgot-link.docotr span {
	color: #272b41;
}
.forgot-link.docotr{
	padding-right: 15px;
    padding-top: 8px;
    font-weight: 400;
    font-size: 17px;
    color: #0091C9;
    

}
.doctor-signup{
	font-size: 22px !important;
}
.domond-form{
	transition: .3s all ease-in-out;
}
/* start nav */
.navbar .container {
	position: relative;
}
.logo {
	margin-right: 50px;
	margin-left: 0;
}
.for-doctor {
	position: relative;
	font-size: 17px;
	font-weight: 400;
}
.for-doctor a img {
	height: 30px;
	margin-right:5px ;
	margin-left: 5px;
	width: auto;
}
.for-doctor a span {
	height: 24px;
	width: 1px ;
	background-color: black;
	position: absolute;
	left: -21px;
	top: -1px;
	opacity: .5;
}
.for-doctor a .fa-stethoscope {
	margin-right: 12px;
	margin-left: 12px;
}
.img-pro-plan{
	z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px!important;
    transform: translate(-50%,-50%);
}
.div-pro-plan{
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
  background-color: rgba(192, 192, 192, 0.68);
}
.main-nav > li > a > i {
	font-size: 17px;
	margin-right: 5px;
}
.main-nav .doc {
	display: none;
}
.header-navbar-thr li a.header-login {
     overflow: hidden; border-radius: .75rem;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.header-navbar-rht li a.header-login , .header-navbar-thr li a.header-login {
	 overflow: hidden; border-radius: .75rem;
	border:	2px solid #08425a;
	color: #08425a;
	font-weight: 400;

}
.nav-link {
	margin-left: 0px;
}
.dropdown-menu {
	right: 5px;
	left: auto;
}
.nav-link  .fa-globe-americas {
	font-size: 24px;
	color: #08425a;
	opacity: .9;
}
.main-nav li a, .nav-item  {
	font-size: 17px;
	font-weight: 400;
}
.main-nav.docotr > li > a {
	line-height: 30px;
}
.img-galory {
	transition: .5s ease-in-out;
}
.img-galory:hover {
	filter: brightness(80%);
}
.main-nav.docotr li a, .nav-item  {
	font-size: 15px;
	font-weight: 400;
}
.dropdown-menu .dropdown-item .fa-globe-europe, .dropdown-menu .dropdown-item .fa-globe-africa, .dropdown-menu .dropdown-item .fa-globe-americas {
	margin-right: 5px;
	margin-left: 5px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover , .header-navbar-thr .dropdown-menu .dropdown-item:hover {
	color: #0091C9;
}
.header-navbar-rht li a.header-login:hover , .header-navbar-thr li a.header-login:hover {
	background-color: #0091C9;
	border: 2px solid #0091C9;
	color: white;
}
a:hover {
	color:#0091C9;
	font-weight: 500;
}
.main-nav li a:hover {
	font-weight: 400;
	
}
.sidebar-menu li a {
	font-weight: 400;
	font-size:14px;
}
.fixed-learn{

    color: #333 !important;
    padding: 10px !important;
	border: 1px solid rgb(15, 121 ,166, 0.5);
	border-radius: .75rem;
}
.overfolow-visible {
	overflow: visible !important;
}
.bar-icon span {
	background-color: #08425a;
}
.navbar-nav {
	padding-right: 0;
}
.header-navbar-thr {
    margin: 0;
    margin-right: auto;
    padding: 0;
} 
.header {
	height: auto;
	border-bottom: none;
}
.box-forgetpass {
	margin-top: 90px !important;
	height: 310px;
}
.learn-5{
	position: absolute !important;
    bottom: 0;
    background-color: #0091c9;
	width: 100%;
	height: 50px;
	left: 0;
	align-items: center;
    justify-content: center;
}
/*end nav */
.img-learn {
	width: 32px !important;
}


/* start login */
.c-login div {
	position: relative;
}
.c-login.booking-step div {
	margin-top: 8px;
}
.c-login div .img-9aws {
	position: absolute;
	width: 300px;
	left: 0;
	top: 70px;
}
.login-right {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #fff;
    border: none;
     overflow: hidden; border-radius: 1rem;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(92 ,99 ,105,0.05 );
}
.login-header h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.btn-group-lg>.btn, .btn-lg{
	 overflow: hidden; border-radius: .75rem;
}
.gg {
	margin-bottom: 12px;
}
.login-right form .form-group:nth-child(3) {
	margin-bottom: 30px;
}
.booking-step.login-right form .form-group:nth-child(3) {
	margin-bottom: 8px;
}
.booking-step.login-right {
	margin-bottom: 0;
	padding-bottom: 50px;
}
.btn-primary {
	background-color: #08425a;
	border:2px solid #08425a;
}
.btn-primary:hover {
	background-color: #0091C9;
	border:2px solid #0091C9;
}
.female.sch-doc.booking-step {
	margin-left: 0;
	margin-right: 0;
}
.form-focus .form-control,.form-control {
 padding: 12px ;
}
.form-input {
	 overflow: hidden; border-radius: .75rem;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: transparent;
}
.form-input.textarea {
	position: relative;
	padding-top: 15px;
}
.label-control{
	position: absolute;
	left: 1rem;
	top: .7rem;
	padding: 0 0.25rem;
	background-color: #fff;
	transition: .3s;
	color: #c1c1c1;
}
.label-control.textarea{
	left: 2rem;
	
}
.login-right .dont-have a {
	color: #0091C9 ;
}
.login-right .dont-have {
	font-size: 15px;
}
.login-header h3 a {
	color: #0091C9;
}
.login-header h3 a:hover {
	color: #08425a;
}
.btn-facebook {
	background-color: #fff;
	border: 2px solid #3a559f;
	color: #3a559f;
	transition: all .5s ease-in-out;
	margin-bottom: 10px;
}
.btn-google {
	background-color: #fff;
	border: 2px solid #dd4b39;
	color: #dd4b39;
	transition: all .5s ease-in-out;
}
.clogin .form-group input::placeholder {
	opacity: .6;
}
.span-or {
	text-transform: none;
	top: -2px;
}
.or-line {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.social-login {
	margin-bottom: 20px!important;
	margin-top: 20px!important;
}
.login-or {
	margin-top: 15px;
	margin-bottom: 30px !important;
}

/* start blog*/

.content-blogs .container nav {
	padding-top: 56px;
	margin-bottom: 20px;
	background-color: white !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.btn-outline-success {
	min-height: 46px;
	color: #08425a;
	border: 2px solid #08425a;
	width: 50px;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #0091C9;
	border: 2px solid #0091C9;
	width: 50px;
}
.btn-outline-success:active {
	color: #fff;
	background-color: #0091C9;
	border: 2px solid #0091C9;
	width: 50px;
}
.content-blogs .container nav ul .dropdown-menu {
	min-width: 16rem;
	font-size: 16px;
	padding: .5rem 0;
}
.content-blogs .container nav ul .dropdown-menu i , .spac h2 i {
	margin-right: 10px;
	color: #272b41;
}
.spaca h2 a {
	color: #272b41;
	font-weight:500 ;
}
.content-blogs .container .row .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}
.content-blogs .container .row .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.blog {
    background-color: #fff;
    padding: 0.7rem;
    border: none;
    margin-bottom: 0;
	 overflow: hidden; border-radius: .75rem;
}
.blog-image {
    margin-bottom: 15px;
}
.big-img {
    height: 25rem;
	width: 100%;

}
.blog-image > a, .blog-image img {
	object-fit: cover;
	background-size: cover;	
	height: 100%;
	width: 100%;
	 overflow: hidden; border-radius: .75rem;
}
.blog-image, .blog-image > a, .blog-image img {
	 overflow: hidden; border-radius: .75rem;
}
.sm-img {
    height: 12rem;
    width: 100%;  
}
.sm-img.articc-home {
    height: 9.7rem;
    width: 100%;  
}
.blog.grid-blog {
	padding: 0%;
}
.section-blogs .container .row .col-lg-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-blog .entry-meta li {
	margin-bottom: 16px;
}
.blog-title a:hover , .grid-blog .post-author a:hover {
	color: #0091C9;
}
.blog .blog-content .entry-meta li:nth-child(2) {
    float: right;
}
.blog .blog-content .entry-meta li::before {
    clear: both;
}
.content-blogs .container .row .col-md-4 .blog .blog-content .blog-title a {
    font-size:16px ;
} 
.font-19 {
	font-size:19px !important ;

}
.entry-meta {
	font-weight: 400;
	padding-left: 5px;
	padding-right: 5px;
}
.entry-meta li i {
	margin-left: 5px;
	margin-right: 5px;
	color:#757575

}
.entry-meta li {
	margin-right: 0px;
}
.form-inline .form-control {
	width:280px;
}
/*start blog grid*/
.dd {
	margin-bottom: 30px;
}
.blg {
	margin-bottom: 33px;
	margin-top: 27px;
}

.view-icons a.active  {
	background-color: #0091C9;
	border: 1px solid #0091C9;
}
.view-icons a:hover {
	color: #0091C9;
	border: 1px solid #0091C9;
}
.view-icons a.active:hover{
	color: white;
}
.view-icons a {
	border: 1px solid #ddd;
	color: #08425a;
}
.sortby-fliter {
	width: 110px;
}
.fff .navbar-sortby {
	float: right;
	padding: 0;
}
.fff .navbar-sortby .navbar-nav .nav-link {
	margin-right: 0!important;
	width: 126px;
}
.select ,.col-md-12 .month .btn-secondary.month2 , .btnbtn {
	color: #000;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid #ddd;
	padding: 0 10px;
	height: 46px;
	width: 110px;
	text-align: center;
	 overflow: hidden; border-radius: .75rem;
	transition: all .8s ease-in-out;
	float: right;
}
.col-md-12 .month .month2:hover {
	border: 1px solid #ddd;
	color: #08425a;
}
.spac {
	float: right;
	border: 1px solid #ddd;
	padding: 0 10px;
	height: 46px;
	width: 130px;
	 overflow: hidden; border-radius: .25rem;
	margin-right:.5rem!important;
	transition: all .8s ease-in-out;
	background-color:white;
}
.spac li a, .spac .nav-item {
	color: #08425a;
	line-height: 29px;
	font-size: 15px;
	text-align: center;
	height: 46px;
	width: 100%;
	position: relative;
}
.list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.panel-title {
	margin-top: 15px;
	font-size: 20px;
}
.panel-title {
	margin-bottom: .1rem;
}
.card-body {
	padding: 1.2rem;
}
.dd .blog-content .post-left ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-pagination .pagination li.active a {
	background-color: #0091C9;

}
.post-info h4 a:hover {
	color: #0091C9;
}
.tag:hover {
	background-color: #0091C9;
	border-color:#0091C9
}
.category-widget .categories li a:hover {
	color: #0091C9;
}

.blog-info {
	font-size: 15px;
	color: #757575 !important;
}
.blog-info .post-left ul:first-child {
	float: left;
}
.blog-info .post-left ul:last-child {
	float: right;
}
.blog-content .post-left ul {
	float: right;
}
.blog-content .post-left ul li i {
	color :#08425a;
	font-size: 18px;
}
.read-more {
	color: #08425a;
	font-weight: 500;
}
.list {
	width: 100%;
	height: 12rem;
}
.list-lis {
	width: 100%;
	height: 23rem;
}
.search-bar {
	margin-top: 27px!important;

}
.category-widget .categories > li > a > i {
	color: #08425a;
}
.list-search .form-inline .form-control {
	width: 83%;
}
.list-search .form-inline .form-control :active {
	border: 5px solid #0091C9;
}
.category-widget .categories li a i {
	font-size:18px;
	margin-right: 10px;
	margin-left: 10px;
	color: #08425a;
}
.before-circle {
	border-color: #08425a;
	background-color:rgba(230,230,230,0.8)
}
.exp-year {
	color: #08425a;
}
.service-list ul li::before {
	content: "";
}
.content {
	margin-top: 60px;
}
.form-check-input {
    margin-right: -1.25rem;
}
.form-check {
    padding-right:0.25rem ;
}
.list-group , .post-left ul {
	padding-right: 0;
}
.post-left ul li {
	margin-left: 10px;
	margin-right: 10px;
}
.post-left.team ul li {
	margin-left: 5px;
	margin-right: 5px;
}

.blog-info i {
	margin-left: 5px;
}
/*blog-deatils*/
.details {
	position: relative;
	padding: 0;
} 
.details .ddsa {
	position: relative;
}

.details  .container-fluid {
	padding-left:0;
	padding-right: 0;
}
.details .row {
	padding: 0;
}
.details  .row .dsd {
	height: 450px;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	overflow: hidden;
}
.blog-view {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 2rem;
	 overflow: hidden; border-radius:.75rem;
}
.box-details {
	position: fixed;
	left: 10px;
	top:590px;
	width: 190px;
	flex-wrap: wrap;
	background-color: white;
}
.box-details h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
.sidebar-right .blog-detail-sid {
	padding: 1.2rem;
}
.sugget {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	padding-top: 2rem;
}
.blog-view .blog-title {
	margin: 0 0 20px;
	font-size: 32px;
	color: #272b41;
}
.blog-view .blog-content {
	flex-wrap:wrap ;
}
.blog-view .blog-content h4{
	margin-bottom: .9rem;
	font-size: 23px;
	line-height: 35px;
}
.blog-view .blog-content h4 a {
	color: #272b41;
}
.blog-view .blog-content p {
	font-size: 16px;
	color: #414146;
	padding-left: 35px;
}
.blog-view .post-left ul {
	margin-top: 20px;
	margin-bottom: -10px;
}
.blog-view .like ul i {
	margin-top: 20px;
	margin-bottom: -20px;
	font-size: 22px;
}
.tags-det {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
} 
.tags-det .card-title {
	margin-bottom:27px ;
}
.tag {
	background-color: #f8f9fa;
	border: 1px solid #08425a;
	font-weight: 400;
}
.submit-section {
	text-align: right;
}
.submit-section .btn-primary {
	background-color: #fff;
	color: #08425a;
	border: 2px solid #08425a;
	font-weight: 400;
}
.submit-section .btn-primary.edit {
	padding: 9px 30px;
}
.submit-section .btn-primary:hover {
	background-color: #0091C9;
	border:2px solid #0091C9;
	color: white;
}
h3.h3-yes {
	font-size: 1.4rem ;
}
.btn-yes-no .btn-primary {
	 overflow: hidden; border-radius: .75rem;
}
.btn-yes-no .btn-yes {
	background-color: #0091C9;
	border:2px solid #0091C9;
	color: white;
}
.btn-yes-no .btn-yes:hover {
	background-color: #08425a;
	border:2px solid #08425a;
	color: white;
}
.blog-comments .comment-btn {
	color: #08425a;
}
.social-share > li > a:hover {
	background-color: #0091C9;
	border-color: #0091C9
}
 /*start doctor list */
 .doctor-widget .doc-name , .pro-content .doc-name  {
	font-size: 24px;
	margin-top: 10px;
}
.doctor-img img {
	height: 100%;
	width: fit-content;
	object-fit: cover;
}
.doctor-img {
	display: flex;
	align-items: center;
	margin-right: 0;
}
.doc-info-cont {
	width: 250px;
}
.doc-department {
	color:#0091C9 ;
}
.img-list {
	width: 120px;
	height: 120px;
	 overflow: hidden; 
	 border-radius:50% ;
	
	display: flex;
	align-items: center;
}
.big-jdwal {
	display: flex;
	max-width: 100vw;
	position: relative;
	border-bottom: 1px solid rgb(243, 243, 244);
	margin-right: 6px;
	justify-content:flex-end
}
.jdwal {
	display: flex;
	align-items: center;
	margin: 0px !important;
	width: 425px;
}
.a9aima-jdwal {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.jdwal-box {
	align-items: center;
	display: flex;
	min-height: 40px;
	width: 100%;
	transition: opacity 0.1s ease-in;
	flex-grow: 1;
}
.chang-9aima {
	align-items: center;
	display: flex;
	background: transparent;
	 overflow: hidden; border-radius: 50%;
	border: none;
	flex:0 0 36px ;
	font-size: 15px;
	height: 36px;
	justify-content: center;
	margin: 0px auto;
	outline: none;
	padding: 0;
}
.jdwal-item {
	display: flex;
	width: 100%;
}
.jdwal-hold {
	flex: 1 1 0px;
}
.day-jdwal {
	color: #08425a;
	font-size: 15px;
	text-align: center;
}
.doc-speciality , .doc-department , .available-info {
	font-size: 17px;
	font-weight: 400;
}
.profile-widget .rating {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
}
.month-jdwal {
	color: #08425a;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
}
.chang-9aima {
	color: #08425a;
	margin-right: -10px;
}
.time-box {
	width: 360px;
	margin-left: auto !important;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;

}
.time-sote-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 0;
	overflow: visible;
	padding: 0px;
	width: 360px;

}
.time-sote.md {
	margin-right: 10px;
}
.time-sote-box.md {
	flex-direction: row;
}
.marg-list {
	margin-left: 8px;
}
.time-sote-child {
	display: flex;
	width: 100%;
}
.time-sote-one {
	flex: 1 1 0px;
}
.time-sote {
	line-height: 32px;
    height: 36px;
    width: 77px;
    background-color: #0091C9;
    color: #fff;
    text-align: center;
    justify-content: center;
    display: flex;
     overflow: hidden; border-radius: 0.55rem;
    font: 13px / 1 sharp-sans-semibold, Arial, sans-serif;
    align-items: center;
    cursor: pointer;
    margin: 7px;
    padding: 0px;
    border: none;
}

.time-sote.profile-slots{
	width: 120px;
}
.time-sote.booking-slots-45{
	width: 100px;
}
.time-sote:hover , .time-slot li .timing:hover {
	background-color: #08425a;
	color: white;
	border-color: #08425a;
}
.time-sote-line {
	line-height: 32px;
	height: 36px;
	width: 80px;
	background-color: transparent;
	color:rgb(195, 195, 200);
	text-align: center;
	justify-content: center;
	display: flex;
	 overflow: hidden; border-radius: .75rem;
	font: 13px ;
	align-items: center;
    margin: 7px;
    padding: 0px;
	font-weight: 900;
}
.time-sote-line::before {
	content:"—";
}
.doc-list-user {
	padding-right: 0;
}
.custom-control.ff {
	display: inline-block;
	padding-left: 1.5rem;
}
.doc-department img {
	width: 20px;
	margin-right: 7px;
	margin-left: 7px;
}
.ssaq img {
	position: relative;
	right: 40px;
}
.fa-clock {
	margin-right: 10px;
}
.sleder-time {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
.map-div {
	text-align: right;
	margin-bottom: 60px;
	margin-top: 18px;
	margin-right: 16px;
	width: auto;
}
.bg-light.g {
	background-color: #fff !important;
}
.bg-booking-light {
	background-color: rgb(15, 121 ,166, 0.12) !important;
    color: #0091C9 !important;
}
.doctor-img.dd {
	width: 100%;
	height: 150px;
}
.chat-hight-body {
	height: 400px; 
	overflow-y: auto;
}
.chat-hight-body.messinger {
	overflow-y: visible;
}
.footer-meesinger {
	position: fixed !important;
    width: 57%;
    bottom: 0;
    border-radius: .75rem;
}
.chat-boxd {
	position: fixed; 
	bottom: 0; 
	right: 0; 
	width: 400px;
}
.grid-doctor-list {
	margin-top: 40px;
}
.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
	background-color: #08425a;
	border-color:#08425a ;
  }
.map-listing img{
	width: 100%;
	height: auto;
}
.map-right {
	padding-right: 0;
	padding-left: 0;
	margin-right: -15px;
	margin-left: -15px;
	z-index: 5;
}
.time-sote:active ,.time-sote:focus ,.time-sote:hover{
	color: #fff;
}
.doc-img {
	overflow: visible;
}
.doctor-img.text-center {
	justify-content: center;
}
.img-list.grid {
	height: 180px;
	width: 180px;
}
.pro-content {
	text-align: center;
}
.pro-content .rating {
	justify-content: center;
	align-items: center;
}

.row.time {
	justify-content: center;
}
.row.time a:last-child {
	margin-right: 0 !important;
}
.row.row-sm {
	justify-content: center;
}
.time-sote1 {
	flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
}
.jdwal-mdim.grid {
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);

}
.shadowss {
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);

}
.big-jdwal.grid {
	margin-right: 0;

	height: 40px;
}
.chang-9aima.grid {
	margin-right: 0;
}
.jdwal-item.grid {
	align-items: center;
}
.profile-widget.pt-grid {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.profile-widget.profile-pt {
	border: none;
	background-color: transparent;
}
.doctor-action {
	justify-content: flex-end;
	margin-bottom: 0;
}
.msg-btn:hover, .msg-btn:focus , .msg-btn:active{
	background-color: #0091C9;
	border-color: #0091C9;
	color: white;
}

.rating i.filled , .rating i.fa-fire-alt {
	color: #0091C9;
}
.rating i.fa-fire-alt {
	color: #0091C9;
	margin-right: 10px;
}
.profile-widget .rating i {
	font-size: 16px;
}
.h4-wm {
	font-size: 20px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 26px;
}
.clearfix i {
	opacity: .5;
}
.time-sote-box.doc-pt {
	width: 90%;
	text-align: center;
}
.h4-wm.h4-doc-pt {
	margin-top: 5px;
	color: #3e3e3e;
	font-weight: 550;
	font-size: 22px;
}
.radios-doc-pt {
	display: flex;
	margin-bottom: 10px;
}
.radios-doc-pt .custom-control {
	padding-left: 1.5rem;
}
.big-jdwal-doc-pt {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -25px;
	margin-right:-15px !important ;
	width: 350px;
}
.time-slot li .timing {
	background-color: #0091C9;
	 overflow: hidden; border-radius: .75rem;
	border-color: #0091C9;
	color: white;
	height: 36px;
	line-height: 27px;
}
.booking-schedule {
	border-color: transparent;
}
.comment .avatar-sm , .user-pr .avatar-sm {
	width: 4.5rem;
	height: 4.5rem;
}

.clinic-doc-photo {
	 overflow: hidden; border-radius: .75rem;
	margin-right: 10px;
	width: 12rem !important;
	height: 9rem !important;
	margin-bottom: 10px;
	object-fit: cover;
}
.text-info.user-pr {
	font-size: 16px;
}
.text-info.user-time-pr {
	font-size: 27px;
}
.user-time-a {
	font-size: 14px;
    color: #0091c9;
    font-weight: 600;
	margin-left: -2px;
    margin-right: -2px;
}
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover, .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
	color: #08425a;
}
.dash-card {
	border: none;
}
table.table td h2 a:hover {
	color: #08425a;
}
.bg-primary-light {
	color: #08425a !important;
}
.mr-user {
	margin-right: -20px;
	margin-left: -20px;
}
.user-pr .avatar-sm {
	width: 6rem !important;
	height: 6rem !important;
}
.view-btn {
	color: #0091C9;
	border-color: #0091C9;
}
.book-btn {
	background-color: #0091C9;
	border-color: #0091C9;
}
.book-btn:hover, .book-btn:focus {
	background-color: #08425a;
	border-color:#08425a ;
}
.view-btn:hover, .view-btn:focus {
	background-color: #08425a;
	border-color:#08425a ;
}
.img-list.grid.fav {
	height: 140px;
	width: 140px;

}
.img-profile-doc {
	height: 50px;
    width: auto;
    margin: 10px;

}
.form-group .select.user-set {
	width: 100%;
}
.form-group.forgit {
	text-align: right;
}







/* home page user */
.home-first-box {
	position: relative;
	margin-bottom: 0;
}
.img-searchbar {
	margin-top: 120px;
	margin-right: 20px;
}
.img-searchbar img {
	width: 550px;
	height: 550px;
}
.search-input-home {
	position: absolute;
	top:285px

}
.home-user-h1 {
	font-weight: 600;
    font-size: 47px;
    margin-bottom: 17px;
    line-height: 60px;
    color: aliceblue;
}
.home-user-h4 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 0px;
    line-height: 60px;
    color: aliceblue !important;
}
.home-user-h4:hover {

    color: #08425a !important;
	
}
.img-qs {
    opacity: 0.85;
	width: 100% !important;
}
.border-none {
	border: none;
}
.quest-search {
	position: absolute;
    right: 0;
}
.quest-search.qslkl {
    right: 14px;
}
.div-qa-img {
	height: 700px;
    position: relative;
    overflow: hidden;
    background-color: #0091c9;
}
.home-input {
	width: 100%;
	display: inline-block;
}
.speicality-img img {
	width: 60px;
	height: 60px;
}
.speicality-img span i {
	color: #0091C9;
}
.slick-dots li.slick-active button {
	background-color: #08425a;
}
.bolg-home-user {
	background-color: #fff;
}
.section-specialities {
	padding: 120px 0;
}
.home-blog-section {
	margin-top: 20px;
}
.btn-home-user {
	width: 160px;
}
.btn-home-user:hover {
	width: 160px;
}
.btn-home-user:active {
	width: 160px;
}
.best-doc img {
	width: auto;
	height: 470px;
}
.card.dash-card.user-home {
	margin-bottom: 0;
	padding-bottom: 1.8rem;
}
.dash-card .row {
	margin-left: -5px;
	margin-right: -5px;
}





/*home booking*/
.container-fluid.booking-background {
	padding-left: 0;
	padding-right: 0;
}

.home-booking {
	background-image: url("/static/images/media/new/booking-icons.svg");
	height: 725px;
	padding-top: 250px;
	padding-bottom: 50px;
	margin-bottom: 0;
	background-size: cover;
	overflow: visible;
}
.home-booking-img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}
.home-p {
	color: #08425a;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 1.55rem;
}
.home-booking .box-booking .home-user-h1 {
	color: #0091c9;
	font-size: 70px;
	font-weight: 600;
}
.div-img-jop {
    height: 330px;
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
}
.home-user-blog {
	margin-bottom: 110px;
}
.doc-best {
	margin-top: auto;
	margin-bottom: auto;
}
.search-booking-user {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
ul.search-booking-user {
	list-style: none;
	background-color: white;
	 border-radius: 12px;
	padding-left: 0;
	padding-right: 0;
	height: 71px;
}
.form-booking .input-booking.list-input-book {
	border: none;
}
.booking-drop {
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	border-right: 2px dashed #0091C9;
	padding: 10px 30px;
	padding-bottom:4px;
	text-align: left;
	transition: all .8s ease-in-out;
}
ul.search-booking-user.book-list {

	box-shadow:1px 1px 6px rgba(0, 0, 0, 0.1) ;
}
.booking-drop.booking-list {
	padding: 10px 30px 0; 
}
.booking-drop h4 {
	color:#272b41;
}
.btn-secondary {
	background-color: #0091C9;
}
.panel.panel-default{
	background-color: white;
	 overflow: hidden; 
	 border-radius: .75rem;
	 
}
.panel.panel-default.ww{
	background-color: transparent !important;
}
.panel-dd {
	height: 200px;
}
.panel.panel-default.quest{
	background-color: white;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.04) ;
	 overflow: hidden; border-radius: .75rem;
}
.panel.panel-default.slotss{
	box-shadow: none ;
}
.img-down{
	height: 20px;
	width: auto;
}
.dropright .dropdown-toggle::after {
	margin-left: 10px;
}
.btn-secondary:hover {
	background-color: #08425a;
	border-color: #08425a
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle ,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
	background-color: #08425a;
	border-color: #08425a;	
}
button:visited {
	background-color: #0091C9;
}
.input-booking {
	height: 100%;
	border-radius: 0;
}
.btn-booking img{
	height: auto;
	width: 25px;
	
}
.btn-booking {
	height: 100%;
	width: 70px;
	overflow: hidden; border-radius: 0 11px 11px 0;
	background-color: #08425a;
	transition: all .5s ease-in-out;
}
.btn-booking:hover {
	height: 100%;
	width: 70px;
	overflow: hidden; border-radius: 0 10px 10px 0;
	opacity: .9;
}
.btn-booking:active {
	height: 100%;
	width: 70px;
	 overflow: hidden; border-radius: 0 10px 10px 0;
	opacity: .9;
	
}
.btn-booking i {
	color: white;
	font-size: 26px;
}
.btn-booking.doc-list {
	background-color: #0091C9;
	border-color: #0091C9;
}
.booking-search {
	width: 250px;
	height: 100%;
}

.form-inline .input-booking {
	width: 240px;
	border-color: transparent !important;
}
.bookkk .speicality-item p {
	margin: auto;
	margin-top: 15px;
}
.bookkk {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.bookkk .speicality-item .speicality-img {
	height: 150px;
	width: 150px;
}
.booking-user.home-user-blog {
	margin-top: 70px;
}
.booking-qa {
	width: 100%;
	margin-top: 20px;
}
.booking-aq-h4 {
	border-radius: .75rem;
	color: #08425a !important;
	font-size: 16px;


}
.booking-aq-h4 a {
	color: #08425a !important;
}
.input-qa {
	margin-top: 20px;
	margin-bottom: 20px;
	 overflow: hidden; border-radius: .75rem;
	width: 72%;
	height: auto;
}
.btn-book {
	margin-top: -65px;
	float: right;
	min-height: 47px;
}
.form-control.doc-list {
	border: none;
}
.heigh-list-doctor {
	min-height: 1470px;
}
.heigh-grid-doctor {
	min-height: 1716px;
}
.dropdown-menu.list-drop {
	max-width: 15rem;
}
.dropdown-menu.list-drop.phone-drop-list {
	max-width: 100%;
	min-width: 100%;
	top: 0px;
    left: 0;
    right: 0;
}
.map-btn:hover , .map-btn:active {
	color: #fff;
}



/*doctor big*/
.doc-big h2 {
	font-size: 42px;
	font-weight: 550;
}
.cont-big {
	position: relative;
}
.img-big-9aws {
	position: absolute;
	right: 0;
	top: -60px;
}
.img-big-9aws.left {
	position: absolute;
	left: 0;
	top: -140px;
}
.img-big-9aws.pc {
	position: absolute;
	right: 0;
	top: 360px;
}
.img-big-9aws img {
	width: 500px;
	height: auto;
}
.img-big.best-doc {
	padding-left: 10%;
}
.img-big.salider {
	padding-left:0
}
.img-big.best-doc img {
	width: 500px;
	height: 500px;
}
.img-big.salider img {
	width: 560px;
	height: auto;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: flex;
}
.doc-big.salider h2 {
	font-size: 36px;
}
.carousel-control-prev-icon {
	background-image:url(../media/Group\ 258.svg)
}
.carousel-control-next-icon {
	background-image:url(../media/Group\ 257.svg)
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 30px;
	height: 30px;
}
.height-30 {
	height: 30px;
}
.carousel-indicators li {
	background-color: #08425a;
}
.img-salider {
	position: absolute;
	left: -60px;
	top: -25px;
}
.img-salider img {
	width: 950px;
	height: 950px;
}
.doc-best.salider {
	padding-right:30px
}
.servs-doc img {
	height:150px ;
	width: 150px;
}
.servs-doc .h4-wm {
	font-size: 26px;
	color: #08425a;
	margin-top: 70px;
}
.servs-doc {
	margin-top: 120px;
}
.servs-doc p {
	color: #757575;
	font-size: 15px;
}
.img-servs-doc {
	position: absolute;
	left: 0px;
	top: 662px;
}
.img-servs-doc img {
	width: 350px;
	height: 350px;
}
.img-servs-doc-1 {
	position: absolute;
	right:0;
	top: -35px;
}
.img-servs-doc-1 img {
	width: 900px;
	height: 900px;
}
.card.doc-best {
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1) ;
	width: 100%;
	 overflow: hidden; border-radius: .75rem;
	padding: 40px 30px;
}
.mt-5-s {
	margin-top:15rem
}
footer.big-doc {
	background-color: transparent;
}
.ul-footer {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
}
.ul-footer li span {
	color: #272b41;
}
.footer .footer-bottom .big-doc p {
	color: #272b41;
}
.footer .footer-bottom .copyright.big-doc {
	border-top-color: #A0A0A0;
}
.footer .footer-bottom .copyright {
	border-top-color: #00000012 !important;

}
.mt-6 {
	margin-top: 5rem;
}
.col-md-12 .big-doc.year {
	width: 33.98%;
}
.col-md-12 .big-doc.year.sighn-up {
	width: 33%;
}
.btn-big-doc {
	height: 50px;
	width: 180px;
	background-color: #08425a;
	color: #fff;
	 overflow: hidden; border-radius: .75rem;
} 
.btn-big-doc:hover , .btn-big-doc:active {
	height: 50px;
	width: 180px;
	 overflow: hidden; border-radius: .75rem;
}

/*start footer*/
.footer {
	background-color: #0091C9;
}
.footer .footer-widget .footer-logo {
	margin-bottom: 0;
}
.footer .footer-widget .loging {
	margin-bottom: 16px;
}
.footer .footer-widget .footer-logo a img {
	width: 17rem;
	height: auto;
}
.footer .footer-widget .footer-logo a img.booking-steps-img {
	width: 11rem;
	height: auto;
}
.footer-about-content {
	margin-top: 10px;
	text-align: left;
}
.footer .social-icon ul li {
	margin-right: 13.5px;
	margin-left: 13.5px;
}
.footer .social-icon ul li:last-child {
	margin-right: 13.5px;
	margin-left: 13.5px;
}
.footer .social-icon ul li:first-child {
	margin-right: 13.5px;
	margin-left: 0;
}
.footer .footer-menu ul li a::before {
	content:""
}

.policy-menu li a:hover, .policy-menu li a:focus {
	color: #08425a;
}
.row .col-md-3 .dropright .btn {
	color: white;
	font-size: 15px;
	line-height: 15px;
	border: 1px solid white;
	padding: 15px 30px;
	margin-top: 11px;
	width: 166px;
	margin-bottom: 5px;
	text-align: center;
	 overflow: hidden; border-radius: .75rem;
}
.dropdown-menu {
	text-align: center;
	border-radius: .75rem;
}
.dropdown-item {

	border-top: 1px solid #e3e3e3;
}
.dropdown-item:first-child {

	border-top:none;
}
.data-base:hover,.card.pt-grid:hover,.quest-btn-hover:hover,.hover-card:hover ,.hover-gg:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}
.hover-card:hover  {
	background-color: #efefef;
	cursor: pointer;
}
.quest-btn-hover:hover  {
	color: #757575;
}
.opacity-0 {
	opacity: 0;
}
.readfiles {
	background-color: #dddddd73;
}
.navbar-light .navbar-nav .nav-link {
	color: #08425a;
	font-size: 15px;
	line-height: 26px;
	border: 2px solid #08425a;
	height: 46px;
	width: 166px;
	text-align: center;
	 overflow: hidden; border-radius: .75rem;
	margin-right:.5rem!important;
	transition: all .8s ease-in-out;
}
.nav-link.list-all-pt {
	color: #08425a;
	font-size: 15px;
	line-height: 15px;
	border: 2px solid #08425a;
	padding: 15px 30px;
	height: 46px;
	width: 150px;
	text-align: center;
	 overflow: hidden; border-radius: .75rem;
	margin-right:.5rem!important;
	transition: all .8s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:white ;
	background-color: #0091C9;
	border: 2px solid #0091C9;
}
.navbar-light .navbar-nav .nav-link:active{
	color:white ;
	background-color: #0091C9;
	border: 2px solid #0091C9;
}
.min-hight-search {
	min-height:190px ;
}
.btn-secondary {
	background-color: #0091C9;
}
.dropright .dropdown-toggle::after {
	margin-left: 10px;
}
.btn-secondary:hover {
	background-color: #08425a;
	border-color: #08425a
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle ,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
	background-color: #08425a;
	border-color: #08425a;	
}
button:visited {
	background-color: #0091C9;
}
.footer .social-icon ul li a .fa-facebook-f {
	margin-left: 10px;
}
.footer .social-icon ul li a:hover{
	color: #08425a;
}
/*end footer */









/*start doctor*/

/*start navbar*/
/*start saidbar*/
/* start our pricing */
.input-date{
	border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	background-color: #fff;
	color: #272b41;
}
.card-hold{
	background-color: white;
	 overflow: hidden; border-radius: .75rem;
}
.hd-price {
	background-color: #0091C9;
	height: 450px;
}
.h2-price h2 {
	font-family: Roboto;
	font-size: 64px ;
	color: #fff;
	margin-top: 2rem !important;
}
.nav-link.hd-price-drop .fa-globe-americas {
	color: #fff;
} 
.h2-price p {
	font-family: Roboto;
	font-size: 20px;
	color: #fff;
	margin-top: 2rem !important;
}
.hd-hader-pr {
	background: #0091C9;
	border-bottom: #0091C9;
}
.price-card {
	margin-top: -100px;
	display: flex;
	align-items: center;

}
.card {
 overflow: hidden; 
 border-radius: .75rem !important;
}

.card.backdoc {
 overflow: hidden; 
 border-radius: 0 0 .75rem .75rem !important;
}
.card.profile-bic {
	overflow: visible !important; 
}
.daimond-box {
	height: 530px;
	box-shadow:5px 5px 15px rgba(0, 0, 0, 0.2) ;
	padding-top: 45px;
	background-color: #08425a;
	color: white;
	position: relative;
}
.daimond-box h2 , .daimond-box h1 , .daimond-box h1 sup , .daimond-box h4{
	color: white;
}
.price-box h4.old-price {
	text-decoration: line-through;
	margin-bottom: 10px;
	
}
.hot {
	position: absolute;
	top: -20px;
	right: 10px;
	height: 40px;
	width: 100px;
	font-size: 20px;
	line-height: 40px;
	background-color: #16B0F2;
	 overflow: hidden; border-radius: .75rem;

}
.hot.hot-normal {
	background-color: #F25E2E;
	color: white;	
}
.price-box {

	box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1) ;	
}
.price-box h2 {
	font-size: 1.75rem;
	line-height: 65px;
	font-family: Roboto;
}
.price-box h1 {
	font-size: 3rem;
	font-weight: 550;
	line-height: 80px;
	font-family: Roboto;
}
.price-box h1 sup {
	font-size: 1.25rem;
	font-weight: 300;
	top: -1.5em;
	font-family: Roboto;
}
.price-box h4 {
	font-size: 1.25rem;
	font-weight: 300;
	font-family: Roboto;
	margin-bottom: 30px;
}
.price-box p.lead {
	font-size: 0.925rem;
	font-weight: 300;
	font-family: Roboto;
	margin-bottom: .7rem;
}
.btn-price-box , .btn-price-box:hover , .btn-price-box:active {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.btn-price-active {
	background-color: #16B0F2;
	color: white;
	border-color: #16B0F2;
}
.i-price-box i {
	background-color: #f0f0f0;
	 overflow: hidden; border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.svg-price {
	margin-top: 20px;
}
.daimond-box .old-price {
	color: #16B0F2;
}
/* artticle home doctor*/
.Health-feed-h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 80px;
	margin-bottom: 0;
	padding-left: 15px;
}
.list.pub-blog {
	height: 9.5rem;
	margin-bottom: 15px;

}
.grid-blog .blog-title.pub-blog {
	font-size: 16px;
}
.blog-content .post-left.pub-blog ul:first-child {
	float: left;

}
.blog-content .post-left.pub-blog ul:last-child {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.pub-blog-h4 {
	line-height: 62px;
	display: inline-block;
}
.title-pub-blog {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.draft-blog {
	border-bottom: 1px solid #eeeeee;
}

/* write article*/
.title-article {
	height: 100px;
	border: none;
	font-size: 26px;
	border-bottom: 1px solid #eee;
	 overflow: hidden; border-radius: .25rem .25rem 0 0;
}
.modo3  {
	border: none;
	font-size: 18px;
}
.btn-home-user.save {
	 overflow: hidden; border-radius: .75rem;
	min-height: 45px;
	height: 45px;
	width: 150px;

}



/*user signup booking*/
.content.booking-signup {
	margin-top: 0;
}
.doc-sign-smll {
	margin-right: 20px;
}
.doc-sign-smll img {
	height: 120px;
	width: 120px;
	 overflow: hidden; border-radius:50% ;
	 object-fit: cover;
}
.social-login .btn-facebook:hover, .social-login .btn-facebook:focus {
	background-color: #37538d;
	border-color: #37538d;
	transition: all .1s ease-in-out;
}
.social-login .btn-google:hover, .social-login .btn-google:focus {
	background-color: #c94736;
	border-color: #c94736;
	transition: all .1s ease-in-out;
}




/*start dashbord doctor*/
.hd-doctor .header-left a img {
	height: 38px;
	max-height: auto;
}
.hd-doctor .header-left {
	padding: 1%;
	text-align: left;
}
.mnth1 {
	text-align: left;
	padding-left: 15px;

}
.doctor-dashbord {
	margin-top: 70px;
}
.doctor-dashbord .container  .row .col-xl-3 {
	padding-right: 0
}
.change-photo-btn {
	background-color: #0091C9;
	 overflow: hidden;
	 border-radius: 10px;
	font-weight: 500;
	padding: 0;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
label  {
	display: block;
}
 .col-md-12 .day{
	width: 25%; 
	display: inline;
	float: left;
	margin-right: 12px;
}
.col-md-12 .days{
	width: 25%; 
	display: inline;
	float: left;
	margin-right: 12px;
}
 .month {
	min-height:45px;
}
.month .btn-secondary {
	background-color: #fff;
	color: #333;
}
 .month .btn-secondary:hover {
	border-color:#0091C9 ;
	color: #0091C9;
}
.month .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle , .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	background-color: #fff;
	color: #08425a;
}
.dash-card .row.fam, .row.fam {
	margin-right: 0;
	margin-left: 0;
}
.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
	color: #0091c9;
}
.dashboard-menu > ul > li:nth-child(1) {
	border: none;
}
.dashboard-menu > ul > li.ssapps:nth-child(1) {
	border-bottom: 1px solid #f0f0f0 !important;
}
.unread-msg {
	background-color: #e80000;
	color: #fff;
}
.add-more {
	float: right;
	margin-bottom: 30px;
	margin-top: 20px;
}

.add-more a {
	padding: 12px 30px;
	font-size: 16px;
	min-width:100px;
	 overflow: hidden; border-radius: .75rem;
	background-color: #fff;
	color: #08425a;
	border: 2px solid #08425a;
	font-weight: 500;
}
.add-more :hover {
	background-color: #0091C9;
	border-color: #0091C9;
	color: white;
}

.form-control:focus +.label-control {
	color: #0091C9;
	top:-0.75rem ;
	left: .8rem;	
	z-index: 5;
}
.form-control:focus +.label-control.textarea {
	left: 2rem;	
}
.img-post {
	max-height: 700px;
    max-width: fit-content !important;
	margin-right: auto;
	margin-left: auto;
}
.form-input:not(:placeholder-shown).form-input:not(:focus)+.label-control{
	top:-0.75rem ;
	left: .8rem;
	z-index: 5;
}
.pub-doc{
	position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
    height: auto;
    top: 85px;
    width: 91%;
    background-color: #dfeef6;
    border: none;
}
.pub-doc.scc {
	background-color: #a5ffbb;
    border: none;
}
.pub-doc.scc h4 , .pub-doc.scc p {
    color: #155724 !important;
}
.pub-doc.wor {
	background-color: #fffabb;
    border: none;
}
.pub-doc.deg{
	background-color:#f8d7da;

}
.pub-doc.deg h4 , .pub-doc.deg p {
    color: #721c24 !important;
}

.form-control.textarea:focus +.label-control {
	color: #0091C9;
	top:-0.75rem ;
	left: 1.8rem;	
	z-index: 5;
}
.form-input.textarea:not(:placeholder-shown).form-input.textarea:not(:focus)+.label-control{
	top:-0.5rem ;
	left: 1.8rem;
	z-index: 5;
}

.img-edit{
	position: relative;
	height: 350px;
	width: 100%;
	overflow: hidden;
	 overflow: hidden; border-radius: .75rem;
}
.btn-edit {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
	background-color: #08425a;
	color: #fff;
}
.dropzone {
	min-height: 300px;
	padding:20px;
	align-items: center;
	justify-content: center;
} 
.write-article{
	display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
	right: 0;
	left: 0;
    z-index: 1000;
    background-color: #fff;
	padding: 20px 50px;
	box-shadow: 0px -4px 3px rgb(0 ,0 ,0 , 5%);
}
.draft {
	border-color: #fff;
	font-weight: 500;
    text-decoration: underline;
	width: auto;
}
.draft:hover,.draft:active {
	width: auto;
}
.mark-down {
	display: flex;
	align-items: center;
	justify-content: center;
	 overflow: hidden; border-radius: .75rem;
	height: 40px;
	width: 40px;
	border: 1px solid #eee;
	margin-right: 5px;
	margin-left: 5px;
}
.mark-down i {
	 color: #272b41;
}
.mark-down:hover{
	background-color: #0091C9;
	border-color: #0091C9;
}
.mark-down:active{
	background-color: #08425a;
	border-color: #08425a;
}
.mark-down:hover i {
	color: #fff;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{
	cursor: pointer;
}
.dropzone .dz-message {
	text-align: center;
	margin: 2rem 0;
}
.user-menu .dropdown-menu {
	max-height: 550px;
	border-radius: .75rem;
	overflow: hidden;
}
.user-menu .dropdown-menu.learn-dd {
	width: 240px;
}
.notifications .noti-content {
	min-height: 500px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
	background-color: #fff;
}
.submit-btn-bottom .next {
	 overflow: hidden; border-radius: 15px;
	background-color: #08425a;
	border-color:#08425a;
	color: #fff;
	margin-left: 15px;
	margin-right: 10px;
}
.row .col-md-3 .dropright .btn:active, .row .col-md-3 .dropright .btn:visited, .row .col-md-3 .dropright .btn:focus {
background-color: #08425a;
}
.skip {
	 overflow: hidden; border-radius: 15px;
}
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
	background-color: #0091c9;
	border: 2px solid #0091c9;
}
.custom-control-input:checked~.custom-control-label::before {
	background-color: #08425a;
	border-color: #08425a;
}
.accept-doc {
	position: relative;
}
.accept-doc .nav-link {
	position: absolute;
	top: 15px;
	right: 0;
}
.accept-doc .nav-link {
	padding: .5rem;
}
.name-docs {
	line-height:30px ;
	margin-top: 25px;
}
.sidebar .sidebar-menu > ul > li > a span {
	margin-right: 10px;
	font-weight: 500;
    font-size: 15px;
}
.sidebar-menu > ul > li > a {
	padding: 6px 10px;
	border-radius: .75rem;
}
.sidebar-menu > ul > li > a.color-black {
	color: #272b41 !important;
}
.sidebar-menu > ul > li  {
	margin-bottom: 5px;
}
.sidebar-menu ul li a img {
	width: 28px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    -webkit-appearance: none;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	z-index: 4100;
	height: 100%;

    width: 100%;
    padding: 0px;
    margin: 0px;
}
.border-calender {
	border: 1px solid #eee;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	position: relative;

}
.transition-text {
	transition: all 0.4s ease-in-out !important;
}

.sidebar {
	width: 80px;
	overflow: hidden;
}
/*
.sidebar:hover {
	overflow-y: scroll;
}*/
.scrollbarcustom::-webkit-scrollbar {
    width: 10px;
  }

.scrollbarcustom::-webkit-scrollbar-track,html::-webkit-scrollbar-track {
    background: rgb(219, 219, 219);
    border-radius: 10px;
}

.scrollbarcustom::-webkit-scrollbar-thumb ,html::-webkit-scrollbar-thumb {
    background: rgb(165, 165, 165);
    border-radius: 10px;
  }

.scrollbarcustom::-webkit-scrollbar-thumb:hover ,html::-webkit-scrollbar-thumb:hover  {
    background: rgb(177, 177, 177);
    border-radius: 10px;
  }

.scrollbarcustom::-webkit-scrollbar-thumb:active,html::-webkit-scrollbar-thumb:active {
    background: rgb(136, 136, 136);
    border-radius: 10px;
  }
.img-scrren {
	width: 58.85%;
    margin: auto;
    top: 50px;
    left: 0;
    right: 0;
    border-radius: 1.8rem;
}
.img-scrren.zprofile {
	width: 61.85%;
    margin: auto;
    top: 57px;
    left: 0;
    right: 0;
    border-radius: 1.8rem;
}
.position-unset {
	position: unset !important;
}
.withhaeder {
	width: 80px !important;
}
.report-prypud{
	color: #08425a !important;
    font-size: 16px !important;
}
.sidbar-sm-logo {
	width: 80px;
	height: 60px;
	padding-right: 12.5px;
	padding-left: 12.5px;
	padding-top: 8px;
}
.sidbar-big-logo {
	width: 240px;
	height: 60px;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	justify-content: start;
}
.submit-section.col-1  {
	margin-top: 10px;
}
.submit-section.col-1 .submit-btn {
	min-width: 100%;
	padding: 12px 14px;
	background-color: transparent;

}
.chat-cont-right .chat-footer .input-group .input-group-append .msg-send-btn:active {
	background-color: #0091c9;
}
.input-group-prepend.file-sends:active {
	background-color: #f1f1f1 !important;
	border-radius: 50%;
}
.sidbar-big-logo img {
	width: auto;
	height: 75px;
}
.sidbar-sm-logo img {
	width: 60px;
	height: auto;
}
.span-sidebar {
	width: 0px;
	overflow: hidden;
	display: none !important;
}
.span-sidebar.opened {
	width: auto;
	display: block !important;

}
.sidebar.opened {
	width: 240px;
}
.profile-edit {
	float: right;
	color: #A0A0A0;
}
.profile-edit:hover , .profile-edit:active {
	color: #666;
}
/* sign up info*/
.stapaa {
	margin-bottom: 50px;
	text-align: center;
}
.staps {
	text-align: center;
}
.staps1 {
	text-align: center;
	margin-bottom: 0;
}
.staps div {
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
	color: #08425a;
	font-weight: 700;
	background-color: #eeeeee;
	z-index: 1;
}
.staps1 .box-staps {
	border: 1px solid rgb(255, 255, 255);
	height: 10px;
	width: 220px;
	margin: auto;
	margin-top: -35px;
	background-color: #eeeeee;
	z-index: 2;
}
.staps1 .box-staps .first-stap {
	background-color: #08425a;
	color: #fff;
	width: 45px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.staps1 .box-staps .first2-stap {
	background-color: #08425a;
	color: #fff;
	width: 90px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.staps1 .box-staps .first3-stap {
	background-color: #08425a;
	color: #fff;
	width: 120px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.staps1 .box-staps .scend-stap {
	background-color: #08425a;
	color: #fff;
	width: 200px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.staps1 .box-staps .thrd-stap {
	background-color: #08425a;
	color: #fff;
	width: 300px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.stap {
	height: 50px;
	width: 50px;
	 overflow: hidden; border-radius: 50%;
	border: 1px solid #fff;
	line-height: 50px;
}
.staps .one {
	background-color: #08425a;
	color: #fff;

}
.cancel-btn {
	background-color: #fff;
	border-color: #0091C9;
	color: #0091C9;
}

/*edit schedule */
.schedule-nav .nav-tabs li {
	margin:5px 10px 5px 0
}
.schedule-nav .nav-tabs li a.active {
	background-color:#08425a;
	border-color: #08425a!important;
	color:#fff;
	border-radius: .25rem;
}
.nav-tabs.nav-justified > li > a {
	 overflow: hidden; border-radius: 0px;
}
.nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-color: #08425a;
	font-size: 16.5px;
	color: #08425a;
	padding-bottom: 7px;
	font-weight: 500;
}
.off-day {
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.off-day h4 {
	display: inline;
	float: left;
	line-height: 43px;
	margin-right: 10px;
	font-size: 16px;
}
.doctor-btn {
	float: right;
}
.doctor-btn.doctor-ee {
	float: none;
}
.add-time .edit-link {
	color: #08425a;
	font-size: 24px;
}
a:hover, a:active, a:focus {
	color: #0091C9;
}
.doctor-btn .btn-secondary {
	background-color: #fff;
	color: #333;
	border:1px solid #ddd;
	 overflow: hidden; border-radius: .75rem;
	width: 320px;
	height: 50px;

}
.doc-slot-list {
	width: 18% ;
	height: 40px;
	line-height: 29px;
	padding: 6px 10px;
}
.time-sch {
	text-align:center
}


/*frmlya chaekbox*/
.frmlya {
	margin-bottom: 20px;
}
.labelcla {
	display: inline-block;
	position: relative;
	top: 15px;
	left: 5px;
	right: 5px;
}
.checktoggle {
	display: inline-block;
}
.custom-control {
	padding-left: 0px;
}
.custom-control.doc-set {
	height: 50px;
    width: 100%;
    border: 1px solid #ddd;
     overflow: hidden; border-radius: .75rem;
    align-items: center;
    padding-left: 50px;
}
.custom-control-label::before {
	right: -1.25rem;
}
.custom-control.doc-set.sch-e {
	padding-left: 0px;
}
.female.sch-doc {
	margin-right: 0rem;
	margin-top: 0 !important;
}
.col-md-12 .mb-0 .female.doc-set {
	margin-right: 0px;
	margin-left: 0px;
}
.status-toggle {
	align-items: center!important;
} 
.float-btn {
	float: right;
}
.male-doc {
	margin-left: 10px;
}
/*footer doctor*/
.footer-doctor {
	background-color: #08425a;
}
.footer-doctor .footer-bottom .container .copyright .row .col-md-6 .footer-widget .footer-logo a img {
	width: 13rem;
	
}
.col-35 {
	flex: 0 0 32%;
    max-width: 32%;
}
.col-55 {
	flex: 0 0 49% !important;
    max-width: 49% !important;
}
.col-25 {
	flex: 0 0 20% !important;
    max-width: 20% !important;
}

/* home doctor */
.header .doc-sid-img {
	background-color: #08425a;
}
.header .header-left .logo img {
	max-height: 77px;
}
#toggle_btn {
	padding: 0;
}
.mini-sidebar .header-left .logo-small img {
	max-height: 50px;
}
.name-doc {
	display: inline-block;
	line-height: 40px;
	font-weight: 500;
}
.user-menu.nav > li > a {
	padding: 0 8px;
}
.user-menu.nav > li > a.new-btnn:hover, .user-menu.nav > li > a.new-btnn:focus {
	background-color: transparent;
}
.user-menu.search {
	float: left;
	width: 400px;
	padding: 10px 0 0 35px !important;
}
.img-article-vu {
	width: auto !important;
	height: 20px !important;
	margin-left: 5px;
	margin-right: 5px;
}

.img-quest-vu {
	width: 40px !important;
	height: 40px !important;
	object-fit: cover;
}
.img-report-vu {
	height: 40px !important;
	width: auto !important;
}
.opecity-50 {
	opecity: 50% !important;
}
.header-commenty {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}
.img-div-home {
	height: 26px !important;
}
.border-ss {
	border: 1px solid #dddddd;
	border-radius: .75rem;
}

.header-commenty.active {
	border-bottom: 2px solid #08425a;
   
}
.img-quest-div {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	overflow: hidden;
}
.img-quest-doc {
	width: auto !important;
	height: 65px !important;

}
.img-quest-doc-div {
	width: 65px !important;
	height: 65px !important;
	border-radius: 50%;
	overflow: hidden;

}
.img-chat-doc-div {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	overflow: hidden;

}
.img-chat-doc {
	width: auto !important;
	height: 50px !important;

}
.folow-new {
	border-radius: 50%;
	background-color: #e800009c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	width: 35px;
	height: 35px;
	padding-top: 5px;
}
.folow-new.ss {
	width: 25px;
	height: 25px;
	font-size: .9rem;
}
.img-quest-spec {
	width: auto !important;
	height: 24px !important;
}
.img-article-vu1 {
	height: 17px;
	width: auto;

}
.height-200 {
	height: 200px !important;
}
.card-booking {
	background-color: #0091c914;
    border: 2px dashed #0091c9ad;
}
.h4-quest {
	margin-top: 25px;
    color: #08425a;
    font-weight: 500;
}
.quest-btn {
	margin-top: 24px;
	margin-bottom: 24px;
	height: 45px;
	border-top: 1px solid #ddd;
	padding: 5px;
	padding-top: 0;
}
.all-ansers-btn ,.all-ansers-btn:active,.all-ansers-btn:focus{
	color:#fff;
	font-size: 15px;
	margin-bottom: 0;
	padding: 10px 10px !important;
    background-color: #0091c9;
    border-radius: .75rem;
}
.all-ansers-btn:hover {
	color:#fff;
	background-color: #08425a;


}
.all-ansers-btn.asks ,.all-ansers-btn.asks:active,.all-ansers-btn.asks:focus{
	color:#08425a;
	font-size: 18px;
	margin-bottom: 0;
	padding: 15px 20px !important;
	text-decoration: underline;
	background-color: transparent;
}
.all-ansers-btn.asks:hover {
	color:#08425a;
	background-color: transparent;

}
.box-change-photo-profile{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 50%;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.img-change-icon{
	z-index: 10000;
    position: absolute;
    border-radius: 0 !important;
    height:35px !important;
    width: 35px !important;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
 
.all-ansers-btn.img-h4 {
	font-size: 16px;

}
.transform-180 {
	transform: scaleY(-1);
}
.transform-180x {
	transform: scaleX(-1);
}
.transform-90 {
	transform: rotate(90deg);
}
.quest-holder {
	padding: 1.5rem !important;
}
.quest-spec span {
	height: 16px;
	color: #084250;
}
.anser-doctor {
	background-color: #0091c929;
    border-radius: .75rem;
    padding: .8rem;
}
.anser-body {
    font-size: 16px;
    font-weight: 500;
    color: #050505d1;
}
.back-quset {
	background-color:rgb(249 ,249, 249) !important ;
}
.quest-btn p {
	width: 50%;
	color: #65676b;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.quest-btn p span {
	height: 16px;
    margin-left: 5px;
	margin-right: 5px;

}
.img-article-vu3 {
	height: 14px;
	width: auto;
	
	

}
.no-img {
	height: auto;
	width: 100%;

}
.img-article-vu2 {
	height: 19px !important;
	width: auto !important;

}
.img-article-vu5 {
	height: 20px !important;
	width: auto !important;

}
.user-menu.nav > li > a > img {
	width: 30px;
}
.user-menu.nav > li > a .badge {
	background-color: #e80000;
	line-height: 15px;
	min-width: 20px;
	min-height: 15px;
	top: 12px;
	font-size: 12px;
}
.selct-booking{
	width:100%;
	background: none;
	border: none;

}
.user-menu.nav li:nth-child(3) {
	margin-right: 10px;
	margin-left: 10px;
}
.patient-details h5 {
	font-size: 14px;
}
.cover-doc {
	width: 100%;
	height: 225px;
	text-align: center;
	align-items: center;
	overflow: hidden;
	padding: 0;
}
.cover-doc img {
	width: 100%;
	margin-top: -30px;
}
.cover-doc.cover-doc-pt img {
	width: 100%;
	margin-top: -90px;
}
.cover-doc h1 {
	line-height: 205px;
	font-size: 56px;
}
.photo-doctor img {
	height: 200px;
	width: 200px;
	object-fit: cover;
}
.img-profile-div {
	height: 200px;
    width: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: -90px;
	background-color: #fff;
}
.photo-doctor .name-doc {
	margin-top: 10px;
}
.card-table .table td, .card-table .table th {
	text-align: left;
}
.card-table .table td, .card-table .table th:first-child {
	border-top: none;
}
.avatar-sm {
	width: 7.5rem;
	height: 7.5rem;
    margin-right: 1.5rem;
    
}
.text-info, .dropdown-menu > li > a.text-info {
	color: #0091C9!important;
	font-size: 24px;
	font-weight: 550;
}
.bg-info-light {
	color:#0091c9!important;
	background-color:#0091c938 !important;
}
.bg-scss-light-book {
	background-color: #28a74512 !important;
}
.bg-cancle-light-book {
	background-color: #e63c3c0d !important;
}
.time-docd {
font-size: 17px !important;
}
.h4-doc {
	font-size: 1.525rem;
}
.add-pat h5 {
	font-size: 1.2rem;
	color: #08425a;
}

.morris-hover {
	position: absolute;
	z-index: 1000;
}
.morris-hover.morris-default-style {
	 overflow: hidden; border-radius:10px;
	padding: 6px;
	color:#666;
	background: rgba(255,255,255,0.8);
	border: solid 2px rgba(230,230,230,0.8) ;
	font-size: 12px;
	text-align: center;
}
.fa-map-marker-alt {
	margin-right: 10px;
}
.fa-user {
	margin-right: 9px;
}
.fa-user-plus {
	margin-right: 5px;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 100%;
}
.dropdown-menu.filter {
	width: 100%;
}
.map-btn {
	position: absolute;
	top: 1px;
	right: 0;
	padding: 10px;
	z-index: 10001;
	color: #fff;
}
.filter-btn {
	right: 35px;
}
.sort-btn {
	right: 76px;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #ddd;
}
.dropdown-item.input {
	height: 48px;
	padding-right: 10px;
	padding: 0;
	font-size: 16px;
}
.page-wrapper {
	margin-left: 78px;
}
.user-img {
	margin-left: 3px;
}
/*booking doctor*/
.avatar-sm.list-pt {
	width: 3.5rem;
	height: 3.5rem;
} 
.pt-list-a {
	font-size: 16px;
}
.card-doctor.list-pt {
	height: 100%;
	width: 100%;
}
.table-action.list-pt {
	width: 100%;
	margin-top: 20px;
}
h2.list-pt {
	color: #08425a;
	font-size: 56px;
}
.card-body.list-pt {
	width: 100%;
}
.table .box-list-pt h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.table .box-list-pt h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
	white-space: nowrap;
}
.table .box-list-pt h2 div , table.table td h2 div ,.table .box-list-pt h2 a , table.table td h2 a {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}
.table .box-list-pt h2 span , table.table td h2 span {
	display: block;
	font-size: 16px;
	margin-top: 3px;
	color: #757575;
	font-weight: 500;
}
.table .box-list-pt h2 span.doc-p , table.table td h2 span.doc-p {

	font-size: 16px;
	color: #333;
}
.hd-list-pt {
	width: 100%;
	text-align: center;
	background-color: #08425a;
	height: 40px;
	border-right: 2px solid #ddd;
}
.hd-list-pt.company-pt {
	width: 100%;
	text-align: center;
	background-color: #08425a;
	height: 46px;
	border-right: 2px solid #ddd;
}
.hd-list-pt.box1{
	 overflow: hidden; border-radius: .75rem 0 0 0 !important;
}
.hd-list-pt.box4{
	 overflow: hidden; border-radius: 0 .75rem  0 0 !important;
}
.card.pt-list-witing{
	 overflow: hidden; border-radius: 0 0 0 .75rem !important;
}
.card.pt-list2{
	 overflow: hidden; border-radius: 0  !important;
}
.card-pt {
	min-height: 450px;
}
.btn-group-sm>.btn, .btn-sm {
    height: 35px;
	font-size: 1rem;
	width: 80px;
}
.btn-group-sm>.btn, .btn-sm.pt {
    height: 35px;
	font-size: 1rem;
	width: 90px;
}
.btn-edit-list ,.btn-delete-list{
	width: 45px !important;
	border-radius: .75rem;
    padding: 0;
    padding-top: 2.5px;
}
.file-up {
	background-color: #0091c91f;
    border-radius: .75rem;
    align-items: center;
	height: 46px;
}
.card.pt-list4{
	 overflow: hidden; border-radius:  0 0 .75rem  0 !important;
}
.hd-list-pt h4 {
	color: #fff;
	line-height: 40px;
}
.item-nav-pt-list {
	width: 25%;
}
.item-nav-pt-list .nav-link {
	padding: .1rem;
}
.dash-card.pt-list .row {
	margin-left: 0px;
	margin-right: 0px;
}
.nav-tabs.pt-list {
	border: none;
	margin-top: 20px;
}
.table-list-pt {
	width: 100%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;

}
.table-list-pt-1 {
	width: 100%;
	text-align: right;
	align-items: center;
	justify-content: center;	
}
.accept-doc {
	height: 100%;
}
.tab-pane.list-all-pt {
	margin-top: 20px;
}
.btn.pt-all-list {
	height: 50px;
	width: 150px;
	margin-top: 15px;
	padding: 12px;
}
.btn.pt-all-list i {
	line-height: 42px;

}
.fa-print , .fa-paper-plane , .fa-trash {
	margin-right: 4px;
}
.ml-pt-al-list {
	margin-left: 44.1%;
}
.home-input.list-all-pt {
	width: 74%;
}
.h4-wm.list-all-pt {
	font-size: 24px;
}
.h4-float {
	float: left;
}
.card-doctor.list-pt:first-child {
	border-top: none;
}
.card-doctor.list-pt {
	border: none;
	border-top: 1px solid #f0f0f0;
}
.card-body.list-pt:hover {
	background-color:#f7f7f7;
	border-radius: .75rem;
	overflow: hidden;
}
.add-pat-div {
	text-align: right;
}
table.table td h2.table-avatar {
	align-items: flex-start;
}
table.table td h2.table-avatar.doc-p {
	align-items:center;
}
table.table td h2.table-avatar.doc-p div:last-child , table.table td h2.table-avatar.doc-p a:last-child {
	margin-top: 0;
}
table.table td h2.table-avatar div:last-child , table.table td h2.table-avatar a:last-child {
	margin-top: 10px;
}
.accept-doc .row .all-pt-list {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 35px ;
	height: 35px;
	z-index: 1000;
}
/*all pt list */
.top-nav-search {
	margin-left:-16px;
}
.top-nav-search form {
	width: 320px;
}
.top-nav-search .form-control {
	 overflow: hidden; border-radius: .75rem;
}
.top-nav-search .btn {
	top: 3.5px;
}
.dropdown-toggle::after {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.has-arrow.dropdown-toggle:after {
	border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
}
.has-arrow.dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.has-arrow.booking-drop.dropdown-toggle:after {
	border-bottom-color:#A0A0A0 ;
	border-right-color:#A0A0A0 ;
}
.has-arrow.booking-drop.dropdown-toggle:hover::after {
	border-bottom-color:#0091C9 ;
	border-right-color:#0091C9 ;
}
h2.list-all-pt .nav-link{
	font-size: 30px;
	line-height: 60px;
} 
h2.list-all-pt .dropdown-menu .dropdown-item{
	font-size: 20px;
	line-height: 40px;
	color: #272b41;
}
h2.list-all-pt a {
	color: #08425a;
}
.all-list-icon i {
	font-size: 30px;
	line-height: 68px;
	width: 50px;
	color: #08425a;
}
.all-list-icon button {
	background-color: transparent;
	border: none;
}
.all-list-icon button:hover {
	background-color: #eee;
}
h2.list-all-pt .dropdown-menu.show {

	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.list-all-pt.title h4 {
	display: inline-block;
}
.list-all-pt.title a {

	padding-right: 0;
	padding-left: 0;
}
.nav-link.list-all-pt {
	width: 110px;
}
.nav-link.filter-all-pt {
	color: #08425a;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #08425a;
    padding: 14px 30px;
    height: 44px;
    width: 110px;
    text-align: center;
     overflow: hidden; border-radius: .75rem;
    margin-right: .5rem!important;
	transition: all .8s ease-in-out;
	display: flex;
	justify-content: center;
}
.filter-all-pt-h4 {
	margin-right: 1rem;
}
.all-list-icon i:active {
	background-color: #f7f7f7;
	
}
/* pt profile doctor*/
.pt-profile-h4 {
	color: #08425a;
	font-size: 24px;
	margin-top: 32px;
}
.pt-place-doc {
	font-size:16px;
	color: #757575;
	margin-bottom:2px
}
table.table td h2.table-avatar .pt-a-doc {
	margin: auto !important;
	height: 100%;
}
.pt-h2-doc {
	height: 100%;
	text-align: center;
	display: flex;
}
table.table td .pt-h2-doc h2 {
	margin: auto !important;
}
table.table td h2 span.h2-pt-profile-doc {
	font-size: 19px;
	color: #272b41;
	font-weight: 600;
}
/*schedule doctor*/
.pt-6 {
	padding-top: 5rem !important;
}
.row.time-zone-row {
	border-bottom: 1px solid #ddd;
}
.time-zone {
	justify-content: center;
	align-items: center;
}
.time-zone-btn {
text-align: end;
}
.schedule-header.time-zone {
	padding: 20px;
}
.schedule-header {
	border-bottom: none;
}
.sch-doc-profile-h5 {
	margin-top: 30px;
	margin-bottom: 80px;
	margin-right: 0;
	margin-left: 0;

}
.sch-doc-profile {
	text-align: center;
	margin-top: 15px;
}
.min-bar {
	overflow: hidden;
	position: fixed;
}
.sch-doc-profile-h5 span {
	color: #757575;
	 
}
.sch-doc-profile h5 {
	font-size: 17px;
	line-height: 30px;
} 
.card.pt-grid {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}
.modal-dialog.sch-slot {
	max-width: 900px !important;
}
.rating input {
	display: none;
}
.rating label  {
	padding: 5px;
	font-size: 25px;
	transition: all 0.2s ease;
	cursor: pointer;
	color: #eee;
	float: left;

}
.rating input:not(:checked)~ label:hover,.rating input:not(:checked)~ label:hover ~ label {
	color: #0091c9;

}
.rating input:checked~ label{
	color: #0091c9;

}
/* The container */
.sun.check-box {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .sun.check-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark.check-box {
	position: absolute;
	top: 3px;
	left: 5px;
	height: 15px;
	width: 15px;
	background-color: #ddd;
  }

  /* On mouse-over, add a grey background color */
  .sun.check-box:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .sun.check-box input:checked ~ .checkmark {
	background-color: #08425a;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .sun.check-box input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .sun.check-box .checkmark:after {
	left: 4.5px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .checkmark.check-box.exam {

	height: 20px;
	width: 20px;
	border-radius: .25rem;
  }
  .sun.check-box .checkmark.exam:after {
	left: 7.5px;
    top: 0px;
    width: 6.5px;
    height: 16px;

  }
  .sun.check-box.exam {
	  font-size: 18.5px;
	  margin-bottom: 20px;
  }




/* The container */
.radio.radio-check {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 17px;
	line-height: 34px;
padding-top: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .radio.radio-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark.radio-check {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 20px;
	width: 20px;
	background-color: #eee;
	 overflow: hidden; border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radio.radio-check:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio.radio-check input:checked ~ .checkmark {
	background-color: #08425a;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio.radio-check input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio.radio-check .checkmark:after {
	   top: 6px;
	  left: 6px;
	  width: 8px;
	  height: 8px;
	   overflow: hidden; border-radius: 50%;
	  background: white;
  }
.Session11 {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;

}
.h4-sch-hors {
	font-size: 16px;
}
#myChart {
	width: 350px;
	height: 350px;
}
#old_new{
	width: 350px;
	height: 350px;
}
.trash-sch {
	margin-bottom: 2px;
	margin-top: 2.08rem!important;
}
.submit-section.save-change {
	margin-top: 70px;
}

/* pob pabs*/
.custom-modal .modal-content{
	 border-radius: .75rem;
}
.custom-modal .modal-content.worning-2{
	border-radius: 1.75rem;
}
.border-radios {
	overflow: hidden; 
	border-radius: .75rem;
	min-height: 40px;
}
.border-radios-75 {
	overflow: hidden; 
	border-radius: .75rem;

}
.border-radios-0 {
	border-radius: 0 !important;

}
.custom-modal .close {
line-height: 1px;
}
.div-btn-learn {
	justify-content: space-between;
	align-items: flex-end;
}
.btn-learn {
	height: 49px;
} 
.modal-dialog.learn-box {
	max-width: 400px;

}
.Speciality-box {
	margin-left: 245px;
}
.Willaya-box {
	margin-left: 485px;
}
.area-box {
	margin-right: 395px;
}
.click-box {
	margin-right: 100px;
}
.wet-cont {
	background-color: white;
}
.hd-user {
	position: static;
}
.section-blogs {
	background-color: white;
}
.doc-slot-list a {
	float: right;
}
.p-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.font-label {
	font-size: 16px;
}
/*add prescription*/
.add-prescription .edit-link {
	font-size: 19px;
}
.prescription-add {
	max-width: 950px;
}
.modal-photo-proes {
	max-width: 60%;
}
.prev.img-viewr, .next.img-viewr {
	height: 100%;
    top: 50px;
	display: flex;
	width: 200px;
    padding: 80px;
}
.custom-modal .close545 {
	width: 55px;
    height: 55px;
    font-size: 30px;
}
.add-more-item a {
	color: #08425a;
}
.card-table .card-body .table tr td:first-child, .card-table .card-body .table tr th:first-child {
	padding-left: 0.5rem;
}
.prescription-check {
	display: block !important;
}
.prescription-delet {
	width: 100%;
}
.avatar-net {
	width: 3.5rem;
	height: 3.5rem;
}
.media-body {
	text-align: start;
}
.slot-seting {
	width: 31%;
}
.nav-justified .nav-item.weekname {
 width: 14%;
 margin: 5px 1px 5px 1px;
}
.schedule-header.weekname {
	padding: 10px 0px;
}
.schedule-nav .nav-tabs .nav-item.weekname:last-child {
	margin-right: 1px;
}
.nav-justified .nav-item.weekname .nav-link {
	font-size:14px ;
}
.schedule-cont.weekname {
	padding: 0px;
}
.print-photo {
	height: 250px;
	width: 250px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	 overflow: hidden; border-radius: .75rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top:25px ;
}
.btn-print {
	width: 48%;
}
.img-pic {
	width: 90%;
	border: none;
}
.user-img.img-pc > img {
	width: 60px;
	height: 60px;
}
.net-dab {
	position: absolute;
	right: 0;
}
.user-menu.nav > li > a .badge {
	right: auto;
	left: 36px;
}
.badge-soon {
	background-color: #e80000;
     overflow: hidden; border-radius: .55rem;
    height: 20px;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
}
.check-size {
	width: 16px !important;
	height: 16px !important;
}
.label-nurse {
	font-size: 19px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.grid-blog .blog-title {
	min-height: 17px;
}
.modal-dialog-learn{
	max-width: 645px;
}
.card-table .card-body .table tr td:last-child, .card-table .card-body .table tr th:last-child {
	padding-right: 0.5rem;
}
.popup.show {
	backdrop-filter: blur(6px);
}
.sun.check-box.dropdown-item {
	margin-bottom: 0;
	font-size: 16px;
}
.checkmark.check-box.dropchek {
	top: 9px;
	left:70px;
}
.drop-filter .submit-btn {
	padding: 8px 22px;
    font-weight: 500;
    font-size: 14px;
	min-width: 87px;
	 overflow: hidden; border-radius: .75rem;
}
.h4-drop {
	line-height: 37px;
}
.list-phone {
	background-color: white;
	width: 100%;
	z-index: 1000;

}
.icon-search {
	display: inline-block;
	color:#08425a;
	font-size: 16px;
	float: right;
	margin: 11px;
}
.search-list-box {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	border: 2px solid #fff;
	 overflow: hidden; border-radius: .75rem;
	background-color: #fff;
}
h6.h6-box {
	color: #A0A0A0 !important;
	font-size: 12px;
}
h5.h5-box {
	font-size: 14px;
}
.h4-list-box {
	color: #fff;
	margin-right: 15px;
	font-size: 17px;
}
.custom-control-inline {
	margin-right: 0rem;
	margin-left: 0rem;
}
.navbar-brand.logo.booking-logo {
	margin-top: 6px;
	margin-bottom: 6px;
}
.height-blogs {
	height: 3000px;
}
.height-blogsgrid {
	height: 1666px;
}
.dashboard-menu ul {
	font-size: 15px;
	font-weight: 500;
}
.profile-det-info h3 {
	font-size: 20px;
	font-weight: 600;
}
.h4, h4 , .h4-wm {
	font-size: 1.325rem;
}
.report-link {
	font-size: 14px;
	color: #A0A0A0;
	font-weight: 400;
}
.report-link a{
	color: #08425a;
	font-weight: 500;
}
.nav-link.sort-by-drop {
	margin-left: auto;
	margin-right: 0 !important;
}
.experience-list > li .time {
	font-size: 15px;
}
.experience-list > li .experience-content .timeline-content , .exp-title {
	font-size: 17.5px;
}
.experience-list > li .experience-content .timeline-content p {
	font-size: 16px;
}
.add-more :hover {
	color: #fff;

}
.review-listing > ul li .comment .comment-body .meta-data span {
	font-size: 20px;
}
.review-listing > ul li .comment .comment-body .comment-content {
	font-weight: 400;
	font-size: 15px;
	margin-top: 8px;
}
.body-quest {
	font-size: 16px;
    font-weight: 500;
}
.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background-color: #084250;
	border-color: #084250;
}
.btn-primary:focus {
	background-color: #0091c9;
	border-color: #0091c9;
}
.editd-link {
	font-size: 16px;
	text-decoration: underline;
	position: absolute;
	right: 20px;
	top: 11px;
	font-weight: 500;
}
.editd-link a{
	color: #08425a;
}
.comment .visibaleehidden {
	visibility:hidden;
	transition: all 0.3s ease-in-out;

}
.comment:hover .visibaleehidden {
	visibility:visible;
}
.day-slot.sbooking-step li ,.time-slot.sbooking-step li{
	width: 25%;
}
.fa-angle-right , .fa-angle-left {
	font-size: 24px;
}
.big-jdwal.grid.sbooking-step {
	height: 48px;
}
.editd-link.d {
	top: 42px;
}
.h4-pt {
	font-size:1.125rem;
	font-weight: 400;
}

.rating.feedback-page i {
	font-size: 35px;
	margin-top: 7px;
	margin-bottom: 10px;
}
.rating.feedback-page i + i {
	margin-left: 9px ;
	margin-right: 9px;
} 
.h5-feedback {
	font-size: 17px;
}
.bottom-sidebar {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 56px;
	background-color: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.icon-4 {
	width: 19%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;


}
.icon-4 img {
	width: 24px;
	height: auto;
	opacity:.85;
}

.icon-4.active img {
	opacity: 1;
}
.icon-4.active div {

	position: absolute;
	width: 40px;
    height: 40px;
    background-color: #0091c91f;
    border-radius: 50%;
}
.bottom-sidebar i {
	font-size: 18px;
	color: hsla(0,0%,6.7%, .4 );
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0 !important;
}
.bottom-sidebar i.active {
	color: #0091C9 ;
}
.icon-booking:before, .icon-booking:before {
	font-size: 27px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin-left: 0 !important;	
}
.bottom-sidebar h5 {
	font-size: 13px;
	color: hsla(0,0%,6.7%, .4 );
}
.box-print {
	height: 230px;
	width: 170px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	margin-right: auto;
	margin-left: auto;
}
.btn-down {
	width: 100%;
	 overflow: hidden; border-radius: .75rem;
	min-width: 0;
	font-size: 16px;
	padding-top: 6px;
	margin-top:20px ;
}
.print-position {
	display: none;
}
.btn-delete {
	float: left;
} 
.tags-border {
	border-top: 1px solid #ddd;
}
.bottom-sidebar {
	display: none;
}
.post-left.like ul li {
	transition: all 0.1s ease-in-out;

}
.post-left.like ul li img {
	height: 30px;
}
.post-left.like ul li img.like.active {
	height: 28px;
}
.min-height-search {
	min-height: 650px;
}
.link-search-engen-ul {
	list-style: none;
	display: flex;
	padding-left: 0;
}
.link-search-engen-ul li {
	margin-right: 10px;
	margin-left: 10px;
}
.link-search-engen-ul li.active {
	border-bottom: 1px solid #0091C9;
}
.link-search-engen-ul li.active a {
	color: #08425a;
}
.link-search-engen-ul li.active a:hover {
	color: #0091C9;
}
.pragraph-h {
	max-width: 100%;
	white-space:nowrap;
	overflow:hidden
}
.login-user {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	 overflow: hidden; border-radius: 6px;
	margin-bottom: 90px;
}
.ml-md-35, .mx-md-35{

	margin-left: .9rem !important;
}
.mr-md-35, .mx-md-35{
	margin-right: .9rem !important;
}
.model-photo {
	min-width: 90%;
}
.search-article {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	z-index: 100;
}
.img-about-us{
	height: 350px; 
	width: 350px;
}
.h1-about {
	font-weight: 700; 
	font-size: 40px;
}
.h1-about-1 {
	font-weight: 600; 
	font-size: 36px;
}
.p-about-us {
	font-size: 20px;
	color: #757575;
	font-weight: 400;
}
.img-pop{
	height: 180px;
    overflow: hidden;
}
.div-about {
	height: 100px; 
	width: 100px; 
	overflow: hidden; 
	border-radius: 50%; 
	font-size: 40px; 
	color: #08425a; 
	line-height: 94px; 
	text-align:center;
	background-color: #b9e3f99e;
	box-shadow: 0px 0 5px #9edeff7a;
}
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
}

.p-about-div {
	text-align: center;
	width: 105px;
	font-size: 24px;
	color: #08425a;
	padding-top: 9px;
}
.header-nav.docotr-big {
	height: 70px;
}
.appointment-user {
	background-color: #fde2e7 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden; 
	border-radius: 50%;
	height: 80px;
	width: 80px;
}
.appointment-user img {
	width: 60px;
	height: 60px;
}
.h4-search {
	font-size: 17.5px;
}
.photo-uplod {
	position: absolute;
    opacity: 0;
    right: 0;

    left: 0;
    height: 58px;
}
.files-user {
	background-color: rgb(255, 239 ,160, 0.42) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	 overflow: hidden; border-radius: 50%;
	height: 60px;
	width: 60px;
}
.files-user.user-show-file {

	height: 50px;
	width: 50px;
}
.files-user.detail-file {

	height: 90px;
	width: 90px;
}
.files-user.detail-file img {

	height: 45px;
	width: 45px;
}
.docment-user {
	background-color: #0091c926 !important;
}
.file-uploud {
	width: 100%;
    height: 150px;
    border-radius: 0.75rem;
    background-color: #c4c4c438 !important;
    border: 2px dashed #d1d1d1;
	position:"relative"
}
.file-uploud .uploadfiles input{
	opacity:0;
	position: absolute;
	z-index:1000;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
.user-img-search {
	height: 40px;
	width: 40px;
}

.files-user img {
	height: 30px;
	width: 30px;
}
.files-user i {
	font-size: 20px;
	color: #0091C9;
}
.span-imges div {
		height:60px ;
		width: 60px;
		object-fit: cover;
		 overflow: hidden; 
		 border-radius: .75rem;
}
.span-imges div img {
	height:60px ;
	object-fit: cover;
	
}
.img-galory {
	width: 100%;
	height: 120px;
	overflow: hidden;
	 overflow: hidden; border-radius: .75rem;
}
.img-galory img {

	width: auto;
	height: 105%;
	object-fit: cover;
	margin-top: -5px;
}
.delet-img {
	width: 40px !important;
    margin: 5px !important;
    height: 37px !important;
}
.border-bottom1{
	border-bottom: 1px solid #eeeeee;
}

.offset-35 {
	margin-left: 25.5rem !important;
}
/* media */
.w-70 {
	width: 70% !important;
} 
.form-control.write-post {
	border:none;
}
.data-base.hed  {
	background-color: #f8f9fa;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: .75rem .75rem 0 0 ;
}
.data-base.hed p  {
	font-size: 17px;
	font-weight: 600;
}
.data-base ,.border-bottom4 {

	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.border-bottom5 {
	border-bottom: 1px dashed #dddddd85;
}
.timeline-content.risc,.risc ,.experience-list > li .experience-content .timeline-content p.risc {
	background-color: #dc3545;
    border-radius: .75rem;
	padding: 4px;
	font-weight: 500;
	color: #fff;
}
.timeline-content.risc h4{
	color: #fff !important;
	margin-bottom: 0 !important;
}
.data-base p,  .aa-ss {
	width: 12.5%;
	margin-bottom: 0;
	padding: 5px;
	font-size: 15.5px;
}
.data-base p :nth-child(2) {
	width: 25%;
}
.data-base p :nth-child(6) {
	width: 15%;
}
.data-base p :nth-child(7) ,.data-base p :nth-child(8){
	width: 7.5%;
}
.card-data-base {
	min-width: 600px;
}
.user-menu .dropdown-menu  :nth-child(1) {
	border-top: none;
} 
.h-0 {
	overflow: hidden;
	transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	max-height: 0;

}
.h-0.active {
	flex:0 !important;
}
.vac {
	background-color: #c4c4c438;
    border-radius: .75rem .75rem 0 0;
}
.vac.yellow,.vac.yellow:hover  {
	background-color:#ffd40038;
}
.vac:hover {
	background-color: #c4c4c438;
    border-radius: .75rem .75rem 0 0;
}
.font-w-600 {
	font-weight: 600 !important;
}
.font-w-500 {
	font-weight: 500 !important;
}
.sidebar-menu.comenty-1 > ul > li > a:hover {
	background-color: #0091c95c !important;
}
.min-width-750 {
	min-width: 600px !important;
}
.min-width-750 .nav-link ,.min-width-500 .nav-link{
	padding: .5rem .1rem;
}
.min-width-500 {
	min-width: 500px !important;
}
.box-search-cim10 {
	position: absolute;
    width: 100%;
    min-height: 150px;
    z-index: 500;
	padding:20px ;
	padding-bottom:0 ;
    background-color: white;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    top: 50px;
    border-radius: .75rem;
}
.box-search-cim10.family-cim10 {
	min-width: 400px;
	top: 50px;	
}
.shadowbox{
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
}
  /* The Modal (background) */

  

  
  
  /* The Close Button */
  .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
	outline: none;
  }
  
  /* Hide the slides by default */
  .mySlides {
	display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 60px;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.3);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #272b41;
	font-size: 20px;
	padding: 15px 20px;
	position: absolute;
	top: 0;
	z-index: 1;
  }
  
  /* Caption text */
  .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
  }
  
  img.demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }
  
  img.hover-shadow {
	transition: 0.3s;
  }
  
  .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .bg-hight-blue {
	height: 560px !important;
  }
  .bg-hight-blue.log {
	height: 650px !important;
  }
  .cercle-img{

	width: 650px;
	height: 650px;
	border-radius: 50%;
	top: 120px;
	left: -70px;
}
.cercle-imgr{

	width: 650px;
	height: 650px;
	border-radius: 50%;
	top: 120px;
	right: -70px;
}
.mt-100 {
	margin-top: 100px !important;
}
.h-385 {
	height: 385px
}
.active-filter-search {
	background-color: #0091c9 !important;
    color: #fff !important;
    border-color: #0091c9 !important;
    width: auto !important;
}
@media only screen and (min-width: 1200px) {
	.for-doctor {
		margin-left: 120px;
	}
	.img-log {
		width: 600px;
		height: 500px;
	}
	.img-sign {
		width: 500px;
		height: 500px;
		margin-top: 46px;
	}
	.row .offset-lg-7.sleder-time {
		margin-left:55%;
	}
	.row .col-lg-5.sleder-time {
		max-width:44.666667%;
	}
	.doctor-img {
		height: 200px;
		width: 200px;
		overflow: hidden;
	}
	.row.lg-list {
		width: 100%;
	}
	.big-jdwal.grid.list {
		background-color: transparent;
		border:none;
	}
	.doctor-img.fav {
		height: 140px;
	}
	.wdith-dropdown {
		width: 240px;
	}

}
@media only screen and (min-width: 1200px)  and (max-width: 1338px)  {
	.img-qs {
		width: 110% !important;
	}
	.row .offset-lg-7.sleder-time {
		margin-left:55.3333%;
	}
	.row .col-lg-5.sleder-time {
		max-width:44.666667%;
	}
	.img-searchbar img {
		width: 470px;
		height: 470px;
	}
	.best-doc img {
		width: auto;
		height: 380px;
	}
	.booking-search {
		width: 235px;
	}
	.form-inline .input-booking {
		width: 178px;
	}
	.img-big.salider img {
		width: 500px;
		height: auto;
	}
	.doc-big.salider h2 {
		font-size: 30px;
	}
	.doc-best.salider {
		padding-right: 0;
		padding-left: 90px;
	}
	.wdith-dropdown {
		width: 222px;
	}
	.offset-35 {
		margin-left: 22.5rem !important;
	}
}
@media only screen and (min-width: 1338px)  and (max-width: 1440px)  {
	.row .offset-lg-7.sleder-time {
		margin-left:57.3333%;
	}
	.row .col-lg-5.sleder-time {
		max-width:42.666667%;
	}
	.img-searchbar img {
		width: 500px;
		height: 500px;
	}
	.best-doc img {
		width: auto;
		height: 470px;
	}
	.booking-search {
		width: 250px;
	}
	.form-inline .input-booking {
		width: 240px;
	}

}
@media only screen and (min-width: 992px)  and (max-width: 1200px) {
	.img-scrren {
		width: 57.85%;
		margin: auto;
		top: 45px;
		left: 0;
		right: 0;
		border-radius: 1.8rem;
	}

	.btn-edit-list ,.btn-delete-list{
		width: 35px !important;
		
	}
	.w-100btn{
		width: 100% !important;
	}
	.img-qs {
		width: 130% !important;
	}
	.offset-35 {
		margin-left: 19rem !important;
	}
	.time-sote {
		width: 72px;
	 }
	.hader-chat-hight {
		height: 64px;
		padding: 20px !important;
	}
	.chat-hight-body {
		height: 300px;
	}
	.chat-boxd {
		width: 340px;
	}
	.details .row .dsd {
		height: 380px;
	}
	.img-sign{
		width: 340px;
		height: 500px;
		margin-top: 46px;
	}
	.img-log {
		width: 600px;
		height: 500px;
	}
	.list {
		width: 100%;
		height: 10rem;
	}
    .big-img {
        height: 25rem;
    }
    .sm-img {
		height: 10rem;
		width: 100%;  
	}
	.list-search .form-inline .form-control {
		width: 80%;
	}
	.doctor-btn .time-sch {
		width: 260px;
	}
	.row .offset-lg-7.sleder-time {
		margin-left:55.3333%;
	}
	.row .col-lg-5.sleder-time {
		max-width:43.666667%;
	}
	.col-lg-8.qq {
		flex:0 0 75%;
		max-width: 75%;
	}
	.col-lg-4.map-right {
		flex:0 0 25%;
		max-width: 25%;
		padding-left:15px
	}
	.map-right {
		position: fixed;
	}
	.row.lg-list {
		width: 100%;
	}
	.big-jdwal.grid.list {
		background-color: transparent;
		border:none;
	}
	.img-searchbar img {
		width: 470px;
		height: 470px;
	}
	.best-doc img {
		width: auto;
		height: 370px;
	}
	.booking-search {
		width: 220px;
	}
	.form-inline .input-booking {
		width: 170px !important;
	}
	.form-inline .form-control{
		width: 220px;
	}
	.img-big.best-doc img {
		width: 450px;
		height: 450px;
	}
	.img-big.salider img {
		width: 500px;
		height: auto;
	}
	.doc-big.salider h2 {
		font-size: 30px;
	}
	.doc-best.salider {
		padding-right: 0;
		padding-left: 70px;
	}
	.img-big.best-doc img {
		width: 390px;
		height: 390px;
	}
	.img-big-9aws img {
		width: 600px;
	}
	.table .col-md-3 h2 a {
		font-size: 16px;
	}
	.avatar-sm.list-pt {
		margin-right: .25rem !important;
	}
	.ml-pt-al-list {
		margin-left: 41.3%;
	}
	.doc-slot-list {
		width: 13%;
	}
	.slot-seting {
		width: 31%;
	}
	.wdith-dropdown {
		width: 222px;
	}
	.input-qa {
		width: 68%;
	}
	.entry-meta {
		margin-bottom: 40px;
	}
	.main-nav > li {
		margin-right: 18px;
	}
}
@media only screen and (width: 1024px) {
	.home-booking-img {
		height: 100%;
		width: auto;
	}
	.sidebar-inner {
		overflow: scroll;
	}
	.offset-35 {
		margin-left: 20rem !important;
	}

	.row .offset-lg-7.sleder-time {
		margin-left:51.3333%;
	}
	.row .col-lg-5.sleder-time {
		max-width:46.666667%;
	}
	.img-searchbar img {
		width: 450px;
		height: 450px;
	}
	.img-big.best-doc img {
		width: 420px;
		height: 420px;
	}
	.img-big-9aws {
		right: 0px;
    	top: -100px;
	}
	.img-big-9aws.left {
		left: 0;
		top: -100px;
	}
	.img-big-9aws img {
		width: 674px;
	}
	.img-big.best-doc {
		padding-left: 10px;
	}
	.img-big.salider img {
		width: 450px;
		height: auto;
	}
	.doc-big.salider h2 {
		font-size: 26px;
	}
	.doc-best.salider {
		padding-right: 0;
		padding-left: 100px;
	}
	.entry-meta {
		margin-bottom: 40px;
	}
}
@media  only screen and  (min-width: 992px) { 

	.col-md-1-5 {
		width: 12.5% !important;
		flex: 0 0 12.5%;
    	max-width: 12.5%;
		padding: 5px;
	}
	.col-md-1-15 {
		width: 15% !important;
		flex: 0 0 15%;
    	max-width: 15%;
		padding: 5px;
	}
	.col-md-1-25 {
		width: 20% !important;
		flex: 0 0 20%;
    	max-width: 20%;
		padding: 5px;
	}
	.col-md-1-75 {
		width: 7.5% !important;
		flex: 0 0 7.5%;
    	max-width: 7.5%;
		padding: 5px;
	}
    .mini-sidebar .page-wrapper {
        margin-left: 78px;
	}
	.offset-lg-6.sleder-time {
		margin-left: 44% !important;
	}
}
@media only screen and (max-width: 991.98px) {
	.cercle-img{

		width: 650px;
		height: 650px;
		border-radius: 50%;
		top: 120px;
		left: -70px;
	}
	.cercle-imgr{

		width: 650px;
		height: 650px;
		border-radius: 50%;
		top: 120px;
		right: -70px;
	}
	.bg-hight-blue {
		height: auto !important;
	  }
	.home-booking-img {
		height: 100%;
		width: auto;
	}
	.border-none {
		border: none !important;
	}
	.mt-booking {
		margin-top: 70px;
	}
	.border-radios-2 {
		border-radius: 2rem !important;
	}
	.w-100btn{
		width: 100% !important;
	}
	.pub-doc {
		left: 15px;
	}
	.title-pub-blog {
		border-bottom: none;
	}
	.dropzone {
		min-height: 170px;
	}
	.sidebar-inner {
		overflow: scroll;
	}

	.span-sidebar {
		display: block !important;
		width: auto !important;
	}
	.backgroundcombany.backdd,.withhaeder.backdd { 
		background-color:transparent !important
	  }  
	.time-box {
		width: 100%;
	}
	.time-sote-box {
		width: auto;
	}
	.panel-dd {
		height: 50px;
	}
	.w-80{
		width: 80% !important;
	}
	.support-box  {
		display: none;
	}
	.no-img {
		width: 50%;
		height: auto;
	}
	.price-card {
		margin-top: 15px !important;
	}
	.h2-price h2 {
		font-size: 48px;
		margin-top: 60px !important;
	}
	.div-qa-img {
		height: 455px;
	}
	.custom-modal .close {
		width:30px;
		height:30px;
	}
	.files-user.detail-file.doc-booking {

		height: 120px;
		width: 120px;
		margin-top: -100px;
	}
	.chat-cont-right {
		opacity: 1;
		right: 0;
		visibility: visible;
		position: relative;
	}
	.custom-modal .modal-content {
		width: 100%;
		margin: 0px !important;
		max-height: 100%;
	}
	.chat-hight-body{
		height: 55vh;
		z-index: 10000;

	}
	.back-md-body {
		background-color: #f1f1f1 !important;
	}
	.offset-35 {
		margin-left: 15rem !important;
	}
	.main-nav .doc {
		display: block;
	}
	.logo {
		margin-right: 0;
		margin-left: 0;
	}
	.nav .for-doctor {
		display: none;
	}
	.main-menu-wrapper {
		width: 75vw;
		transform: translateX(-75vw);
		background-color: #0091C9;
	}
	.main-nav > li > a > i {
		float: left;
		margin-right: 10px;	
	}
	.main-nav > li:nth-child(1) {
		border-bottom: 2px solid white;
		margin-left: auto;
	}
	.login-nav {
		color: #08425a;
		clear: both;
		text-align: center;
		border: 2px solid #08425a;
		 overflow: hidden; border-radius: .75rem;
		line-height: 3.5;
		width: 100%;
		height: 60px;
		margin: auto;
		margin-top: 15px;
	}
	.login-nav.img-pic {
		margin-top: 8px;
	}
	.footer {
		display: none;
	}
	.bar-icon span:nth-child(2) {
		width: 31px;
		height: 3.2px;
	}
	.sm-img {
		width: 100%;  
	}
	.content-blogs .container .navbar .navbar-collapse .form-inline , .d-block  .navbar-collapse .form-inline{
		display: block;
		text-align: center;
	}
	.navbar-light .navbar-nav .nav-link  {
		margin-right: auto !important;
		width: 50%;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.form-inline .form-control  {
		width:43%;
	}
	.card {
		display: none;
	}
	/*doctor-dashbord*/
	.card-doctor {
		display: block;
	}
	.add-more {
		float: none;
	}
	.Gender {
		margin-bottom : 1.25rem!important ;
	}
	.sighn-gender {
		margin-bottom : 0rem!important ;
	}
	.login-right form .Gender.step2 {
		margin-bottom:0 !important ;	
	}
	/* doctor home */
	.sid-doc {
		height: auto ;
		text-align: left;
		width: 10px;
		transition: all 0.2s ease-in-out 0s;
	}
	.sidebar-menu li.active a {
		background-color: #0091C9;
	}
	.hd-doctor .header-left {
		padding: 1%;
		text-align: left;
	}
	.header .doc-sid-img {
		background-color: #fff;
	}
	.login-div {
		background-color: white;
		width: 100%;
		height: 60px;
	}
	.navbar-header.list-doct {
		width: 100%;
	}
	.mobile_btn {
		position: absolute;
		top: 7px;
		z-index: 899;
	}
	.mobile_btn.list-btn-{
		top: 1px !important;
		

	}
	.mobile_btn.list-btn- .bar-icon span {
		background-color: #fff !important;
	}
	.jdwal-mdim {
		display: flex;
		width: 100%;
	}
	.doctor-img.dd {
		margin-left: auto;
		margin-right: auto;
	}
	.doctor-widget {
		text-align: center;
	}
	.doc-list-user {
		padding-right: 1.2rem;
	}
	.rating {
		justify-content: center;
	}
	.col-md-12.time-sote1 {
		justify-content: center;
	}
	.col-md-12.time-sote1.s1 {
		justify-content: start;
		margin-right: 1.2rem;
	}
	.doc-info-left {
		justify-content: center;
	}
	.row.time {
		justify-content: center;
	}
	.jdwal-item {
		align-items: center;
	}
	.blg.qq {
		margin-top:0px;
	}
	.row.time.many {
		flex-wrap: nowrap;
		width: 100%;
	}
	.img-list.grid {
		width: 160px;
		height: 160px;
	}
	.clinic-doc-photo {
		width: 8rem !important;
		height: 8rem !important;

	}
	.big-jdwal.grid.doc-sch-pt {
		border: none;
		margin-top: 10px;
		border-bottom: 1px solid rgb(243, 243, 244);
	}
	.time-sote {
		height: 40px;
		width: 95px !important;
	}
	.img-searchbar img {
		width: 390px;
		height: 390px;
	}
	.home-user-h1 {
		font-size: 36px;
	}
	.search-input-home {
		top: 180px
	}
	.best-doc img , .img-big.best-doc img {
		width: auto;
		height: 370px;
	}
	.img-big.best-doc img {
		width: 340px;
		height: 340px;
	}
	.home-booking {
		padding-top: 60px ;
		height: 662px;
	}
	.search-booking-user  {
		display: block;
		background-color: transparent;
	}
	ul.search-booking-user {
		background-color: transparent;
	}
	.search-booking-user li {
		list-style: none;
		background-color: white;
		border-radius: 12px;
		padding-left: 0;
		height: 68px;
		margin-top: 20px;
		border: none;
		width: 100%;
	}
	.search-booking-user li a img {
		width: 22px ;
		height:22px  ;
	}
	.booking-drop {
		border: none;
	}
	.form-inline .input-booking {
		width: 100%;
		display: block;
		margin-top: 20px ;
		height: 63px;
		 overflow: hidden; border-radius: 12px;
		border: none;
	}
	.btn-booking {
		width: 100%;
		display: block;
		height: 63px;
		 overflow: hidden; border-radius: 12px;
	}
	.btn-booking:hover {
		width: 100%;
		display: block;
		height: 63px;
		 overflow: hidden; border-radius: 12px;
		background-color: #08425a;
	}
	.form-booking {
		display: block;
	}
	.input-qa {
		display: block;
		width: 100%;
	}
	.btn-book {
		display: block;
		clear: both;
		width: 100%;
		margin-top: 0;
		background-color: #08425a;
		color: white;
	}
	.best-doc img {
		height: auto;
		width: 350px;
	}
	.img-big.best-doc {
		padding-left: 0;
	}
	.img-big-9aws img {
		width: 550px;
	}
	.doc-big h2 {
		font-size: 38px;
	}
	.img-salider {
		top: 45px;
	}
	.img-salider img {
		width: 700px;
		height: 700px;
	}
	.ml-pt-al-list {
		margin-left:41.3%;
	}
	h2.list-all-pt .nav-link { 
		font-size: 28px;
		line-height: 36px;
	}
	.all-list-icon {
		display: flex;
		justify-content: center;
	}
	.all-list-icon i {
		line-height: 50px;
	}
	.nav-link.filter-all-pt {
		line-height: 20px;
		height: 42px;
		width: 105px;
		padding: 10px 30px;
	}
	.img-list.grid.pt-grid {
		width: 110px;
		height: 110px;
		margin-top: 20px;
	}
	.row.lg-list.pt-list-doctor  {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.title-pub-blog .add-more {
		float: right;
	}
	.doc-slot-list {
		width: 31%;
	}
	.page-wrapper {
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar {
		width: 75% !important;
		margin-left: -1500px;
	}
	.prescription-add {
		max-width: 820px;
	}
	.prescription-add {
		max-width: 100%;
	}
	.wdith-dropdown {
		width: 100%;
	}
	.img-pic {
		width: 90%;
		border: none;
	}
	/*.navbar-header.netfication {
		width: 100%;
	}*/
	.booking-drop:active{
		border-right: none;
		height: 100%;
		 overflow: hidden; border-radius: 10px;
		width: 100%;
	}
	#mobile_btn {
		z-index: 1002;
	}
	.header-list .header-nav , .header-list .header-nav .bg-light.g {
		background-color: #0091C9 !important;
		height: auto;
	}
	.navbar-light .navbar-nav .nav-link.list-dropds , .btn-outline-success.list-dropds {
		width: 100%;;
		border: 2px solid #fff;
		 overflow: hidden; border-radius: .75rem;
		background-color: #fff;
		color: #08425a;
	}
	.navbar-light .navbar-nav .nav-link.list-dropds:hover , .btn-outline-success.list-dropds:hover {
		width: 100%;;
		border: 2px solid #fff;
		 overflow: hidden; border-radius: .75rem;
		background-color: #fff;
		color: #08425a;
	}
	.content.list-contint {
		padding-top: 0px;
	}
	.btn-home-user.save {
		width: 130px;
	}
}
@media only screen and (max-width:830.98px) {
	.bigdoc-ss {
		height: 245px;
		width: 100%;
		border-radius: 1rem;
		left: 0px;
		top: 0px;
		transition: all .5s ease;
	}
	
	.bigdoc-ss.ddss {
		height: 245px;
		width: 100%;
		border-radius: 1rem;
		left: 0px;
		top: 20px;
		transition: all .5s ease;
	}
	.bigdoc-ss.active1 {
		left: 0%;
	}
	.bigdoc-ss.active2 {
		left: 0%;
		top: 46%;
		background-color: #f7e6d3 !important;
	}
	.bigdoc-ss.active3 {
		left: 0;
		top: 46%;
		background-color: #f7e6d3 !important;
	
		
	}
	.bigdoc-ss.wqw {
		left: 0;
		width:100% !important;
	}
	.bigdoc-ss.wqw.active1 {
		top:100px;
		left: 0% !important;
	}
	.bigdoc-ss.wqw.active2 {
		left: 0!important;
		top:200px;
		background-color: #f7e6d3 !important;
	
		
	}
	.bigdoc-ss.ee.active2 {
		left: 0;
		top: 56%;
		background-color: #f7e6d3 !important;
	}
	.bigdoc-ss.ee.active3 {
		left: 0;
		top: 56%;
		background-color: #f7e6d3 !important;
	
		
	}
	.bigdoc-ss.ddss.w-100.active1 {
		left: 0;
	}
	.bigdoc-ss.ddss.w-100.active2 {
		left: 0;
		top: 200px;
		background-color: #f7e6d3 !important;
	}
	.bigdoc-ss.ddss.w-100.active3 {
		left: 0;
		top: 290px;
		background-color: #f7e6d3 !important;
	
		
	}
	.bigdoc-ss.w-100.active1 {
		left: 0;
		top: 120px;
	}
	.bigdoc-ss.w-100.active2 {
		left: 0;
		top: 220px;
		background-color: #f7e6d3 !important;
	
	}
	.bigdoc-ss.w-100.active3 {
		left: 0;
		top: 320px;
		background-color: #f7e6d3 !important;
	
	}
	.bigdoc-ss.w-100.active5 {
		left: 0;
		top: 450px;
		background-color: #f7e6d3 !important;
	
	}
	.bigdoc-ss.wsw.w-100.active1 {
		left: 0;
		top: 90px;
	}
	.bigdoc-ss.wsw.w-100.active2 {
		left: 0;
		top: 180px;
		background-color: #f7e6d3 !important;
	
	}
	.bigdoc-ss.wsw.w-100.active3 {
		left: 0;
		top: 250px;
		background-color: #f7e6d3 !important;
	
	}
	.bigdoc-ss.w-25.active1 {
		left:  0;
	}
	.bigdoc-ss.w-25.active2 {
		top:0;
		left:  0;
		background-color: #f7e6d3 !important;
	
	}
	.bigdoc-ss.w-25.active3 {
		left: 0;
		top:0;
		background-color: #f7e6d3 !important;
	
	}
	.img-scrren {
		width: 56.85%;
		margin: auto;
		top: 38px;
		left: 0;
		right: 0;
		border-radius: 1.8rem;
	}
	.quest-text {
		text-align:center !important;
	}
	
	.img-qs {
		height: 100% !important;
		width: auto !important;

	}
	.offset-35 {
		margin-left: 13rem !important;
	}
	.spac {
		width: 114px;
		margin-right:0rem!important;
	}
	.select {
		width: 99px;
	}
	.home-user-h1 {
		font-size: 36px;
	}
	.search-input-home {
		top: 170px
	}
	.best-doc img {
		width: auto;
		height: 320px;
	}
	.ml-pt-al-list {
		margin-left:37.3%;
	}
	.header-nav {
		padding-right: 13px!important;
		padding-left: 0!important;
	}
	.header-list-1 {
		padding-right: 0 !important;
	}
	 .btn-home-user.save {
		width: 70px;
	}
	.write-article {
		padding: 20px 30px;
	}
	.search-article {
		min-height: 32px;
	}
	
}
@media only screen and (max-width:767.98px) {
	.img-scrren {
		width: 59.85%;
		margin: auto;
		top: 80px;
		left: 0;
		right: 0;
		border-radius: 1.8rem;
	}
	.h-385 {
		height: 480px
	}
	.cercle-img{
		width: 560px;
		height: 560px;
		border-radius: 50%;
		top: 120px;
		left: 0px;
	}
	.cercle-img{
		width: 560px;
		height: 560px;
		border-radius: 50%;
		top: 120px;
		right: 0;
	}
	.section-header .sub-title {
		font-size: 16px;
	}
	.section-header h2 {
		font-size: 32px;

	}
	select {
		border: 1px solid #dcdcdc;
		font-size: 16px;
		color: #333;
		min-height: 46px;
		padding: 6px 15px;
		overflow: hidden;
		border-radius: .75rem;
		-webkit-appearance: none;
		appearance: none;
		-moz-appearance: none;

	}
	.vac {
		
		background-color: #0091c91c;
     border-radius:  0 ;
	}
	.data-base {
		border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	}
	.col-25 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.offset-35 {
		margin-left: 0rem !important;
	}
	.time-sote.schedocslot {
		height: 40px;
		width: 80px;
	}
	.bar-icon span:nth-child(2) {
		width: 31px;
		height: 3.2px;
	}
	.blog {
		padding :1.8rem
	}
	.blog.home-art{
		padding :0
	}
	.col-md-12 .blog2 {
		padding :1.2rem
	}
	.navbar-light .navbar-nav .nav-link {
		width: 52%;
	}
	.view-icons {
		display: none;
	}
	.spac {
		width: 138px;
	}
	.select {
		width: 105px;
	}
	.hd-doctor .header-left {
		padding: 2%;
		text-align: left;
	}
	/*doctor dashbord*/
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
		border-color: transparent transparent transparent #08425a !important;
		color:#fff;
	}
	.doctor-dashbord .container .row .col-xl-3 , .doctor-dashbord .container .row .col-sm-12 ,  .doctor-dashbord .container .row .col-xl-9{
		padding: 1px;
		padding-right: 1px;
		padding-left: 1px;
	}
	.sch-h4 {
		font-size: 18px;
	}
	.sch-btn {
		float: none;
		width: 250px;
	}
	.sch-drop {
		min-width: 15.5rem;
	}
	.sch-days {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.doc-conts {
		padding-right: 9px;
		padding-left: 5px;
	}
	.doc-right .row {
		padding:10px
	}
	.name-docs {
		line-height:30px ;
		margin-top: 10px;
	}
	table.table td h2 a {
		font-size: 18px;
		font-weight: 600;
	}
	.avatar-sm {
		width:6rem;
		height: 6rem;
		margin-right: 1.5rem !important;
	}
	.avatar > img {
		width: 100%;
		height: 100%;
	}
	.user-pr-photo > img {
		width: 100%;
		height: 100%;
	}

	.mobile_btn {
		position: absolute;
		top: 5px;
		z-index: 899;
	}
	.dd {
		margin-bottom: 7px;
	}
	.row.time {
		margin-right: 0;
		margin-left: 0;
	}
	.bar-icon span {
		height: 3.2px;
	}
	.review-count.rating {
		justify-content: left;
	}

	.user-pr .avatar-sm {
		width: 5rem !important;
		height: 5rem !important;
	}
	.img-searchbar {
		display: flex;
		justify-content: center;
		margin-right: auto;
		margin-left: auto;
	}
	.img-searchbar img {
		width: 500px;
		height: 500px;
		opacity: .8;
	}
	.home-user-h1 {
		font-size: 40px;
	}
	.search-input-home {
		top: 100px
	}
	.search-input-home.doc-best {
		position: static;
	}
	.doc-best {
		text-align: center !important;
	}
	.best-doc {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.sm-9aws {
		top: 0;
		right: 0;
		left: 0;
		justify-content: center;
	}
	.img-big.best-doc {
		display: flex;
		justify-content: center;
		padding-left: 15px;
	}
	.img-big.best-doc img {
		width: 350px;
		height: 350px;
	}
	.img-big-9aws img {
		width: 550px;
	}
	.btn-big-doc {
		height: 50px;
		width: 100%;
		background-color: #08425a;
		color: #fff;
		 overflow: hidden; border-radius: .75rem;
	} 
	.btn-big-doc:hover , .btn-big-doc:active {
		height: 44px;
		width: 100%;
		 overflow: hidden; border-radius: .75rem;
	}
	.servs-doc {
		margin-top: 60px;
	}
	.doc-big h2 {
		font-size: 33px;
	}
	.nav-tabs.nav-justified > li > a.active, .nav-tabs.nav-justified > li > a.active:hover, .nav-tabs.nav-justified > li > a.active:focus {
		border-left-width:0;
		border-bottom-width:2px;
		border-bottom-color:#08425a !important ;
		 overflow: hidden; border-radius: 0;
	}
	h2.list-pt {
		font-size: 36px;
	}
	.add-pat h5 {
		font-size: 1.1rem;
	}
	.ml-pt-al-list {
		margin-left:0%;
	}
	.add-pat-div {
		text-align: right;
	}
	.btn.pt-all-list {
		margin-top: 35px;
	}
	.links-pt-doc-profile {
		margin-top: 20px;
	}
	.btn.pt-all-list.pt-doc-profile {
		margin-top: 10px;
	}
	.nav-tabs {
		border: none;
		border-bottom: none;
	}
	.nav-tabs.nav-justified {
		border-bottom: none;
	}
	.doctor-img.pt-grid {
		margin-bottom: 0;
	}
	.title-pub-blog .add-more {
		margin-top: 30px;
		float: none;
		text-align: center;
	}
	.btn-yes-no .submit-btn {
		min-width: 100px;
	}
	.details .row .dsd{
		height: 260px;
	}
	.details .row .dsd.new,.sm-img{
		height: 200px;
	}
	.blog-view .blog-title {
		font-size: 28px;
	}
	.co {
		padding-right: 0;
		padding-left: 0;
	}
	.doc-slot-list {
		width: 31%;
	}
	.img-salider img {
		display: none;
	}
	.header .has-arrow .dropdown-toggle:after {
		display: inline-block;
	}
	.login-right form .form-group {
		margin-bottom:0.5rem ;
	}
	.login-right form .Gender {
		margin-bottom:0 !important ;	
	}
	.login-right form .Gender.step2 {
		margin-bottom:1.2rem !important ;	
	}
	.doc-sign-smll img {
		width: 90px;
		height: 90px;
	}
	.login-right {
		margin: 0;
		margin-top: 20px !important;
	}
	.user-menu.nav > li > a > span:not(.user-img) {
		display: block;
	}
	.sch-doc-profile-h5 {
		margin-bottom: 20px;
	}
	.doc-big.salider h2 {
		font-size: 22px;
	}
	.card.doc-best {
		padding: 20px 10px;
		box-shadow:none;

	}
	.mt-5-s {
		margin-top: 2rem;
	}
	h2, .h2 {
		font-size: 1.95rem;
	}
	.home-booking {
		padding-top: 60px;
	}
	.header-nav {
		height: 60px!important;
	}
	.navbar-brand.logo img {
		height: 35px !important;
	}
	.bottom-sidebar {
		display: flex;
	}
	.mr-md-35,.mx-md-35 {
		margin-right: 0 !important;
	}
	.ml-md-35,.mx-md-35 {
		margin-left: 0 !important;
	}
	.user-menu.nav > li > a .badge {
		top:9px
	}
	.big-img {
		height: 100%;
	}
	.write-article {
		display: flex;
		align-items: center;
		padding: 15px;
		justify-content: center;
	}
	.btn-home-user, .btn-home-user.save , .btn-home-user:active, .btn-home-user.save:active .btn-home-user:hover, .btn-home-user.save:hover{
		width: 100% !important;
		padding: 12px;
	}
	.list-lis {
		height: 14rem;
	}
	.img-about-us{
		height: auto; 
		width: 75%;
	}
	.h1-about {
		font-weight: 700; 
		font-size: 30px;
	}
	.h1-about-1 {
		font-weight: 600; 
		font-size: 26px;
	}
	.p-about-us {
		font-size: 18px;
		color: #757575;
		font-weight: 400;
	}
	.div-about {
		height: 60px; 
		width: 60px; 
		font-size: 20px; 
		line-height: 54px; 
	}
	.p-about-div {
		width: 65px;
		font-size: 18px;
	}
	.btn-group-sm>.btn, .btn-sm {
		font-size: .875rem;
	}
	.w-100btn{
		width: 100% !important;
	}
	.img-quest-doc-div.folow {
		width: 65px !important;
		height: 65px !important;
	
	}
	.img-quest-doc-div.folow img{
		height: 65px !important;
	
	}
	.quest-search.sm-search {
		top:0;
	}
	h2.sm-search {
		font-size: 25px;
	}
	.files-user img {
		height: 30px;
		width: 30px;
	}
	.hd-list-pt {
		width: 100%;
		text-align: center;
		background-color: transparent;
		height: 40px;
		border-right: 1px solid #f9f9f9;
	}
	.hd-list-pt.active {
		border-bottom: 2px solid #08425a;
	}
	.hd-list-pt.active .h4-pt {
		color:#08425a !important;
		font-weight: 600;
	}
	.h4-pt {
		color:#757575 !important
	}
	.svg-4 {
		width: 50%;
	}
	.img-list {
		width: 75px;
		height: 75px;
		 overflow: hidden; 
		 border-radius:50% ;
		
		display: flex;
		align-items: center;
	}
	.carddo{
		border-radius: 1.5rem !important;
	}
	.gggdgdg {
		max-width: 20% !important;
	}
}

@media only screen and (max-width:575.98px) {
	.gggdgdg {
		max-width: 40% !important;
	}
	.img-scrren {
		width: 57.85%;
		margin: auto;
		top: 40px;
		left: 0;
		right: 0;
		border-radius: 1.8rem;
	}
	.cercle-img{
		width: 400px;
		height: 400px;
		border-radius: 50%;
		top: 120px;
		left: 0px;
	}
	.cercle-imgr{
		width: 400px;
		height: 400px;
		border-radius: 50%;
		top: 120px;
		right: 0px;
	}
	.btn-quest, .btn-quest:active, .btn-quest:hover {
		width: 100px !important;
	}
	.img-quest-doc-div {
		width: 40px !important;
		height: 40px !important;
	}
	.img-quest-doc {
		height: 40px !important;
	}
	.panel-dd {
		height: 105px;
	}
	.login-nav {
		line-height: 2.5;
    	width: 100%;
    	height: 48px;
	}
	.user-menu.nav > li > a > img {
		width: 27px;
	}
	.no-img {
		width: 100%;
		height: auto;
	}
	.img-qs {
		opacity: 0.55;
		position: absolute;
    	right: -150px;
	}
	.navbar-brand.logo {
		width: 125px;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-brand.logo img {
		height: 40px !important;
		width: auto;
	}
	.blog-view .blog-content p {
		font-size: 17px;
	}
	.login-div {
		background-color: white;
		width: 100%;
		height: 58px;

	}
	.main-nav {
		width: 150px;
	}
	.user-menu .dropdown-menu {
		width: 90vw;
	}
	.user-menu .dropdown-menu .dropdown-item {
		padding: 20px;
		font-size: 17px;
		font-weight: 500;
	}

	.content-blogs .container .navbar .navbar-collapse .form-inline button , .d-block  .navbar-collapse .form-inline button {
		width:100% ;
	}
	.navbar-light .navbar-nav .nav-link {
		width: 100%;
	}
	.form-inline .form-control {
		width:100%;
		margin-bottom: 12px;
	}
	.fff {
		text-align: center;
	}
	.view-icons {
		display: none;
	}
	.sortby-fliter {
		width: 100%;
		margin-top: 20px;
	}
	.select   {
		width: 100%;
	}
	.spac {
		width: 100%;
	}
	.sort-by {

		width: 100%;
	}
	.order-xs-2 {
		order: 2;
	}
	.order-xs-1 {
		order: 1;
	}
	.card-title {
		font-size: 1.2rem;
	}
	.staps div {
		margin-right: 10px;
		margin-left: 10px;
	}
	.staps1 .box-staps  {
		width: 150px;
	}
	.staps1 .box-staps .thrd-stap {
		width: 188px;
	}
	.staps1 .box-staps .scend-stap {
		width: 120px;
	}
	.staps1 .box-staps .first2-stap {
		width: 60px;
	}
	.staps1 .box-staps .first3-stap {
		width: 70px;
	}
	.pl-5, .px-5 {
		padding-left:1rem!important;
	}
	#mobile_btn {
		position: relative;
		top: 12px;
		z-index: 1002;
	}
	.mobile_btn {
		position: absolute;
		top: 5px !important;
	}
	.doc-info-cont {
		width: 100%;
	}
	.bar-icon span {
		height: 3.2px;
	}
	.comment .avatar-sm  {
		width: 2.5rem;
		height: 2.5rem;
	}
	.clinic-doc-photo {
		width: 7rem !important;
		height: 7rem !important;

	}
	.profile-widget {
		padding:0;
	}
	.profile-widget.fav {
		padding: 15px;
	}

	.img-searchbar img {
		width: 370px;
		height: 370px;
		opacity: .8;
	}
	.home-user-h1 {
		font-size: 36px;
		line-height: 48px;
	}
	.search-input-home {
		top: 134px
	}
	.best-doc img {
		width: auto;
		height: 280px;
	}
	.home-booking .box-booking .home-user-h1 {
		font-size: 43px;
	}

	.table-list-pt , .table-list-pt-1 {
		text-align: center;
		margin-top: 22px;
		margin-bottom: 10px;
	}
	.card-table .card-body .table tr td:last-child, .card-table .card-body .table tr th:last-child {
		padding-right:.5rem;
	}
	.card-table .card-body .table tr td:first-child, .card-table .card-body .table tr th:first-child {
		padding-left:.5rem;
	}
	.avatar-sm {
		width: 4.875rem;
		height: 4.875rem;
		margin-right: .5rem !important;
	}
	.avatar > img {
		width: 100%;
		height: 100%;
	}
	.btn.pt-all-list {

		margin-top: 15px;
	}
	.btn.pt-all-list {
		width: 120px;
		height: 40px;
	}
	.btn.pt-all-list i {
		line-height: 30px;
	}
	h2.list-all-pt .nav-link { 
		font-size: 28px;
		line-height: 36px;
	}
	.all-list-icon {
		display: flex;
		justify-content: center;
	}
	.all-list-icon i {
		line-height: 50px;
	}
	.row.lg-list.pt-list-doctor {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}
	.pub-blog-h4 {
		line-height: 30px;
	}
	.doc-slot-list {
		width: 44%;
	}
	.doc-slot-list a {
		float: right;
	}
	.header-navbar-thr {
		display: none;
	}
	.img-searchbar {
		margin-top: 22px;
	}
	.navbar-brand.logo.booking-logo {
		width: 70%;
		text-align:left;
		margin-top: 6px;
	}
	.editd-link.d {
		top: 42px;
	}
	.dropdown-menu {
		width: 90vw;;
		border-radius: .75rem;
	}
	.dropdown-item {
		padding: 20px;
		font-size: 17px;
		font-weight: 500;
		border-top: 1px solid #e3e3e3;
	}
	.dropdown-item:first-child {
		border-top: none;
	}
	.comment .visibaleehidden {
		visibility:visible;
		transition: all 0.3s ease-in-out;
	
	}
	.dropdown-menu.notifications {
		width: auto;
		min-width: 300px;
		right: 0;
	}
	.blog-comments .comments-list li .comment-author {
		height:40px;
		width:40px;
	}
	.gg {
		margin-bottom: 20px;
	}
	.btn-group-sm>.btn, .btn-sm {
		height: 40px;
		width: 95px;
		font-size: 1rem;
	}
	.dashboard-menu ul {
		font-size: 17px;
	}
	.patient-details h5 {
		font-size: 16px;
	}
	.img-article-vu {
		height: 25px !important;
	}
	.img-article-vu1 {
		height: 22px !important;
	}
	.prev.img-viewr, .next.img-viewr {
		height: 100%;
		top: 50px;
		display: flex;
		width: 60px;
		padding: 15px;
	}
	.modal-photo-proes {
		max-width: 100%;
	}
	.read-more {
		font-size: 16px;
	}
	.img-article-vu1.img-down-icon {
		height: 15px !important;
	}
	.files-user img {
		height: 30px;
		width: 30px;
	}
	.mt-100 {
		margin-top: 10px !important;
	}

}
@media only screen and (max-width:375px) {
	.div-img-jop {
		height: 300px;
	}
	.doc-location {
		font-size: 18px;
	}
	.img-scrren {
		width: 56.85%;
		margin: auto;
		top: 33px;
		left: 0;
		right: 0;
		border-radius: 1.8rem;
	}
	.cercle-img{
		width: 320px;
		height: 320px;
		border-radius: 50%;
		top: 120px;
		left: 0px;
	}
	.cercle-imgr{
		width: 320px;
		height: 320px;
		border-radius: 50%;
		top: 120px;
		right: 0px;
	}
	.entry-meta {
		font-size: 15px;
	}
	.blog-info {
		font-size: 15.5px;
	}
	.blog-view .blog-content p {
		font-size: 18px;
	}
	.or-line{
		width: 270px;
	}
	.schedule-header {
		padding:10px 0;
	}
	.staps div {
		margin-right: 5px;
		margin-left: 5px;
	}
	.user-pr .avatar-sm {
		width: 4rem !important;
		height: 4rem !important;
	}
	.img-searchbar img {
		width: 320px;
		height: 320px;
		opacity: .8;
	}
	.home-user-h1 {
		font-size: 30px;
		line-height: 42px;
	}
	.search-input-home {
		top: 101px
	}
	.home-booking .box-booking .home-user-h1 {
		font-size: 36px;
	}
	.search-booking-user li {
		height: 62px;
		margin-top: 15px;
	}
	.form-inline .input-booking {
		height: 59px;
		margin-top: 15px;
	}
	.btn-booking {
		height: 59px;
	}
	.booking-drop h4 {
		font-size: 17px;
	}
	.search-booking-user li a img {
		height: 21px;
		width: 21px;
	}
	.img-big.best-doc img {
		width: 250px;
		height: 250px;
	}
	.img-salider img {
		width: 250px;
		height: 250px;
	}
	.profile-widget.pt-grid {
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	}
	.jdwal-mdim.grid {
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
	}
	.btn-yes-no .submit-btn {
		min-width: 90px;
	}
	.notifications .noti-content {
		width: 285px;
	}
	.editd-link.d {
		top: 63px;
	}
	.home-booking {
		height: 655px;
	}
	.time-sote {
		width: 78px !important;
	}

	
}

.hide{
	display: none;
}

.backgroundcombany { 
	background-color:#298082 !important
  }  
.colorcombany {
	color: #298082 !important;
  }
.quest-box {
 background-color: white;
 border-radius: .75rem;
 width: 100%;
 
}
.btn-quest ,.btn-quest:active,.btn-quest:hover{
	width: 120px;
    font-size: 15px;
	font-weight: 500;
    height: 40px;
    min-height: 0;
}
.btn-quest-home ,.btn-quest-home:active,.btn-quest-home:hover{
	width: 160px;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    min-height: 0;
}
.btn-quest:hover {
	width: 120px;
	height: 40px;
	min-height: 0;
	font-size: 15px;
	font-weight: 500;
}
.search-btn:hover,.search-btn:active,.search-btn:focus {
	background-color: transparent;
	border: none;
}
.right-sidebar {
	
	bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all .7s ease-in-out 0s;
}
.left-sidebar {
	
	bottom: 0;
    right: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all .7s ease-in-out 0s;
}
.form-control.commenty {

	border-color: #f5f5f5;
	background-color: #f5f5f5;
	height: 40px !important;
	min-height: 40px;
	padding-right: 50px;
}
.p-1-commynty {
	padding: .5rem !important;
}
.pb-1-commynty {
	padding-bottom: .5rem !important;
}
.p0-1-commynty {
	padding-right: 0em !important;
	padding-left: 0 !important;
	padding-top: .5rem !important;
}
.p0-1-commynty1 {
	padding-right: 0em !important;
	padding-left: 0 !important;
	padding-top: 0rem !important;
}
.artice-doctor-home {
	height: 200px;
	overflow: hidden;
	width: 100%;
}

.comment-commenty {
	border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}
.comment-send-commenty {
	bottom: -2px;
	position: absolute;
	right: 1px;
}
.div-profile-comenty {
	position: absolute;
	top:-100px;
	width: 400px;
}
.overflow-visible{
	overflow: visible;
}
.btn-learn {
	color: #08425a!important;
    background-color: white !important;
    border-color: #fff !important;
    border-radius: 0.5rem !important;
}
.zindex90 {
	z-index: 1090;
}
.z-10 {
	z-index: 10;
}
.model-learn-hch{
	width: 360px;
    height: 360px;
	margin: 0;
}
.modal-learn-contener{
	position: absolute;
	top: 0;
    right: -390px;
	left: auto;
    z-index: 1050;
	width: auto;
	height: auto;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-learn-contener2{
    left: -390px;
	right: auto;
}
.inline-photo {

	opacity: 0;
	transform:  translateX(7rem);
	transition: transform .5s ease-in-out,
				opacity .3s .5s ease-in-out;

	will-change: transform, opacity;
  }
  .inline-photo.is-visible {
	opacity: 1;
	transform: translateX(0rem);
  }
  .inline-text {

	opacity: 0;
	transform:  translateY(3rem);
	transition: transform .75s ease-in-out,
				opacity .75s .5s ease-out;

	will-change: transform, opacity;
  }
  .inline-text.is-visible {
	opacity: 1;
	transform: translateY(0rem);
  }
  .w-md-100{
	  width: 100% !important;
  }
@media only screen and (max-width:322px) {
	.home-user-h1 {
		font-size: 33px;
	}
	.home-p {
		font-size: 1.35rem;
	}
}