* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  list-style: none;
}

.help-block {
  color: red;
}

/* @supports (-moz-appearance:none) {
  .content-details p { 
    color:red; 
    -moz-color:red; 
  } 
} */

/*  label {
   font-weight: bold;
   display: inline-flex;
   align-items: center;
}*/

input,
select,
textarea {
  margin-right: 5px;
  padding: 5px;
}

.form-bridge {
  border-radius: 10px !important;
  border: 1px solid #dddddd;
  height: 45px !important;
  margin-right: 5px;
}

.btn-facebook {
  color: #fff !important;
  background-color: #4c67a1;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #405d9b;
}

.btn-facebook:focus {
  color: #fff;
}

/*.btn-light {
  border: 1px solid black;
}*/

.btn-light:hover {
  color: #dd4b39;
  background-color: #fff;
  /*  border: 1px solid black;
*/
}

.formBadge {
  margin-left: 5px;
}

.input-group-addon {
  background-color: transparent;
  border: none;
}

.bootstrap-timepicker {
  position: relative;
}

.bootstrap-timepicker .input-group-addon {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 16px;
}

.availableList-timeFrom::after {
  content: "～";
  /* background: red; */
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: calc(50% - 0px);
  right: -20px;
  margin-left: 17px;
  transform: translateY(calc(50% - 16px));
  font-size: 14px;
  font-weight: 500;
}

#db-sidebar .availableList-timeFrom::after {
  right: -24px;
}

.input-group.date .input-group-addon.kv-date-picker {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.input-group.date .input-group-addon.kv-date-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 5px !important;
}

.fc-sun {
  color: #ff6c00 !important;
}

.fc-sat {
  color: #3cb9cf !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left !important;
}

.fc-day {
  background-color: #f7f7f7 !important;
}

.fc-event {
  border: 1px solid #10a63a;
  background-color: #10a63a;
}

.fc-title {
  color: white;
}

.heartBtn.liked {
  background-color: #10a63a !important;
}

.custom-checkbox input {
  height: auto !important;
}

.navbar {
  margin-bottom: 0;
}

.fade:not(.show) {
  opacity: 0.85 !important;
}

.modal.fade {
  opacity: 1 !important;
}

.kv-drp-dropdown .caret {
  opacity: 0;
}

.glyphicon {
  line-height: 2;
  top: 5px;
}

.rl_time .glyphicon-time{
  position: relative;
  right: -10px !important;
}

@media (max-width: 375px){
  .rl_time .glyphicon-time{
    position: relative;
    right: -10px !important;
  }
}

@media (max-width: 320px){
  .rl_time .glyphicon-time{
    position: relative;
    right: 0px !important;
  }
}

.kv-drp-dropdown .left-ind {
  left: 200px;
}

.kv-drp-dropdown .kv-clear {
  font-size: 1.25rem;
  right: 0.15rem;
  line-height: 1.75rem;
}

.availableList-timeFrom::after {
  top: calc(50% - 0px);
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 10px !important;
  height: 45px !important;
}

.banner-form .btn-secondary {
  border-radius: 25px !important;
}

@media (min-width: 992px) {
  .navbar-brand {
    height: auto;
  }
}

.pagination > li > a,
.pagination > li > span {
  border: 0px !important;
}

.pagination > .active > a {
  background-color: #fff !important;
  color: #000 !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #ff6c00;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  background-color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  height: auto !important;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.postCard .availabilityWrapper {
  align-items: flex-end;
}

.postCard .availabilityBox ul li > div {
  font-size: 10px;
}

input[type="file"] {
  border: none;
  background-color: #fafafa;
}

.fc-toolbar h2 {
  margin: 0;
  font-size: 1.25rem;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  margin-top: 5px;
  background: #3b3948;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px 18px;
  cursor: pointer;
}

.select2-container--krajee .select2-selection--single {
  height: 45px;
  border-radius: 10px;
}

.select2-container--krajee
  .select2-selection--single
  .select2-selection__arrow {
  height: 42px;
}

.fullcalendar .fc .fc-ltr .fc-unthemed {
  border-radius: 15px;
  padding: 6px;
}

.form-control {
  margin-top: 8px;
}

.dobInputs {
  max-height: 45px;
  margin-top: 20px;
}

@media (max-width: 320px){
  .dobInputs{
    margin-top: 15px;
  }
}

.custom-control.custom-checkbox {
  padding: 0px;
}

.custom-control.custom-radio {
  padding: 0px;
}

html body p {
  line-height: 1.6;
}

.form-group {
  margin-bottom: 24px;
}

.custom-checkbox label {
  display: flex;
  flex-wrap: nowrap;
}

.heartBtn {
  flex-shrink: 0;
}

.form-fields {
  max-width: 535px !important;
}

a.btn-text {
  text-decoration: none;
}

.help-block {
  font-size: 12px !important;
}

input::placeholder {
  opacity: 0.5 !important;
}

.img-blur {
  filter: blur(4px);
  padding: 5px 5px 0 5px;
  image-rendering: pixelated !important;
}

.titlered {
  color: black !important;
}

.modal-title::after {
  content: "";
  display: block;
  width: 175px;
  border-bottom: 0px solid #000;
  margin-top: 0px;
}

.modal-body .custom-control {
  font-size: 13px;
  color: #696969;
  padding-left: 20px;
  padding-right: 5px;
}

.modal-content .modal-header p {
  margin-top: 0;
  margin-bottom: 0rem;
}

.modal-content {
  margin: auto;
  width: 75%;
  padding: 25px;
  border-radius: 25px;
}

a:hover {
  color: #10a63a;
  text-decoration: none !important;
}

.satish {
  color: #a94442 !important;
  font-size: 12px;
  position: relative;
  top: -.5rem;
}

.gender__error{
  position: relative;
  top: -1.8rem;
}

