
  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

  .otetxprofile{
      text-align:justify;
      direction:rtl
  }
.large-container{
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}


.feature-block-one .inner-box:hover .pattern .pattern-2{
  opacity: 1;
}

.feature-section .pattern-layer .pattern-1{
  position: absolute;
  left: 80px;
  bottom: 0px;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2{
  position: absolute;
  right: 80px;
  top: 0px;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 120px 0px;
}

.testimonial-section .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-item{
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-item.active{
  opacity: 1;
}

.testimonial-section .bg-layer{
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-section .testimonial-inner{
  position: relative;
  background: #fff;
  padding: 63px 150px 70px 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  margin-bottom: 30px;
}

.testimonial-block-one .inner-box .text p{
  font-size: 18px;
  line-height: 30px;
  color: #061a3a;
}

.testimonial-block-one .inner-box .author-info{
  position: relative;
  display: block;
  padding: 10px 0px 6px 90px;
}

.testimonial-block-one .inner-box .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box .author-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3{
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designaion{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.nav-style-one .owl-prev,
.nav-style-one .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #061a3a;
  box-shadow: 0 0px 50px #d5edea;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover{
  color: #fff;
}

.testimonial-section .nav-style-one .owl-prev,
.testimonial-section .nav-style-one .owl-next{
  display: block;
}

.testimonial-section .nav-style-one .owl-prev{
  margin-bottom: 10px;
}

.testimonial-section .owl-nav{
  position: absolute;
  right: -90px;
  bottom: -25px;
}

.testimonial-section .testimonial-inner .pattern{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 202px;
  height: 250px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 239px;
  height: 376px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  left: 280px;
  bottom: 150px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}

.bg-color-3{
  background: #ebf7f6;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 35px 40px 31px 170px;
  margin-bottom: 30px;
  box-shadow: 0 20px 50px rgba(0, 24, 73, 0.07);
}

.team-block-one .inner-box .image-box{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 20px;
}

.team-block-one .inner-box .content-box .like-box{
  position: absolute;
  top: 5px;
  right: 0px;
}

.team-block-one .inner-box .content-box .like-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eaf8f6;
  border-radius: 50%;
  z-index: 1;
}

.team-block-one .inner-box .content-box .like-box a:hover{
  color: #fff;
}

.team-block-one .inner-box .content-box .name-box li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
}

.team-block-one .inner-box .content-box .name-box li:nth-child(2){
  top: 2px;
}

.team-block-one .inner-box .content-box .name-box li:last-child{
  top: 2px;
}

.team-block-one .inner-box .content-box .name-box li:last-child{
  margin: 0px !important;
}

.team-block-one .inner-box .content-box .name-box li h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.team-block-one .inner-box .content-box .name-box li h3 a{
  display: inline-block;
  color: #061a3a;
}

.team-block-one .inner-box .content-box .name-box li h3 a:hover{

}

.team-block-one .inner-box .content-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
}

.team-block-one .inner-box .content-box .text{
  position: relative;
  margin-bottom: 9px;
}

.team-block-one .inner-box .content-box .text p{
  line-height: 26px;
}

.team-block-one .inner-box .content-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.team-block-one .inner-box .content-box .rating li:last-child{
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.team-block-one .inner-box .content-box .rating li a{
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #808080;
}

.team-block-one .inner-box .content-box .rating li a:hover{

}

.team-block-one .inner-box .content-box .rating,
.team-block-one .inner-box .content-box .link{
  position: relative;
  display: inline-block;
  float: left;
}

.team-block-one .inner-box .content-box .link{
  padding-left: 15px;
  margin-left: 15px;
}

.team-block-one .inner-box .content-box .link a{
  font-size: 15px;
}

.team-block-one .inner-box .content-box .link a:hover{
  color: #061a3a !important;
}

.team-block-one .inner-box .content-box .link.not-available a{
  
}

.team-block-one .inner-box .content-box .link:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 18px;
  left: 0px;
  top: 4px;
}

.team-block-one .inner-box .content-box .rating-box{
  position: relative;
  margin-bottom: 5px;
}

.team-block-one .inner-box .content-box .location-box{
  position: relative;
  display: block;
}

.team-block-one .inner-box .content-box .location-box p{
  font-size: 15px;
  color: #808080;
}

.team-block-one .inner-box .content-box .location-box p i{
  margin-right: 8px;
}

.team-block-one .inner-box .pattern .pattern-1{
  position: absolute;
  left: -30px;
  top: 0px;
  width: 254px;
  height: 115px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .pattern .pattern-1{
  left: 0px;
  opacity: 1;
}

.team-block-one .inner-box .pattern .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 208px;
  height: 104px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .pattern .pattern-2{
  opacity: 1;
}

.team-section .more-btn{
  position: relative;
  margin-top: 30px;
}

.team-section .sec-title{
  margin-bottom: 50px;
}


/** search-doctors **/

.search-doctors{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.doctors-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 60px 40px;
  border-radius: 10px;
}

.doctors-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 27px;
}

.doctors-block-one .inner-box .doctors-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #061a3a;
  margin-bottom: 10px;
}

