/*-------------------------------import css-------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  word-break: break-word;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/** * 2.0 - Genericons */
.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

/** * 3.0 - Typography */
body, button, input, select, textarea {
  color: #1a1a1a;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  padding: 0 0 0 1.263157895em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote p {
  margin-bottom: 1.4736842105em;
}

blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before, blockquote small:before {
  content: "\2014\00a0";
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/** * 4.0 - Elements */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul, li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table, th, td {
  border: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #BDC6C6;
}

:-moz-placeholder {
  color: #BDC6C6;
}

::-moz-placeholder {
  color: #BDC6C6;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #BDC6C6;
}

/** * 5.0 - Forms */
input {
  line-height: normal;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #594A42;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: inherit;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: none;
  outline-offset: -4px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
  font-family: inherit;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  background-color: #fff;
  border-color: #594A42;
  color: #1a1a1a;
  outline: 0;
}

a:focus {
  outline: none;
}

/*-------------------------------Theme colors-------------------------------*/
/*-------------------------------Theme Typography-------------------------------*/
html, body {
  color: #333333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/*------------------------------- Mixin -------------------------------*/
/*-------------------------------All transition------------------------------*/
a, i, .adminheader-bar .header-user-allinfo-main .notification, .adminheader-bar .header-user-allinfo-main .notification .notification-popup, .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup, .adminheader-bar .header-user-allinfo-main .logout .logout-inner .logout-popup, .leads-fullpage-tabs .tab-button-outer #tab-button li a:before, .leads-listing-main .leads-listing, .simple-popup-main .closepopup {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a, i {
  line-height: 1;
}

/*-------------------------------Site Button-----------------------------*/
.primary-button {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #1175bc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  padding: 14px 26px;
  display: inline-block;
  border: 2px solid #1175bc;
}

.primary-button.white {
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.primary-button.white:hover {
  background-color: #1175bc;
  color: #ffffff;
  border-color: #1175bc;
}

.primary-button.blue:hover {
  border-color: #1175bc;
}

.primary-button:hover {
  background-color: #ffffff;
  color: #1175bc;
  border-color: #ffffff;
}

.primary-button-rev {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #ffffff;
  color: #1175bc;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  padding: 14px 26px;
  display: inline-block;
  border: 2px solid #ffffff;
}

.primary-button-rev:hover {
  background: transparent;
  color: #ffffff;
}

.secondary-btn {
  padding: 14px 22px;
  border: 2px solid #1175bc;
  color: #1175bc;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 5px;
}

.secondary-btn:hover {
  background: #1175bc;
  color: #ffffff;
}

/*-------------------------------Common Css-----------------------------*/
.clear {
  clear: both;
  content: "";
  display: block;
}

a {
  cursor: pointer;
  color: #1175bc;
}

a:hover {
  color: #2e3235;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 0px;
}

ul li {
  list-style: none;
}

.fa {
  color: #b3b3b3;
  font-size: 20px;
}

.section-title {
  color: #ffffff;
  font-size: 50px;
  line-height: 46px;
  margin-bottom: 80px;
  font-weight: 400;
}

/*------------------------------Headings-----------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Nunito Sans", sans-serif;
  color: #2e3235;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/*------------------------------- Form Common css -------------------------------*/
input::-webkit-input-placeholder {
  color: #666666;
}
input:-ms-input-placeholder {
  color: #666666;
}
input::-ms-input-placeholder {
  color: #666666;
}
input::placeholder {
  color: #666666;
}

textarea::-webkit-input-placeholder {
  color: #666666;
}

textarea:-ms-input-placeholder {
  color: #666666;
}

textarea::-ms-input-placeholder {
  color: #666666;
}

textarea::placeholder {
  color: #666666;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  width: 100%;
  padding: 10px 20px;
  margin: 0px;
  color: #333333;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 20px;
  height: 46px;
  border: 1px solid #a1a1a1;
  outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  border-color: #115194;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrapper {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}

.mini-wrapper {
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*-------------------------------  Dashboard Login Start  ---------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Nunito Sans", sans-serif;
  color: #2e3235;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

a.blue-bg-btn, button.blue-bg-btn {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 26px;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #1175bc;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.blue-bg-btn:before, button.blue-bg-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: #2c3e50;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.blue-bg-btn:hover, button.blue-bg-btn:hover {
  color: #ffffff;
}

a.blue-bg-btn:hover::before, button.blue-bg-btn:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blue-bg-btn1 {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 26px;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #1175bc;
  border: 1px solid #1175bc;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blue-bg-btn1:hover {
  color: #1175bc;
  background: #fff;
  border: 1px solid #1175bc;
}
.blue-bg-btn2 {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 26px;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #1175bc;
  border: 2px solid #1175bc;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blue-bg-btn2:hover {
  color: #1175bc;
  background: #fff;
}

.center-line-heading {
  display: block;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  color: #2e3235;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}

.center-line-heading:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  top: 49%;
  height: 1px;
  background: #e6e6e6;
}

.center-line-heading span {
  background: #ffffff;
  padding: 0px 15px;
  position: relative;
}

.form-design {
  position: relative;
  display: block;
  width: 100%;
}

.form-design ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-design ul .form-button {
  margin-bottom: 0px;
}

.form-design ul .form-button a.blue-bg-btn, .form-design ul .form-button button.blue-bg-btn {
  padding: 15px 26px;
}

.form-design ul li.field-item-full {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  clear: both;
}

.form-design ul li.field-item-full:last-child {
  margin-bottom: 0px;
}

.form-design ul li.field-item-2 {
  position: relative;
  display: block;
  width: 49%;
  margin-bottom: 12px;
  clear: both;
}

.form-design ul li.field-item-2:last-child {
  margin-bottom: 0px;
}

.form-design label {
  line-height: 1;
  color: #666666;
  font-size: 13px;
}

.form-design .input {
  width: 100%;
  padding: 10px 20px;
  margin: 0px;
  color: #333333;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  background: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 20px;
  height: 46px;
  border: 1px solid #a1a1a1;
  outline: none;
}

.form-design .input.line {
  border-radius: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 10px 0px 5px 0px;
}

.form-design .input:focus {
  border-color: #115194;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-design select.input {
  cursor: pointer;
  background: transparent url(../../common/images/select-black-icon.png) no-repeat right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: unset !important;
  padding: 12px 20px !important;
  position: relative;
}

.form-design select.input::-ms-expand {
  display: none;
}

.form-design .form-button.center {
  text-align: center;
}

.form-design ::-webkit-input-placeholder {
  color: #2e3235;
  opacity: 0.75;
}

.form-design ::-moz-placeholder {
  color: #2e3235;
  opacity: 0.75;
}

.form-design ::-moz-placeholder {
  color: #2e3235;
  opacity: 0.75;
}

.form-design ::-ms-input-placeholder {
  color: #2e3235;
  opacity: 0.75;
}

.form-design input:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-design input:focus::-moz-placeholder {
  color: transparent;
}

.form-design textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-design textarea:focus::-moz-placeholder {
  color: transparent;
}

.form-design .select2-container {
  width: 100% !important;
}

.form-design .select2-container .select2-selection--single {
  padding: 10px 20px;
  color: #333333;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  line-height: 20px;
  height: 46px;
  border: 1px solid #a1a1a1;
}

.form-design .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  color: #333333;
}

.form-design .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-design .form-check.inline.frm-chckbox {
  padding-left: 0px;
}

.form-design .user_seat_show .input {
  height: 36px;
  text-align: center;
  width: 80px;
  padding: 10px;
}

.select2-container.select2-container--default .select2-selection--multiple {
  padding: 0px;
  position: relative;
}

.select2-container.select2-container--default .select2-selection--multiple:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 5px solid #333;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 10px 20px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #115194;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #115194;
  border-right: 1px solid #115194;
  border-radius: 0px;
  margin-right: 3px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #115194;
}

.dashboard-login-section {
  position: relative;
}

.dashboard-login-section .dashboard-login-main {
  position: relative;
  display: block;
  padding: 30px 0px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dashboard-login-section .dashboard-login-main .middle-area {
  position: relative;
}

.dashboard-login-section .dashboard-login-main .logo {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.dashboard-login-section .dashboard-login-main .form-main {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0px auto;
}

.dashboard-login-section .dashboard-login-main .form-main .note {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}

.dashboard-login-section .dashboard-login-main .forgot-pass-link {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.dashboard-login-section .dashboard-login-main .forgot-pass-link a {
  font-size: 16px;
  font-weight: 700;
  color: #0f75bc;
}

.dashboard-login-section .dashboard-login-main .forgot-pass-link a:hover {
  color: #000000;
}

/*-------------------------------  Dashboard Login End  ---------------------*/
/*-------------------------------  Customer Dashboard Start  ---------------------*/
.adminpanelmain {
  height: auto;
  min-height: 100%;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}

.adminpanelmain .adminmenumain {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  background-color: #0f75bc;
}

.adminpanelmain .adminmenumain .logo {
  padding: 22px 20px !important;
  border-bottom: 1px solid #CDD0D5;
  position: -webkit-sticky;
  position: sticky;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 2px 10px 16px #00000026;
    box-shadow: 2px 10px 16px #00000026;
}

.adminpanelmain .adminmenumain .logo a {
  display: inline-block;
}

.adminpanelmain .adminmenumain .adminmenuinner, .adminpanelmain .adminmenumain .providermenuinner {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  overflow: hidden;
  padding-top: 70px;
}

.adminpanelmain .adminmenumain .adminmenuinner:before, .adminpanelmain .adminmenumain .providermenuinner:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #E2E4E9;
  margin: 0px;
  font-size: 24px;
  display: block;
  line-height: 17px;
  position: absolute;
  overflow: hidden;
  right: -7px;
  top: 115px;
}

.adminpanelmain .adminmenumain .adminmenuinner .adminleft-panel, .adminpanelmain .adminmenumain .providermenuinner .adminleft-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon, .adminpanelmain .adminmenumain .providermenuinner .profile-icon {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 999;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .icon-picture, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .icon-picture {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .icon-picture .icon, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .icon-picture .icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .icon-picture .icon .bg-icon, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .icon-picture .icon .bg-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .icon-picture .icon .fa, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .icon-picture .icon .fa {
  font-size: 7em;
  color: #fff;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .icon-picture .edit-pic, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .icon-picture .edit-pic {
  position: absolute;
  right: 0px;
  top: -6px;
  text-align: center;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .icon-picture .edit-pic a, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .icon-picture .edit-pic a {
  width: 24px;
  height: 24px;
  display: block;
  background: #000;
  border-radius: 8px;
  line-height: 22px;
  overflow: hidden;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .edit-profile, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .edit-profile {
  position: relative;
  margin-top: 15px;
  display: block;
  width: 100%;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .edit-profile a, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .edit-profile a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  background: #0003;
  padding: 11px 10px;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .edit-profile a:hover, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .edit-profile a:hover {
  background: #00000080;
}

.adminpanelmain .adminmenumain .adminmenuinner .profile-icon .edit-profile a span, .adminpanelmain .adminmenumain .providermenuinner .profile-icon .edit-profile a span {
  border-bottom: 1px solid #fff;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 2px;
}

.adminpanelmain .admincontentmain {
  height: 100%;
  min-height: 200px;
}

.adminpanelmain .admincontentmain .adminbodymain {
  position: relative;
}

.adminpanelmain .admincontentmain .adminbodymain .adminheader-bar {
  width: 100%;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  background-color: #ffffff;
}

.adminpanelmain .admincontentmain .adminbodymain .adminbody-content {
  width: 100%;
  overflow: visible;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.adminpanelmain .admincontentmain .adminbodymain .adminbody-content:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #E2E4E9;
  margin: 0px;
  font-size: 24px;
  display: block;
  line-height: 17px;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  left: 0px;
  top: 115px;
  margin-left: -31px;
}

.customer-panel .adminmenumain {
  width: 250px;
  -webkit-transition: margin-left .3s ease-in-out,width .3s ease-in-out;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out;
}

.customer-panel .adminmenumain .logo {
  padding: 19px 10px;
}

.customer-panel .adminmenumain .logo a img {
  width: 168px;
}

.customer-panel .admincontentmain {
  margin-left: 250px;
  -webkit-transition: margin-left .3s ease-in-out,width .3s ease-in-out;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out;
}

.provider-panel .adminmenumain {
  width: 200px;
  /*-webkit-transition: margin-left .3s ease-in-out,width .3s ease-in-out;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out;
  -webkit-box-shadow: 2px 10px 16px #00000026;
          box-shadow: 2px 10px 16px #00000026;*/
}

.provider-panel .adminmenumain .logo {
  padding: 22.7px 20px;
  border-bottom: 1px solid #CDD0D5;
}

.provider-panel .adminmenumain .logo a img {
  width: 36px;
}

.provider-panel .admincontentmain {
  margin-left: 200px;
  -webkit-transition: margin-left .3s ease-in-out,width .3s ease-in-out;
  transition: margin-left .3s ease-in-out,width .3s ease-in-out;
}

.provider-panel .admincontentmain .adminbody-content-inner .section-heading {
  margin-top: 25px;
}

.customer-panel .admincontentmain .adminbody-content-inner .dataTables_wrapper .dataTables_filter label {
  position: relative;
}

.customer-panel .admincontentmain .adminbody-content-inner .dataTables_wrapper .dataTables_filter label .fa-search {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.adminmenuinner .admin-left-nav-main {
  padding-top: 0px;
  margin-bottom: 0px;
  position: relative;
  max-height: 100vh;
}

.adminmenuinner .admin-left-nav-main ul.main-menu {
  margin: 30px 15px 100px 15px;
  padding: 0px;
  list-style-type: none;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item {
  display: block;
  position: relative;
  margin: 10px 0px;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .item-link {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 10px !important;
  padding: 0.608rem 0.75rem !important;
  color: #525866;
  background: transparent;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.adminmenuinner .admin-left-nav-main .main-menu .active a {
    background-color: #ffffff !important;
    color: #0C74BC !important;
    box-shadow: none;
}

.adminmenuinner .admin-left-nav-main .main-menu .active i {
    color: #0C74BC !important;
}
  
.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .item-link #up-arrows {
  right: 0px;
  position: relative;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item ul.sub-menu .item-link {
  padding: 16px 15px 16px 65px;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item a:hover {
    background: #FFFFFF !important;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item a:hover i {
    color: #0C74BC !important;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text .icon {
  width: 36px;
  padding-right: 10px;
  position: relative;
  color: #525866;
  display: flex;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text .text {
  position: relative;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .fa {
  color: #525866;
}

.adminmenuinner .admin-left-nav-main .heading {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 30px 10px;
  border-bottom: 1px solid #3f91c9;
}

.adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item ul.sub-menu li.menu-item {
  margin-left: 20px;
}

.adminmenuinner .admin-left-nav-main ul.main-menu > li.menu-item.arrow-up > a.item-link > .fa:before {
  content: "\f106";
}

.providermenuinner .adminleft-panel {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.providermenuinner .admin-left-nav-main {
  position: relative;
}

.providermenuinner .admin-left-nav-main ul.main-menu {
  margin: 0px;
  padding: 0px 15px;
  list-style-type: none;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item {
  display: block;
  position: relative;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item .item-link {
  width: 100%;
  display: block;
  position: relative;
  padding: 15px 10px;
  font-size: 10px;
  background: transparent;
  line-height: 1;
  text-align: center;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item a:hover {
  background: #FFFFFF !important;
  width: 100%;
  text-align: left;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text {
  position: relative;
  display: block;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text .icon {
  width: 36px;
  margin: 0px auto;
  display: block;
  position: relative;
  color: #ffffff;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text .text {
  position: relative;
  display: block;
  margin-top: 10px;
}

.providermenuinner .admin-left-nav-main ul.main-menu li.menu-item .fa {
  color: #ffffff;
}

.providermenuinner .admin-left-nav-main .heading {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 30px 10px;
  border-bottom: 1px solid #3f91c9;
}

.provider-panel .providermenuinner {
  overflow: auto !important;
}

.provider-panel .providermenuinner:before {
  display: none !important;
}

.providermenuinner .main-menu .menu-item .active {
  background-color: #ffffff !important;
  color: #0C74BC !important;
  box-shadow: none;
  width: 100%;
  text-align: left;
}

.providermenuinner .main-menu .menu-item i {
  margin-right: 10px;
}

.providermenuinner .main-menu .menu-item .active i {
  color: #0C74BC !important;
}

.providermenuinner .main-menu .menu-item .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #525866;
  border-radius: 10px !important;
  width: 100%;
  text-align: left;
}

.provider-panel .adminbody-content:before {
  display: none !important;
}

.adminheader-bar .headerbar-inner {
  border-bottom: 1px solid #f1f1f1;
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.adminheader-bar .headerbar-inner .leftside-panel {
  position: relative;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 30px;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: -15px;
  cursor: pointer;
  z-index: 99;
  display: none;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger .hamburger-box {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger .hamburger-inner {
  left: 20px;
  display: block;
  top: 50%;
  margin-top: -6px;
  width: 24px;
  height: 2px;
  background-color: #3f6ad8;
  border-radius: 10px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger .hamburger-inner:before, .adminheader-bar .headerbar-inner .leftside-panel .hamburger .hamburger-inner:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #3f6ad8;
  border-radius: 10px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger .hamburger-inner:before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger .hamburger-inner:after {
  top: 16px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger.is-active .hamburger-inner {
  background-color: #3f6ad8;
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger.is-active .hamburger-inner:before, .adminheader-bar .headerbar-inner .leftside-panel .hamburger.is-active .hamburger-inner:after {
  background-color: #3f6ad8;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.adminheader-bar .headerbar-inner .leftside-panel .hamburger.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
          transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.adminheader-bar .headerbar-inner .search-bar {
  position: relative;
  padding-left: 30px;
}

.adminheader-bar .headerbar-inner .search-bar .search-form {
  position: relative;
  width: 300px;
  margin: 18px 0px;
}

.adminheader-bar .headerbar-inner .search-bar .search-form .respo-search-click {
  width: 33px;
  height: 33px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-image: url(../../common/images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f6f6f6;
  display: none;
}

.adminheader-bar .headerbar-inner .search-bar .search-form .respo-popup {
  position: relative;
  width: 100%;
}

.adminheader-bar .headerbar-inner .search-bar .search-form .searchicon {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #abb7b8;
}

.adminheader-bar .headerbar-inner .search-bar .search-form .search-input {
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #f1f1f1;
  height: 33px;
  padding: 6px 20px 6px 42px;
  font-size: 12px;
  border-radius: 25px;
}

.adminheader-bar .headerbar-inner .search-bar .search-form ::-webkit-input-placeholder {
  color: #666666;
  opacity: 0.5;
}

.adminheader-bar .headerbar-inner .search-bar .search-form ::-moz-placeholder {
  color: #666666;
  opacity: 0.5;
}

.adminheader-bar .headerbar-inner .search-bar .search-form ::-moz-placeholder {
  color: #666666;
  opacity: 0.5;
}

.adminheader-bar .headerbar-inner .search-bar .search-form ::-ms-input-placeholder {
  color: #666666;
  opacity: 0.5;
}

.adminheader-bar .headerbar-inner .search-bar .search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.adminheader-bar .headerbar-inner .search-bar .search-form input:focus::-moz-placeholder {
  color: transparent;
}

.adminheader-bar .headerbar-inner .search-bar .search-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.adminheader-bar .headerbar-inner .search-bar .search-form textarea:focus::-moz-placeholder {
  color: transparent;
}

.adminheader-bar .headerbar-inner .rightside-panel {
  position: relative;
}

.adminheader-bar .header-user-allinfo-main {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.adminheader-bar .header-user-allinfo-main .notification {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-left: 1px solid #f1f1f1;
  height: 100%;
}

.adminheader-bar .header-user-allinfo-main .notification .noti-icon-btn {
  position: relative;
  display: block;
  padding: 0px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adminheader-bar .header-user-allinfo-main .notification .noti-icon-btn .numb {
  position: absolute;
  background: #fd5e6a;
  border-radius: 50%;
  line-height: 1;
  font-size: 10px;
  padding: 3px;
  color: #fff;
  right: 18px;
  top: 28%;
}

.adminheader-bar .header-user-allinfo-main .notification .notification-popup {
  position: absolute;
  left: auto;
  right: 0px;
  top: 100%;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

.adminheader-bar .header-user-allinfo-main .notification .notification-popup .notification-inner {
  position: relative;
}

.adminheader-bar .header-user-allinfo-main .notification .notification-popup .notification-inner .item {
  position: relative;
  display: block;
  padding: 1rem;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #0000000d;
}

.adminheader-bar .header-user-allinfo-main .notification .notification-popup .notification-inner .item .time {
  display: block;
  position: relative;
}

.adminheader-bar .header-user-allinfo-main .notification .notification-popup .notification-inner .item:hover {
  background: #f8f8f8;
}

.adminheader-bar .header-user-allinfo-main .notification.open {
  background-color: #efefef;
}

.adminheader-bar .header-user-allinfo-main .notification.open .notification-popup {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.adminheader-bar .header-user-allinfo-main .profile {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  height: 100%;
  background-color: #f8f8f8;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon {
  position: relative;
  display: block;
  padding: 15px 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .icon {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .icon .bg-img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .icon .fa {
  font-size: 3em;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup {
  position: absolute;
  left: 0px;
  right: auto;
  top: 100%;
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  min-width: 270px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  cursor: auto;
  border-radius: 5px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup:before {
  content: "";
  border: 10px solid transparent;
  border-left-color: #f8f8f8;
  border-top-color: #f8f8f8;
  position: absolute;
  border-radius: 3px;
  top: -7px;
  left: 15px;
  -webkit-box-shadow: -3px -3px 1px -2px #dcdcdc;
  box-shadow: -3px -3px 1px -2px #dcdcdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner {
  position: relative;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon {
  width: 50px;
  height: 50px;
  margin: 0px;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon .bg-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon .fa {
  font-size: 4em;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon img {
  width: 100%;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-info {
  width: calc(100% - 50px);
  display: block;
  position: relative;
  padding-left: 10px;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-info .name {
  font-size: 18px;
  color: #0f75bc;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-info .sinc {
  font-size: 14px;
  color: #666666;
  line-height: 1;
  display: block;
  margin-top: 8px;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-links {
  width: 100%;
  position: relative;
  display: block;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-links .item {
  position: relative;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #0000000d;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-links .item .icon-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-links .item .icon-text .icon-dark {
  width: 36px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-links .item .icon-text .text {
  position: relative;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-links .item:hover {
  background: #efefef;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon.open {
  background-color: #efefef;
}

.adminheader-bar .header-user-allinfo-main .profile .profile-icon.open .profiledetail-popup {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.adminheader-bar .header-user-allinfo-main .user-info {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

.adminheader-bar .header-user-allinfo-main .user-info .user-info-inner {
  position: relative;
  display: block;
  margin: 0px 18px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.adminheader-bar .header-user-allinfo-main .user-info .user-info-inner .name {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #0f75bc;
  line-height: 1;
  min-width: 165px;
}

.adminheader-bar .header-user-allinfo-main .user-info .user-info-inner .sinc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 1;
  margin-top: 4px;
}

.adminheader-bar .header-user-allinfo-main .user-info .user-info-inner .usermoreinfo {
  position: absolute;
  cursor: pointer;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  text-align: center;
}

.adminheader-bar .header-user-allinfo-main .logout {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.adminheader-bar .header-user-allinfo-main .logout .logout-inner {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e6ebee;
  border-radius: 50%;
  line-height: 38px;
  cursor: pointer;
}

.adminheader-bar .header-user-allinfo-main .logout .logout-inner .logout-popup {
  position: absolute;
  left: 50%;
  top: 46px;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.adminheader-bar .header-user-allinfo-main .logout .logout-inner .logout-popup a {
  display: block;
  min-width: 58px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  background: #2c3e50;
}

.adminheader-bar .header-user-allinfo-main .logout .logout-inner .logout-popup a:before {
  content: "\f0d8";
  font-family: FontAwesome;
  color: #2c3e50;
  margin: 0px;
  font-size: 18px;
  display: block;
  line-height: 8px;
  position: absolute;
  top: -6px;
  left: 42%;
  overflow: hidden;
}

.adminheader-bar .header-user-allinfo-main .logout .logout-inner:hover .logout-popup {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/* Admin Body Content Start */
.adminbody-content-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0px;
}

.full-section-row {
  position: relative;
  margin-bottom: 30px;
}

.section-heading {
  position: relative;
  display: block;
  color: #333333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.light-box-shadow {
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 16px #00000012;
          box-shadow: 0px 0px 16px #00000012;
}

.providers-lising-section {
  width: 100%;
  position: relative;
  display: block;
}

.providers-lising-section .providers-lising-main {
  position: relative;
  display: block;
}

.providers-lising-section .providers-lising-main .providers-lising {
  width: 100%;
  position: relative;
  padding: 25px 25px;
  border-bottom: 1px solid #dee1e2;
}

.provider-box-area-main {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-box-area-main .provider-details {
  position: relative;
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.provider-box-area-main .image {
  position: relative;
  width: 140px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 0px;
  height: 140px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* .provider-box-area-main .image img {
  max-width: 100%;
  width: 140px !important;
  height: 140px !important;
  object-fit: contain;
}

.provider-box-area-main .image img.profile-img {
  width: 140px !important;
  height: 140px !important;
  -o-object-fit: cover;
     object-fit: cover;
} */

.provider-box-area-main .information-area {
  position: relative;
  padding: 0px 22px;
  width: calc(100% - 140px);
}

.provider-box-area-main .information-area .title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
}

.provider-box-area-main .information-area .title a {
  color: #2c3e50;
}

.provider-box-area-main .information-area .title a:hover {
  color: #115194;
}

.provider-box-area-main .information-area .short-desc {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  padding: 5px 0px;
}

.provider-box-area-main .information-area .reviews {
  width: 100%;
  display: table;
  position: relative;
  line-height: 1;
  padding: 5px 0px;
}

.provider-box-area-main .information-area .reviews .icons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 1;
}

.provider-box-area-main .information-area .reviews .icons .fa-star {
  color: #bdc3c7;
  font-size: 18px;
  line-height: 1;
}

.provider-box-area-main .information-area .reviews .icons .fa-star.checked {
  color: #f9be3e;
}

.provider-box-area-main .information-area .reviews .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  font-size: 16px;
  line-height: 1;
}

.provider-box-area-main .information-area .reviews .text img {
  padding-right: 8px;
  margin-top: -3px;
}

.provider-box-area-main .information-area .reviews .text:before {
  content: "";
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  background-image: url(../../common/images/Seniorone_favicon.svg);
  background-repeat: no-repeat;
  background-position: left top;
}

.provider-box-area-main .information-area .cat-list {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 5px;
}

.provider-box-area-main .information-area .cat-list a.cat-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-transform: none;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 14px;
  background: #1175bc;
  border-radius: 3px;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.provider-box-area-main .information-area .cat-list a.cat-btn.indepen {
  background: #2c3e50;
}

.provider-box-area-main .information-area .cat-list a.cat-btn.hospice {
  background: #1e8caa;
}

.provider-box-area-main .information-area .cat-list a.cat-btn.hcare {
  background: #c94f5d;
}

.provider-box-area-main .information-area .cat-list a.cat-btn.adcare {
  background: #da8118;
}

.provider-box-area-main .information-area .cat-list a.cat-btn.manage {
  background: #429908;
}

.provider-box-area-main .information-area .cat-list a.cat-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #00000080;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.provider-box-area-main .information-area .cat-list a.cat-btn:hover {
  color: #ffffff;
}

.provider-box-area-main .information-area .cat-list a.cat-btn:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.provider-box-area-main .more-details {
  position: relative;
  width: 180px;
}

.provider-box-area-main .more-details .location {
  display: block;
  position: relative;
  padding-left: 22px;
  line-height: 18px;
}

.provider-box-area-main .more-details .location:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 16px;
  left: 0px;
  top: 0px;
  background-image: url(../../common/images/maps.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.provider-box-area-main .more-details .more-btn {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.provider-box-area-main .more-details .more-btn a.blue-bg-btn {
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 3px;
}

.recent-history-section {
  width: 100%;
  position: relative;
  display: block;
}

.recent-history-section .recent-history-main {
  position: relative;
  display: block;
  padding-top: 6px;
}

.recent-history-section .recent-history-main .day-heading {
  display: block;
  position: relative;
  color: #333333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 15px;
  border-bottom: 1px solid #ededed;
}

.recent-history-section .recent-history-main .day-heading sup {
  text-transform: none;
}

.recent-history-section .recent-history-main ul.history-item {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ededed;
}

.recent-history-section .recent-history-main ul.history-item + .day-heading {
  margin-top: 10px;
}

.recent-history-section .recent-history-main ul.history-item li {
  display: block;
  position: relative;
}

.recent-history-section .recent-history-main ul.history-item li:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  left: 40px;
  border-bottom: 1px solid #ededed;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area {
  width: 100%;
  position: relative;
  padding: 10px 15px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 22px;
  height: 100%;
  width: 0px;
  border-left: 1px solid #0f75bc;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .title {
  display: block;
  position: relative;
  max-width: calc(100% - 105px);
  line-height: 20px;
  padding-left: 28px;
  font-size: 12px;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .title .check-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 2px;
  display: block;
  border-radius: 50%;
  background-color: #0f75bc;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .title .check-icon.checked {
  background-image: url(../../common/images/checked-white-history.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .title a {
  position: relative;
  font-weight: 700;
  color: #0f75bc;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .title a:hover {
  color: #000000;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .title span {
  position: relative;
  margin-left: 5px;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .time {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin: 4px 0px;
  width: 105px;
  text-align: right;
}

.recent-history-section .recent-history-main ul.history-item li .recent-history-area .time img {
  margin-right: 8px;
  vertical-align: top;
}

.recent-history-section .recent-history-main ul.history-item li:nth-child(even) {
  background-color: #fcfcfc;
}

.recent-history-section .recent-history-main ul.history-item li:first-child .recent-history-area:before {
  top: 15px;
}

.recent-history-section .recent-history-main ul.history-item li:last-child:after {
  display: none;
}

.recent-history-section .recent-history-main ul.history-item li:last-child .recent-history-area:before {
  height: 13px;
}

.my-document-section {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px 30px;
}

.my-document-section .my-document-head {
  display: block;
  position: relative;
  border-bottom: 1px solid #dbdee0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.my-document-section .my-document-head .image {
  position: relative;
  display: block;
  width: 70px;
}

.my-document-section .my-document-head .image img {
  max-width: 100%;
  vertical-align: top;
}

.my-document-section .my-document-head .title {
  position: relative;
  display: block;
  width: calc(100% - 70px);
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
}

.my-document-section .my-document-head .title span {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #2e3235;
  line-height: 1;
  margin-top: 12px;
}

.my-document-section .document-desc {
  position: relative;
  display: block;
  padding-top: 15px;
}

.my-document-section .document-desc h6 {
  text-transform: uppercase;
}

.my-document-section .document-desc a {
  font-size: 16px;
}

.my-document-section .document-desc .center-btn {
  display: block;
  text-align: center;
}

.my-document-section .document-desc .center-btn a.blue-bg-btn {
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 25px 10px;
}

.event-calendar-section {
  width: 100%;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-calendar-section .event-calendar-box {
  position: relative;
  width: 60%;
  display: block;
  -webkit-box-shadow: 0px 0px 16px #00000038;
          box-shadow: 0px 0px 16px #00000038;
}

.event-calendar-section .calendar-information-box {
  position: relative;
  width: 40%;
  display: block;
  background-color: #0f75bc;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0px 0px 16px #00000038;
          box-shadow: 0px 0px 16px #00000038;
  padding: 20px 15px;
}

.event-calendar-section .calendar-information-box .cal-information {
  position: relative;
  height: 100%;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events {
  color: #ffffff;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-date {
  padding: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-date > div {
  background: #0e5d96;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-date #organizerContainer-date {
  color: #ffffff;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-date svg path {
  fill: #ffffff;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows {
  background-color: transparent;
  height: 100%;
  position: relative;
  overflow: hidden !important;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows .cjslib-list#organizerContainer-list {
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden !important;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows .cjslib-list#organizerContainer-list .cjslib-list-placeholder:only-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows .cjslib-list#organizerContainer-list .cjslib-list-placeholder .schudule-btn {
  position: absolute;
  bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #fff;
  padding: 13px 20px;
  color: #333;
  width: 100%;
}

.event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows .cjslib-list#organizerContainer-list .cjslib-list-placeholder .schudule-btn:hover {
  background: transparent;
  color: #fff;
}

/*-------------------------------  Customer Dashboard End  ---------------------*/
/*-------------------------------  Customer Reviews Start  ---------------------*/
.rating {
  border: none;
  float: left;
  line-height: 1;
}

.rating > input {
  display: none;
}

.rating > label {
  color: #ddd;
  float: right;
  margin-bottom: 0px;
}

.rating > label:before {
  margin: 0px 0px 0px 3px;
  font-size: 18px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f9be3e;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #f9be3e;
}

.ratingicons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ratingicons .fa-star {
  color: #bdc3c7;
  font-size: 18px;
  line-height: 1;
}

.ratingicons .fa-star.checked {
  color: #f9be3e;
}

.comment-list-main {
  position: relative;
  width: 100%;
}

.comment-list-main .comment-inner-main {
  width: 100%;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-list-main .comment-inner-main .comment-replied {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #f5f5f5;
  border: 1px solid #dee1e2;
  border-radius: 3px;
}

.comment-list-main .comment-inner-main .comment-replied .title-date {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.comment-list-main .comment-inner-main .comment-replied .title-date .icon-title {
  width: calc(100% - 100px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-list-main .comment-inner-main .comment-replied .title-date .icon-title .icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}

.comment-list-main .comment-inner-main .comment-replied .title-date .icon-title .icon img {
  width: 100%;
}

.comment-list-main .comment-inner-main .comment-replied .title-date .icon-title .title {
  position: relative;
  width: auto;
  padding-left: 15px;
  font-size: 13px;
}

.comment-list-main .comment-inner-main .comment-replied .title-date .date {
  font-size: 11px;
  color: #666666;
  text-align: right;
}

.comment-list-main .comment-inner-main .comment-replied .desc {
  position: relative;
  display: block;
  line-height: 19px;
  margin-top: 20px;
}

.my-reviews-lising-main {
  width: 100%;
  position: relative;
  display: block;
}

.my-reviews-lising-main .reviews-lising {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area {
  width: 100%;
  position: relative;
  display: block;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head {
  display: block;
  position: relative;
  background-color: #f1f2f3;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head .title {
  position: relative;
  display: block;
  font-size: 16px;
  color: #2e3235;
  max-width: calc(100% - 60px);
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head .edit-review {
  position: relative;
  display: block;
  text-align: right;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head .edit-review .linkdiv {
  font-size: 14px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head .edit-review .linkdiv span {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 7px;
  vertical-align: middle;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head .edit-review .linkdiv.edit {
  display: block;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .head .edit-review .linkdiv.cancel {
  display: none;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main {
  display: block;
  position: relative;
  padding: 15px 20px 20px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view {
  width: 100%;
  display: block;
  position: relative;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .reviewicon-date {
  display: block;
  position: relative;
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .reviewicon-date .reviewicon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .reviewicon-date .reviewicon .fa-star {
  color: #bdc3c7;
  font-size: 18px;
  line-height: 1;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .reviewicon-date .reviewicon .fa-star.checked {
  color: #f9be3e;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .reviewicon-date .date {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .desc {
  position: relative;
  display: block;
  line-height: 19px;
  margin-top: 10px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .comment {
  position: relative;
  display: none;
  margin-top: 10px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .comment .comment-link {
  display: block;
  text-align: right;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .comment .comment-link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 11px;
  color: #666666;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .comment .comment-link span a {
  color: #666666;
  text-decoration: underline;
  margin-left: 10px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view {
  width: 100%;
  display: none;
  position: relative;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view .review-savebtn {
  display: block;
  position: relative;
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view .review-savebtn .write-review {
  display: block;
  position: relative;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view .review-savebtn .savebtn {
  display: block;
  position: relative;
  text-align: right;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view .review-savebtn .savebtn .blue-bg-btn {
  padding: 7px 26px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view .textarea-edit {
  display: block;
  position: relative;
  margin-top: 5px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .back-view .textarea-edit textarea {
  width: 100%;
  min-height: 77px;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area.open .head .edit-review .linkdiv.edit {
  display: none;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area.open .head .edit-review .linkdiv.cancel {
  display: block;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area.open .review-desc-main .front-view {
  display: none;
}

.my-reviews-lising-main .reviews-lising .reviews-lising-area.open .review-desc-main .back-view {
  display: block;
}

.my-reviews-lising-main .reviews-lising.replied .reviews-lising-area .head .edit-review {
  opacity: 0.5;
  cursor: default;
}

.my-reviews-lising-main .reviews-lising.replied .reviews-lising-area .review-desc-main .front-view .comment {
  display: block;
}

/*-------------------------------  Customer Reviews End  ---------------------*/
/*-------------------------------  Customer Profile Start  ---------------------*/
ul.line-dafault-space {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.line-dafault-space li {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  width: 100%;
  position: relative;
  padding: 11px 30px;
}

.custom-checkbox {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 4px 0px;
}

.custom-checkbox .custom-control-label {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  outline: none;
  width: 100%;
  line-height: 21px;
}

.custom-checkbox .custom-control-label:before {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 17px;
  height: 17px;
  top: 1.5px;
  background-color: #ebebeb;
  border: 1px solid #a1a1a1;
}

.custom-checkbox .custom-control-label:after {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 17px;
  height: 17px;
  top: 1.5px;
}

.custom-checkbox.rightcheckbox .custom-control-label {
  padding-right: 25px;
}

.custom-checkbox.rightcheckbox .custom-control-label:before, .custom-checkbox.rightcheckbox .custom-control-label:after {
  left: auto;
  right: 0px;
}

.custom-checkbox.leftcheckbox .custom-control-label {
  padding-left: 30px;
}

.custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #1175bc;
  border-color: #1175bc;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label:before {
  background-color: #1175bc;
  border-color: #1175bc;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload__label {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #1175bc;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.file-upload__label:hover {
  cursor: pointer;
  background: #2c3e50;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 10px;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  top: -4px;
  background-color: #dbdee0;
  -webkit-box-shadow: 2px 3px 5px #00000040;
          box-shadow: 2px 3px 5px #00000040;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #a7fdcd;
}

.switch input:checked + .slider:before {
  background-color: #1fec7a;
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

.edit-profile-section {
  min-width: 100%;
  position: relative;
  padding: 30px 30px;
}

.profile-picture-name-main {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-picture-name-main .picture {
  width: 170px;
  display: block;
  position: relative;
}

.profile-picture-name-main .picture .img {
  width: 100%;
  border: 1px solid #dbdee0;
  border-radius: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-picture-name-main .picture .img img {
  vertical-align: middle;
  width: 100%;
}

.profile-picture-name-main .picture .file-upload {
  width: 100%;
}

.profile-picture-name-main .profile-info {
  width: calc(100% - 170px);
  padding-left: 30px;
  padding-right: 5%;
  position: relative;
  display: block;
}

.profile-picture-name-main .profile-info label {
  margin-bottom: 0px;
  color: #0f75bc;
}

.profile-picture-name-main .profile-info label.error {
  color: #f00;
}

.profile-picture-name-main .profile-info .invalid-feedback {
  font-size: 13px;
  color: #f00;
  margin-top: 6px;
  line-height: 1.3;
}

.profile-picture-name-main .profile-info .invalid-feedback strong {
  font-weight: 400;
}

.profile-picture-name-main .profile-info .input {
  font-size: 16px;
  height: auto;
}

.profile-picture-name-main .profile-info ul li {
  margin-bottom: 30px;
}

.profile-password-main {
  width: 100%;
  position: relative;
  display: block;
  padding: 0px 15%;
}

.profile-password-main .head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #2e3235;
  margin-bottom: 10px;
}

.profile-password-main .head img {
  margin-top: -4px;
  margin-left: 5px;
}

.profile-password-main .profile-password {
  width: 100%;
  position: relative;
}

.profile-password-main .profile-password .input {
  font-size: 16px;
}

.checkbox-settings-section {
  width: 100%;
  position: relative;
  display: block;
}

.fav-Provider-section {
  width: 100%;
  position: relative;
  display: block;
}

.fav-Provider-section ul li {
  padding-top: 9px;
  padding-bottom: 10px;
}

.fav-Provider-section .heart-checkbox-right {
  width: 100%;
  position: relative;
}

.fav-Provider-section .heart-checkbox-right .heart-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.fav-Provider-section .heart-checkbox-right .heart-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fav-Provider-section .heart-checkbox-right .heart-input:checked ~ .heart-label:after {
  content: "\f004";
  color: #ec1b56;
}

.fav-Provider-section .heart-checkbox-right .heart-input:active ~ .heart-label:after {
  content: "\f004";
  color: #ec1b56;
}

.fav-Provider-section .heart-checkbox-right .heart-label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

.fav-Provider-section .heart-checkbox-right .heart-label:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  left: auto;
  right: 0px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fav-Provider-section .heart-checkbox-right .heart-label:after {
  content: "\f08a";
  font-family: FontAwesome;
  color: #ec1b56;
  font-size: 20px;
  position: absolute;
  display: block;
  pointer-events: none;
  line-height: 1;
  left: auto;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fav-Provider-section .fav-Provider-area {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fav-Provider-section .fav-Provider-area .icon-title {
  position: relative;
  width: calc(100% - 30px);
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.fav-Provider-section .fav-Provider-area .icon-title .icon {
  width: 40px;
  min-height: 30px;
  position: relative;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  padding: 3px 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fav-Provider-section .fav-Provider-area .icon-title .title {
  width: calc(100% - 40px);
  padding-left: 16px;
  color: #2c3e50;
}

.fav-Provider-section .fav-Provider-area .icon-title .title a {
  color: #2c3e50;
}

.fav-Provider-section .fav-Provider-area .heart-shap {
  width: 30px;
  height: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fav-Provider-section .fav-Provider-area .heart-shap .fa {
  color: #ec1b56;
  font-size: 18px;
  line-height: 1;
}

.full-section-center-btn {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 15px;
}

.ad-padd-main.light-box-shadow {
  padding: 30px 30px 10px;
}

.ad-padd-main hr {
  margin: 15px 0px;
}

/*-------------------------------  Customer Profile End  ---------------------*/
/*-------------------------------  Providers Dashboard Start  ---------------------*/
.filter-deopbox {
  position: relative;
}

.filter-deopbox select {
  outline: none;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  padding: 8px 11px 7px;
  line-height: 1;
  background-image: url(../../common/images/select-icon.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 5px;
  border-radius: 2px;
  height: auto;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.filter-deopbox span.select2 {
  width: 100% !important;
  border: 0px;
  outline: none;
}

.filter-deopbox .select2-container .select2-selection--single {
  outline: none;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  padding: 0px;
  line-height: 1;
  border-radius: 2px;
  height: 29px;
}

.filter-deopbox .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0px 11px;
  color: #666666;
  line-height: 29px;
}

.filter-deopbox .select2-container .select2-selection--single .select2-selection__arrow {
  height: 28px;
}

.filter-deopbox .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-dropdown {
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  overflow: hidden;
}

.select2-dropdown .select2-results__options .select2-results__option {
  padding: 7px 11px;
  line-height: 1.2;
  font-size: 11px;
  color: #666666;
  font-weight: 600;
  border-top: 1px solid #dfdfdf;
  background-color: #f5f5f5;
}

.select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #ffffff;
  background-color: #115194;
}

.showmoreparents .hide {
  display: none;
}

.showmoreparents .show-more {
  position: relative;
  display: block;
  text-align: right;
  padding: 11px 25px;
}

.showmoreparents .show-more .fa-angle-double-down:before {
  position: relative;
  top: 1px;
}

.showmoreparents .show-more a.show-less-btn {
  display: inline-block;
  font-size: 12px;
  color: #2c3e50;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.25px;
}

.showmoreparents .show-more a.show-less-btn .fa {
  font-size: 12px;
  color: #2c3e50;
}

.showmoreparents .show-more a.show-less-btn .show {
  display: block;
}

.showmoreparents .show-more a.show-less-btn .less {
  display: none;
}

.showmoreparents .show-more a.show-less-btn.clicked .show {
  display: none;
}

.showmoreparents .show-more a.show-less-btn.clicked .less {
  display: block;
}

.provider-reviews-section {
  width: 100%;
  position: relative;
  display: block;
}

.provider-reviews-section .filter-head {
  width: 100%;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px;
  border-bottom: 1px solid #dee1e2;
}

.provider-reviews-section .filter-head .reating-area {
  position: relative;
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-reviews-section .filter-head .reating-area .star-ret {
  position: relative;
  font-size: 12px;
  font-weight: 900;
}

.provider-reviews-section .filter-head .reating-area .star-ret span {
  display: inline-block;
  vertical-align: middle;
}

.provider-reviews-section .filter-head .reating-area .star-ret span.reat {
  font-size: 36px;
  font-weight: 700;
  color: #0f75bc;
  margin-right: 5px;
}

.provider-reviews-section .filter-head .reating-area .star-ret span.star {
  line-height: 1;
}

.provider-reviews-section .filter-head .reating-area .over-all {
  position: relative;
  padding-left: 22px;
  font-size: 11px;
  color: #000000;
  line-height: 1;
}

.provider-reviews-section .filter-head .reating-area .over-all h6 {
  font-size: 16px;
}

.provider-reviews-section .filter-head .filter-deopbox {
  width: 90px;
}

.provider-reviews-section > p {
  text-align: center;
}

.provider-reviews-main {
  width: 100%;
  position: relative;
  display: block;
}

.provider-reviews-main .review-listing {
  width: 100%;
  position: relative;
  padding: 20px 25px;
  border-bottom: 1px solid #dee1e2;
}

.provider-reviews-main .review-listing .title-reating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.provider-reviews-main .review-listing .title-reating .icon-title {
  width: calc(100% - 100px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provider-reviews-main .review-listing .title-reating .icon-title .icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.provider-reviews-main .review-listing .title-reating .icon-title .icon .fa {
  text-align: center;
  width: 100%;
  line-height: 30px;
}

.provider-reviews-main .review-listing .title-reating .icon-title .icon img {
  width: 100%;
}

.provider-reviews-main .review-listing .title-reating .icon-title .title {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 15px;
  font-size: 13px;
}

.provider-reviews-main .review-listing .title-reating .reviews {
  position: relative;
}

.provider-reviews-main .review-listing .desc {
  display: block;
  position: relative;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.provider-reviews-main .review-listing .date {
  font-size: 11px;
  color: #666666;
  text-align: right;
}

.provider-statistics-section {
  position: relative;
  display: block;
  padding: 12px 25px;
  margin-bottom: 20px;
}

.provider-statistics-section .filter-head {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provider-statistics-section .filter-head .title {
  position: relative;
  font-size: 16px;
  color: #7f8c8d;
  text-transform: uppercase;
}

.provider-statistics-section .filter-head .filter-deopbox {
  width: 90px;
}

.provider-statistics-main {
  position: relative;
  display: block;
  margin-top: 20px;
}

.provider-statistics-main .chart-tab-contents {
  width: 100%;
  position: relative;
  margin-top: 0;
}

.provider-statistics-main .provider-view-main {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provider-statistics-main .provider-view-main .left-side {
  position: relative;
  width: calc(100% - 210px);
}

.provider-statistics-main .provider-view-main .right-side {
  position: relative;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}

.provider-statistics-main .provider-view-main .progress-main {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.provider-statistics-main .provider-view-main .progress-main .progress-col-4 {
  width: calc(25% - 30px);
  position: relative;
  display: block;
  margin: 10px 30px 10px 0px;
  text-align: center;
}

.provider-statistics-main .provider-view-main .progress-main .progress-col-3 {
  width: calc(33.33333% - 30px);
  position: relative;
  display: block;
  margin-right: 30px;
  text-align: center;
}

.provider-statistics-main .provider-view-main .progress-main .progress {
  height: 75px;
  width: 55px;
  margin: 0px auto;
  background-color: #eaedf1;
  border-radius: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.provider-statistics-main .provider-view-main .progress-main .progress .progress-bar {
  width: 100%;
  background-color: #f9be3e;
  -webkit-transition: none;
  transition: none;
}

.provider-statistics-main .provider-view-main .progress-main .progress .progress-bar::-webkit-progress-value {
  background: #f9be3e;
}

.provider-statistics-main .provider-view-main .progress-main .progress .progress-bar::-moz-progress-bar {
  background: #f9be3e;
}

.provider-statistics-main .provider-view-main .progress-main .progress .progress-bar.hovertip {
  display: inline-block;
}

.provider-statistics-main .provider-view-main .progress-main .progress .progress-bar.hovertip:hover:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #444;
  border-radius: 0px;
  color: #fff;
  content: attr(title);
  margin: 0px auto 0;
  font-size: 11px;
  padding: 0px 5px;
  width: 40px;
  z-index: 2;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
}

.provider-statistics-main .provider-view-main .progress-main .progress .progress-bar.hovertip:hover:before {
  border: solid;
  border-color: #444 transparent;
  border-width: 0px 4px 5px 4px;
  content: "";
  left: 45%;
  bottom: 10px;
  position: absolute;
}

.provider-statistics-main .provider-view-main .progress-main .label {
  color: #9ea7b3;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 1;
  margin-top: 5px;
}

.provider-statistics-main .provider-view-main .view-text {
  display: block;
  position: relative;
  text-align: center;
}

.provider-statistics-main .provider-view-main .view-text .num {
  display: block;
  position: relative;
  font-size: 46px;
  color: #0f75bc;
  line-height: 1;
}

.provider-statistics-main .provider-view-main .view-text .label {
  display: block;
  position: relative;
  font-size: 16px;
  color: #9ba3af;
  text-transform: uppercase;
}

.provider-statistics-main .per-day-chart {
  width: 100%;
  position: relative;
  display: block;
  border-top: 1px solid #dee1e2;
  padding-top: 15px;
  margin-top: 20px;
}

.provider-statistics-main .per-day-chart .label {
  position: relative;
  display: block;
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 0px;
}

.tab-button-outer {
  display: none;
}

.tab-button-outer #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-button-outer #tab-button li {
  display: table-cell;
  width: 20%;
}

.tab-button-outer #tab-button li a {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.tab-select-outer #tab-select {
  outline: none;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #dee1e2;
  font-size: 14px;
  color: #666666;
  padding: 11px 20px;
  line-height: 1;
}

.leads-generated-section {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.leads-tabs {
  width: 100%;
  position: relative;
}

.leads-tabs #tab-button li {
  width: 25%;
}

.leads-tabs #tab-button li a {
  padding: 20px 15px;
  color: #95a5a6;
  font-size: 34px;
  line-height: 1;
}

.leads-tabs #tab-button li a span {
  font-size: 12px;
  display: block;
  position: relative;
  margin-top: 8px;
  text-transform: uppercase;
}

.leads-tabs #tab-button li a:hover {
  color: #0f75bc;
  -webkit-box-shadow: 0px -5px 8px 0px #00000012;
          box-shadow: 0px -5px 8px 0px #00000012;
  background-color: #ffffff;
}

.leads-tabs #tab-button li.is-active a {
  color: #0f75bc;
  -webkit-box-shadow: 0px -5px 8px 0px #00000012;
          box-shadow: 0px -5px 8px 0px #00000012;
  background-color: #ffffff;
}

.leads-tabs .tab-contents {
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px #00000012;
          box-shadow: 0px 0px 16px #00000012;
  padding: 10px 0px 0px;
}

.leads-generated-main {
  width: 100%;
  position: relative;
  display: block;
}

.leads-generated-main .leads-generated-listing {
  width: 100%;
  position: relative;
  padding: 40px 0px 30px;
  border-bottom: 1px solid #dee1e2;
}

.leads-generated-main .leads-generated-listing:last-child {
  border-bottom: 0px none;
}

.leads-generated-box-area {
  width: 100%;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leads-generated-box-area .icon-title {
  position: relative;
  padding: 0px 20px;
  width: 20%;
  text-align: center;
}

.leads-generated-box-area .icon-title .icon {
  display: block;
  width: 70px;
  margin: 0px auto;
}

.leads-generated-box-area .icon-title .icon img {
  width: 100%;
}

.leads-generated-box-area .icon-title .title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1;
}

.leads-generated-box-area .information-area {
  position: relative;
  width: 80%;
}

.leads-generated-box-area .information-area ul {
  width: 100%;
  margin: 0px;
  margin-bottom: -15px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.leads-generated-box-area .information-area ul li {
  display: block;
  width: 33.33333%;
  position: relative;
  margin-bottom: 15px;
  padding-right: 5%;
}

.leads-generated-box-area .information-area ul li .label {
  display: block;
  position: relative;
  font-size: 13px;
  color: #7f8c8d;
  line-height: 1;
}

.leads-generated-box-area .information-area ul li .info {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 0px;
}

.leads-generated-box-area .information-area ul li .info.price {
  font-weight: 700;
  color: #3d8e02;
}

.leads-generated-box-area .information-area ul li .info .phone {
  color: #333333;
}

.leads-generated-box-area .information-area ul li .info .phone:hover {
  color: #115194;
}

.leads-generated-box-area .information-area ul li .info .email {
  text-decoration: underline;
}

.leads-generated-box-area .information-area ul li .info .email:hover {
  text-decoration: none;
}

.leads-generated-box-area .information-area ul li .more-btn {
  display: block;
  position: relative;
}

.leads-generated-box-area .information-area ul li .more-btn .blue-bg-btn {
  font-size: 13px;
  padding: 10px 14px;
}

.providers-details-section {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dee1e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.providers-details-section .leftside {
  position: relative;
  width: 100%;
  min-height: 1px;
  border-right: 1px solid #dee1e2;
  padding-top: 22px;
}

.providers-details-section .rightside {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.providers-details-section .provider-box-area-main {
  position: relative;
  margin-bottom: 22px;
}

.providers-details-section .provider-box-area-main .provider-details {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.providers-details-section .provider-moredetails-map {
  width: 100%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.providers-details-section .provider-moredetails-map .more-details {
  width: 40%;
  position: relative;
  padding: 20px 20px 10px;
}

.providers-details-section .provider-moredetails-map .more-details .note-client {
  border: 1px solid #989898;
  background: #f7f7f7;
  color: #2c3e50;
  text-align: center;
  padding: 3px 10px;
  max-width: 90%;
  font-size: 12px;
  position: relative;
  top: -5px;
  border-radius: 2px;
  margin-bottom: 15px;
}

.providers-details-section .provider-moredetails-map .more-details .note-client b {
  font-size: 11px;
  color: #999;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.providers-details-section .provider-moredetails-map .more-details .note-client .fa {
  color: #1175bc;
  font-size: 13px;
  padding: 0px 5px;
}

.providers-details-section .provider-moredetails-map .more-details > div {
  display: block;
  position: relative;
  padding-left: 22px;
  line-height: 18px;
  padding-bottom: 12px;
  max-width: 230px;
  margin: 0px auto;
}

.providers-details-section .provider-moredetails-map .more-details .location:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 16px;
  left: 0px;
  top: 2px;
  background-image: url(../../common/images/maps.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.providers-details-section .provider-moredetails-map .more-details .email:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 10px;
  left: 0px;
  top: 4px;
  background-image: url(../../common/images/envelope.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.providers-details-section .provider-moredetails-map .more-details .phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 0px;
  top: 2px;
  background-image: url(../../common/images/call.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.providers-details-section .provider-moredetails-map .more-details .phone a {
  color: #333333;
}

.providers-details-section .provider-moredetails-map .map {
  width: 60%;
  position: relative;
  min-height: 150px;
}

.providers-details-section .provider-moredetails-map .map iframe {
  border: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 1px;
}

/*-------------------------------  Providers Dashboard End  ---------------------*/
/*-------------------------------  Providers Reviews Start  ---------------------*/
.provider-reviews-lising-main {
  width: 100%;
  position: relative;
}

.provider-reviews-lising-main .filter-head {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 25px;
  border-bottom: 1px solid #dee1e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provider-reviews-lising-main .filter-head .reating-area {
  position: relative;
}

.provider-reviews-lising-main .filter-head .reating-area strong {
  font-weight: 900;
}

.provider-reviews-lising-main .filter-head .reating-area span {
  display: inline;
  position: relative;
  padding: 0px 12px;
  margin-right: 12px;
  border-right: 1px solid #dee1e2;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search {
  position: relative;
  margin-right: 15px;
  margin-top: 1px;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form {
  position: relative;
  width: 292px;
  max-width: 100%;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form .searchicon {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #abb7b8;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form .search-input {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #dee1e2;
  height: 29px;
  padding: 6px 20px 6px 42px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form ::-webkit-input-placeholder {
  color: #666666;
  opacity: 0.75;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form :-moz-placeholder {
  color: #666666;
  opacity: 0.75;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form ::-moz-placeholder {
  color: #666666;
  opacity: 0.75;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form :-ms-input-placeholder {
  color: #666666;
  opacity: 0.75;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form input:focus::-moz-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form textarea:focus::-moz-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .filter-head .search-filter-deopbox .filter-deopbox {
  width: 90px;
}

.provider-reviews-lising-main .review-listing {
  width: 100%;
  position: relative;
  padding: 15px 25px;
}

.provider-reviews-lising-main .review-listing .title-reating .icon-title .title {
  width: auto;
  padding-right: 15px;
}

.provider-reviews-lising-main .review-listing .title-reating .icon-title .reviews {
  position: relative;
}

.provider-reviews-lising-main .review-listing .desc {
  margin-bottom: 0px;
  width: 93%;
  display: inline-block;
}

.provider-reviews-lising-main .review-listing .replay-box {
  position: relative;
  display: block;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-link {
  display: block;
  text-align: right;
  line-height: 1;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-link a {
  font-size: 11px;
  color: #666666;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-link a .fa {
  font-size: 11px;
  margin-right: 4px;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-link a span {
  text-decoration: underline;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main {
  position: relative;
  width: 100%;
  text-align: right;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main textarea {
  width: 100%;
  min-height: 95px;
  border: 1px solid #e6ebee;
  background-color: #f6f6f6;
  margin: 15px 0px 10px;
  text-align: left;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main ::-webkit-input-placeholder {
  color: #666666;
  opacity: 0.5;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main ::-moz-placeholder {
  color: #666666;
  opacity: 0.5;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main ::-ms-input-placeholder {
  color: #666666;
  opacity: 0.5;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main input:focus::-webkit-input-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main input:focus::-moz-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main textarea:focus::-moz-placeholder {
  color: transparent;
}

.provider-reviews-lising-main .review-listing .replay-box .replay-main .blue-bg-btn {
  font-size: 13px;
  padding: 11px 26px;
}

.provider-reviews-lising-main .review-listing .show-replied-box {
  position: relative;
  display: none;
  margin-top: 10px;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-link {
  display: block;
  text-align: right;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 11px;
  color: #666666;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-link span a {
  color: #666666;
  text-decoration: underline;
  margin-left: 10px;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-main {
  position: relative;
  width: 100%;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-main .replied-inner-main {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-main .replied-inner-main .my-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #CCCCCC;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-main .replied-inner-main .my-icon img {
  width: 100%;
}

.provider-reviews-lising-main .review-listing .show-replied-box .replied-main .replied-inner-main .my-replied {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #f5f5f5;
  border: 1px solid #dee1e2;
  border-radius: 3px;
}

.provider-reviews-lising-main .review-listing.replied .replay-box {
  display: none;
}

.provider-reviews-lising-main .review-listing.replied .show-replied-box {
  display: block;
}

/*-------------------------------  Providers Reviews End  ---------------------*/
/*-------------------------------  Providers Leads Start  ---------------------*/
.leads-fullpage-tabs {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 30px;
}

.leads-fullpage-tabs .tab-button-outer {
  position: relative;
}

.leads-fullpage-tabs .tab-button-outer #tab-button {
  width: auto;
  margin: 0px auto;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li {
  width: auto;
  margin: 0px 17px;
  display: inline-block;
  vertical-align: middle;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #7f8c8d;
  padding: 5px 5px 14px;
  position: relative;
  line-height: 1;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 5px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  border-radius: 5px;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li a:hover {
  color: #0f75bc;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li a:hover:before {
  background-color: #0f75bc;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li.is-active a {
  color: #0f75bc;
}

.leads-fullpage-tabs .tab-button-outer #tab-button li.is-active a:before {
  background-color: #0f75bc;
}

.leads-fullpage-tabs .tab-select-outer {
  position: relative;
}

.leads-listing-main {
  display: block;
  width: 100%;
  position: relative;
}

.leads-listing-main .leads-listing {
  width: 100%;
  position: relative;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-bottom: 1px solid #dee1e2;
}

.leads-listing-main .leads-listing.highlights {
  border: 1px solid #0f75bc;
  -webkit-box-shadow: 0px 0px 16px #00000012;
          box-shadow: 0px 0px 16px #00000012;
}

.leads-listing-main .leads-listing .leads-box-area {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.leads-listing-main .leads-listing .leads-box-area .picture {
  position: relative;
  display: block;
  width: 70px;
}

.leads-listing-main .leads-listing .leads-box-area .picture .icon {
  width: 100%;
}

.leads-listing-main .leads-listing .leads-box-area .picture .icon img {
  width: 100%;
}

.leads-listing-main .leads-listing .leads-box-area .picture .text {
  position: relative;
  display: block;
  background-color: #3bb54a;
  text-transform: uppercase;
  line-height: 1;
  font-size: 9px;
  font-weight: 900;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  margin-top: 4px;
  padding: 5px 5px 3px;
}

.leads-listing-main .leads-listing .leads-box-area .picture .text.color-Lost {
  background-color: #7f8c8d;
}

.leads-listing-main .leads-listing .leads-box-area .picture .text.color-New {
  background-color: #3bb54a;
}

.leads-listing-main .leads-listing .leads-box-area .picture .text.color-Converted {
  background-color: #f2bb22;
}

.leads-listing-main .leads-listing .leads-box-area .picture .text.color-Contacted {
  background-color: #0f75bc;
}

.leads-listing-main .leads-listing .leads-box-area .picture .text.color-Rejected {
  background-color: #f00;
}

.leads-listing-main .leads-listing .leads-box-area .information-area {
  width: calc(100% - 70px);
  position: relative;
  display: block;
  padding: 15px 25px 0px;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .toggle-box{
  position: absolute;
  display: block;
  right: 0px;
  top: 18px;
}
.leads-generated-main .toggle-box{
  position: absolute;
  display: block;
  right: 0px;
  top: 48px;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .toggle-box .lead-toggle,.leads-generated-main .toggle-box .lead-toggle{
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #0f75bc;
  border-radius: 50%;
  overflow: hidden;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .toggle-box .lead-toggle:before, .leads-generated-main .toggle-box .lead-toggle:before{
  content: "+";
  font-size: 20px;
  color: #1175bc;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.leads-listing-main .leads-listing .leads-box-area .information-area .toggle-box .lead-toggle.open:before,.leads-generated-main .toggle-box .lead-toggle.open:before{
  content: "-";
}

.leads-listing-main .leads-listing .leads-box-area .information-area ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.leads-listing-main .leads-listing .leads-box-area .information-area ul li {
  display: block;
  width: 12.66667%;
  padding-right: 15px;
  margin-bottom:15px;
}
@media (max-width: 1460px) {
.leads-listing-main .leads-listing .leads-box-area .information-area ul li{width: 14.66667%;}
}
.leads-listing-main .leads-listing .leads-box-area .information-area .label {
  display: block;
  position: relative;
  font-size: 13px;
  color: #7f8c8d;
  line-height: 1;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .info {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 0px;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .info.price {
  font-weight: 700;
  color: #3d8e02;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .info .phone {
  color: #333333;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .info .phone:hover {
  color: #115194;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .info .email {
  text-decoration: underline;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .info .email:hover {
  text-decoration: none;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .desc {
  line-height: 19px;
  margin-bottom: 25px;
  margin-top: 8px;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .more-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 50px;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .more-btn .blue-bg-btn {
  font-size: 16px;
  padding: 9px 17px;
  line-height: 17px;
  color: #fff;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .more-btn .blue-bg-btn img {
  margin-right: 5px;
  vertical-align: top;
}

.leads-listing-main .leads-listing .leads-box-area .information-area .after-show {
  width: 100%;
  display: none;
  padding-top: 25px;
}
.acceptLeadmodal-custom-design.modal .modal-dialog{-webkit-transform: translateY(-50%);transform: translateY(-50%);top: 50%;}
.acceptLeadmodal-custom-design .acceptBtn{margin-right: 5px;}
.acceptLeadmodal-custom-design .close{opacity: 1; color: #fff !important;}
.acceptLeadmodal-custom-design button.close{color: #000 !important;}
.acceptLeadproviders-dashboard{color: #fff !important; margin-bottom:5px;}
.service-provide-das-popup .modal-backdrop.fade{opacity: 0.5;}
/*-------------------------------  Providers Leads End  ---------------------*/
/*-------------------------------  Providers Settings Start  ---------------------*/
.background-head {
  position: relative;
  width: 100%;
  background-color: #f8f8f9;
  margin-top: 30px;
}

.background-head .head {
  background-color: #f1f2f3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.background-head .head .main-text {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #2e3235;
  text-transform: uppercase;
}

.background-head .head .sub-text {
  padding-left: 10px;
  opacity: 0.75;
}

.background-head .head .sub-text i {
  font-style: normal;
}

.update-note {
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #fc6366;
  margin-bottom: 8px;
}

.provider-setting-section {
  width: 100%;
  position: relative;
  padding: 30px 50px;
}

.provider-setting-section .full-section-center-btn {
  padding-top: 30px;
}

.profile-set-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #2e3235;
  margin-bottom: 10px;
}

.profile-set-heading.border-botm {
  border-bottom: 1px solid #dee1e2;
  padding-bottom: 6px;
}

.profile-set-heading .sub-text {
  position: relative;
  padding-left: 10px;
  opacity: 0.75;
  font-weight: 400;
  text-transform: none;
}

.profile-set-heading .sub-text i {
  font-style: normal;
}

.profile-set-heading.add-new-btn {
  padding-right: 140px;
  min-height: 34px;
}

.profile-set-heading.add-new-btn .click-more {
  position: absolute;
  right: 0px;
  top: -4px;
}

.provider-profile-details-main {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dee1e2;
  padding-bottom: 45px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.provider-profile-details-main.status-update-form form {
  padding: 40px 30px 20px;
  width: auto;
}

.provider-profile-details-main.status-update-form form .invalid-feedback {
  font-size: 14px;
}

.provider-profile-details-main .provider-leftside {
  position: relative;
  width: 220px;
}

.provider-profile-details-main .provider-rightside {
  position: relative;
  width: calc(100% - 220px);
}

.provider-profile-details-main .provider-sidebar-main {
  position: relative;
  width: 100%;
  padding-right: 50px;
  display: block;
}

.provider-profile-details-main .provider-sidebar-main .picture {
  width: 100%;
  display: block;
  position: relative;
}

.provider-profile-details-main .provider-sidebar-main .picture .img {
  width: 100%;
  border: 1px solid #dbdee0;
  border-radius: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.provider-profile-details-main .provider-sidebar-main .picture .img img {
  width: 100%;
}

.provider-profile-details-main .provider-sidebar-main .picture .note {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  line-height: 19px;
  font-size: 12px;
  color: #bfbfbf;
}

.provider-profile-details-main .provider-sidebar-main .picture .note span {
  display: block;
  position: relative;
}

.provider-profile-details-main .provider-sidebar-main .picture .file-upload {
  width: 100%;
}

.provider-profile-details-main .provider-sidebar-main .picture + .picture {
  margin-top: 30px;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section {
  width: 100%;
  position: relative;
  margin-top: 25px;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section .head {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #2e3235;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section ul li {
  display: block;
  position: relative;
  padding: 5px 0px;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section ul li .custom-checkbox .custom-control-label .icon {
  width: 26px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section ul li .custom-checkbox .custom-control-label .icon img {
  vertical-align: text-bottom;
}

.provider-profile-details-main .provider-sidebar-main .amneties-section ul li .custom-checkbox .custom-control-label .amenities-name {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: top;
}

.provider-profile-coll-main {
  position: relative;
}

.provider-profile-coll-main .provider-profile-info {
  width: 100%;
  position: relative;
}

.provider-profile-coll-main .provider-profile-info .name-cat {
  position: relative;
  width: 100%;
  padding-right: 7%;
}

.provider-profile-coll-main .provider-profile-info .name-cat.form-design .input {
  font-size: 16px;
}

.provider-profile-coll-main .provider-profile-info .name-cat .name {
  position: relative;
  width: 100%;
}

.provider-profile-coll-main .provider-profile-info .name-cat .name .label {
  display: block;
  position: relative;
  font-size: 13px;
  color: #77797b;
  line-height: 1;
}

.provider-profile-coll-main .provider-profile-info .name-cat .name .display-name {
  width: 100%;
  position: relative;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-profile-coll-main .provider-profile-info .name-cat .name .display-name span {
  position: relative;
  display: block;
}

.provider-profile-coll-main .provider-profile-info .name-cat .name .display-name span#storedval {
  font-size: 19px;
  color: #2e3235;
  width: calc(100% - 30px);
}

.provider-profile-coll-main .provider-profile-info .name-cat .name .edit-box {
  padding-top: 15px;
}

.provider-profile-coll-main .provider-profile-info .name-cat .select-cat {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.provider-profile-coll-main .provider-profile-info .name-cat .select-cat .label {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 13px;
  color: #0f75bc;
  line-height: 1;
  margin-right: 5px;
}

.provider-profile-coll-main .provider-profile-info .name-cat .select-cat > span {
  display: inline-block;
  width: auto;
  opacity: 0.75;
}

.provider-profile-coll-main .provider-profile-info .name-cat .select-cat > span i {
  font-style: normal;
}

.provider-profile-coll-main .provider-profile-info .name-cat .select-cat > span i .profile-img {
  width: 11px;
  margin: 0px 5px;
}

.provider-profile-coll-main .provider-profile-info .name-cat .select-cat select.input {
  height: auto;
  border-color: #115194;
  background-position: right center;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main {
  width: 100%;
  position: relative;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list {
  width: 100%;
  position: relative;
  padding: 10px 25px;
  border-bottom: 1px solid #dee1e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list:last-child {
  border-bottom: 0px;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .custom-checkbox {
  position: relative;
  width: calc(100% - 200px);
  padding-right: 20px;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .custom-checkbox .custom-control-label {
  color: #b3b4b5;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #2e3235;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .count-bead {
  position: relative;
  width: 200px;
}

.provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .count-bead .input {
  height: 32px;
  background-color: #ffffff;
  font-size: 16px;
  color: #2e3235;
  padding: 5px 5px;
  text-align: center;
}

.provider-profile-coll-main .provider-profile-info .provider-short-desc-main {
  width: 100%;
  position: relative;
}

.provider-profile-coll-main .provider-profile-info .provider-short-desc-main .short-desc {
  width: 100%;
  position: relative;
  padding: 15px 25px;
}

.provider-profile-coll-main .provider-profile-info .provider-short-desc-main .short-desc textarea {
  height: 122px;
  width: 100%;
  background-color: #ffffff;
}

.provider-profile-coll-main .profile-address {
  width: 100%;
  position: relative;
  padding-left: 7%;
}

.provider-profile-coll-main .profile-address .form-design .input {
  font-size: 16px;
}

.provider-profile-coll-main .profile-address .form-design .profile-social {
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.provider-profile-coll-main .profile-address .form-design .profile-social .social-iconlink {
  display: block;
  position: relative;
}

.provider-profile-coll-main .profile-address .form-design .profile-social .social-iconlink li {
  position: relative;
}

.provider-review-form .g-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../common/images/Google-Reviews-Icon-Distrikt-Online-300x200.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
}

.provider-profile-coll-main .profile-address .form-design .profile-social .social-iconlink li.f-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../common/images/facebook.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  width: 23px;
  height: 23px;
}

.provider-profile-coll-main .profile-address .form-design .profile-social .social-iconlink .input {
  padding-left: 45px;
}

.click-more {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #0f75bc;
}

.click-more:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background-image: url(../../common/images/add-more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.click-more span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.provider-services-provided-main {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.provider-services-provided-main .services-provided-list-main {
  position: relative;
  width: 100%;
}

.provider-services-provided-main .services-provided-list-main .remove_service {
  position: absolute;
  right: 0px;
  top: 15px;
}

.provider-services-provided-main .services-provided-list-main .services-provided-list {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: calc(100% - 70px);
}

.provider-services-provided-main .services-provided-list-main .services-provided-list .input {
  font-size: 16px;
}

.provider-services-provided-main .services-provided-list-main .click-more {
  position: absolute;
  right: 0px;
  bottom: 6px;
}

.provider-upload-main {
  width: 100%;
  position: relative;
}

.provider-upload-main .head {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.provider-upload-main .head .sub-text {
  opacity: 1;
  padding-left: 35px;
}

.provider-upload-main .head .sub-text span {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 19px;
  color: #2e3235;
}

.provider-upload-main #picturelistmain.multiple-upload-picture-main {
  padding: 0px 20px;
}

.provider-upload-main .multiple-upload-picture-main {
  width: 100%;
  position: relative;
  padding: 0px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.provider-upload-main .multiple-upload-picture-main.paddingtop0 {
  padding-top: 0px;
}

.provider-upload-main .multiple-upload-picture-main .picture-list {
  width: calc(25% - 10px);
  position: relative;
  display: block;
  margin: 5px 5px 15px;
}

.provider-upload-main .multiple-upload-picture-main .picture-list a.remove_image {
  position: absolute !important;
  top: -10px !important;
}

.provider-upload-main .multiple-upload-picture-main .picture-list .img {
  width: 100%;
  height: 100%;
  height: 130px;
  position: relative;
  border: 1px solid #dee1e2;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.provider-upload-main .multiple-upload-picture-main .picture-list .img img {
  width: auto;
}

.provider-upload-main .fileupload {
  width: calc(25% - 10px);
  position: relative;
  display: block;
  margin: 5px 5px;
  overflow: hidden;
}

.provider-upload-main .fileupload .filesicon {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px dashed #115194;
  border-radius: 5px;
  padding: 42px 10px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.provider-upload-main .fileupload .filesicon:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background-image: url(../../common/images/add-more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.provider-upload-main .fileupload .files {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0px;
  width: 0;
  height: 100%;
  opacity: 0;
}

label.error {
  color: #f00;
  line-height: 1.3;
  padding: 5px 0px 0;
}

.provider-upload-video-main {
  width: 100%;
  position: relative;
}

.provider-upload-video-main .provider-video {
  width: 100%;
  position: relative;
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.provider-upload-video-main .provider-video .display-video {
  width: 50%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dee1e2;
  border-radius: 5px;
  background-image: url(../../common/images/play-button.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 120px;
}

.provider-upload-video-main .provider-video .upload-video {
  width: 50%;
  position: relative;
  padding: 0px 9%;
}

.provider-upload-video-main .provider-video .upload-video .file-upload {
  width: 100%;
  /*position: relative;*/
}

.provider-upload-video-main .provider-video .upload-video .file-upload .videouploadlabel {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #1175bc;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.provider-upload-video-main .provider-video .upload-video .file-upload .videouploadlabel:hover {
  cursor: pointer;
  background: #2c3e50;
}

.provider-upload-video-main .provider-video .upload-video .file-upload .videouploadinput {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0px;
  width: 0;
  height: 100%;
  opacity: 0;
}

.provider-upload-video-main .provider-video .upload-video .note {
  display: block;
  position: relative;
  text-align: center;
  color: #115194;
  font-size: 13px;
  padding: 4px 0px;
}

.provider-upload-video-main .provider-video .upload-video .urllink {
  display: block;
}

.provider-upload-video-main .provider-video .upload-video .urllink .input {
  padding: 6px 4px;
  max-width: 200px;
  margin: 2px 0 0 0;
}

.Editor-container .line-control-menu-bar .btn-group:first-child {
  display: none;
}

.Editor-container .line-control-menu-bar .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #ccc;
  padding: 6px 12px;
}

.Editor-container .line-control-menu-bar .btn-default .fa {
  font-size: 14px;
}

.Editor-container .Editor-editor {
  outline: none;
  background-color: #ffffff;
}

.provider-long-description-main {
  width: 100%;
  position: relative;
}

.provider-long-description-main .long-description {
  position: relative;
  width: 100%;
  padding: 25px 25px;
}

.provider-long-description-main .long-description .Editor-container {
  margin-top: 0px;
}

.provider-awards-accreditation-section {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.provider-awards-accreditation-section .awards-accreditation-main {
  width: 100%;
  position: relative;
}

.provider-awards-accreditation-section .awards-accreditation-main .remove_award {
  position: absolute;
  right: 0px;
  top: 15px;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: calc(100% - 70px);
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields {
  width: auto;
  min-width: 100%;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-col {
  position: relative;
  display: block;
  padding: 0px 8px;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .view-doc {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .note {
  display: block;
  position: relative;
  text-align: center;
  color: #115194;
  font-size: 13px;
  padding-top: 7px;
  line-height: 1;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-title {
  width: 33.33333%;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-year {
  width: 14%;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link {
  width: 37%;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link .note {
  text-align: left;
  padding-left: 10px;
  line-height: 1;
  padding-top: 7px;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-upload {
  width: 15.66667%;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .input {
  font-size: 16px;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .file-upload {
  width: 100%;
  position: relative;
  margin: 5px 0px;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .file-upload .awarduploadlabel {
  font-size: 16px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  border: 0px solid;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #1175bc;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .file-upload .awarduploadlabel:hover {
  cursor: pointer;
  background: #2c3e50;
}

.provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .file-upload .awarduploadinput {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0px;
  width: 0;
  height: 100%;
  opacity: 0;
}

.provider-awards-accreditation-section .awards-accreditation-main .click-more {
  position: absolute;
  right: 20px;
  bottom: 33px;
}

.provider-chefs-special-section {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.provider-chefs-special-section .chefs-special-main {
  width: 100%;
  position: relative;
}

.provider-chefs-special-section .chefs-special-main .remove_menu {
  position: absolute;
  right: 0px;
  top: 15px;
}

.provider-chefs-special-section .chefs-special-main .chefs-special-list {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: calc(100% - 70px);
}

.provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields {
  width: auto;
  min-width: 100%;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields .chefs-col {
  width: 33.33333%;
  position: relative;
  display: block;
  padding: 0px 8px;
}

.provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields .input {
  font-size: 16px;
}

.provider-chefs-special-section .chefs-special-main .click-more {
  position: absolute;
  right: 20px;
  bottom: 6px;
}

/*-------------------------------  Providers Settings End  ---------------------*/
/*-------------------------------  Providers Payments Start  ---------------------*/
label.radio-label {
  cursor: pointer;
  position: relative;
  margin: 0px;
}

label.radio-label .design {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: relative;
  border: 1px solid #dee1e2;
  display: inline-block;
  vertical-align: middle;
}

label.radio-label .design:before {
  content: "";
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 100%;
  background-color: transparent;
}

label.radio-label input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

label.radio-label input:checked ~ .design {
  border-color: #1175bc;
}

label.radio-label input:checked ~ .design:before {
  background-color: #1175bc;
}

label.radio-label input:active ~ .design {
  border-color: #1175bc;
}

label.radio-label input:active ~ .design:before {
  background-color: #1175bc;
}

label.radio-label .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  line-height: 18px;
}

.provider-membership-section {
  width: 100%;
  position: relative;
  padding: 20px 25px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.provider-membership-section .provider-membership-main {
  width: 100%;
  position: relative;
}

.provider-membership-section .provider-membership-main ul {
  width: 100%;
  margin: 0px;
  margin-bottom: -15px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-membership-section .provider-membership-main ul li {
  display: block;
  width: 33.33333%;
  position: relative;
  padding-right: 15px;
  margin: 15px 0px;
}

.provider-membership-section .provider-membership-main .label {
  display: block;
  position: relative;
  font-size: 13px;
  color: #7f8c8d;
  line-height: 1;
}

.provider-membership-section .provider-membership-main .info {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 0px;
}

.provider-membership-section .provider-membership-main .info label.radio-label {
  margin-top: 5px;
  margin-right: 25px;
}

.provider-membership-section .provider-membership-main .info label.radio-label:last-child {
  margin-right: 0px;
}

.provider-membership-section .provider-membership-main .membership-plan {
  position: absolute;
  top: 5px;
  left: 130px;
}

.provider-membership-section .provider-membership-main .membership-plan a {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #0f75bc;
  background-color: #e6ebee;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px #00000026;
          box-shadow: 1px 1px 2px #00000026;
}

.provider-invoices-section {
  width: 100%;
  position: relative;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.provider-invoices-section .profile-set-heading {
  margin: 0px 25px;
  padding-top: 20px;
}

.provider-invoices-section .provider-invoices-main {
  width: 100%;
  position: relative;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner {
  width: 100%;
  position: relative;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-col {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 0px 15px;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-col .repo-label {
  color: #7f8c8d;
  display: none;
  margin-bottom: 5px;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner.label .invoice-col {
  color: #7f8c8d;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .decription {
  width: 54%;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .amount {
  width: 19%;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .datepaid {
  width: calc(27% - 60px);
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .arrow {
  width: 60px;
  line-height: 1;
  text-align: center;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-icon {
  position: relative;
  display: block;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-icon:after {
  font-family: 'FontAwesome';
  content: "\f106";
  font-size: 24px;
}

.provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-icon.collapsed:after {
  content: "\f105";
}

.provider-invoices-section .provider-invoices-main ul.itemfulllist {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.provider-invoices-section .provider-invoices-main ul.itemfulllist li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0px 25px;
}

.provider-invoices-section .provider-invoices-main ul.itemfulllist li:nth-child(even) {
  background-color: #f1f2f3;
}

.provider-invoices-section .provider-invoices-main ul.itemfulllist li:nth-child(odd) {
  background-color: #ffffff;
}

.provider-invoices-section .provider-invoices-main .invoices-extra-data {
  width: 100%;
  position: relative;
}

.provider-invoices-section .provider-invoices-main .invoices-extra-data.show {
  padding-bottom: 15px;
}

.provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main {
  width: 100%;
  position: relative;
  border: 1px solid #dee1e2;
  background: #e6f5ff;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main .list {
  width: 50%;
  position: relative;
  padding-right: 15px;
  margin: 10px 0px;
}

.provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main .list .label {
  display: block;
  position: relative;
  font-size: 13px;
  color: #7f8c8d;
  line-height: 1;
}

.provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main .list .info {
  display: block;
  position: relative;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  padding: 4px 0px;
}

.provider-payment-methods-section {
  width: 100%;
  position: relative;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.provider-payment-methods-section .profile-set-heading {
  margin: 0px 25px;
  padding-top: 20px;
}

.provider-payment-methods-section .provider-payment-methods-main {
  width: 100%;
  position: relative;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner {
  width: 100%;
  position: relative;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .payment-col {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 0px 15px;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .payment-col .repo-label {
  color: #7f8c8d;
  margin-bottom: 5px;
  display: none;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner.label .payment-col {
  color: #7f8c8d;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .cards {
  width: 54%;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .cards .icon {
  width: 35px;
  display: inline-block;
  margin-right: 10px;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .expires {
  width: calc(46% - 60px);
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .arrow {
  width: 60px;
  line-height: 1;
  text-align: center;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .payment-icon {
  position: relative;
  display: block;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .payment-icon:after {
  font-family: 'FontAwesome';
  content: "\f106";
  font-size: 24px;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .payment-icon.collapsed:after {
  content: "\f105";
}

.provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0px 25px;
}

.provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist li:nth-child(even) {
  background-color: #f1f2f3;
}

.provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist li:nth-child(odd) {
  background-color: #ffffff;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-extra-data {
  width: 100%;
  position: relative;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-extra-data.show {
  padding-bottom: 15px;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-extra-data .payment-data-main {
  width: 100%;
  position: relative;
  border: 1px solid #dee1e2;
  background: #e6f5ff;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-extra-data .payment-data-main .list {
  width: 50%;
  position: relative;
  padding-right: 15px;
  margin: 10px 0px;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-extra-data .payment-data-main .list .label {
  display: block;
  position: relative;
  font-size: 13px;
  color: #7f8c8d;
  line-height: 1;
}

.provider-payment-methods-section .provider-payment-methods-main .payment-extra-data .payment-data-main .list .info {
  display: block;
  position: relative;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  padding: 4px 0px;
}

.provider-payment-methods-section .provider-payment-methods-main .add-new-payment {
  display: block;
  position: relative;
  margin: 0px 0px;
  padding: 20px 40px;
}

.provider-payment-methods-section .provider-payment-methods-main .add-new-payment .add-payment {
  display: inline-block;
  position: relative;
  font-size: 13px;
}

.provider-payment-methods-section .provider-payment-methods-main .add-new-payment .add-payment:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background-image: url(../../common/images/add-more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.provider-payment-methods-section .provider-payment-methods-main .add-new-payment .add-payment span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.provider-users-section {
  width: 100%;
  position: relative;
  padding: 0px 0px;
  margin-bottom: 20px;
}

.provider-users-section .profile-set-heading {
  margin: 0px 25px;
  padding-top: 20px;
}

.provider-users-section .provider-users-main {
  width: 100%;
  position: relative;
}

.provider-users-section .provider-users-main .users-area-inner {
  width: 100%;
  position: relative;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.provider-users-section .provider-users-main .users-area-inner .users-col {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 0px 15px;
}

.provider-users-section .provider-users-main .users-area-inner .users-col.arrow a {
  margin: 0px 0px 0 10px;
}

.provider-users-section .provider-users-main .users-area-inner .users-col .repo-label {
  color: #7f8c8d;
  display: none;
  margin-bottom: 5px;
}

.provider-users-section .provider-users-main .users-area-inner.label .users-col {
  color: #7f8c8d;
}

.provider-users-section .provider-users-main .users-area-inner .active {
  width: 27%;
}

.provider-users-section .provider-users-main .users-area-inner .active .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.provider-users-section .provider-users-main .users-area-inner .active .icon img {
  width: 100%;
}

.provider-users-section .provider-users-main .users-area-inner .active .title {
  position: relative;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  padding-left: 12px;
}

.provider-users-section .provider-users-main .users-area-inner .position {
  width: 27%;
}

.provider-users-section .provider-users-main .users-area-inner .lastloggedin {
  width: calc(46% - 60px);
}

.provider-users-section .provider-users-main .users-area-inner .lastloggedin span {
  padding-left: 20px;
  position: relative;
  display: inline;
}

.provider-users-section .provider-users-main .users-area-inner .arrow {
  width: 60px;
  line-height: 1;
  text-align: center;
}

.provider-users-section .provider-users-main ul.itemfulllist {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.provider-users-section .provider-users-main ul.itemfulllist li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0px 25px;
}

.provider-users-section .provider-users-main ul.itemfulllist li:nth-child(even) {
  background-color: #f1f2f3;
}

.provider-users-section .provider-users-main ul.itemfulllist li:nth-child(odd) {
  background-color: #ffffff;
}

.provider-users-section .provider-users-main .add-new-users {
  display: block;
  position: relative;
  margin: 0px 0px;
  padding: 20px 40px;
}
.provider-payment-methods-section .provider-payment-methods-main .add-new-cards {
  display: block;
  position: relative;
  margin: 0px 0px;
  padding: 20px 40px;
}
.provider-payment-methods-section .provider-payment-methods-main .add-new-cards {
  display: block;
  position: relative;
  margin: 0px 0px;
  padding: 20px 40px;
}
.provider-users-section .provider-users-main .add-new-users .add-users {
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.provider-payment-methods-section .provider-payment-methods-main .add-new-cards .add-cards{
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.provider-users-section .provider-users-main .add-new-users .add-users:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background-image: url(../../common/images/add-more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.provider-payment-methods-section .provider-payment-methods-main .add-new-cards .add-cards:before{
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background-image: url(../../common/images/add-more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.provider-users-section .provider-users-main .add-new-users .add-users span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}
.provider-payment-methods-section .provider-payment-methods-main .add-new-cards .add-cards span{
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.provider-membership-cancel-section {
  width: 100%;
  position: relative;
  padding: 20px 25px;
}

.provider-membership-cancel-section .provider-membership-cancel-main {
  width: 100%;
  position: relative;
}

.provider-membership-cancel-section .provider-membership-cancel-main a {
  text-decoration: underline;
}

.simple-popup-main {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 25px;
}

.simple-popup-main:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  height: 100%;
  background: #000000e6;
  vertical-align: middle;
}

.simple-popup-main:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}

.simple-popup-main .closepopup {
  display: block;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border: 2px solid #0f75bc;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url(../../common/images/close-big.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.simple-popup-main .closepopup:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.simple-popup-main .simple-popup-inner {
  width: 100%;
  max-width: 1050px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin: 0px auto;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 20px 20px;
  max-height: 100%;
  border-radius: 5px;
  overflow: auto;
}

.simple-popup-main .simple-popup-inner .simple-popup-area {
  width: 100%;
  position: relative;
}

.simple-popup-main .simple-popup-inner .simple-popup-area .heading {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #2e3235;
}

.bill-method-choice {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.bill-method-choice .bill-choice-btn {
  position: relative;
}

.bill-method-choice .bill-choice-btn .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.bill-method-choice .bill-choice-btn .toggle {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  width: 85px;
  height: 34px;
  border-radius: 17px;
  background-color: #0f75bc;
  overflow: hidden;
  margin: 0px 10px;
}

.bill-method-choice .bill-choice-btn .toggle .switch {
  position: absolute;
  left: 10px;
  top: 50%;
  right: 57.5%;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, .08s;
          transition-delay: 0s, .08s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.bill-method-choice .bill-choice-btn .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.bill-method-choice .bill-choice-btn .toggle .check:checked ~ .switch {
  right: 2px;
  left: 65.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: .08s, 0s;
          transition-delay: .08s, 0s;
}

.different-plan-info {
  width: 100%;
  position: relative;
  margin: 20px 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.different-plan-info .plan-info {
  padding: 30px 20px 70px;
  width: calc(33.33333% - 20px);
  position: relative;
  border-radius: 2px;
  margin: 0px 10px 20px;
  background: #ffffff;
}

.different-plan-info .plan-info .plan-name, .different-plan-info .plan-info .plan-price {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.different-plan-info .plan-info .plan-name h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}

.different-plan-info .plan-info .plan-price h4 {
  color: #0f75bc;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 0 0;
}

.different-plan-info .plan-info .plan-price .price {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
}

.different-plan-info .plan-info .plan-price .price span {
  font-size: 26px;
  font-weight: 400;
}

.different-plan-info .plan-info .premium-tag {
  position: absolute;
  top: 3px;
  right: -10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: initial;
  text-align: center;
  background: transparent url(../../common/images/premium-tag.png) no-repeat scroll top right;
  z-index: 1;
  width: 118px;
  height: 24px;
  text-align: center;
}

.different-plan-info .plan-info .plan-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 3;
}

.different-plan-info .plan-info .primary-button {
  padding: 12px 22px 10px;
  font-size: 14px;
}

.different-plan-info .plan-info.basic {
  background: #2a5298;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a5298), color-stop(100%, #1e3c72));
  background: -webkit-gradient(linear, left top, left bottom, from(#2a5298), to(#1e3c72));
  background: linear-gradient(to bottom, #2a5298 0%, #1e3c72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5298', endColorstr='#1e3c72', GradientType=0 );
}

.different-plan-info .plan-info.plus, .different-plan-info .plan-info:nth-child(2) {
  background: #4285ec;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4285ec), color-stop(100%, #0bbafb));
  background: -webkit-gradient(linear, left top, left bottom, from(#4285ec), to(#0bbafb));
  background: linear-gradient(to bottom, #4285ec 0%, #0bbafb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285ec', endColorstr='#0bbafb', GradientType=0 );
}

.different-plan-info .plan-info.custom, .different-plan-info .plan-info:nth-child(3) {
  border: 2px solid #9faab7;
  background: #fff;
}

.different-plan-info .plan-info.custom .plan-name, .different-plan-info .plan-info:nth-child(3) .plan-name {
  color: #333333;
}

.different-plan-info .plan-info.custom .plan-name h3, .different-plan-info .plan-info:nth-child(3) .plan-name h3 {
  color: #333333;
}

.different-plan-info .plan-info.custom .plan-price .price, .different-plan-info .plan-info:nth-child(3) .plan-price .price {
  color: #1175bc;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.provider-panel .plan-payment-flow-section .form-cover-content .form-card {
  width: 100%;
}

.provider-panel .plan-payment-flow-section .different-plan-info .plan-info {
  width: 276px;
}

.provider-panel .plan-payment-flow-section .next-step button {
  background: transparent;
  border-radius: 0px;
  color: #1175bc;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  padding: 0px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.provider-panel .plan-payment-flow-section .next-step button:hover {
  color: #2e3235;
}

.provider-panel .plan-payment-flow-section .next-step button span {
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 5px;
}

/*-------------------------------  Providers Payments End  ---------------------*/
/*------------------------------- extra bug changes fix css Start ---------------------*/
div#full-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}

.adminbody-content-inner table.dataTable tbody td {
  text-align: center;
}

.information-area .more-btn {
  position: absolute;
  bottom: 0;
  right: 42px;
}

.information-area .more-btn .blue-bg-btn {
  font-size: 13px;
  padding: 10px 14px;
}
.leads-generated-main .toggle-box {
    position: absolute;
    display: block;
    right: 12px;
    top: inherit;
    bottom: 4px;
    
}
.cjslib-day.cjslib-day-listed > .cjslib-day-num.active {
  background: #ddd;
  border-radius: 50%;
}

.cjslib-day.cjslib-day-listed.cjslib-day-today > .cjslib-day-num.active {
  background: #0e75bc;
  border-radius: 50%;
}

#tblActivitys_wrapper table.dataTable.nowrap th {
  white-space: pre-wrap;
  vertical-align: middle;
}

#tblActivitys_wrapper table.dataTable.nowrap td {
  white-space: pre-wrap;
}

.light-box-shadow.empty-lead-info {
  -webkit-box-shadow: 0px 0px 0px #00000012;
  box-shadow: 0px 0px 0px #00000012;
}

.light-box-shadow.empty-lead-info .empty_lead_wrapper {
  text-align: center;
  padding-top: 75px;
}

.light-box-shadow.empty-lead-info .empty_lead_wrapper p {
  font-size: 19px;
  margin-top: 13px;
  margin-bottom: 0px;
  line-height: 1.3;
}

.empty_activity {
  text-align: center;
  padding-top: 80px;
}

.empty_activity p {
  font-size: 19px;
  margin-top: 13px;
  margin-bottom: 0px;
  line-height: 1.3;
}

.empty_activity .no_activity_image {
  margin-top: 70px;
}

.no-data-fav-provider {
  text-align: center;
}

.no-data-fav-provider .light-box-shadow {
  padding: 65px 20px 70px;
}

.no-data-fav-provider .no-data-image {
  margin-bottom: 35px;
}

.no-data-fav-provider p {
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 1.3;
}

.no-data-fav-provider .empty-fav-provider {
  margin-top: 25px;
}

.no-history-data {
  text-align: center;
  padding: 75px 20px 200px;
}

.no-history-data p {
  font-size: 19px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 700;
}

.no-history-data .no-history-icon {
  margin-top: 30px;
}

.empty_data_wrapper {
  text-align: center;
  padding: 110px 20px 70px;
}

.empty_data_wrapper p {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.empty_data_wrapper .empty_data_image_wrap {
  margin-top: 45px;
}

label#awardsfile-error:empty {
  display: none;
}

/*------------------------------- extra bug changes fix css End ---------------------*/
@media (max-width: 1480px) {
  .provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .custom-checkbox {
    width: calc(100% - 130px);
  }
  .provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .count-bead {
    width: 130px;
  }
}

@media (max-width: 1299px) {
  .cjslib-date > span {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  .section-heading {
    margin-top: 20px;
  }
  .adminpanelmain .admincontentmain .adminbodymain .adminheader-bar {
    left: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .adminpanelmain.open-sidebar .admincontentmain {
    margin-left: 0px;
  }
  .adminpanelmain.open-sidebar .admincontentmain .adminbodymain .adminheader-bar {
    left: 60px;
  }
  .provider-panel .providermenuinner .admin-left-nav-main .menu-item.active .item-link:before {
    opacity: 0;
  }
  .provider-panel.open-sidebar .providermenuinner .admin-left-nav-main .menu-item.active .item-link:before {
    opacity: 1;
  }
  .adminpanelmain.customer-panel.open-sidebar .admincontentmain {
    margin-left: 0px;
  }
  .adminpanelmain.customer-panel.open-sidebar .admincontentmain .adminbodymain .adminheader-bar {
    left: 250px;
  }
  .providers-details-section .provider-moredetails-map .more-details .note-client {
    top: 8px;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .provider-panel .plan-payment-flow-section .different-plan-info .plan-info .plan-price .price {
    font-size: 26px;
  }
  .provider-panel .plan-payment-flow-section .different-plan-info .plan-info .plan-price .price span {
    font-size: 20px;
  }
  .no-data-fav-provider .light-box-shadow {
    padding: 64px 20px 65px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .more-btn {
    top: 35px;
    right: 0;
  }
}

.btn-senior-one {
  color: #0C74BC;
  background-color: #fff;
  border-color: #0C74BC;
  font-weight: 600;
  padding: 5px 45px;
  border: 2px solid;
  font-size: 16px;
}

.btn-senior-one:hover {
  color: #0C74BC;
  background-color: #fff;
  border-color: #0C74BC;
  font-weight: 600;
  padding: 5px 45px;
  border: 2px solid;
  font-size: 16px;
}

.card {
  box-shadow: 0px 0px 16px #00000012;
  border: 0 !important;
}

/*@media (max-width: 1024px) {
  .adminmenuinner .admin-left-nav-main {
    max-height: 520px;
  }
}*/

@media (max-width: 991px) {
  .section-heading {
    margin-top: 20px;
  }
  .cjslib-date > span {
    font-size: 14px;
  }
  .empty_activity {
    padding-top: 30px;
  }
  .empty_activity .no_activity_image {
    margin-top: 40px;
  }
  .no-history-data {
    padding: 75px 20px;
  }
  .empty_data_wrapper {
    padding: 60px 20px;
  }
  .leads-listing-main .leads-listing {
    padding: 12px 15px 40px 15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .more-btn {
    top: inherit;
    right: 0;
    bottom: -25px;
  }
  .provider-profile-details-main.status-update-form form {
    padding: 40px 15px 20px;
  }
}

@media (max-width: 767px) {
  .adminpanelmain.open-sidebar .admincontentmain .adminbodymain .adminheader-bar {
    left: 60px;
  }
  .adminpanelmain.customer-panel.open-sidebar .admincontentmain .adminbodymain .adminheader-bar {
    left: 230px;
  }
  .provider-panel .plan-payment-flow-section .different-plan-info .plan-info {
    width: 276px;
  }
  .plan-title h1 {
    font-size: 28px;
  }
  .light-box-shadow.empty-lead-info .empty_lead_wrapper p {
    font-size: 16px;
  }
  .empty_data_wrapper p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 665px) {
  .event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows .cjslib-list#organizerContainer-list {
    top: inherit;
    left: inherit;
    -webkit-transform: unset;
            transform: unset;
  }
  .event-calendar-section .calendar-information-box .cal-information .cjslib-events .cjslib-rows .cjslib-list#organizerContainer-list .cjslib-list-placeholder img {
    padding: 60px 0px 90px;
  }
}

@media (max-width: 479px) {
  /*.adminmenuinner .admin-left-nav-main {
    max-height: 310px;
  }*/
  .provider-reviews-lising-main .filter-head .search-filter-deopbox .search .search-form {
    width: 100%;
  }
  .provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .custom-checkbox {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0px;
  }
  .provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list .count-bead {
    width: 100%;
  }
  .empty_data_wrapper {
    padding: 35px 20px;
  }
  .leads-listing-main .leads-listing {
    padding: 12px 15px 55px 15px;
  }
}

.adminbody-content-inner #tblAmenity_wrapper table tbody tr td.dtr-control img {
  width: 41px;
  height: auto;
}

/***********************************************
** Media Min 768
***********************************************/
@media (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none !important;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

/***********************************************
** Media Min 992
***********************************************/
@media (min-width: 992px) {
  .providers-details-section .leftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
  }
  .providers-details-section .rightside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 57.333333%;
    max-width: 57.333333%;
  }
}

/***********************************************
** Media Min 1200
***********************************************/
/***********************************************
** Media 1660
***********************************************/
@media (max-width: 1660px) {
  /*-------- Providers Dashboard Start ----------*/
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-4 {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-4 .progress {
    height: 80px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-3 .progress {
    height: 80px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .left-side {
    width: calc(100% - 140px);
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .right-side {
    width: 140px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .view-text .num {
    font-size: 36px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .view-text .label {
    font-size: 14px;
  }
  /*-------- Providers Dashboard End ----------*/
}

/***********************************************
** Media 1560
***********************************************/
@media (max-width: 1560px) {
  /*-------- Providers Dashboard Start ----------*/
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-4 {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .left-side {
    width: calc(100% - 120px);
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .right-side {
    width: 120px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .view-text .num {
    font-size: 30px;
  }
  /*-------- Providers Dashboard End ----------*/
}

/***********************************************
** Media 1460
***********************************************/
@media (max-width: 1460px) {
  /*-------- Customer Dashboard Start -----------*/
  .providers-lising-section .providers-lising-main .providers-lising {
    padding: 20px 20px;
  }
  .provider-box-area-main .image {
    width: 130px;
  }
  .provider-box-area-main .information-area {
    padding: 0px 20px;
    width: calc(100% - 130px);
  }
  .provider-box-area-main .information-area .title {
    font-size: 22px;
  }
  /*-------- Customer Dashboard End -----------*/
  /*-------- Customer Profile Start ---------*/
  .edit-profile-section {
    padding: 20px 20px;
  }
  .profile-picture-name-main .profile-info {
    padding-right: 0;
  }
  .profile-password-main {
    padding: 0px 8%;
  }
  /*-------- Customer Profile End ---------*/
  /*-------- Providers Dashboard Start -----------*/
  .providers-details-section .provider-moredetails-map .map {
    min-height: 140px;
  }
  /*-------- Providers Dashboard End -----------*/
  /*-------- Providers Settings Start --------*/
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .file-upload .awarduploadlabel {
    font-size: 14px;
  }
  /*-------- Providers Settings End --------*/
}

/***********************************************
** Media 1399
***********************************************/
@media (max-width: 1399px) {
  .cjslib-labels > span {
    font-size: 14px;
  }
  /*-------- Customer Dashboard Start -----------*/
  /*-------- Customer Dashboard End -----------*/
  /*-------- Providers Dashboard Start ----------*/
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-4 .progress {
    height: 70px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-3 {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-3 .progress {
    height: 70px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .label {
    font-size: 11px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .left-side {
    width: calc(100% - 100px);
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .right-side {
    width: 100px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .view-text .num {
    font-size: 26px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .view-text .label {
    font-size: 12px;
  }
  /*-------- Providers Dashboard End ----------*/
  /*-------- Providers Leads Start ----------*/
  .leads-listing-main .leads-listing .leads-box-area .information-area .more-btn .blue-bg-btn {
    font-size: 14px;
    padding: 9px 15px;
  }
  /*-------- Providers Leads End ----------*/
  /*-------- Providers Settings Start --------*/
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link {
    width: 35%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link .note {
    padding-left: 0px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-upload {
    width: 17.66667%;
  }
  .provider-upload-video-main .provider-video .upload-video {
    padding: 0px;
  }
  /*-------- Providers Settings End --------*/
}

/***********************************************
** Media 1299
***********************************************/
@media (max-width: 1299px) {
  /*-------- Customer Dashboard Start -----------*/
  .provider-box-area-main .image {
    width: 120px;
  }
  .provider-box-area-main .information-area {
    width: calc(100% - 120px);
  }
  .provider-box-area-main .information-area .title {
    font-size: 20px;
  }
  .my-document-section .my-document-head .title {
    font-size: 20px;
  }
  /*-------- Customer Dashboard End -----------*/
}

/***********************************************
** Media 1199
***********************************************/
@media (max-width: 1199px) {
  html, body {
    line-height: 24px;
  }
  /*-------- Customer Dashboard Start -----------*/
  .adminpanelmain .adminmenumain .logo {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: 1px solid #f1f1f1;
  }
  .adminpanelmain .admincontentmain .adminbodymain .adminheader-bar {
    position: fixed;
  }
  .adminpanelmain .admincontentmain .adminbodymain .adminbody-content {
    margin-top: 58px;
  }
  .adminpanelmain .admincontentmain .adminbodymain .adminbody-content:before {
    opacity: 0;
  }
  .customer-panel {
    overflow: hidden;
  }
  .customer-panel .adminmenumain {
    margin-left: -255px;
  }
  .customer-panel .admincontentmain {
    margin-left: 0px;
    width: 100vw;
  }
  .customer-panel.open-sidebar .adminmenumain {
    margin-left: 0px;
  }
  .customer-panel.open-sidebar .admincontentmain {
    margin-left: 0px;
  }
  .provider-panel {
    overflow: hidden;
  }
  .provider-panel .adminmenumain {
    margin-left: -200px;
  }
  .provider-panel .admincontentmain {
    margin-left: 0px;
    width: 100vw;
  }
  .provider-panel.open-sidebar .adminmenumain {
    margin-left: 0px;
  }
  .provider-panel.open-sidebar .admincontentmain {
    margin-left: 0px;
  }
  .customer-panel .adminmenumain .logo {
    padding: 13px 10px;
  }
  .provider-panel .adminmenumain .logo {
    padding: 8px 10px;
  }
  .provider-panel .adminmenumain .logo a img {
    width: 30px;
  }
  .adminheader-bar .headerbar-inner .leftside-panel .hamburger {
    display: block;
    top: 20px;
  }
  .adminheader-bar .headerbar-inner .search-bar .search-form {
    margin: 12px 0px;
  }
  /*-------- Customer Dashboard End -----------*/
  /*-------- Customer Profile Start ---------*/
  ul.line-dafault-space li {
    padding: 11px 20px;
  }
  .fav-Provider-section ul li {
    padding-top: 9px;
    padding-bottom: 10px;
  }
  /*-------- Customer Profile End ---------*/
  /*-------- Providers Dashboard Start -----------*/
  .providers-details-section .provider-moredetails-map .map {
    min-height: 130px;
  }
  /*-------- Providers Dashboard End -----------*/
  /*-------- Providers Leads Start ----------*/
  .leads-listing-main .leads-listing .leads-box-area .information-area {
    padding: 0px 25px 0px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul {
    margin-bottom: -15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li {
    width: 33.333333%;
    margin-bottom: 15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .after-show {
    padding-top: 15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .desc {
    margin-bottom: 15px;
    margin-top: 4px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .toggle-box {
    top: 3px;
  }
  /*-------- Providers Leads End ----------*/
  /*-------- Providers Payments Start ----------*/
  .provider-membership-section .provider-membership-main .membership-plan {
    position: relative;
    top: auto;
    left: auto;
  }
  /*-------- Providers Payments End ----------*/
  /*-------- Providers Settings Start --------*/
  .provider-setting-section {
    padding: 30px 30px;
  }
  .provider-profile-details-main .provider-leftside {
    width: 200px;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main {
    padding-right: 30px;
  }
  .provider-profile-details-main .provider-rightside {
    width: calc(100% - 200px);
  }
  .provider-profile-coll-main .profile-address {
    padding-left: 0px;
  }
  .provider-upload-main .multiple-upload-picture-main .picture-list .img {
    height: 90px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-col {
    margin-bottom: 15px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-title {
    width: 75%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-year {
    width: 25%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link {
    width: 75%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-upload {
    width: 25%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .click-more {
    bottom: 42px;
  }
  /*-------- Providers Settings End --------*/
}

/***********************************************
** Media 992 to 1200
***********************************************/
@media (min-width: 992px) and (max-width: 1200px) {
  /*-------- Providers Dashboard Start ----------*/
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main {
    margin-bottom: -15px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-4 {
    width: calc(50% - 30px);
    margin-right: 30px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-3 {
    margin-bottom: 15px;
  }
  .leads-tabs #tab-button li a {
    font-size: 30px;
    padding: 15px 9px;
  }
  .leads-tabs #tab-button li a span {
    font-size: 11px;
  }
  .leads-generated-box-area .icon-title {
    padding: 0px 15px;
  }
  .leads-generated-box-area .information-area ul li {
    width: 50%;
  }
  /*-------- Providers Dashboard End ----------*/
}

/***********************************************
** Media 991
***********************************************/
@media (max-width: 991px) {
  .md-left {
    margin-bottom: 30px;
  }
  /*-------- Customer Dashboard Start -----------*/
  .adminheader-bar .headerbar-inner .search-bar .search-form {
    width: 250px;
  }
  .adminheader-bar .header-user-allinfo-main .notification .noti-icon-btn {
    padding: 0px 14px;
  }
  .adminheader-bar .header-user-allinfo-main .notification .noti-icon-btn .numb {
    right: 14px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon {
    padding: 15px 10px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup {
    min-width: 250px;
  }
  .adminheader-bar .header-user-allinfo-main .user-info .user-info-inner {
    margin: 0px 14px;
    padding-right: 15px;
  }
  /*-------- Customer Dashboard End -----------*/
  /*-------- Customer Profile Start ---------*/
  .profile-picture-name-main .picture {
    width: 140px;
  }
  .profile-picture-name-main .profile-info {
    width: calc(100% - 140px);
  }
  .profile-picture-name-main .profile-info ul li {
    margin-bottom: 19px;
  }
  .profile-password-main {
    padding: 0px 0px;
  }
  /*-------- Customer Profile End ---------*/
  /*-------- Providers Dashboard Start ----------*/
  .providers-details-section .leftside {
    border-right: 0px solid;
  }
  .providers-details-section .rightside {
    padding-top: 10px;
  }
  .providers-details-section .provider-moredetails-map .more-details {
    padding: 0px 30px 0px 0px;
  }
  .providers-details-section .provider-moredetails-map .more-details > div {
    max-width: 100%;
  }
  /*-------- Providers Dashboard End ----------*/
  /*-------- Providers Settings Start --------*/
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-title {
    width: 69%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-year {
    width: 31%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link {
    width: 69%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-upload {
    width: 31%;
  }
  /*-------- Providers Settings End --------*/
  /*-------- Providers Leads Start ----------*/
  .leads-fullpage-tabs .tab-button-outer #tab-button li {
    margin: 0px 10px;
  }
  .leads-fullpage-tabs .tab-button-outer #tab-button li a {
    font-size: 13px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .more-btn .blue-bg-btn {
    font-size: 13px;
  }
  /*-------- Providers Leads End ----------*/
  /*-------- Providers Reviews Start --------*/
  .provider-reviews-lising-main .filter-head {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
  }
  .provider-reviews-lising-main .filter-head .reating-area {
    width: 100%;
    margin-bottom: 15px;
  }
  /*-------- Providers Reviews End --------*/
  /*-------- Providers Payments Start ----------*/
  .provider-membership-section .provider-membership-main ul li {
    width: 50%;
  }
  .different-plan-info .plan-info {
    padding: 30px 15px 60px;
  }
  .different-plan-info .plan-info .plan-name, .different-plan-info .plan-info .plan-price {
    margin-bottom: 25px;
    font-size: 13px;
  }
  .different-plan-info .plan-info .plan-name h3 {
    font-size: 20px;
  }
  .different-plan-info .plan-info .plan-price h4 {
    font-size: 18px;
  }
  .different-plan-info .plan-info .plan-price .price {
    font-size: 24px;
  }
  .different-plan-info .plan-info .plan-price .price span {
    font-size: 20px;
  }
  .different-plan-info .plan-info .plan-btn {
    bottom: 25px;
  }
  .different-plan-info .plan-info .plan-btn .primary-button {
    font-size: 13px;
    padding: 10px 15px 8px;
  }
  /*-------- Providers Payments End ----------*/
}

/***********************************************
** Media 767
***********************************************/
@media (max-width: 767px) {
  html, body {
    line-height: 20px;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    padding: 8px 12px;
    height: 40px;
  }
  a.blue-bg-btn, button.blue-bg-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .form-design .input {
    padding: 8px 12px;
    height: 40px;
  }
  .form-design ul .form-button a.blue-bg-btn, .form-design ul .form-button button.blue-bg-btn {
    padding: 12px 20px;
  }
  .dashboard-login-section .dashboard-login-main .logo {
    margin-bottom: 30px;
  }
  .dashboard-login-section .dashboard-login-main .forgot-pass-link {
    margin-top: 15px;
  }
  .dashboard-login-section .dashboard-login-main .forgot-pass-link a {
    font-size: 14px;
  }
  .dashboard-login-section .dashboard-login-main .form-main .note {
    margin-bottom: 20px;
  }
  .center-line-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /*-------- Customer Dashboard Start -----------*/
  .adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .item-link {
    padding: 16px 15px 16px 15px;
  }
  .adminmenuinner .admin-left-nav-main ul.main-menu li.menu-item .icon-text .icon {
    width: 30px;
    padding-right: 6px;
  }
  .customer-panel .adminmenumain {
    width: 235px;
    margin-left: -235px;
  }
  .customer-panel.open-sidebar .admincontentmain {
    margin-left: 0px;
  }
  .adminheader-bar .headerbar-inner {
    padding: 0px 15px;
  }
  .adminheader-bar .headerbar-inner .search-bar {
    padding-left: 35px;
  }
  .adminheader-bar .headerbar-inner .search-bar .search-form {
    width: 290px;
  }
  .adminheader-bar .headerbar-inner .leftside-panel .hamburger {
    left: 0px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner {
    max-height: 76vh;
    overflow: auto;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main {
    padding: 10px 15px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon {
    width: 40px;
    height: 40px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon .bg-img {
    width: 40px;
    height: 40px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-icon .fa {
    font-size: 3.3em;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-info {
    width: calc(100% - 40px);
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-info .name {
    font-size: 16px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup .profiledetail-inner .profile-info-main .pro-info .sinc {
    font-size: 12px;
    margin-top: 6px;
  }
  .adminpanelmain .admincontentmain .adminbodymain .adminbody-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .providers-lising-section .providers-lising-main .providers-lising {
    padding: 15px 15px;
  }
  .provider-box-area-main .image {
    width: 100px;
    padding: 5px 5px;
  }
  .provider-box-area-main .information-area {
    padding: 0px 15px;
    width: calc(100% - 100px);
  }
  .my-document-section {
    padding: 15px 15px;
  }
  .my-document-section .my-document-head {
    padding-bottom: 15px;
  }
  .my-document-section .my-document-head .image {
    width: 60px;
  }
  .my-document-section .my-document-head .title {
    font-size: 18px;
    width: calc(100% - 60px);
  }
  .my-document-section .my-document-head .title span {
    margin-top: 10px;
  }
  /*-------- Customer Dashboard End -----------*/
  /*-------- Customer Profile Start -----------*/
  .edit-profile-section {
    padding: 15px 15px;
  }
  .profile-picture-name-main .picture {
    width: 120px;
  }
  .profile-picture-name-main .profile-info {
    padding-left: 15px;
    width: calc(100% - 120px);
  }
  .profile-picture-name-main .profile-info ul li {
    margin-bottom: 12px;
  }
  .profile-picture-name-main .profile-info .input {
    font-size: 14px;
  }
  .profile-password-main .profile-password .input {
    font-size: 14px;
  }
  ul.line-dafault-space li {
    padding: 11px 15px;
  }
  .custom-checkbox {
    padding: 1px 0px;
  }
  .full-section-center-btn {
    padding-top: 0px;
  }
  /*-------- Customer Profile End -----------*/
  /*-------- Customer Reviews Start -----------*/
  .my-reviews-lising-main .reviews-lising .reviews-lising-area .head {
    padding: 10px 15px;
  }
  .my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main {
    padding: 10px 15px 15px;
  }
  .my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .desc {
    margin-top: 5px;
  }
  .my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .comment {
    margin-top: 5px;
  }
  .comment-list-main .comment-inner-main .comment-replied {
    padding: 10px 15px;
  }
  /*-------- Customer Reviews End -----------*/
  /*-------- Providers Dashboard Start -----------*/
  .provider-statistics-section {
    padding: 12px 15px;
  }
  .provider-reviews-section .filter-head {
    padding: 15px 15px;
  }
  .provider-reviews-main .review-listing {
    padding: 15px 15px;
  }
  .provider-reviews-main .review-listing .desc {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .showmoreparents .show-more {
    padding: 8px 15px;
  }
  .tab-select-outer #tab-select {
    padding: 10px 12px;
  }
  .leads-generated-main .leads-generated-listing {
    padding: 15px 0px 12px;
  }
  .leads-generated-box-area .icon-title {
    padding: 0px 15px;
  }
  /*-------- Providers Dashboard End -----------*/
  /*-------- Providers Leads Start -----------*/
  .leads-listing-main .leads-listing .leads-box-area .information-area {
    padding: 0px 25px 0px 15px;
  }
  /*-------- Providers Leads End -----------*/
  /*-------- Providers Settings Start -----------*/
  .provider-setting-section {
    padding: 15px 15px;
  }
  .provider-setting-section .full-section-center-btn {
    padding-top: 10px;
  }
  .provider-profile-details-main {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .background-head .head {
    padding-left: 15px;
    padding-right: 15px;
  }
  .provider-profile-coll-main .provider-profile-info .name-cat .name .display-name span#storedval {
    font-size: 16px;
  }
  .provider-profile-coll-main .provider-profile-info .name-cat.form-design .input {
    font-size: 14px;
  }
  .provider-profile-coll-main .provider-profile-info .provider-details-beds-main .beds-count-list .beds-list {
    padding: 10px 15px;
  }
  .provider-profile-coll-main .provider-profile-info .provider-short-desc-main .short-desc {
    padding: 15px 15px;
  }
  .provider-profile-coll-main .profile-address .form-design .input {
    font-size: 14px;
  }
  .provider-services-provided-main .services-provided-list-main .services-provided-list .input {
    font-size: 14px;
  }
  .provider-upload-main .multiple-upload-picture-main {
    padding: 10px 15px;
  }
  .provider-upload-video-main .provider-video {
    padding: 15px 15px;
  }
  .provider-long-description-main .long-description {
    padding: 15px 15px;
  }
  .provider-long-description-main .long-description .Editor-editor {
    height: 180px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .click-more {
    right: 0px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list {
    width: calc(100% - 70px);
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .input {
    font-size: 14px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .file-upload {
    margin: 3px 0px;
  }
  .provider-chefs-special-section {
    margin-top: 20px;
  }
  .provider-chefs-special-section .chefs-special-main .click-more {
    right: 0px;
  }
  .provider-chefs-special-section .chefs-special-main .chefs-special-list {
    width: calc(100% - 70px);
  }
  .provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields {
    margin-left: 0px;
    margin-right: 0px;
  }
  .provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields .chefs-col {
    width: 100%;
    margin-bottom: 15px;
    padding: 0px 0px;
  }
  .provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields .chefs-col:last-child {
    margin-bottom: 0px;
  }
  .provider-chefs-special-section .chefs-special-main .chefs-special-list .chefs-special-fields .input {
    font-size: 14px;
  }
  /*-------- Providers Settings End -----------*/
  /*-------- Providers Reviews Start -----------*/
  .provider-reviews-lising-main .filter-head {
    padding: 15px 15px;
  }
  .provider-reviews-lising-main .filter-head .reating-area span {
    padding: 0px 8px;
    margin-right: 8px;
  }
  .provider-reviews-lising-main .filter-head .search-filter-deopbox .search {
    margin-right: 15px;
  }
  .provider-reviews-lising-main .review-listing .show-replied-box .replied-main .replied-inner-main .my-replied {
    padding: 10px 15px;
  }
  /*-------- Providers Reviews End -----------*/
  /*-------- Providers Payments Start -----------*/
  .provider-membership-section {
    padding: 15px 15px;
  }
  .simple-popup-main .simple-popup-inner {
    padding: 15px 15px;
  }
  .bill-method-choice {
    margin-top: 0px;
  }
  .different-plan-info .plan-info {
    margin: 0px 6px 10px;
    width: calc(33.33333% - 12px);
  }
  .different-plan-info .plan-info .plan-btn .primary-button {
    font-size: 12px;
    padding: 12px 20px 8px;
  }
  .provider-invoices-section .profile-set-heading {
    margin: 0px 15px;
    padding-top: 15px;
  }
  .provider-invoices-section .provider-invoices-main ul.itemfulllist li {
    padding: 0px 15px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner.label {
    display: none;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-col {
    margin-bottom: 15px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-col .repo-label {
    display: block;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .decription {
    width: 100%;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .amount {
    width: 50%;
    margin-bottom: 0px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .datepaid {
    width: calc(50% - 50px);
    margin-bottom: 0px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .arrow {
    width: 50px;
    text-align: right;
    margin-bottom: 0px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main {
    padding: 5px 15px;
  }
  .provider-payment-methods-section .profile-set-heading {
    margin: 0px 15px;
    padding-top: 15px;
  }
  .provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist li {
    padding: 0px 15px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .cards {
    width: 64%;
  }
  .provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .expires {
    width: calc(36% - 50px);
  }
  .provider-payment-methods-section .provider-payment-methods-main .payment-area-inner .arrow {
    width: 50px;
    text-align: right;
  }
  .provider-payment-methods-section .provider-payment-methods-main .payment-extra-data .payment-data-main {
    padding: 5px 15px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-payment {
    padding: 10px 30px;
  }
  .provider-users-section .profile-set-heading {
    margin: 0px 15px;
    padding-top: 15px;
  }
  .provider-users-section .provider-users-main ul.itemfulllist li {
    padding: 0px 15px;
  }
  .provider-users-section .provider-users-main .users-area-inner.label {
    display: none;
  }
  .provider-users-section .provider-users-main .users-area-inner .users-col {
    margin-bottom: 15px;
  }
  .provider-users-section .provider-users-main .users-area-inner .users-col .repo-label {
    display: block;
  }
  .provider-users-section .provider-users-main .users-area-inner .active {
    width: 50%;
  }
  .provider-users-section .provider-users-main .users-area-inner .position {
    width: 50%;
  }
  .provider-users-section .provider-users-main .users-area-inner .lastloggedin {
    width: calc(100% - 50px);
    margin-bottom: 0px;
  }
  .provider-users-section .provider-users-main .users-area-inner .arrow {
    width: 50px;
    text-align: right;
    margin-bottom: 0px;
  }
  .provider-users-section .provider-users-main .add-new-users {
    padding: 10px 30px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-cards{
    padding: 10px 30px;
  }
  .provider-membership-cancel-section {
    padding: 15px 15px;
  }
  /*-------- Providers Payments End -----------*/
}

/***********************************************
** Media 730
***********************************************/
@media (max-width: 730px) {
  /*-------- Customer Dashboard Start -----------*/
  .adminheader-bar .headerbar-inner .search-bar .search-form {
    width: 100%;
  }
  .adminheader-bar .headerbar-inner .search-bar .search-form .searchicon {
    left: 25px;
    top: 30px;
    display: none;
  }
  .adminheader-bar .headerbar-inner .search-bar .search-form .search-input {
    padding: 6px 20px;
  }
  .adminheader-bar .headerbar-inner .search-bar .search-form .respo-search-click {
    display: block;
  }
  .adminheader-bar .headerbar-inner .search-bar .search-form .respo-popup {
    position: fixed;
    width: auto;
    left: 15px;
    right: 15px;
    top: 57px;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #f1f1f1;
    display: none;
  }
  /*-------- Customer Dashboard End -----------*/
}

/***********************************************
** Media 665
***********************************************/
@media (max-width: 665px) {
  /*-------- Customer Dashboard Start -----------*/
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup {
    left: auto;
    right: 0px;
  }
  .adminheader-bar .header-user-allinfo-main .profile .profile-icon .profiledetail-popup:before {
    left: auto;
    right: 15px;
  }
  .adminheader-bar .header-user-allinfo-main .user-info {
    display: none;
  }
  .adminheader-bar .header-user-allinfo-main .logout {
    padding-left: 14px;
  }
  .provider-box-area-main .information-area .title {
    font-size: 18px;
  }
  .provider-box-area-main .information-area .short-desc {
    font-size: 16px;
  }
  .provider-box-area-main .information-area .reviews .icons {
    margin-right: 8px;
  }
  .provider-box-area-main .information-area .reviews .icons .fa-star {
    font-size: 16px;
  }
  .provider-box-area-main .information-area .reviews .text {
    padding-left: 20px;
  }
  .provider-box-area-main .information-area .reviews .text:before {
    top: -1px;
  }
  .provider-box-area-main .information-area .cat-list a.cat-btn {
    font-size: 10px;
    padding: 7px 10px;
  }
  .provider-box-area-main .provider-details {
    width: 100%;
  }
  .provider-box-area-main .more-details {
    width: 100%;
    margin-top: 15px;
  }
  .provider-box-area-main .more-details .more-btn {
    text-align: left;
  }
  .event-calendar-section {
    display: -webkit-block;
    display: block;
  }
  .event-calendar-section .event-calendar-box {
    width: 100%;
  }
  .event-calendar-section .calendar-information-box {
    width: 100%;
  }
  /*-------- Customer Dashboard End -----------*/
  /*-------- Customer Reviews Start -----------*/
  .rating > label:before {
    font-size: 16px;
  }
  .my-reviews-lising-main .reviews-lising .reviews-lising-area .review-desc-main .front-view .reviewicon-date .reviewicon .fa-star {
    font-size: 16px;
  }
  /*-------- Customer Reviews End -----------*/
  /*-------- Providers Dashboard Start -----------*/
  .providers-details-section .rightside {
    padding-top: 0px;
  }
  .providers-details-section .provider-moredetails-map .more-details {
    padding: 0px 20px 0px 0px;
    width: 46%;
  }
  .providers-details-section .provider-moredetails-map .map {
    width: 54%;
  }
  .leads-generated-box-area .information-area ul li {
    width: 50%;
  }
  .ratingicons .fa-star {
    font-size: 16px;
  }
  /*-------- Providers Dashboard End -----------*/
  /*-------- Providers Leads Start -----------*/
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li {
    width: 50%;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .more-btn .blue-bg-btn {
    font-size: 12px;
    padding: 7px 10px;
  }
  /*-------- Providers Leads End -----------*/
  /*-------- Providers Settings Start -----------*/
  .provider-profile-details-main .provider-leftside {
    width: 100%;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main {
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main .picture {
    width: 170px;
    margin-bottom: 25px;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main .picture + .picture {
    margin-top: 0px;
    margin-left: 25px;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main .amneties-section {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
  .provider-profile-details-main .provider-rightside {
    width: 100%;
    margin-top: 30px;
  }
  .provider-profile-coll-main .provider-profile-info .name-cat {
    padding-right: 0px;
  }
  .click-more {
    font-size: 12px;
  }
  .click-more:before {
    width: 24px;
    height: 24px;
  }
  .profile-set-heading.add-new-btn {
    min-height: 1px;
    padding-right: 0px;
  }
  .profile-set-heading.add-new-btn .click-more {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin-top: 5px;
    text-align: right;
  }
  .provider-services-provided-main .services-provided-list-main .services-provided-list {
    width: calc(100% - 50px);
  }
  .provider-services-provided-main .services-provided-list-main .click-more {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .provider-upload-main .multiple-upload-picture-main .picture-list .img {
    height: 64px;
  }
  .provider-upload-main .fileupload .filesicon:before {
    width: 24px;
    height: 24px;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list {
    width: calc(100% - 50px);
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-title {
    width: 100%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-year {
    width: 100%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-link {
    width: 100%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .awards-accreditation-list .awards-accreditation-fields .awards-upload {
    width: 100%;
  }
  .provider-awards-accreditation-section .awards-accreditation-main .click-more {
    position: relative;
    right: auto;
    bottom: 15px;
  }
  .provider-chefs-special-section .chefs-special-main .chefs-special-list {
    width: calc(100% - 50px);
  }
  .provider-chefs-special-section .chefs-special-main .click-more {
    position: relative;
    right: auto;
    bottom: auto;
  }
  /*-------- Providers Settings End -----------*/
  /*-------- Providers Reviews Start -----------*/
  .provider-reviews-main .review-listing .title-reating .icon-title {
    display: block;
  }
  .provider-reviews-main .review-listing .title-reating .icon-title .icon {
    display: inline-block;
    vertical-align: middle;
  }
  .provider-reviews-main .review-listing .title-reating .icon-title .title {
    width: calc(100% - 35px);
    padding-right: 0px;
    display: inline-block;
    vertical-align: middle;
  }
  .provider-reviews-main .review-listing .title-reating .icon-title .reviews {
    display: block;
    margin-top: 7px;
  }
  .provider-reviews-lising-main .review-listing .replay-box .replay-main .blue-bg-btn {
    font-size: 12px;
    padding: 10px 20px;
  }
  /*-------- Providers Reviews End -----------*/
  /*-------- Providers Payments Start -----------*/
  .different-plan-info .plan-info {
    width: calc(50% - 12px);
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-payment .add-payment {
    font-size: 12px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-payment .add-payment:before {
    width: 24px;
    height: 24px;
  }
  .form-design ul li.field-item-2 {
    width: 100%;
  }
  .provider-users-section .provider-users-main .add-new-users .add-users {
    font-size: 12px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-cards .add-cards{
    font-size: 12px;
  }
 
  .provider-users-section .provider-users-main .add-new-users .add-users:before {
    width: 24px;
    height: 24px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-cards .add-cards:before{
    width: 24px;
    height: 24px;
  }
  /*-------- Providers Payments End -----------*/
}

/***********************************************
** Media 567
***********************************************/
@media (max-width: 567px) {
  /*-------- Providers Dashboard Start -----------*/
  .leads-generated-box-area .icon-title {
    width: 23%;
  }
  .leads-generated-box-area .information-area {
    width: 77%;
  }
  .plan-title h1 span {
    vertical-align: middle;
    padding-left: 0px;
    bottom: 0;
    display: block;
    position: relative;
    clear: both;
  }
  /*-------- Providers Dashboard End -----------*/
}

/***********************************************
** Media 479
***********************************************/
@media (max-width: 479px) {
  .center-line-heading {
    font-size: 24px;
  }
  .center-line-heading span {
    padding: 0px 10px;
  }
  /*-------- Customer Dashboard Start -----------*/
  .provider-box-area-main .provider-details {
    display: block;
  }
  .provider-box-area-main .provider-details .image {
    width: 100px;
    margin: 0px auto 10px;
    height: 100px;
    background-position: center;
    background-size: contain;
  }
  .provider-box-area-main .provider-details .information-area {
    padding: 0px 0px;
    width: 100%;
    text-align: center;
  }
  .provider-box-area-main .more-details .location {
    padding-left: 0px;
    text-align: center;
  }
  .provider-box-area-main .more-details .location:before {
    display: inline-block;
    vertical-align: top;
    top: 1px;
    margin-right: 5px;
  }
  .provider-box-area-main .more-details .more-btn {
    text-align: center;
  }
  .recent-history-section .recent-history-main ul.history-item li .recent-history-area .title {
    max-width: 100%;
    width: 100%;
  }
  .recent-history-section .recent-history-main ul.history-item li .recent-history-area .time {
    padding-left: 28px;
  }
  .cjslib-labels > span {
    font-size: 12px;
  }
  .cjslib-day > .cjslib-day-num {
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .cjslib-day {
    padding: 2px;
  }
  .cjslib-calendar.cjslib-size-small .cjslib-day > .cjslib-day-indicator {
    height: 2px;
    margin: -2px auto 0px;
  }
  .cjslib-list > li > div {
    font-size: 12px;
  }
  .cjslib-list > li > p {
    font-size: 14px;
  }
  /*-------- Customer Dashboard End -----------*/
  /*-------- Customer Profile Start -----------*/
  .profile-picture-name-main {
    display: block;
  }
  .profile-picture-name-main .picture {
    width: 100%;
    max-width: 120px;
    margin: 0px auto 15px;
  }
  .profile-picture-name-main .profile-info {
    padding-left: 0px;
    width: 100%;
  }
  /*-------- Customer Profile End -----------*/
  /*-------- Customer Reviews Start -----------*/
  .comment-list-main .comment-inner-main .comment-replied .title-date {
    display: block;
  }
  .comment-list-main .comment-inner-main .comment-replied .title-date .icon-title {
    width: 100%;
  }
  .comment-list-main .comment-inner-main .comment-replied .title-date .icon-title .title {
    padding-left: 8px;
  }
  .comment-list-main .comment-inner-main .comment-replied .title-date .date {
    text-align: left;
    width: 100%;
    margin-top: 6px;
  }
  /*-------- Customer Reviews End -----------*/
  /*-------- Providers Dashboard Start -----------*/
  .providers-details-section .provider-moredetails-map .more-details {
    padding: 0px;
    width: 100%;
  }
  .providers-details-section .provider-moredetails-map .map {
    width: 100%;
    margin-top: 6px;
  }
  .providers-details-section .provider-moredetails-map .map iframe {
    position: relative;
    height: 150px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .left-side {
    width: 100%;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .right-side {
    width: 100%;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-4 {
    width: 50%;
    margin-right: 0px;
  }
  .provider-statistics-section .provider-statistics-main .provider-view-main .progress-main .progress-col-3 {
    width: 33.33333%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .provider-reviews-section .filter-head {
    display: block;
  }
  .provider-reviews-section .filter-head .reating-area {
    width: 100%;
  }
  .provider-reviews-section .filter-head .reating-area .star-ret span {
    vertical-align: bottom;
  }
  .provider-reviews-section .filter-head .reating-area .star-ret span.reat {
    font-size: 30px;
  }
  .provider-reviews-section .filter-head .reating-area .over-all {
    padding-left: 15px;
    font-size: 10px;
  }
  .provider-reviews-section .filter-head .reating-area .over-all h6 {
    font-size: 14px;
  }
  .provider-reviews-section .filter-head .filter-deopbox {
    width: 100%;
    margin-top: 15px;
  }
  .provider-reviews-main .review-listing .title-reating {
    display: block;
    width: 100%;
  }
  .provider-reviews-main .review-listing .title-reating .icon-title {
    width: 100%;
  }
  .provider-reviews-main .review-listing .title-reating .icon-title .title {
    padding-left: 8px;
  }
  .provider-reviews-main .review-listing .title-reating .reviews {
    width: 100%;
    margin-top: 6px;
  }
  .provider-reviews-main .review-listing .date {
    text-align: left;
    width: 100%;
    margin-top: 6px;
  }
  .leads-generated-box-area {
    display: block;
  }
  .leads-generated-box-area .icon-title {
    width: 100%;
    margin-bottom: 15px;
  }
  .leads-generated-box-area .information-area {
    width: 100%;
  }
  .leads-generated-box-area .information-area ul li {
    width: 50%;
    padding: 0px 15px;
  }
  /*-------- Providers Dashboard End -----------*/
  /*-------- Providers Leads Start -----------*/
  .leads-listing-main .leads-listing .leads-box-area {
    display: block;
  }
  .leads-listing-main .leads-listing .leads-box-area .picture {
    margin-bottom: 15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area {
    width: 100%;
    padding: 0px 0px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li {
    padding-right: 0px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li:nth-child(even) {
    padding-left: 15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li:nth-child(odd) {
    padding-right: 15px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area .toggle-box {
    top: -40px;
  }
  /*-------- Providers Leads End -----------*/
  /*-------- Providers Settings Start -----------*/
  .provider-profile-details-main .provider-leftside .provider-sidebar-main .picture {
    width: 180px;
    margin-bottom: 35px;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main .picture + .picture {
    margin-left: 0px;
  }
  .provider-profile-details-main .provider-leftside .provider-sidebar-main .amneties-section {
    width: 100%;
    padding-left: 0px;
  }
  .provider-upload-main .head .sub-text {
    padding-left: 0px;
    display: block;
    width: 100%;
  }
  .provider-upload-main .fileupload {
    width: calc(50% - 10px);
  }
  .provider-upload-main .multiple-upload-picture-main .picture-list {
    width: calc(50% - 10px);
  }
  .provider-upload-video-main .provider-video .display-video {
    width: 100%;
    min-height: 100px;
  }
  .provider-upload-video-main .provider-video .upload-video {
    padding: 0px;
    width: 100%;
    margin-top: 15px;
    margin: 8px 0 0 0;
  }
  .provider-long-description-main .head .sub-text {
    padding-left: 0px;
    display: block;
    width: 100%;
  }
  /*-------- Providers Settings End -----------*/
  /*-------- Providers Reviews Start -----------*/
  .provider-reviews-lising-main .filter-head .search-filter-deopbox {
    display: block;
  }
  .provider-reviews-lising-main .filter-head .search-filter-deopbox .search {
    margin-right: 0px;
  }
  .provider-reviews-lising-main .filter-head .search-filter-deopbox .filter-deopbox {
    width: 100%;
    margin-top: 15px;
  }
  /*-------- Providers Reviews End -----------*/
  /*-------- Providers Payments Start -----------*/
  .provider-membership-section .provider-membership-main ul li {
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px 15px;
  }
  .bill-method-choice .bill-choice-btn .toggler {
    display: block;
  }
  .bill-method-choice .bill-choice-btn .toggle {
    margin: 8px 0px;
  }
  .different-plan-info .plan-info {
    width: calc(100% - 12px);
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .invoice-col {
    padding: 0px 0px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .amount {
    width: 100%;
    margin-bottom: 15px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-area-inner .datepaid {
    width: calc(100% - 50px);
  }
  .provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main {
    padding: 15px 15px 0px;
  }
  .provider-invoices-section .provider-invoices-main .invoices-extra-data .invoices-data-main .list {
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px 15px;
  }
  .provider-payment-methods-section .provider-payment-methods-main {
    overflow: auto;
  }
  .provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist {
    min-width: 480px;
  }
  .provider-payment-methods-section .provider-payment-methods-main ul.itemfulllist li {
    padding: 0px 0px;
  }
  .provider-payment-methods-section .provider-payment-methods-main .add-new-payment {
    padding: 10px 15px;
  }
  .provider-users-section .provider-users-main {
    overflow: auto;
  }
  .provider-users-section .provider-users-main ul.itemfulllist {
    min-width: 480px;
  }
  .provider-users-section .provider-users-main ul.itemfulllist li {
    padding: 0px 0px;
  }
  .provider-users-section .provider-users-main .add-new-users {
    padding: 10px 15px;
  }
  .information-area .more-btn1 {
    position: unset !important;
  }
  .more-btn1 .btn-success {
    display: inline-block !important;
    width: auto !important;
    padding: 6px 12px !important;
  }
  .more-btn1 .btn-secondary {
    margin-top: 0px !important;
  }
  .information-area .more-btn {
     position: unset; 
  }
  /*-------- Providers Payments End -----------*/
}
.cjslib-list a.schudule-btn {
  text-align: center;
  text-transform: uppercase;
}
.provider-box-area-main.review-yellow-star .information-area .reviews .icons .fa-star {
  color: rgb(252, 215, 3);
  font-size: normal;
   line-height: 1; 
}
/***********************************************
** Media 370
***********************************************/
@media (max-width: 370px) {
  /*-------- Providers Dashboard Start -----------*/
  .leads-generated-box-area .information-area ul li {
    width: 100%;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li {
    width: 100%;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li:nth-child(even) {
    padding-left: 0px;
  }
  .leads-listing-main .leads-listing .leads-box-area .information-area ul li:nth-child(odd) {
    padding-right: 0px;
  }

  /*-------- Providers Dashboard End -----------*/
}
/*# sourceMappingURL=style.css.map */

.google-setting .g-icon {
  font-size: 18px !important;
  text-transform: none !important;
  margin-right: 10px;
}

.google-setting .sub-text {
  margin-top: 10px;
  padding: 0 25px;
  opacity: 0.75;
}

.google-setting .review-add-popup {
  text-align: center;
  padding: 20px 20px 40px;
}
.reviews .icons .fas {
  font-size: 18px;
}
#basicModal .background-head .head .main-text {padding-left: 25px;}
#basicModal .provider-review-form .g-icon:before {left: -10px; margin-right: 10px;}
#basicModal .beds-list.google_api_id {padding: 15px;}
#basicModal .beds-list.google_place_id {padding: 15px;}
.google_api_id .input.input.line,.google_place_id .input.input.line {
  margin-bottom: 5px;
}

@media (max-width: 1199px){
   .leads-generated-main .toggle-box {
        position: absolute;
        display: block;
        right: 10px;
        top: 48px;
    }
}
.leads-generated-box-area .after-show{
    display:none;
    padding-top: 10px;
}
.leads-generated-box-area .toggle-box .open{
 /*   top: 14px;*/
}
.adminbody-content-inner .services-provider-plans .card-body{padding: 10px; text-align: center;}
.services-provider-plans .card:hover{box-shadow: 0 0 1px 1px #1175bc;}
.services-provider-plans .card-input-element:checked + .card-input {
    box-shadow: 0px 0px 4px 1px #1175bc;
}
.services-provider-plans .card .card-header h3{text-transform: uppercase; margin-bottom: 10px;}
.services-provider-plans .form-check-input{ margin-top: 0.5rem;}
.services-provider-plans div#card-element {
    border: 1px solid #a1a1a1;;
    border-radius: 5px;
    padding: 10px;
}
.leads-generated-box-area .information-area ul {
  width: 70%!important;
}
.leads-listing-main .leads-listing .leads-box-area .information-area ul {
  width: 87%!important;
}