@media (max-width: 320px){
  .satish{
    top: -1rem;
  }

  .error__failed{
    top: -.5rem;
  }
}

@media (max-width: 375px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 425px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 500px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 555px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 600px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 650px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 700px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 768px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 800px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 850px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 992px){
  .satish{
    top: -1rem;
  }
}

@media (max-width: 1024px){
  .satish{
    top: -1rem;
  }
}

.postCard .availabilityBox ul li > div :first-child::after {
  margin-top: -3px !important;
  margin-bottom: -5px !important;
  font-size: 12px;
}

.alert-error {
  color: #fff;
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.chat-application .chat-sidebar {
  width: 290px;
}

.banner-form1 .btn-primary {
  border-radius: 25px !important;
}

.heartBtn1 {
  flex-shrink: 0;
}

.heartBtn1 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  background-color: #ff6c00;
  transition: all 0.2s ease-in;
}

a.heartBtn1 {
  color: #fff !important;
}

/* added by niranjan --------------------------  */

.feature-wrapper-card {
  border-radius: 12px;
}

.nav-container .collapse:not(.show) {
  display: none !important;
}

@media (min-width: 1336px) {
  .nav-container .collapse:not(.show) {
    display: flex !important;
  }
}

.navbar {
  margin-left: -1px;
  margin-top: -1px;
}

.banner1 .custom-control-label::before {
  background: transparent !important;
}

.postCard .imgBox .imgBottom {
  bottom: -5px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  opacity: 0.4;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
  padding: 16px;
  border-radius: 16px;
}

.datepicker-dropdown.datepicker-orient-left:after,
.datepicker-dropdown.datepicker-orient-left:before {
  left: 12px;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: rgba(255, 108, 0, 0.1);
}

.today.day {
  background: rgba(16, 166, 58, 0.1);
}

.datepicker table tr td.today {
  background: rgba(16, 166, 58, 0.1);
}

.nav-item.cta .nav-link {
  width: 200px;
  margin-left: 0;
}

@media (min-width: 1336px) {
  .nav-item.cta .nav-link {
    width: auto;
  }
}