.doctors-block-one .inner-box .doctors-list li:last-child{
  margin-bottom: 0px;
}

.doctors-block-one .inner-box .doctors-list li a{
  display: inline-block;
  color: #061a3a;
}

.doctors-block-one .inner-box .doctors-list li a:hover{

}

.doctors-block-one .inner-box .doctors-list{
  position: relative;
  margin-bottom: 32px;
}

.doctors-block-one .inner-box .btn-box{
  position: absolute;
  left: 40px;
  bottom: 60px;
  transform: scale(0,0);
  z-index: 1;
  transition: all 500ms ease;
}

.doctors-block-one .inner-box:hover .btn-box{
  transform: scale(1,1);
}

.doctors-block-one .inner-box .btn-box .theme-btn-one{
  padding: 12px 30px;
}

.doctors-block-one .inner-box .pattern{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 193px;
  height: 99px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.doctors-block-one .inner-box:hover .pattern{
  opacity: 1;
}

.doctors-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #e6f5f3;
  border-radius: 50%;
  opacity: 1;
  transition: all 500ms ease;
}


/*** 

====================================================================
                        Pricing-Page
====================================================================

***/

.pricing-section{
  position: relative;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  padding: 85px 40px 50px 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table.active{
  box-shadow: 0 20px 40px 10px #cde4e1;
}

.pricing-block-one .pricing-table .table-header h2{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 5px;
}

.pricing-block-one .pricing-table .table-header h3{
  position: relative;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  margin-bottom: 34px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 23px;
}

.pricing-block-one .pricing-table .table-content ul li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #061a3a;
  padding-left: 20px;
  margin-bottom: 14px;
}

.pricing-block-one .pricing-table .table-content ul li.light{
  color: #808080;
}

.pricing-block-one .pricing-table .table-content ul li.light:before{
  color: #d2d4d9;
}

.pricing-block-one .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content ul li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  margin-bottom: 37px;
}

.pricing-block-one .pricing-table .table-footer .link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #e6f5f3;
  border-radius: 50%;
  transform: scale(1,1);
}

.pricing-block-one .pricing-table:hover .table-footer .link a{
  transform: scale(0,0);
}

.pricing-block-one .pricing-table .table-footer .btn-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 900ms ease;
}

.pricing-block-one .pricing-table:hover .table-footer .btn-box,
.pricing-block-one .pricing-table.active .table-footer .btn-box{
  opacity: 1;
}

.pricing-block-one .pricing-table .table-footer{
  position: relative;
}

.pricing-block-one .pricing-table .pattern .pattern-1{
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  width: 196px;
  height: 165px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .pattern .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 217px;
  height: 104px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-footer .btn-box .theme-btn-one{
  padding: 12px 30px;
}

.pricing-block-one .pricing-table .pattern .pattern-3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 159px;
  height: 70px;
  background-repeat: no-repeat;
}

.pricing-section .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.pricing-section .tab-btn-box .tab-btns:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  width: 90px;
  content: "";
  border-radius: 30px;
  box-shadow: 0 20px 40px 10px #c0e4e1;
}

.pricing-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  min-width: 160px;
  text-align: right;
  font-size: 15px;
  padding: 7px 65px 3px 0px;
  line-height: 30px;
  font-weight: 600;
  color: #061a3a;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn{
  
}

