main {
    min-height: calc(100vh - 80px);
}

.main-nav{
	align-items: center;
}
.main-nav > li {
    margin-right: 30px;
}
.header{
	position: fixed;
}
.footer {
    background-color: #333333;
    border-top: none;
}
.footer .footer-bottom .copyright {
    border-top: navajowhite;
    padding: 30px 0;
}
.footer .footer-bottom .copyright-color p {
    color: #fff;
}
.footer-menu li a {
    color: #fff;
}
.login-wrap {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 10px 15px 10px rgb(0 0 0 / 4%);
}
.content{
	margin-top: 80px;
}
.no-acc{
	margin: 0px;
}
.forgot-link{
	    margin-bottom: 0;
}
.form-select{
	min-height: 46px;
}
.ui.fluid.dropdown {
    min-height: 46px !important;
    display: block;
    width: 100%;
    min-width: 0;
    align-items: center !important;
    display: flex !important;
}
.ui.fluid.dropdown>.dropdown.icon{

	    top: 15px !important;
}
.login-wrap .form-select {
    border-radius: 5px;
    border-color: #C2C9D1 !important;
    color: #ccc !important;
}
.login-wrap .custom_check a{
	color: #F9D052 !important;
}
.ui.multiple.dropdown>.label{color: #000 !important;}
.info_heading{
	font-size: 22px !important;
}
#picture__input, #picture__input2,#picture__input3,#picture__input4,#picture__input5,#picture__input6 {
  display: none;
}

.picture {
  width: 100px;
  height: 100px;
/*  aspect-ratio: 16/9;*/
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F9D052;
  border: 2px dashed currentcolor;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
  border-radius: 5px;
}


.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}


.picture__img, .picture__img2, .picture__img3, .picture__img4 , .picture__img5, .picture__img6{
    max-width: 100%;
    width: 100px;
    height: 100px;
    padding: 5px;
    object-fit: cover;
    border-radius: 5px;
}
.picture__image,.picture__image2 ,.picture__image3,.picture__image4,.picture__image5,.picture__image6{font-size: 25px;}