@media (max-width: 1335px) {
  .userLink .nav-link .my-badge {
    right: auto;
    left: 10px;
  }
  .navbar-expand-xl .navbar-nav .nav-item.cta .nav-link {
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1335px) {
  .userLink .nav-link .my-badge {
    right: auto;
    left: 24px;
  }
}

@media (max-width: 840px) {
  .social-login-btns {
    margin: 0 !important;
    flex-direction: column;
    align-items: center;
  }
  .social-login-btns .btn {
    padding: 0;
    width: 200px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.postCard .card-label {
}

.job-rating {
  z-index: 1;
}

.card-label {
  display: inline-block;
  background-color: #10a63a;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
}

.card-label-cr {
  display: inline-block;
  background-color: #10a63a;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: px;
  z-index: 1;
}

.navbar-brand > div {
  margin-left: 24px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

#db-content {
  padding-bottom: 50px;
}

@media (max-width: 320px){
  #db-content{
    padding-left: 50px;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ff6c00;
  background-color: rgba(16, 166, 58, 0.1);
}

::placeholder {
  font-size: 15px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/icons/checkmark.svg");
}

.custom-select {
  background: url("../img/icons/selectmark.svg") no-repeat right 0.75rem
    center/12px 20px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(16, 166, 58, 0.1);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  /* border-color: transparent; */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
}

.accordion-title + div > .generalList {
  padding-left: 10px;
  /* margin-top: -10px; */
  margin-bottom: 16px;
}

.nav-item .dropdown {
  margin-left: 0px !important;
}

@media (max-width: 992px) {
  .postCard .availabilityBox ul li > div {
    line-height: 1.3;
  }
  .matchingTable th,
  .matchingTable td {
    min-width: 160px;
  }
}

@media (max-width: 480px) {
  .newArrival .owl-carousel,
  .nearestAvailable .owl-carousel,
  .userRequest .owl-carousel {
    padding: 0 15px;
  }

  .trialReqBtn.btn-secondary {
    padding: 10px !important;
  }
}

#pass {
  float: right;
  margin-right: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#retype-pass {
  float: right;
  margin-right: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#old-pass {
  float: right;
  margin-right: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-facebook {
  border-color: transparent;
}

.select2-container--krajee .select2-selection--single {
  display: flex;
  align-items: center;
}

#housekeeper-qualification {
  margin-bottom: 24px;
}

#housekeeper-qualification label,
#housekeeper-life_support_id label,
#housekeeper-physical_care_support_id label {
  margin: 14px 0;
  font-size: 13px;
}

@media (max-width: 420px) {
  .postCard .availabilityBox ul li {
    padding: 0 2px;
  }
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  border-radius: 15px;
}

@media (max-width: 1536px) {
  .db-body .container {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}

.chargesCard {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chargesCard > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.modal-contentfull {
  margin: auto !important;
  /* width: 75% !important; */
  padding: 25px !important;
  border-radius: 25px !important;
}

.banner-form1 .form-box > .form-group label {
  font-size: 18px;
}

/* .form-wrapper .btn-primary {
  max-width: max-content;
} */

.modal-header .close span {
  margin-bottom: 0;
}

/*.btn-primary {
  max-width: 264px !important;
}*/
.userReqCard-details ul {
  margin-bottom: 0;
}

.userReqCard-details.p-15 {
  padding: 15px 15px 0;
}

.userReqCard .bg-grey {
  background: #f4f4f4;
}

ul {
  margin-bottom: 0;
}

.navbar {
  border-bottom: 1px solid #dddddd;
}

#sign-up-form .btn-primary {
  min-width: 200px !important;
  width: auto;
}

.usageSection .contentBox strong {
  color: #ff6c00;
}

.sidebar-left {
  overflow: hidden;
}

.chat-sidebar-name h6 {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {
  .chat-sidebar-name h6{
    width: 100%;
  }
}
.usageSection .contentBox strong {
  color: #ff6c00;
}
.userReqCard .bg-grey {
  background: #f4f4f4;
  color: #8e8484;
}

.modal-header .close {
  width: 42px !important;
}

.usageSection .contentBox {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.chatBox {
  flex-grow: 2;
}

/*.chat-wrapper .card-content button {
  width: -webkit-fill-available;
}*/

@media (max-width: 425px) {
  .db-wrapper #db-sidebar {
    min-width: 260px;
  }

  #db-content {
    padding-left: 10px;
  }

  .chat-application .chat-window-wrapper .chat-container {
    padding: 1.4rem 0;
  }

  .sidebar-left {
    margin-right: 0;
  }
}

@media (max-width: 320px){
  #db-content{
    padding-left: 0px;
  }
}

.chat-application {
  margin-bottom: 30px;
}

.banner-form1 .generalList {
  margin-top: 5px;
}

.banner-form1 .form-group {
  margin-bottom: 10px;
}

.postCard-details p {
  flex: 1 0 auto;
}

.userReqCard-details > ul > li {
  display: flex;
  flex-direction: column;
}

.userReqCard-details > ul > li div:first-child {
  margin-bottom: 5px;
}

.userReqCard-details > ul > li div > ul li {
  line-height: 1.6;
}

@media (max-width: 340px) {
  .p-25 {
    padding: 10px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .title-md {
    font-size: 14px;
  }

  .title-sm {
    font-size: 10px;
    padding: 0;
  }

  footer .copyrightBox {
    font-size: 12px;
  }

  .userReqCard-details.p-15 {
    padding: 12px 8px 0;
  }

  .newArrival .owl-carousel,
  .nearestAvailable .owl-carousel,
  .userRequest .owl-carousel {
    padding: 0px 4px;
  }

  .postCard .availabilityBox {
    padding: 8px;
  }

  .title-big {
    font-size: 20px;
  }

  .testimonialSection .btn-secondary {
    min-width: auto;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
  footer .copyrightBox {
    text-align: center;
  }

  .easyregis-section .btn-secondary {
    max-width: 50vw !important;
    min-width: 264px !important;
  }
}

.db-wrapper {
  /* max-width: 100%; */
}

@media (max-width: 1699px){
  .db-wrapper.chat-db-wrapper{
    max-width: 100% !important;
  }
}

@media (max-width: 1366px){
  .custom__spacing li{
    white-space: nowrap;
  }

  .message_btn{
    left: 4rem;
  }
}

@media (max-width: 1324px){
  .custom__spacing li{
    white-space: nowrap;
  }

  .message_btn{
    left: 4rem;
  }
}

@media (max-width: 1300px){
  .custom__spacing li{
    white-space: nowrap;
  }

  .message_btn{
    left: 4rem;
  }
}

@media (max-width: 1278px){
  .db-wrapper.chat-db-wrapper{
    max-width: 100% !important;
  }

  .message_btn{
    left: 3rem;
  }
}

@media (max-width: 1236px){
  .db-wrapper.chat-db-wrapper{
    max-width: 100% !important;
  }

  .message_btn{
    left: 2.5rem;
  }
}

/* @media (min-width: 1367px) {
  .db-wrapper {
    max-width: calc(100% - 120px);
    margin: auto;
  }
}

@media (min-width: 1500px) {
  .db-wrapper {
    max-width: calc(100% - 392px);
    margin: auto;
  }
} */

/*.matchingGrid {
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
}*/

.chat-message {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 11.25px 15px;
}

.chat-message p {
  margin-bottom: 0;
}

.chat-body {
  margin: 16px 10px;
}

/*.btn,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-blue {
  letter-spacing: 1px;
}*/

.imgRound100 {
  flex-shrink: 0;
}

.can_i_submit .btn {
  margin-bottom: 0;
}

.db-header {
  flex-wrap: wrap;
}

.matchingList li p {
  margin-bottom: 5px;
}

@media (max-width: 320px){
  .mobile-view{
    padding-right: 5px;
  }
}

@media (max-width: 575px) {
  .db-header {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .db-header > * {
    margin: 5px 0;
  }

  /* .userProfile-head > :first-child {
    width: auto;
    height: auto;
} */

  .matchingList > li {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .modal-header .close {
    top: -16px !important;
    right: -26px !important;
  }
}

@media (max-width: 480px) {
  .modal-header .close {
    top: -16px !important;
    right: -45px !important;
  }
}

@media (max-width: 768px){
  #db-content .matchingList li{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 992px){
  #db-content .matchingList li{
    display: flex;
    flex-direction: column;
  }
}

nav .dropdown-menu {
  max-height: 400px;
  overflow-y: scroll;
}

nav .dropdown-menu::-webkit-scrollbar {
  width: 0.12em !important;
  background-color: rgba(59, 57, 72, 0.1);
}
nav .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.buttonWrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.buttonWrapper .btn-tertiary,
.buttonWrapper .btn-primary {
  width: fit-content !important;
}

@media (max-width: 480px) {
  .buttonWrapper .btn,
  .buttonWrapper .btn-tertiary,
  .buttonWrapper .btn-primary {
    /* width: 164px !important; */
    margin: 5px 0;
  }
  .modal-content {
    width: 85% !important;
  }
  .buttonWrapper > :first-child {
    margin-right: 5px;
    /* margin-top: 20px !important; */
  }

  .button__wrapper-form .btn-primary{
    margin-right: 10px;
  }
}

@media (max-width: 450px){
  .buttonWrapper .btn, .buttonWrapper .btn-tertiary, .buttonWrapper .btn-primary {
    width: 164px !important;
  }
}


modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 0px !important;
}

.userSpecs .title::after {
  margin-top: 4px;
  margin-bottom: 10px;
}

.userSpecs > div {
  margin-bottom: 16px;
}

.userSpecs ul {
  margin-top: 10px;
}

.mod-contain {
  text-align: left;
}

.modal-title {
  font-size: 22px;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-blue {
  letter-spacing: 0;
}
.modal-header .close {
  display: flex;
  background-color: #fff;
  align-items: center;
  font-size: 30px;
  justify-content: center;
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  padding: 0;
  margin: 0;
  top: -30px;
  right: -34px !important;
  opacity: 1;
  color: #707070;
}

.modal-header .close span {
  margin-bottom: 0px;
  font-size: 20px;
}

.modal form textarea {
  padding: 12px;
}

@media (max-width: 320px){
  .modal form textarea{
    width: 130% !important;
  }

  .buttonWrapper{
    flex-direction: column-reverse;
  }
}

@media (max-width: 375px){
  .modal form textarea{
    width: 100% !important;
  }

  .buttonWrapper{
    flex-direction: column-reverse;
  }
}

@media (max-width: 425px){
  .modal form textarea{
    width: 100% !important;
  }

  .buttonWrapper{
    flex-direction: column-reverse;
  }
}

@media (max-width: 500px){
  .modal form textarea{
    width: 100% !important;
  }

  .buttonWrapper{
    flex-direction: column-reverse;
  }

  .buttonWrapper > button{
    margin-bottom: 5px !important;
  }
}

@media (max-width: 555px){
  .modal form textarea{
    width: 100% !important;
  }

  .buttonWrapper{
    flex-direction: column-reverse;
  }

  .buttonWrapper > button{
    margin-bottom: 5px !important;
  }
}

@media (max-width: 650px){
  .modal form textarea{
    width: 100% !important;
  }

  .buttonWrapper{
    flex-direction: column-reverse;
  }

  .buttonWrapper > button{
    margin-bottom: 5px !important;
  }

  .button__wrapper-form .btn-primary{
    margin-bottom: 10px !important;
  }

  .button__wrapper-form .btn-primary{
    position: relative;
    left: 0.1rem;
  }
}

@media (max-width: 768px){
  .button__wrapper-form{
    position: relative;
    left: 0.5rem;
  }
}

.empty-stars .glyphicon .glyphicon-star-empty {
  color: #ff6c00 !important;
}

.rating-container .empty-stars {
  color: #ff6c00 !important;
}

.rating-container .glyphicon {
  font-size: 26px;
}

.rating-container .filled-stars {
  color: #ff6c00 !important;
  -webkit-text-stroke: 1px transparent !important;
  text-shadow: none;
}

/* .avatar {
  width: 40px !important;
  height: 40px !important;
} */

.chatZoomHead {
  display: flex;
  padding: 10px 50px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(243, 243, 243);
  border-bottom: 1px solid #dfe3e7;
}

@media (max-width: 320px){
  .chatZoomHead{
    display: flex;
    flex-direction: column;
  }

  .chatZoomHead > div{
    width: 100%;
  }

  .chatZoomHead button{
    width: 100%;
  }
}

@media (max-width: 375px){
  .chatZoomHead{
    display: flex;
    flex-direction: column;
  }

  .chatZoomHead > div{
    width: 100%;
  }

  .chatZoomHead button{
    width: 100%;
  }
}

@media (max-width: 425px){
  .chatZoomHead{
    display: flex;
    flex-direction: column;
  }

  .chatZoomHead > div{
    width: 100%;
    margin-bottom: 5px !important;
  }

  .chatZoomHead button{
    width: 100%;
  }
}

@media (max-width: 768px){
  .chatZoomHead{
    height: 60;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
  }
}




@media (max-width: 1224px){
  .chatZoomHead{
    padding: 10px;
  }

  .chatZoomHead > div{
    width: 100%;
  }

  .chatZoomHead button{
    min-width: 160px !important;
  }

  .chatZoomHead > * {
    margin: 0 2px !important;
  }
}

@media (max-width: 1024px){
  .chatZoomHead{
    padding: 10px 0;
  }

  .chatZoomHead > div{
    width: 100%;
  }

  .chatZoomHead button{
    min-width: 130px !important;
    font-size: 13px;
  }

  .chatZoomHead > * {
    margin: 0 2px !important;
  }
}

@media (max-width: 1768px){
  .chatZoomHead{
    padding: 10px;
  }

  .chatZoomHead > div{
    width: 100%;
  }

  /* .chatZoomHead button{
    min-width: 80px !important;
  } */

  .chatZoomHead > * {
    margin: 0 2px !important;
  }
}

.chatZoomHead input {
  margin: 0;
}

.chatZoomHead > * {
  height: 40px !important;
  margin: 0 10px;
}

.chatZoomHead > div {
  display: flex;
  flex-grow: 1;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper li img {
  /* width: 40px !important;
  height: 40px; */
  flex-shrink: 0;
  object-fit: cover;
}

.input-group-addon.kv-datetime-picker {
  display: none;
}

/* @media (max-width: 600px) {
  .chatZoomHead {
    flex-direction: column;
    height: auto;
  }

  .chatZoomHead > * {
    margin: 5px 0;
  }

  .chatZoomHead .input-group-addon.kv-datetime-remove {
    display: none;
  }
} */

.chat-application .card-footer {
  display: flex;
}

.chat-application .card-footer form {
  width: 100%;
}

.avatar img {
  object-fit: cover;
}

@media (min-width: 992px) {
  #routetrans .modal-content {
    min-width: 700px;
  }
}

.mod-contain {
  background-color: #fff !important;
}

.chat-sidebar-search .form-group {
  margin-bottom: 0 !important;
}

.notification-list li a :not(.btn) {
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: 600;
}

@media (min-width: 1536px) {
  .matchingGrid {
    grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  }
}

@media (max-width: 575px) {
  .table.phone-responsive thead {
    display: none;
  }

  .table.phone-responsive tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .table.phone-responsive tbody tr td {
    width: 100%;
  }

  .table.phone-responsive .tableUser {
    flex-direction: column;
  }
}

.bootstrap-timepicker.input-group input {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}



/* time widget picker */
@media (max-width: 320px){
  /* .correction_time .bootstrap-timepicker.input-group input{
      min-width: 80px !important;
  } */

  .correction_input .bootstrap-timepicker.input-group .bootstrap-timepicker-hour{
    /* min-width: 80px !important; */
  }

  .table_overflow .availableList{
    display: flex;
    flex-direction: column;
  }
}

.nav-link .dropdown-toggle {
  cursor: pointer !important;
}

.reviews {
  color: black;
}

.reviews a {
  color: #ff6c00;
}

.viewmore {
  display: table;
  margin: 0 auto;
}

.review .review-text {
  word-break: break-all;
  text-align: justify;
  margin-left: 15px;
}

.review .toggleText-btn {
  padding-left: 15px;
}

.toggleText {
  transition: all 0.3s ease-in-out;
}

.toggleText.active {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.toggleText-btn {
  color: #ff6c00;
  cursor: pointer;
  display: inline-block;
}
#remarks {
  line-break: anywhere;
}

nav#db-sidebar .side-menu li a:hover,
nav#db-sidebar .side-menu li a:focus,
nav#db-sidebar .side-menu li a:active {
  color: #10a63a;
  transition: all 0.1s ease-in;
}

nav#db-sidebar .side-menu li a.active {
  color: #10a63a;
}

.userReqCard .img-box > img {
  width: 64px !important;
  height: 64px !important;
}

nav#db-sidebar .side-menu li a {
  max-height: 59px;
  /* height is set to clean off the extra line due to overflow */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

nav#db-sidebar {
  border-right: 1px solid transparent;
}

.pagination a {
  color: orange;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
p {
  line-break: anywhere;
}
.modal-body .custom-control {
  padding-left: 0px !important;
}

.side-nav {
  min-height: auto;
}

@media (max-width: 320px){
  .side-nav{
    width: 256px;
  }
}

.postCard .imgBox .imgBottom > div :first-child,
.postCard .imgBox .imgBottom > div :last-child {
  display: flex;
}

.postCard .imgBox .imgBottom > div :first-child {
  flex-grow: 0;
}

.postCard .imgBox .imgBottom > div > :last-child {
  flex-shrink: 0;
}

.postCard .imgBox .imgBottom > div :first-child .postCard-area {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.postCard .imgBox .imgBottom .icons {
  padding: 1px 6px;
}

@media (max-width: 340px) {
  .modal-header .close {
    /* position: relative; */
    right: -16px !important;
    top: -24px !important;
  }
}

@media (max-width: 375px) {
  .modal-header .close {
    /* position: relative; */
    right: -16px !important;
    top: -24px !important;
  }
}

@media (max-width: 425px) {
  .modal-header .close {
    /* position: relative; */
    right: -16px !important;
    top: -24px !important;
  }
}

.modal-dialog.modal-sm {
  max-width: 400px;
}

.btn-text-green {
  color: #10a63a;
  background-color: transparent;
  font-weight: 500;
}

.modal-footer .btn + .btn {
  margin-left: 0;
}

@media (max-width: 320px) {
  .modal-footer .btn + .btn{
    min-width: 160px;  
  }
}

@media (max-width: 375px) {
  .modal-footer .btn + .btn{
    min-width: 160px;  
  }
}

@media (max-width: 425px) {
  .modal-footer .btn + .btn{
    min-width: 160px;  
  }
}

.flash_inside_message {
  text-align: center;
  font-size: 16px;
}

.chat-application.listActive .chat-overlay.show {
  display: none !important;
}

.chat-application.listActive .chat-window-wrapper {
  display: none;
}

.not-available
{
  font-size: 10px;
}
@media (max-width: 991.98px) {
  .chat-application .chat-sidebar.show {
    transform: translateX(0);
    width: 100vw;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-list-wrapper,
  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    width: 100%;
    border-right: none;
  }

  .chat-application.listActive .chat-sidebar {
    position: static;
  }

  .chat-application.listActive .content-right {
    display: none;
  }

  .chat-application.listActive .sidebar-left,
  .chat-application.listActive .sidebar,
  .chat-application.listActive .chat-sidebar,
  .chat-application.listActive .chat-sidebar-list-wrapper {
    width: 100% !important;
  }

  .chat-application.listActive .chat-sidebar{
    height: 100%;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper{
    width: 100%;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: none;
  }
}

@media (min-width: 991.98px) {
  .chat-application.listActive .content-right {
    display: block;
  }
  .chat-application.listActive .chat-window-wrapper{
    display: block;
  }
}

.chat-application .chat-sidebar .chat-sidebar-header .col-8{
  border: none;
}

.chat-application .chat-sidebar .chat-sidebar-header input{
  min-width: 250px;
}

@media (max-width: 992px){
  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 650px;
  }

  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search{
    border: none;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }

  /* message section bootstrap timepicker */
  @media (max-width: 992px){
    .m__dateTime .bootstrap-timepicker-widget.open{
      width: 100%;
    }
  }
}

@media (max-width: 991px){
  .chat-window-wrapper .chat-header header{
    padding-top: 0.5rem !important;
  }

  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 11rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 650px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -3rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 950px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 11rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 500px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -5rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 925px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 10rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 500px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -5rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 900px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 11rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 450px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -4rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 850px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 10rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 450px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -5rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 800px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 9rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 450px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -6rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 768px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 8rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 450px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -7rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 750px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 8rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 400px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -4rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 730px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 5rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 400px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -4rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 670px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 5rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 350px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    right: -4rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 600px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 5rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 300px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 26rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 552px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 0rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 250px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 25rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 500px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 3rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 300px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 25rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 425px){

  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: -1rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 350px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 23rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 400px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: 0rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 300px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 20.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 375px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: -1rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 290px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 20rem;
    top: 0.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 350px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: -2rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 250px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 17.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }
}

@media (max-width: 320px){
  .chat-application .chat-sidebar-header{
    display: flex;
    justify-content: space-between;
    height: 40px;
    position: relative;
    align-items: center;
  }

  .chat-application .chat-sidebar-header .chat-sidebar-search{
    border-bottom: none;
    position: relative;
    left: -2rem;
  }

  .chat-application.listActive .chat-sidebar .chat-sidebar-search input{
    min-width: 250px;
  }

  .chat-application .chat-sidebar .chat-sidebar-close{
    display: block;
    position: absolute;
    left: 17.5rem;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper {
    margin-top: 1rem !important;
  }

  .chat-window-wrapper .chat-area .chat-header header{
    padding: 0.5rem 0.5rem;
  }
}

/* ----for preloaders */

.lds-ripple {
  display: inline-block;
   pointer-events: none !important;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  pointer-events: none !important;
  position: absolute;
  border: 4px solid #10a63a;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}


.loader-wrapper {
  width: 300px;
   pointer-events: none !important;
  height: 60px;
  position: absolute;
  z-index:9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  display: flex;
  opacity:0;
  justify-content: center;
  align-items: center; }

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  animation: loader 2s infinite ease; }

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

/* ----for preloaders */
.modal-dialoglg {
    max-width: 875px;
}
footer .footer-bottom {
    max-width: 715px;  
}

.divfirst{
  /* box-shadow: 0px 0px 4px 2px #3b3948; */
  padding: 10px;
  margin-bottom: 20px;
  /* max-width: fit-content; */
  box-shadow: 0px 0px 4px 2px rgba(73, 70, 70, 0.06);
}

.estimationtable
{
  /* box-shadow: 0px 0px 4px 2px #78777c; */
  margin-left: 1px;
  max-width: fit-content;
  box-shadow: 0px 0px 4px 2px rgba(73, 70, 70, 0.06);
}

@media (max-width: 320px) {
  .estimationtable{
    margin: 0 1px;
  }
}

@media (max-width: 375px) {
  .estimationtable{
    margin: 0 1px;
  }
}

@media (max-width: 425px) {
  .estimationtable{
    margin: 0 1px;
  }
}

.estimationnote
{
  font-size: 12px;
  color: #7C7C7C;
  text-align: center;
}

.nav-container .contact{
  margin-left: 30px;
  margin-top:15px;
}

@media (min-width: 1336px){
  .nav-container .collapse:not(.show) {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

.nav-container .contact{
  margin-left: 0px;
  margin-top:5px;
}
}

.navbar-light .navbar-brand{
  display: flex;
  height: auto;
}

.navbar.navbar-expand-xl.navbar-light{
  display: flex;
  align-items: stretch;
}
/* 
.endtimes
{
  float: right;
} */
/* 
.end_break_time{
  display: flex;
  align-items: center;
}

.startendtime{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
    
} */

.break_time{
  display: flex;
  align-items: center;
}

.hundredmodal{
  margin: 3rem auto !important;
  width: 100% !important;
  padding: 25px !important;
  border-radius: 25px !important;
}

.eightymodal{
  margin: auto !important;
  width: 80% !important;
  padding: 25px !important;
  border-radius: 25px !important;
}
@media (max-width: 480px){
  .eightymodal {
      width: 95% !important;
  }

  .modal-header .close {
      right: -26px !important; 
  }
}


.sixtymodal{
  margin: auto !important;
  width: 75% !important;
  padding: 25px !important;
  border-radius: 25px !important;
}

.sixtymodal .modal-body{
  padding: 20px;
  font-size: 17px;
}

.btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-blue {
    min-width: 175px !important;
}

@media (max-width: 320px){
  .form-wrapper{
    width: 95%;
  }

  .g-recaptcha{
    position: relative;
    left: -1rem;
  }
}

@media (max-width: 375px){
  .form-wrapper{
    width: 95%;
  }
}

@media (max-width: 425px){
  .form-wrapper{
    width: 95%;
  }
}

.form-title {
    font-size: 22px;
}


#self_introduction{
  line-break: anywhere;
}



.availableList .form-group {
    margin-bottom: 8px;
}
.availableList li{
  margin-bottom:0;
}
.availableList-timeFrom::after {
    content: "～";
    /* background: red; */
    top: calc(50%);
    right:-27px;
    transform:translateY(-50%);
}

.m__timeFrom::after{
  content: '~';
  position: absolute;
  font-size: 2rem;
  right: 2px;
  top: 40px;
}

@media (max-width: 320px){
  .availableList-timeFrom::after{
    content: "～";
    right:-25px;
    transform:translateY(-50%);
  }
}
label {
    font-weight: 500px;
    margin-bottom: 3px;
}

.msgerror{
  color: red;
  position: relative;
  top: -1rem;
}

.has-success .input-group-addon {
    background-color: transparent;
}
.has-error .input-group-addon {
    background-color: transparent;
}
.textblack{
  text-align: center;
}
.modal-title>p{
  text-align: center;
}

.flash_message{
  font-size: 19px;
}
/* 
.servicestartend{
  font-size: 25px;
  padding-top: 20px;
  text-align: left;
} */


/* modal content */
/* #endservice .modal-content{
  height: 35vh;
}

@media (max-width: 425px){
  #endservice .black_modal{
    background: black;
  } */

  /* #endservice .modal-content .modal-body .service_startend{ */
    /* display: flex;
    justify-content: center; */
    /* flex-direction: column;
    font-size: 25px;
    padding-top: 20px;
  }
} */

/* #endservice .modal-content .modal-body .service_startend{
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    padding-top: 20px;
}

#endservice .modal-content .modal-body .end_break_time{
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#endservice .modal-content .modal-body h3{ */
    /* position: relative; */
    /* margin-top: 0.5rem;
} */

/* #endservice .modal-footer{
  position: relative;
  top: 2rem;
} */

.modal-dialog .modal-body .times__header-one{
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

.modal-dialog .modal-body .times__header-one p{
  font-size: 20px;
}

.modal-dialog .modal-body .bootstrap-timepicker-widget{
  border-radius: 0px;
}

.form-fields .remove__margin{
  margin-top: 20px !important;
}

/* breakpoints */
@media (max-width: 320px){
  .modal-dialog .modal-body .times__header-one{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-fields .remove__margin{
    margin-top: 0px !important;
  }
}

@media (max-width: 375px){
  .modal-dialog .modal-body .times__header-one{
    flex-direction: column;
    align-items: center;
  }

  .form-fields .remove__margin{
    margin-top: 0px !important;
  }
}

@media (max-width: 425px){
  .modal-dialog .modal-body .times__header-one{
    flex-direction: column;
    align-items: center;
  }

  .form-fields .remove__margin{
    margin-top: 0px !important;
  }
}

@media (max-width: 767px){
  .form-fields .remove__margin{
    margin-top: 0px !important;
  }
}

.modal-dialog .modal-body .end_break_time{
 text-align: center;
}

.bootstrap-timepicker.input-group{
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 320px){
  .bootstrap-timepicker.input-group{
    width: 80%;
  }
}

.usage_worktime_correction_p
{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
}

@media (max-width: 1199px){
  .usage_worktime_correction_p{
    padding-top: 0px;
    margin-bottom: -10px;
  }
}

#sidebarCollapse{
  display: none;
}

/* .db-header .sidebar_menu{
  display: none;
} */

.userProfile-head .buttonWrapper{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.userProfile-head .buttonWrapper > a{
  min-width: 200px !important;
}

@media (max-width: 550px){
  .userProfile-head .buttonWrapper{
    flex-direction: column;
  }

  /* .userProfile-head .buttonWrapper > a */
  
  .userProfile-head .buttonWrapper > a:first-child{
    min-width: 240px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 500px){
  .userProfile-head .buttonWrapper{
    flex-direction: column;
  }

  /* .userProfile-head .buttonWrapper > a */
  
  .userProfile-head .buttonWrapper > a:first-child{
    min-width: 240px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 450px){
  .userProfile-head .buttonWrapper{
    flex-direction: column;
  }

  /* .userProfile-head .buttonWrapper > a */
  
  .userProfile-head .buttonWrapper > a:first-child{
    min-width: 200px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 425px){
  .userProfile-head .buttonWrapper{
    flex-direction: column;
  }

  /* .userProfile-head .buttonWrapper > a */
  
  .userProfile-head .buttonWrapper > a:first-child{
    min-width: 200px !important;
    margin-top: 10px !important;
    /* background: black !important; */
  }
}

@media (max-width: 375px){
  .userProfile-head .buttonWrapper{
    flex-direction: column;
  }

  /* .userProfile-head .buttonWrapper > a */
  
  .userProfile-head .buttonWrapper > a:first-child{
    min-width: 200px !important;
    margin-top: 10px !important;
    /* background: black !important; */
  }
}

@media (max-width: 320px){
  .userProfile-head .buttonWrapper{
    flex-direction: column;
  }

  /* .userProfile-head .buttonWrapper > a */
  
  .userProfile-head .buttonWrapper > a:first-child{
    min-width: 200px !important;
    margin-top: 10px !important;
    /* background: black !important; */
  }
}

.break_time_correction .input-group-addon{
  right: -70px;
}

/* date/time picker section */

.banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
  position: relative;
  right: -20px !important;
}

@media (max-width: 1300px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    right: -15px !important;
  }
}

@media (max-width: 1250px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    right: -15px !important;
  }
}

@media (max-width: 1150px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    right: -17px !important;
  }
}

@media (max-width: 1024px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    right: -25px !important;
  }
}

/* housekeeper availablity displaying flex item */
@media (max-width: 840px){
  .display__flex .bootstrap-timepicker .bootstrap-timepicker-widget{
    min-width: 115px !important;
  }

  .display__flex .availableList-timeTo .bootstrap-timepicker .bootstrap-timepicker-minute,
  .display__flex .availableList-timeTo .bootstrap-timepicker .bootstrap-timepicker-minute{
      width: 40px !important;
  }
}

@media (max-width: 767px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    right: 0px !important;
  }
}

@media (max-width: 425px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    left: 14rem !important;
  }

  .display__flex{
    flex-direction: column;
  }

  .display__flex .custom-checkbox{
    position: relative;
    left: -6rem;
    top: 1rem;
  }

  .display__flex .availableList-time{
    position: relative;
    left: 0.7rem;
  }
}

@media (max-width: 400px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    left: 13rem !important;
  }
}