.pricing-section .tab-btn-box .tab-btns li:last-child{
  padding-right: 0;
  padding-left: 65px;
  text-align: left;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn:before {
  right: 7px;
}

.pricing-section .tab-btn-box .tab-btns li:before {
  position: absolute;
  top: 4px;
  height: 32px;
  width: 32px;
  border-radius: 30px;
  content: "";
  right: -43px;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:last-child:before{
  display: none;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i{
  margin-right: 10px;
}

.error-section .inner-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 900;
  margin-bottom: 10px;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}


/*** 

====================================================================
                        Clinic-Page
====================================================================

***/

.select-field{
  position: relative;
  padding: 30px 0px;
}

.select-field .form-inner form{
  position: relative;
  float: right;
  max-width: 720px;
  width: 100%;
}

.select-field .form-inner .select-box{
  float: left;
  margin-top: 15px;
}

.select-field .content-box form .form-group{
  position: relative;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 0px;
}

.select-field .content-box form .form-group .wide{
  position: relative;
  float: left;
  max-width: 240px;
  width: 100%;
}

.select-field .content-box form .form-group input{
  position: relative;
  display: block;
  float: left;
  width: 415px;
  border: none;
  height: 60px;
  font-size: 16px;
  color: #848484;
  padding: 10px 40px 10px 40px;
}

.select-field .content-box form .form-group .wide:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 30px;
  top: 15px;
  right: 0px;
}

.select-field .content-box form .form-group button{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.select-field .content-box form .form-group .nice-select{
  height: 60px;
  padding: 12px 40px;
}

.select-field .content-box form .form-group .nice-select:after{
  top: 15px;
}

/** clinic-section **/

.clinic-section{
  position: relative;
  padding: 80px 0px 120px 0px;
}

.clinic-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 35px 40px 31px 170px;
  margin-bottom: 30px;
  box-shadow: 0 15px 40px 10px #edf1f1;
}

.clinic-block-one .inner-box .image-box{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}

.clinic-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 20px;
}

.clinic-block-one .inner-box .content-box .like-box{
  position: absolute;
  top: 40px;
  right: 40px;
}

.clinic-block-one .inner-box .content-box .like-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eaf8f6;
  border-radius: 50%;
  z-index: 1;
}

.clinic-block-one .inner-box .content-box .like-box a:hover{
  color: #fff;
}

.clinic-block-one .inner-box .content-box .name-box li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
}

.clinic-block-one .inner-box .content-box .name-box li:nth-child(2){
  top: 2px;
}

.clinic-block-one .inner-box .content-box .name-box li:last-child{
  top: 2px;
}

.clinic-block-one .inner-box .content-box .name-box li:last-child{
  margin: 0px !important;
}

.clinic-block-one .inner-box .content-box .name-box li h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.clinic-block-one .inner-box .content-box .name-box li h3 a{
  display: inline-block;
  color: #061a3a;
}

.clinic-block-one .inner-box .content-box .name-box li h3 a:hover{

}

.clinic-block-one .inner-box .content-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
}

.clinic-block-one .inner-box .content-box .text{
  position: relative;
  margin-bottom: 9px;
}

.clinic-block-one .inner-box .content-box .text p{
  line-height: 26px;
}

.clinic-block-one .inner-box .content-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 3px;
}

.clinic-block-one .inner-box .content-box .rating li:last-child{
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.clinic-block-one .inner-box .content-box .rating li a{
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #808080;
}

.clinic-block-one .inner-box .content-box .rating li a:hover{

}

.clinic-block-one .inner-box .content-box .rating,
.clinic-block-one .inner-box .content-box .link{
  position: relative;
  display: inline-block;
  float: left;
}

.clinic-block-one .inner-box .content-box .link{
  padding-left: 15px;
  margin-left: 15px;
}

.clinic-block-one .inner-box .content-box .link a{
  font-size: 15px;
}

.clinic-block-one .inner-box .content-box .link a:hover{
  color: #061a3a !important;
}

.clinic-block-one .inner-box .content-box .link.not-available a{
  
}

.clinic-block-one .inner-box .content-box .link:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 18px;
  left: 0px;
  top: 4px;
}

.clinic-block-one .inner-box .content-box .rating-box{
  position: relative;
  margin-bottom: 5px;
}

.clinic-block-one .inner-box .content-box .location-box{
  position: relative;
  display: block;
}

.clinic-block-one .inner-box .content-box .location-box p{
  font-size: 15px;
  color: #808080;
}

.clinic-block-one .inner-box .content-box .location-box p i{
  margin-right: 8px;
}