.portfolio_sec{

	justify-content: center;
    flex-wrap: wrap;
}
.skip {
    font-size: 16px;
    font-weight: 700;
    color: #ffcc64 !important;
    border: 1px solid !important;
    padding: 4px 9px;
    border-radius: 5px;
}
.header-split {
    justify-content: end !important;
}
.sidebar-logo .logo {
    height: 30px;
}
.heading.aos{
    margin-bottom: 30px;
}
.edit-profile {
    position: relative;
    right: 40px;
    /* top: 0; */
    background: #F9D052;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
}
.edit-profile a{
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}
label{
    color: #28283C;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.profile-container h6{
    color: #74788D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.profile-container h6 img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.sidebar-menu li a{
    font-weight: 600;
}
.portfolio_container .col-md-12{
    display: flex;
    flex-wrap: wrap;
}
.portfolio_container img {
    width: 137px;
    height: 137px;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid;
    padding: 3px;
}
.review-list:last-child {
    border-bottom: 2px solid #F5F5F5;
}
.cta-btn {
    padding: 7px 9px;
    min-width: 110px;
}
.cta-btn a{
    color: #333333;
    font-weight: 900 !important;
    font-size: 15px !important;
}
.main-nav > li > a {
    color: #28283C;
    font-weight: 900 !important;
    font-size: 15px !important;
}
.paginate_button i{display: none;}
.table-actions .form-select{
    min-height: auto;
    width: auto;
}
.table-actions .btn-primary{
    padding: 7px 5px;
    font-size: 13px;
}
.modal-body{
    text-align: center;
    font-size: 18px;
    padding: 25px;
}
/*.modal-footer{
    border-top: none;
}
.modal-header{
    border-bottom: none;
}*/
.modal-footer{
        justify-content: space-around;
}
.btn-secondary{
    padding: 13px 19px;
    border-radius: 6px;
}
.booking_details, .staff_sec{
    border: 2px solid #F5F5F5;
    padding: 20px;
}
.booking_details h6 {
    color: #74788D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.booking_details img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.booking_details ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}
.booking_details ul li span{
    color: #000;
    font-weight: 700;
}
.booking-li{
    border-top: 1px solid #dbdbdb;
}
.sidebar-menu > ul > li > a {
    padding: 10px 20px;
    border: 1px solid #f9f9f9;
}
.sidebar-menu > ul > li {
    margin-bottom: 10px;
}
.staff_sec img{
      width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
}
.staff_sec h6, .staff_sec a i{
    text-align: center;
    width: 100px;
    margin-top: 10px;
    display: block;
}
.staff_sec a i {
    color: #fff;
    background: #333;
    padding: 6px;
}
.specialist_list {
    display: flex;
/*    justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
}
.specialist_list li {
    width: 170px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #333;
    margin-right: 11px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.table-bordered thead{
  background: #333;
}
.table-bordered th{
  color: #fff;
  text-align: center;
}
.table-bordered tbody{
  text-align: center;
}
.sidebar-item li a.active {
    background: #333;
    color: #ffff;
}
.noti-details{
  margin-bottom: 0px;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    width: 20% !important;
  }
.lb-outerContainer{
      height: 350px !important;
    width: 450px !important;
} 
.lb-image{
    width: 450px !important;
    height: 350px !important;
    object-fit: cover;
} 
.lb-data .lb-number{
  display: none !important;
}
.lightbox{
    display: flex;
    flex-direction: column-reverse;
}
.lb-data .lb-close{
  position: relative;
    left: 14px;
    top: 18px;
    opacity: 1 !important;
}
.profile-container, .provide-table, .portfolio_container, .log-form2{
    border: 2px solid #F5F5F5;
    padding: 20px;
}
.terms_container, .privacy_container{border:2px solid #f5f5f5;padding: 20px;margin-top: 150px}

.terms_container p, .privacy_container p{
      margin-bottom: 24px;
      font-size: 16px;
      color: #74788D;
}
.app-sec:before{display: none;}

.hero-section-three {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.hero-section-three:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #00000078;
}
#contactUs {
    padding: 60px 0px;
}

.section-heading-nine p {
    font-size: 16px;
    font-weight: 600;
}


.safety-ryt-main.safety-ryt-two::after{
    display: none;
}

.logo img{
    max-height: 80px;
}

.app-section {
    padding: 40px 0 40px;
}

.section-heading {
    margin-bottom: 15px;
}

main {
    min-height: calc(100vh - 230px);
}

.safety-section {
    padding: 40px 0;
}





@media screen and (min-width:300px) and (max-width:767px){
#mobile_btn{right: 0px; left: auto; }
.main-menu-wrapper{ right: 0px; left: 0;}
.navbar-brand.logo-small { display: block; width: auto;text-align: left; margin-right: 0; padding: 0; }
.section-search {margin: 115px 0 60px;}
.hero-section-three{background: url(../img/banner-04.jpg);background-repeat: no-repeat;  background-size: cover;  background-position: center;}
.menu-logo{display: none;}
.main-menu-wrapper{width: 100%;transform: translateX(-100%);}
.header-three .menu-close { margin-left: auto; font-size: 30px;}

.main-nav > li{ padding-left: 20px;width: 100%;}
.cta-btn { display: block; }
.nav-item {width: auto !important;border:none !important;margin-top: 15px;}
.main-nav {align-items: start; }
.cta-btn {padding: 10px 9px; min-width: 170px;}
.cta-btn a{text-align: center;}
.provider-body .logo-small{width: 100px;}
.sidenev{margin-left: 0px}
.sidebar{top: 75px;}
.bg-img, .page-headers, .siderbar-toggle, .header .header-left .logo{display: block;}
.provider-body .logo-small{display: none;}
.sidebar-logo{ display: block; position: absolute;}

.nav-item.dropdown{margin-top: 0px}
.mobile_btns{left:auto;right: 15px}
.header-split{margin-right: 20px;}
.sidebar{width: 225px;}
.provider-subtitle, .edit-profile{margin-bottom: 15px}

.specialist_list li{width: 160px;}

.portfolio_container .col-md-12{justify-content: center;}
.profile-container, .provide-table, .portfolio_container, .log-form2{ margin:0px;}
.portfolio_container img{width: 145px}

.lb-image{width: 100% !important;}

.booking_details, .staff_sec{margin-bottom: 15px;}

.provider-body .dropdown-heads { display: block; }
.notifications ul.notification-list > li{padding: 10px}

#data-table_wrapper .col-sm-12{ overflow: auto;}  

.table-responsive{overflow: unset;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{padding-right: 20px;}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{text-align: left;}


.copyright_container{order: 2}
.footer-menu li{width: 100%;margin-bottom: 5px;}
.copyright-menu{margin-bottom: 15px;text-align: center;}
.copyright-text{margin-bottom: 10px; border-top: 1px solid #494949; padding-top: 15px;text-align: center;}

.downlaod-btn{text-align: center;}
.downlaod-btn a{margin-right: 0px;margin-bottom: 10px;}

.info_heading {font-size: 18px !important;}

.dataTables_info{display: none;}

.review-pagination ul li a, .page-item .page-link{width: 100% !important;}

.lb-outerContainer{width: 300px !important}
.edit-profile{right: 0px}
.noti_sec .review-list{flex-direction: row;}
.noti_sec .review-imgs{margin: 0px 10px 0 0;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin-top: 15px;}


}