@media (max-width: 375px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    left: 12rem !important;
  }
}

@media (max-width: 350px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    left: 11rem !important;
  }
}

@media (max-width: 320px){
  .banner__timepicker .bootstrap-timepicker .input-group-addon .glyphicon{
    left: 9.5rem !important;
  }

  .position__left{
    position: relative;
    left: 0.4rem;
  }
}



/* search sidebar */
.custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker input{
    min-width: 115px !important;
}

.custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker input{
  min-width: 115px !important;
}

.custom__serach-sidebar .custom__sidebar-from::after{
  left: 127px;
  top: 30px; 
}

.custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker .input-group-addon .glyphicon,
.custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker .input-group-addon .glyphicon{
  position: relative;
  left: 2.8rem;
}

@media (max-width: 1100px){
  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker input{
    min-width: 110px !important;
  }

  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker input{
    min-width: 110px !important;
  }

  .custom__serach-sidebar .custom__sidebar-from::after{
    left: 120px;
    top: 30px; 
  }
}

@media (max-width: 767px){
  /* dateFrom */
  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker .bootstrap-timepicker-widget{
    min-width: 200px !important;
  }

  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker .bootstrap-timepicker-widget .bootstrap-timepicker-hour{
    min-width: 50px !important;
  }

  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker .bootstrap-timepicker-widget .bootstrap-timepicker-minute{
    min-width: 50px !important;
  }

  /* dateTO */
  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker .bootstrap-timepicker-widget{
    min-width: 200px !important;
  }

  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker .bootstrap-timepicker-widget .bootstrap-timepicker-hour{
    min-width: 50px !important;
  }

  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker .bootstrap-timepicker-widget .bootstrap-timepicker-minute{
    min-width: 50px !important;
  }
}