.clinic-block-one .inner-box .content-box .btn-box{
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.clinic-block-one .inner-box .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  border: 2px solid #ebeef1;
  border-radius: 30px;
  padding: 7px 30px;
}

.clinic-block-one .inner-box .content-box .btn-box a:hover{
  color: #fff;
}

.clinic-block-one .inner-box .pattern .pattern-1{
  position: absolute;
  left: -30px;
  top: 0px;
  width: 254px;
  height: 115px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.clinic-block-one .inner-box:hover .pattern .pattern-1{
  left: 0px;
  opacity: 1;
}

.clinic-block-one .inner-box .pattern .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 208px;
  height: 104px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.clinic-block-one .inner-box:hover .pattern .pattern-2{
  opacity: 1;
}

.clinic-section .item-shorting{
  position: relative;
  margin-bottom: 40px;
}

.clinic-section .item-shorting .left-column h3{
  font-size: 26px;
  line-height: 50px;
  font-weight: 700;
}

.clinic-section .item-shorting .right-column .short-box{
  float: left;
  width: 190px;
  margin-right: 10px;
}

.clinic-section .item-shorting .right-column .menu-box{
  float: left;
}

.nice-select .option{
  float: none;
  display: block;
  margin: 0px;
}

.clinic-section .item-shorting .right-column .nice-select{
  height: 50px;
  border: 1px solid #e5e7ec !important;
  border-radius: 30px;
  padding: 6px 30px;
  font-size: 15px;
  font-weight: 500;
}

.clinic-section .item-shorting .right-column .nice-select:after{
  top: 10px;
}

.clinic-section .item-shorting .right-column .menu-box button{
  position: relative;
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #e3e6ea;
  border-radius: 50%;
  color: #93959e;
  background: transparent;
  cursor: pointer;
  margin-right: 10px;
  transition: all 500ms ease;
}

.clinic-section .item-shorting .right-column .menu-box button:last-child{
  margin-right: 0px !important;
  font-size: 16px;
}

.clinic-section .item-shorting .right-column .menu-box button.on{
  color: #fff;
}

.clinic-section .pagination-wrapper{
  position: relative;
  padding-top: 30px;
}

.wrapper.list .clinic-list-content{
  display: block;
}

.wrapper.list .clinic-grid-content{
  display: none
}

.wrapper.grid .clinic-list-content{
  display: none;
}

.wrapper.grid .clinic-grid-content{
  display: block
}

.clinic-section .team-block-three .inner-box{
  margin-bottom: 30px;
}

.clinic-section .map-inner{
  position: relative;
  border-radius: 10px;
}

.clinic-section .map-inner #contact-google-map{
  position: relative;
  width: 100%;
  height: 500px;
}

.ml-10{
  margin-left: 10px;
}

.clinic-half-map{
  position: relative;
}

.clinic-half-map .left-inner{
  width: 45%;
  padding: 0px;
  position: fixed;
  left: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 500px;
  height: 100%;
}

.clinic-half-map .right-inner{
  width: 55%;
}

.clinic-half-map .left-inner .form-inner{
  position: relative;
  padding: 12px 30px 25px 30px;
}

.clinic-half-map .left-inner .form-inner .select-box label{
  color: #fff;
}

.clinic-half-map .left-inner .form-inner .select-box input[type="radio"] + label span{
  border: 2px solid #fff;
}

.clinic-half-map .left-inner .form-inner form{
  max-width: 100%;
}

.clinic-half-map .left-inner .form-inner .select-box{
  margin-bottom: 6px;
  margin-top: 0px;
}

.clinic-half-map .clinic-section{
  padding: 30px 30px 150px 30px;
}

.clinic-half-map .clinic-section .item-shorting{
  margin-bottom: 30px;
}

.clinic-half-map .banner-section.style-five .content-inner{
  margin-bottom: 0px;
}

.clinic-half-map .outer-container{
  position: relative;
}

.clinic-half-map .banner-section.style-five{
  padding: 260px 0px;
}


/** clinic-details **/

.clinic-details{
  position: relative;
  padding: 80px 0px 120px 0px;
}

.clinic-details-content{
  position: relative;
  margin-right: 10px;
}

.clinic-details-content .clinic-block-one .inner-box .image-box{
  width: 190px;
  height: 220px;
}