@media (max-width: 425px){
  .custom__serach-sidebar{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 5px;
  }

  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker input{
    min-width: 205px !important;
  }

  .custom__serach-sidebar .custom__sidebar-to{
    position: relative;
    right: 37px;
    margin-top: 2rem;
  }

  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker input{
    min-width: 205px !important;
  }
  
  .custom__serach-sidebar .custom__sidebar-from::after{
    left: 90px;
    top: 75px; 
  }

  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker .input-group-addon .glyphicon,
  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker .input-group-addon .glyphicon{
    position: relative;
    left: 10rem;
  }
}

@media (max-width: 320px){
  .custom__serach-sidebar{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 7px;
  }

  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker input{
    min-width: 225px !important;
  }

  .custom__serach-sidebar .custom__sidebar-to{
    position: relative;
    right: 37px;
    margin-top: 2rem;
  }

  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker input{
    min-width: 225px !important;
  }

  .custom__serach-sidebar .custom__sidebar-from .bootstrap-timepicker .input-group-addon .glyphicon,
  .custom__serach-sidebar .custom__sidebar-to .bootstrap-timepicker .input-group-addon .glyphicon{
    position: relative;
    left: 10.2rem;
  }
}


/* message area */


/* @media (max-width: 1536px){
  .chat-application .chat-sidebar .custom__sidebar-message{
    width: 215px !important;
  }
} */

.usage_zero_margin{
  margin-bottom: 0% !important;
}
/* remove margin */
.remove__margin__right{
  margin-left: 0px !important;
}

@media (max-width: 840px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
  }

  .custom__buttonWrapper .btn{
    width: 250px !important;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 768px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    left: -2px;
  }
}

@media (max-width: 575px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
  }

  .custom__buttonWrapper .btn{
    width: 200px !important;
    margin-bottom: 0.5rem;
  }

  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 550px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
  }

  .custom__buttonWrapper .btn{
    width: 200px !important;
    margin-bottom: 0.5rem;
  }

  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 480px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
  }

  .custom__buttonWrapper .btn{
    width: 200px !important;
    margin-bottom: 0.5rem;
  }

  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 450px){
  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 425px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 1.3px;
  }

  .custom__buttonWrapper .btn{
    width: 195px !important;
    margin-bottom: 0.5rem;
  }

  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 400px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0px;
  }

  .custom__buttonWrapper .btn{
    width: 180px !important;
    margin-bottom: 0.5rem;
  }

  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 375px){
  .custom__buttonWrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    left: 1px;
  }

  .custom__buttonWrapper .btn{
    width: 160px !important;
    margin-bottom: 0.5rem;
  }

  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.75rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 350px){
  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.6rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -25px !important;
  }
}