.clinic-details-content .clinic-block-one .inner-box{
  padding: 34px 40px 37px 260px;
  box-shadow: none;
  margin-bottom: 40px;
}

.clinic-details-content .clinic-block-one .inner-box h2{
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info{
  position: relative;
  float: left;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li{
  position: relative;
  display: block;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 3px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li:last-child{
  margin-bottom: 0px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li i{
  position: absolute;
  left: 0px;
  top: 6px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li a{
  color: #061a3a;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .info li a:hover{

}

.clinic-details-content .clinic-block-one .inner-box .lower-box .view-map{
  position: relative;
  float: left;
  margin-left: 15px;
  padding-left: 15px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .view-map a{
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.clinic-details-content .clinic-block-one .inner-box .lower-box .view-map:before{
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 1px;
  height: 18px;
  left: 0px;
  top: 4px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .designation{
  margin-bottom: 2px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .rating-box{
  margin-bottom: 12px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .text{
  margin-bottom: 14px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .share-box {
  position: absolute;
  top: 40px;
  right: 90px;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .share-box a.share-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #eaf8f6;
  border-radius: 50%;
  z-index: 1;
}

.clinic-details-content .clinic-block-one .inner-box .content-box .share-box a.share-btn:hover{
  color: #fff;
}

.clinic-details-content .tabs-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.clinic-details-content .tabs-box .tabs-content{
  position: relative;
  padding: 43px 40px 50px 40px;
}

.clinic-details-content .tabs-box .tab-btn-box{
  position: relative;
  display: block;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  padding: 15px 15px 15px 15px;
  cursor: pointer;
  border-right: 1px solid rgba(255,255,255,0.1);
  transition: all 500ms ease;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li:last-child{
  border-right: none;
}

.clinic-details-content .tabs-box .tab-btn-box .tab-btns li.active-btn{

}

.clinic-details-content .tabs-box .tabs-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text p{
  margin-bottom: 35px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text .list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 16px;
  color: #061a3a;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 23px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text .list li:before{
  position: absolute;
  content: '';
  border: 3px solid #dad9e7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 7px;
}

.clinic-details-content .tabs-box .tabs-content .inner-box .text .list{
  position: relative;
  margin-bottom: 28px;
}

.clinic-details-content .tabs-box .accordion-box .title-box{
  position: relative;
  background: #ebf7f6;
  padding: 12px 75px 12px 30px;
}

.clinic-details-content .tabs-box .accordion-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.clinic-details-content .tabs-box .accordion-box h6 span{
  float: right;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn h6{
  font-weight: 500;
}

.clinic-details-content .tabs-box .accordion-box .accordion-inner{
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.clinic-details-content .tabs-box .accordion-box .block{
  box-shadow: none;
  margin: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.clinic-details-content .tabs-box .accordion-box .block:last-child{
  border-bottom: none;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn{
  padding: 13px 80px 11px 30px;
  border-bottom: 1px solid transparent
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn.active{
  border-bottom: 1px solid #e5e5e5;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-content{
  padding: 22px 30px 30px 30px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-content p{
  margin: 0px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer{
  border-left: 1px solid #e5e5e5;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer:after{
  content: "\f067";
  font-size: 20px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn.active .icon-outer:before{
  content: "\f068";
  font-size: 20px;
}

.clinic-details-content .tabs-box .accordion-box .block .acc-btn .icon-outer{
  right: 0px;
  width: 50px;
}

.clinic-details-content .tabs-box .award-box .list li{
  position: relative;
  display: block;
  font-size: 15px;
  color: #061a3a;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 23px;
}

.clinic-details-content .tabs-box .award-box .list li span{
  font-weight: 400;
  color: #808080;
}

.clinic-details-content .tabs-box .award-box .list li:before {
  position: absolute;
  content: '';
  border: 3px solid #dad9e7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 7px;
}

.clinic-details-content .tabs-box .accordion-box{
  margin-bottom: 44px;
}

.clinic-details-content .tabs-box .accordion-box h3{
  margin-bottom: 24px !important;
}

.clinic-details-content .tabs-box .award-box{
  margin-bottom: 35px;
}


/*** 

====================================================================
                        Docotrs-Page
====================================================================

***/

.dashboard-section{
  position: relative;
}

.favourite-doctors{
  position: relative;
  padding: 50px 0px;
}

.favourite-doctors .team-block-three .inner-box{
  margin-bottom: 30px;
}

.favourite-doctors .title-box{
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5eded;
  margin-bottom: 50px;
}

.favourite-doctors .title-box h3{
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin: 0px;
}

.favourite-doctors .pagination-wrapper{
  padding-top: 30px;
}

.doctor-details{
  position: relative;
  padding: 80px 0px 120px 0px;
}

.doctor-details-content .tabs-box .tab-btn-box .tab-btns li{
  width: 25%;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .list li{
  width: 100%;
  float: none;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .list li span{
  font-weight: 400;
  color: #808080;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #061a3a;
  margin-bottom: 6px;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li:last-child{
  margin-bottom: 0px;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li a{
  color: #061a3a;
}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list li a:hover{

}

.doctor-details-content .tabs-box .tabs-content .inner-box .text .treatments-list{
  margin-bottom: 35px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text p {
  margin-bottom: 13px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #061a3a;
  padding-left: 25px;
  margin-bottom: 8px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li:before {
  position: absolute;
  content: '';
  border: 3px solid #dad9e7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 7px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li:last-child{
  margin-bottom: 0px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li p{
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #061a3a;
  margin: 0px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list li p span{
  color: #808080;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .experience-list{
  margin-bottom: 33px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .skills-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #061a3a;
  padding-left: 25px;
  margin-bottom: 6px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .skills-list li:before {
  position: absolute;
  content: '';
  border: 3px solid #dad9e7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0px;
  top: 7px;
}

.doctor-details-content .tabs-box .tabs-content .experience-box .text .skills-list li:last-child{
  margin-bottom: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner{
  position: relative;
  padding-left: 180px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7ec;
  margin-bottom: 28px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  border-radius: 10px;
  padding: 18px 15px 22px 15px;
  text-align: center;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box h2{
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box .clearfix li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box .clearfix li:last-child{
 /* color: #a29fc2;*/
}
.onstar
{
	 color:#ffab01;
}
.offstar{
  color: #a29fc2;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box .clearfix{
  margin-bottom: 4px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-box span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 500;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress{
  position: relative;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .porgress-bar{
  position: relative;
  display: block;
  width: 100%;
  max-width: 390px;
  height: 15px;
  background: #ebf7f6;
  border-radius: 5px;
  overflow: hidden;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .porgress-bar:before{
  position: absolute;
  content: '';
  height: 100%;
  left: 0px;
  top: 0px;
}
/*
.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:first-child .porgress-bar:before{
  width: 80%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:nth-child(2) .porgress-bar:before{
  width: 70%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:nth-child(3) .porgress-bar:before{
  width: 60%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:nth-child(4) .porgress-bar:before{
  width: 50%;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress:last-child .porgress-bar:before{
  width: 40%;
}
*/
.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text{
  position: absolute;
  top: -6px;
  right: 5px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress{
  position: relative;
  margin-bottom: 19px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text p{
  color: #061a3a;
}

.doctor-details-content .tabs-box .tabs-content .review-box .rating-inner .rating-pregress .single-progress .text p i{
  margin-right: 10px;
}

.doctor-details-content .tabs-box .tabs-content .review-box h3{
  margin-bottom: 23px;
}

.single-review-box{
  position: relative;
  padding: 0px 0px 36px 125px;
  margin-bottom: 30px;
}

.single-review-box:last-child{
  margin-bottom: 0px;
}

.doctor-details-content .single-review-box{
  border-bottom: 1px solid #dfe2e7;
}

.single-review-box .image-box{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 95px;
  height: 95px;
  border-radius: 10px;
}

.single-review-box .image-box img{
  width: 100%;
  border-radius: 10px;
}

.single-review-box .rating{
  position: relative;
  line-height: 14px;
}

.single-review-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}

.single-review-box .rating li.light{
  color: #dae6e5;
}

.single-review-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}

.single-review-box h6 span{
  color: #808080;
}

.single-review-box p{
  line-height: 26px;
  margin: 0px;
}

.doctor-details-content .tabs-box .tabs-content .review-box .review-inner{
  margin-bottom: 30px;
}

#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}

.doctors-sidebar .form-widget{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.doctors-sidebar .form-widget .form-title{
  position: relative;
  padding: 20px 30px 20px 30px;
}

.doctors-sidebar .form-widget .form-title h3{
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

.doctors-sidebar .form-widget .form-title p{
  font-size: 15px;
  line-height: 26px;
  color: rgba(255,255,255,0.7);
}

.doctors-sidebar .form-widget .appointment-time{
  position: relative;
  padding: 40px 40px;
  border-bottom: 1px solid #e5e7ec;
}

.doctors-sidebar .form-widget .appointment-time .form-group{
  position: relative;
  margin-bottom: 10px;
}

.doctors-sidebar .form-widget .appointment-time .form-group:last-child{
  margin-bottom: 0px;
}

.doctors-sidebar .form-widget .appointment-time .form-group input[type='text']{
  position: relative;
  width: 100%;
  height: 50px;
  background: #ebf7f6;
  padding: 10px 20px;
  color: #808080;
  font-size: 14px;
  border-radius: 10px;
}

.doctors-sidebar .form-widget .appointment-time .form-group i{
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1;
}

.doctors-sidebar .form-widget .choose-service{
  position: relative;
  padding: 33px 40px 40px 40px;
}

.doctors-sidebar .form-widget .choose-service h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-controls-stacked .description{
  font-weight: 500;
  display: block;
}

.doctors-sidebar .form-widget .custom-check-box .custom-controls-stacked .description .price{
  float: right;
}

.doctors-sidebar .form-widget .custom-check-box{
  padding: 9px 15px 3px 15px;
  border: 1px solid #e5e7ec;
  border-radius: 10px;
  margin-bottom: 10px;
}

.doctors-sidebar .form-widget .custom-check-box:last-child{
  margin-bottom: 0px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-control.material-checkbox .material-control-indicator{
  background: #e5e7ec;
  width: 15px;
  height: 15px;
  top: 7px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-control.material-checkbox .material-control-indicator:before{
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
}

.doctors-sidebar .form-widget .custom-check-box .custom-controls-stacked .description{
  margin-left: 0px;
}

.doctors-sidebar .form-widget .choose-service .btn-box{
  position: relative;
  padding-top: 10px;
}

.doctors-sidebar .form-widget .choose-service .btn-box .theme-btn-one{
  display: block;
  width: 100%;
}

.doctors-dashboard{
  position: relative;
  padding: 50px 50px;
  min-height: 1080px;
}

.doctors-appointment .doctors-table tr td .accept {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 9px 20px;
  background: #ebfaf8;
  border-radius: 25px;
  float: right;
  margin-right: 10px;
}

.doctors-appointment .doctors-table tr td .cancel {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 9px 21.5px;
  background: #ffeeec;
  border-radius: 25px;
  margin-right: 30px;
}

.doctors-appointment .doctors-table tr td .accept i{
  font-size: 12px;
  margin-right: 5px;
}

.doctors-appointment .doctors-table tr td .cancel i{
  font-size: 12px;
  margin-right: 5px;
}

.doctors-dashboard .right-panel .appointment-list{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e5eded;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.doctors-dashboard .right-panel .appointment-list .upper-box h3{
  position: relative;
  font-size: 26px;
  line-height: 44px;
  font-weight: 700;
}

.doctors-dashboard .right-panel .appointment-list .upper-box{
  padding: 30px 40px;
  border-bottom: 1px solid #e5eded;
}

.doctors-dashboard .right-panel .appointment-list .upper-box .nice-select{
  height: 44px;
  border: 1px solid #e5eded !important;
  border-radius: 30px;
  padding: 3px 20px;
  width: 175px;
  color: #061a3a;
  font-size: 14px;
  font-weight: 500;
}

.doctors-dashboard .right-panel .appointment-list .upper-box .nice-select:after{
  top: 7px;
  right: 20px;
  color: #061a3a;
}

.doctors-dashboard .right-panel .appointment-list .single-item{
  position: relative;
  padding: 16px 40px 13px 40px;
  border-bottom: 1px solid #e5eded;
}

.doctors-dashboard .right-panel .appointment-list .single-item:last-child{
  border-bottom: none;
}

.doctors-dashboard .right-panel .appointment-list .single-item .image-box{
  position: absolute;
  left: 40px;
  top: 20px;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}

.doctors-dashboard .right-panel .appointment-list .single-item .image-box img{
  width: 100%;
  border-radius: 20px;
}