@media (max-width: 320px){
  .rl_time .bootstrap-timepicker.input-group input{
    width: 60px !important;
  }

  .rl__timeTo .bootstrap-timepicker.input-group input{
    margin-left: 0.6rem;
  }

  .rl_time .glyphicon{
    position: relative;
    right: -20px !important;
  }
}

.correction_input .input-group-addon .glyphicon{
  position: relative;
  right: -30px;
  top: 7px;
}

.cf__marginTop{
  margin-top: 1.5rem;
}

/* consultation request validtion text for radio button */
.custom__msgError{
  top: 0rem;
}

.custom__review-error{
  top: 0.5rem;
}

/* only for firefox */
@supports (-moz-appearance:none) {
  @media (max-width: 1024px){
    .banner__timepicker .bootstrap-timepicker .input-group-addon{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 19px;
    }
  }

  @media (max-width: 1024px){
    .banner__timepicker .bootstrap-timepicker .input-group-addon{
      right: 5px;
    }
  }

  @media (max-width: 767px){
    .banner__timepicker .bootstrap-timepicker .input-group-addon{
      right: 10px;
    }
  }
}


@media (max-width: 380px){
    .custom-dobpadding{
      padding-bottom: 17px;
    }
  .custom-dob-inputlabel{
   position: relative !important;
    left: 3px !important;

    }
    .cutom-dobmargin{
      margin-bottom: -1rem!important;
    }
}

.custom__alert-banner{
  background: #a44100e0;
  position: fixed;
  width: 40%;
  height: 30%;
  top: 50%;
  z-index: 10000;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1300px){
  .custom__alert-banner{
    font-size: 18px;
  }
}

@media (max-width: 1200px){
  .custom__alert-banner{
    font-size: 16px;
  }
}

@media (max-width: 1200px){
  .custom__alert-banner{
    width: 45%;
  }
}

@media (max-width: 991px){
  .custom__alert-banner{
    width: 50%;
  }
}

@media (max-width: 850px){
  .custom__alert-banner{
    width: 55%;
  }
}

@media (max-width: 768px){
  .custom__alert-banner{
    width: 60%;
  }
}

@media (max-width: 700px){
  .custom__alert-banner{
    width: 65%;
  }
}

@media (max-width: 425px){
  .custom__alert-banner{
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 375px){
  .custom__alert-banner{
    /*width: 95%;*/
    font-size: 12px;
    padding: 10px;
  }
}
