/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css2?family=Mada:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");

.chat-view .full-height,
.side-menu,
.css-equal-content,
.css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.pages-list ul li a i,
.call-action-buttons a,
.profile-details li .details-icon,
.bottom-social ul li a,
.profile-upload .img-upload .upload-icon,
.schedule-timings .swiper-container .swiper-slide .item-content,
.chat-view .messagebar .send-btn,
.chat-list ul li .item-col .msg-notification,
.list-widget .date-col .date-icon,
.dashboard-details .details-col .img-col,
.top-profile-widget .avatar,
.side-menu ul li a i,
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.pages-list:after,
.learing-paths:after,
.popular-mentors:after {
  content: "";
  display: table;
  clear: both;
}

.pages-list ul,
.profile-details,
.bottom-social ul,
.booking-summary ul,
.checklist-filter ul,
.schedule-list ul,
.chat-list ul,
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/******* BASE *******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.form-group {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}

.close:hover {
  color: #000;
  opacity: 1;
  text-decoration: none;
}

h1 {
  font-weight: 700;
  font-size: 30px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
}

h3 {
  font-weight: 500;
  font-size: 22px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
}

h5 {
  font-weight: 600;
  font-size: 18px;
}

h6 {
  font-weight: 600;
  font-size: 16px;
}

.primary {
  background-color: #26292C;
}

.secondary {
  background-color: #4C4C4C;
}

.body-bg-gray {
  background-color: #F6F6F6;
}

body {
  font-family: "Mada", sans-serif;
  font-size: 16px;
  color: #26292C;
  background-color: #ffffff;
  padding-top: 65px;
}

body.home,
body.login {
  padding-top: 0;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

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

a {
  color: #1E88E5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #26292C;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}

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

strong {
  font-weight: 700;
}

/* Input controls */
.form-control {
  height: 50px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: "Mada", sans-serif;
  font-size: 16px;
  border: 1px solid #A7A7A7;
}

.form-control:focus {
  border-color: #A7A7A7;
  box-shadow: none;
  outline: 0;
}

.form-group a {
  color: #26292C;
}

.form-group label {
  font-size: 18px;
  padding-bottom: 5px;
  display: inline-block;
}

.form-group .form-control {
  color: #26292C;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4C4C4C;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4C4C4C;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #4C4C4C;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #4C4C4C;
  opacity: 1;
}

/** Ratings **/
.rating {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.rating i {
  font-size: 12px;
  color: #dedfe0;
}

.rating i+i {
  margin-left: 3px;
}

.rating i.filled {
  color: #FFCC16;
}

.rating span {
  margin-left: 4px;
}

/** Avatar **/
.avatar {
  width: 75px;
  height: 75px;
  display: inline-block;
}

.card {
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.card .card-body {
  padding: 1rem;
}

.card-header {
  background-color: #ffffff;
  padding: 1rem;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.chat-view .full-height,
.side-menu,
.css-equal-heights,
.css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.pages-list ul li a i,
.call-action-buttons a,
.profile-details li .details-icon,
.bottom-social ul li a,
.profile-upload .img-upload .upload-icon,
.schedule-timings .swiper-container .swiper-slide .item-content,
.chat-view .messagebar .send-btn,
.chat-list ul li .item-col .msg-notification,
.list-widget .date-col .date-icon,
.dashboard-details .details-col .img-col,
.top-profile-widget .avatar,
.side-menu ul li a i,
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.pages-list:after,
.learing-paths:after,
.popular-mentors:after {
  content: "";
  display: table;
  clear: both;
}

.pages-list ul,
.profile-details,
.bottom-social ul,
.booking-summary ul,
.checklist-filter ul,
.schedule-list ul,
.chat-list ul,
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}

@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }

  .col.col-xs-11 {
    width: 91.66666667%;
  }

  .col.col-xs-10 {
    width: 83.33333333%;
  }

  .col.col-xs-9 {
    width: 75%;
  }

  .col.col-xs-8 {
    width: 66.66666667%;
  }

  .col.col-xs-7 {
    width: 58.33333333%;
  }

  .col.col-xs-6 {
    width: 50%;
  }

  .col.col-xs-5 {
    width: 41.66666667%;
  }

  .col.col-xs-4 {
    width: 33.33333333%;
  }

  .col.col-xs-3 {
    width: 25%;
  }

  .col.col-xs-2 {
    width: 16.66666667%;
  }

  .col.col-xs-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }

  .col.col-sm-11 {
    width: 91.66666667%;
  }

  .col.col-sm-10 {
    width: 83.33333333%;
  }

  .col.col-sm-9 {
    width: 75%;
  }

  .col.col-sm-8 {
    width: 66.66666667%;
  }

  .col.col-sm-7 {
    width: 58.33333333%;
  }

  .col.col-sm-6 {
    width: 50%;
  }

  .col.col-sm-5 {
    width: 41.66666667%;
  }

  .col.col-sm-4 {
    width: 33.33333333%;
  }

  .col.col-sm-3 {
    width: 25%;
  }

  .col.col-sm-2 {
    width: 16.66666667%;
  }

  .col.col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }

  .col.col-md-11 {
    width: 91.66666667%;
  }

  .col.col-md-10 {
    width: 83.33333333%;
  }

  .col.col-md-9 {
    width: 75%;
  }

  .col.col-md-8 {
    width: 66.66666667%;
  }

  .col.col-md-7 {
    width: 58.33333333%;
  }

  .col.col-md-6 {
    width: 50%;
  }

  .col.col-md-5 {
    width: 41.66666667%;
  }

  .col.col-md-4 {
    width: 33.33333333%;
  }

  .col.col-md-3 {
    width: 25%;
  }

  .col.col-md-2 {
    width: 16.66666667%;
  }

  .col.col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }

  .col.col-lg-11 {
    width: 91.66666667%;
  }

  .col.col-lg-10 {
    width: 83.33333333%;
  }

  .col.col-lg-9 {
    width: 75%;
  }

  .col.col-lg-8 {
    width: 66.66666667%;
  }

  .col.col-lg-7 {
    width: 58.33333333%;
  }

  .col.col-lg-6 {
    width: 50%;
  }

  .col.col-lg-5 {
    width: 41.66666667%;
  }

  .col.col-lg-4 {
    width: 33.33333333%;
  }

  .col.col-lg-3 {
    width: 25%;
  }

  .col.col-lg-2 {
    width: 16.66666667%;
  }

  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.btn {
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 9px 15px;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.booknow-btn {
  font-size: 16px;
  padding: 5px 15px;
}

.btn-small {
  border-radius: 5px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 8px 15px;
}

.btn-small img {
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small i {
  margin-right: 3px;
}

.btn-small:hover {
  color: #ffffff;
  opacity: 0.8;
}

.btn-small.view-btn span {
  position: relative;
  padding-left: 18px;
}

.btn-small.view-btn span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../../assets/img/icons/visibility-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -5px;
}

.btn-small.print-btn span {
  position: relative;
  padding-left: 18px;
}

.btn-small.print-btn span:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../../assets/img/icons/print-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: -5px;
}

.btn-primary {
  background-color: #1E88E5;
}

.btn-primary-light {
  background-color: #D9EFEF;
  color: #1E88E5 !important;
}

.btn-primary-light span {
  color: #1E88E5 !important;
}

.bg-success-light {
  background-color: #E2F6ED;
  color: #26B073;
}

.bg-success-light:hover {
  color: #26B073;
}

.bg-danger-light {
  background-color: #FDE2E7;
  color: #E63C3C;
}

.bg-danger-light:hover {
  color: #E63C3C;
}

.btn-warning {
  background-color: #FBA20A;
}

/****** LAYOUT ******/
.side-menu {
  z-index: 999999;
  height: 100vh;
  position: relative;
  overflow: auto;
  max-width: 250px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -250px;
  padding: 10px 15px 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-menu:before {
  content: "";
  height: 100%;
  width: 67px;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
}

.side-menu ul {
  position: relative;
}

.side-menu ul li {
  position: relative;
  padding: 4px 0;
}

.side-menu ul li a {
  color: #26292C;
  font-size: 16px;
  position: relative;
  min-height: 44px;
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.side-menu ul li a i {
  margin-right: 15px;
  position: relative;
  top: -1px;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #E4E4E4;
  color: #26292C;
  margin-right: 30px;
}

.side-menu ul li a:hover {
  background: transparent;
}

.side-menu .close-btn {
  color: #26292C;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 15px;
}

.side-menu.show-menu {
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-menu .sidebar-logout {
  display: inline-flex;
  align-items: center;
  background-color: #1E88E5;
  border-radius: 5px;
  color: #ffffff;
  height: 33px;
  font-size: 15px;
  margin: 0 0 30px 60px;
  padding: 7px 22px;
}

.side-menu .sidebar-logout span {
  margin-right: 5px;
  vertical-align: middle;
}

.side-menu .sidebar-logout:hover {
  color: #ffffff;
}

body.overlay-body {
  overflow: hidden;
}

body.overlay-body:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  padding: 18px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .left {
  float: left;
}

header .left .hamburgar-icon {
  cursor: pointer;
  position: relative;
  z-index: 999;
  top: 0px;
}

header .right {
  float: right;
}

header.fixed {
  background-color: #1E88E5;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 12px 0;
}

header.blue-header {
  background-color: #1E88E5;
}

header.blue-header .hamburgar-icon {
  top: 0px;
}

header .dropdown-menu {
  border: 0;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.22);
  padding: 0;
}

header .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 8px 15px;
}

header .dropdown-menu .dropdown-item:last-child {
  border-top: 1px solid #ddd;
}

header .dropdown-menu .dropdown-item:hover:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

header .dropdown-menu .dropdown-item:hover:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

header .dropdown-menu .dropdown-item i {
  vertical-align: middle;
  margin-right: 4px;
}

.gradient-header {
  z-index: -1;
  height: 307px;
  width: 100%;
  background: linear-gradient(180deg, #1E88E5 0%, rgba(30, 136, 229, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.header-big {
  z-index: -1;
  height: 255px;
  width: 100%;
  background: #1E88E5;
  border-radius: 0 0 25px 25px;
  position: absolute;
  top: 0;
  left: 0;
}

/****** PAGES ******/
.banner {
  position: relative;
  background-image: url(../../assets/img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 89px 0 40px 0;
}

.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(41, 40, 40, 0.55);
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner-content {
  color: #ffffff;
  position: relative;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.banner .banner-content h2 {
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 8px;
}

.banner .banner-content p {
  font-size: 17px;
  line-height: 22px;
}

.banner .banner-form {
  padding-top: 34px;
  position: relative;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.banner .banner-form .search-location {
  position: relative;
}

.banner .banner-form .search-location .form-control {
  border-color: transparent;
  background-image: url(../../assets/img/icons/map-icon.svg);
  display: inline-block;
  padding-left: 45px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 13px;
}

.banner .banner-form .form-control:focus {
  border-color: #FF647C;
}

.banner .banner-form .search-info {
  position: relative;
}

.banner .banner-form .search-info .form-control {
  background-image: url(../../assets/img/icons/bank-icon.svg);
  display: inline-block;
  padding-left: 45px;
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 13px 46%;
}

.banner .banner-form .search-btn i {
  position: relative;
  position: relative;
  top: 3px;
  left: -5px;
}

.popular-mentors {
  padding: 33px 0 18px 15px;
}

.popular-mentors .swiper-container {
  padding: 10px 0 20px;
}

.popular-mentors .swiper-container .swiper-slide {
  display: flex;
  display: -webkit-flex;
  height: auto;
}

.popular-mentors .section-title {
  padding-right: 15px;
  padding-bottom: 10px;
}

.learing-paths {
  background-color: #DCE0E3;
  padding: 36px 0 15px 15px;
}

.learing-paths .swiper-container {
  padding: 15px 0 20px;
}

.learing-paths .swiper-container .swiper-slide {
  display: flex;
  display: -webkit-flex;
  height: auto;
}

.learing-paths .section-title {
  padding-right: 15px;
  padding-bottom: 10px;
}

.learing-paths .mentor-widget .inner-widget .mentor-details h6 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 0;
}

.section-title a {
  font-size: 12px;
}

.mentor-widget {
  display: flex;
  display: -webkit-flex;
}

.mentor-widget .inner-widget {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.22);
}

.mentor-widget .inner-widget .mentor-img {
  position: relative;
  line-height: 0;
}

.mentor-widget .inner-widget .mentor-img img {
  border-radius: 10px;
  width: 100%;
}

.mentor-widget .inner-widget .mentor-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.mentor-widget .inner-widget .mentor-details {
  padding: 15px;
}

.mentor-widget .inner-widget .mentor-details a {
  color: #26292C;
}

.mentor-widget .inner-widget .mentor-details h6 {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 8px;
}

.mentor-widget .inner-widget .mentor-details .desigination {
  font-size: 12px;
  line-height: 15.55px;
  padding-bottom: 10px;
}

.mentor-widget .inner-widget .mentor-details .location {
  font-size: 12px;
  padding-top: 10px;
}

.mentor-widget .inner-widget .mentor-details .location img {
  vertical-align: -4px;
  margin-right: 5px;
}

.page-content {
  padding: 38px;
  position: relative;
}

.for-window-height {
  height: 100vh;
}

.for-window-height>div {
  max-width: 500px;
  width: 100%;
}

.login-inner-col {
  width: 100%;
  text-align: center;
}

.login-inner-col .top-title h3 {
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 5px;
}

.login-inner-col .top-title h6 {
  font-weight: 400;
  color: #4C4C4C;
}

.login-inner-col .forgot-password a {
  color: #26292C;
}

.login-inner-col .login-or {
  color: #A0A0A0;
  position: relative;
  margin: 20px 0 20px;
  padding: 10px 0 10px;
}

.login-inner-col .login-or .or-line {
  background-color: #A0A0A0;
  height: 1px;
  display: block;
  margin: 0;
}

.login-inner-col .login-or .span-or {
  background-color: #ffffff;
  display: block;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 42px;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.back-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}

.back-btn a {
  font-size: 30px;
  color: #26292C;
}

.page-header-title {
  text-align: center;
  padding-right: 36px;
  position: relative;
}

.page-header-title h4 {
  color: #ffffff;
  font-weight: 600;
}

.top-profile-widget {
  background: #ffffff;
  box-shadow: 0px 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
  margin: 0 0 25px 0;
  padding: 18px;
}

.top-profile-widget .avatar {
  width: 89px;
  height: 89px;
  border: 2px solid #1E88E5;
  background-color: #BCE0FF;
  border-radius: 50px;
}

.top-profile-widget .avatar>span {
  font-size: 48px;
  color: #1E88E5;
}

.top-profile-widget .profile-right h2 {
  font-weight: normal;
  margin-bottom: 3px;
}

.top-profile-widget .profile-right span {
  font-size: 14px;
  color: #26292C;
}

.top-profile-widget .rating i {
  font-size: 14px;
}

.top-profile-widget .rating i+i {
  margin-left: 5px;
}

.progress-bar-custom {
  width: 100%;
  padding: 25px 0 0px;
}

.progress-bar-custom h6 {
  color: #555555;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 5px;
}

.progress-bar-custom #myProgress {
  width: 100%;
  background-color: #E9E9E9;
}

.progress-bar-custom .wrapper {
  text-transform: uppercase;
  background: #74798C;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 4px;
}

.progress-bar-custom .wrapper #myBar {
  height: 8px;
  line-height: 8px;
  border-radius: 4px;
}

.progress-bar-custom .wrapper .tooltip {
  background-color: #1E88E5;
  font-size: 13px;
  color: #ffffff;
  display: block;
  margin-bottom: 9px;
  opacity: 1;
  width: 20%;
  border-radius: 6px;
  width: 45px;
  height: 31px;
  text-align: center;
  z-index: 99;
  padding: 5px 0 0 0;
  position: absolute;
  bottom: 100%;
  left: 68%;
}

.progress-bar-custom .wrapper .tooltip:before {
  content: " ";
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar-custom .wrapper .tooltip:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #1E88E5 5px;
  position: absolute;
  bottom: -5px;
  left: 5%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.progress-bar-custom .wrapper.blue #myBar {
  background-color: #1E88E5;
  width: 88%;
}

.progress-bar-custom .wrapper.blue .tooltip {
  background-color: #1e88e5;
  left: 80%;
}

.dashboard-details {
  position: relative;
  padding: 0px 0 20px;
}

.dashboard-details .custom-margin-7 {
  margin: 0 -7px;
}

.dashboard-details .custom-padding-7 {
  padding: 0 7px;
}

.dashboard-details .details-col>div {
  border-radius: 15px;
  background-color: #DCE8FF;
  padding: 11px;
}

.dashboard-details .details-col>div.orange {
  background-color: #FDF6D5;
}

.dashboard-details .details-col>div.pink {
  background-color: #FFDDE6;
}

.dashboard-details .details-col .img-col {
  height: 33px;
  margin-bottom: 5px;
}

.dashboard-details .details-col h5 {
  font-weight: 500;
}

.dashboard-details .details-col span {
  font-size: 12px;
}

.section-title {
  padding-bottom: 18px;
}

.section-title h3 {
  font-weight: 500;
}

.list-widget {
  margin-bottom: 18px;
}

.list-widget .card {
  border-radius: 10px;
  background-color: #ffffff;
  border: 0;
  width: 100%;
}

.list-widget .card .card-body {
  -ms-flex: auto;
  flex: auto;
  padding: 1rem;
}

.list-widget .inner-widget {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.list-widget .widget-left {
  margin-right: 20px;
}

.list-widget .widget-right {
  width: 100%;
}

.list-widget .widget-right h5 {
  font-weight: 500;
  margin-bottom: 3px;
}

.list-widget .widget-right span {
  font-size: 14px;
  color: #26292C;
}

.list-widget .date-col {
  padding-top: 10px;
}

.list-widget .date-col span {
  color: #26292C;
  font-size: 13px;
  font-weight: 500;
}

.list-widget .date-col .date-icon {
  width: 23px;
  height: 23px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-right: 7px;
}

.list-widget .bottom-btn-col {
  padding-top: 15px;
}

.list-widget .bottom-btn-col>div {
  padding: 0 7px;
}

.mentor-details h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.mentor-details h5 i {
  margin-right: 5px;
}

.mentor-details h5 i img {
  vertical-align: middle;
}

.appointment-action {
  padding: 0;
}

.appointment-action .btn-small {
  min-width: 80px;
  margin: 3px;
}

.info-details li {
  margin-bottom: 10px;
}

.info-details li .title {
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.info-details li .text {
  color: #26292C;
}

.info-details li span {
  line-height: 1.4;
}

.chat-list-new {
  padding-top: 14px;
}

.searchbar {
  padding-bottom: 14px;
}

.searchbar .search_chat {
  position: relative;
}

.searchbar .search_chat input[type=text] {
  height: 45px;
  border-radius: 50px;
  font-size: 16px;
  padding-left: 40px;
}

.searchbar .search_chat .form-control-feedback {
  color: #999999;
  position: absolute;
  top: 14px;
  left: 18px;
}

.chat-list ul {
  margin: 0 -15px;
}

.chat-list ul li {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.chat-list ul li+li {
  border-top: 0;
}

.chat-list ul li .chat-link {
  padding: 10px 15px;
}

.chat-list ul li .item-avatar {
  margin-right: 20px;
  width: 53px;
  display: inline-block;
  position: relative;
  line-height: 0;
}

.chat-list ul li .item-col {
  float: left;
  width: 100%;
  position: relative;
}

.chat-list ul li .item-col .item-title {
  font-size: 17px;
  font-weight: 500;
  color: #26292C;
  margin-bottom: 5px;
}

.chat-list ul li .item-col .item-right {
  font-family: "Poppins", sans-serif;
  color: #26292C;
  font-size: 10px;
}

.chat-list ul li .item-col .item-text {
  font-family: "Poppins", sans-serif;
  color: #26292C;
  font-size: 12px;
  position: relative;
  padding-left: 17px;
}

.chat-list ul li .item-col .item-text:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 7px;
  background-image: url(../../assets/img/icons/gray-tick.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3px;
  left: 0;
}

.chat-list ul li .item-col .item-text.read:before {
  background-image: url(../../assets/img/icons/green-tick.svg);
  width: 12px;
}

.chat-list ul li .item-col .msg-notification {
  width: 21px;
  height: 21px;
  background-color: #1E88E5;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50px;
  position: absolute;
  top: 18px;
  right: 0;
}

.chat-list ul li .online,
.chat-list ul li .offline {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #70FF18;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  right: 0;
  bottom: 1px;
}

.chat-list ul li .offline {
  background-color: #FA1B0C;
}

.chat-view .full-height {
  height: 100vh;
  align-items: end;
  -webkit-align-items: end;
  padding-bottom: 80px;
}

.chat-view .container {
  overflow: auto;
}

.chat-view .messages {
  width: 100%;
}

.chat-view .messages .message.message-received {
  margin-top: 25px;
  width: 80%;
  float: left;
}

.chat-view .messages .message.message-received .message-bubble {
  background: rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  line-height: 20px;
  padding: 10px 15px;
}

.chat-view .messages .message.message-received .message-footer {
  color: #26292C;
  font-size: 12px;
  margin-top: 4px;
  padding: 0 15px;
}

.chat-view .messages .message.message-received.without-bg .message-bubble {
  background-color: transparent;
  padding: 0px 0px;
}

.chat-view .messages .message.message-sent {
  margin-top: 25px;
  width: 80%;
  float: right;
}

.chat-view .messages .message.message-sent .message-bubble {
  background: #1E88E5;
  color: #ffffff;
  border-radius: 18px;
  line-height: 20px;
  padding: 10px 15px;
}

.chat-view .messages .message.message-sent .message-footer {
  color: #26292C;
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
  padding: 0 15px;
}

.chat-view .messagebar {
  background: #E8E8E8;
  width: 100%;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
}

.chat-view .messagebar .messagebar-area textarea {
  width: 100%;
  height: 40px;
  border-radius: 50px;
  background-color: #ffffff;
  resize: none;
  border: 0;
  padding: 11px 18px;
}

.chat-view .messagebar .attachment-col {
  width: 31px;
}

.chat-view .messagebar .send-btn {
  background-color: #1E88E5;
  border-radius: 50px;
  width: 38px;
  height: 38px;
}

.chat-header .back-button a {
  color: #ffffff;
  font-size: 20px;
}

.chat-header h5 {
  color: #ffffff;
}

.chat-header span {
  color: #ffffff;
  font-size: 14px;
}

.top-time-slots {
  padding: 5px 0 10px;
}

.top-time-slots .left {
  color: #ffffff;
  padding-right: 15px;
}

.top-time-slots .left h5 {
  font-weight: 500;
}

.top-time-slots .right .select2-container .select2-selection--single {
  height: 45px;
  width: 130px;
  border: 0;
  border-radius: 10px;
}

.top-time-slots .right .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  padding-left: 15px;
  padding-right: 25px;
}

.top-time-slots .right .select2-container .select2-selection--single .select2-selection__arrow {
  background-image: url(../../assets/img/icons/down-arrow-select.svg);
  display: inline-block;
  width: 14px;
  height: 8px;
  top: 19px;
  right: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-time-slots .right .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.schedule-timings .swiper-container {
  margin-right: -15px;
}

.schedule-timings .swiper-container .swiper-slide {
  width: auto;
  padding: 10px 0;
}

.schedule-timings .swiper-container .swiper-slide .item-content {
  width: 53px;
  height: 96px;
  border: 1px solid transparent;
  border-radius: 22px;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.22);
}

.schedule-timings .swiper-container .swiper-slide .item-content.menuitemshow {
  background-color: #1E88E5;
  color: #ffffff;
  border-color: #8A8A8A;
}

.schedule-timings .swiper-container .swiper-slide .item-content input[type=checkbox] {
  display: none;
}

.schedule-list ul {
  margin: 0 -4px;
}

.schedule-list ul li {
  float: left;
  width: 50%;
  font-size: 13px;
  padding: 0px 4px 10px;
}

.schedule-list ul li .inner-list {
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  background-color: #E63C3C;
  position: relative;
  font-size: 12px;
  padding: 12px 25px 12px 12px;
}

.schedule-list ul li .inner-list .clear-icon {
  font-size: 18px;
  color: #FFA0A0;
  position: absolute;
  top: 8px;
  right: 10px;
}

.invoice-top-col {
  border-bottom: 1px solid #BEBEBE;
  padding: 10px 1rem 7px;
}

.invoice-top-col .invoice-number {
  color: #26292C;
}

.invoice-top-col .invoice-date {
  color: #26292C;
}

.invoice-view {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}

.invoice-view:before {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 11px;
  border-radius: 10px 10px 0 0;
  z-index: 9;
  position: absolute;
  top: 30px;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.invoice-view .for-view-list {
  position: relative;
  background-color: #1E88E5;
  height: 40px;
  margin: 0 0 30px 0;
}

.invoice-view .for-view-list:before {
  content: "";
  background-color: #ffffff;
  opacity: 0.7;
  width: 90%;
  height: 11px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.invoice-view .for-view-list:after {
  content: "";
  background-color: #ffffff;
  opacity: 0.5;
  width: 80%;
  height: 30px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 9px;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.invoice-view .top-inv-col {
  padding-bottom: 30px;
}

.invoice-view h6 {
  font-size: 14px;
}

.invoice-view .inv-receiver {
  line-height: 19px;
}

.invoice-view .inv-receiver+h6 {
  margin-top: 30px;
}

.invoice-view .inv-table {
  width: 100%;
}

.invoice-view .inv-table tr th {
  font-weight: 600;
}

.invoice-view .inv-table tr td,
.invoice-view .inv-table tr th {
  padding: 8px 6px;
}

.invoice-view .inv-table tr td b,
.invoice-view .inv-table tr th b {
  font-weight: 600;
}

.invoice-view .invoice-info p {
  line-height: 19px;
}

.review-listing .comments-list li {
  margin-bottom: 15px;
}

.review-listing .comment {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 12px;
}

.review-listing .comment .avatar {
  width: 64px;
}

.review-listing .comment .comment-body {
  margin-left: 16px;
  width: calc(100% - 16px);
}

.review-listing .comment .comment-body .meta-data {
  font-family: "Poppins", sans-serif;
}

.review-listing .comment .comment-body .meta-data .comment-author {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.review-listing .comment .comment-body .meta-data .comment-date {
  font-size: 13px;
}

.review-listing .comment .comment-body .recommended {
  color: #0AA761;
  font-size: 14px;
}

.review-listing .comment .comment-body .comment-content {
  font-size: 14px;
  line-height: 20px;
}

.review-listing .comment .comment-btn {
  font-size: 13px;
}

.review-listing .comment .recommend-btn {
  font-size: 13px;
}

.review-listing .comment .recommend-btn a {
  color: #333;
  border-radius: 3px;
  border: 1px solid #8A8A8A;
  margin: 0 2px;
  padding: 5px 8px;
}

.review-listing .comments-reply .comment {
  border-radius: 0 0 10px 10px;
}

.review-listing .comment-reply {
  padding-bottom: 10px;
}

.profile-upload .img-upload {
  background-color: #C4C4C4;
  border-radius: 500px;
  position: relative;
  width: 145px;
  height: 145px;
  cursor: pointer;
  margin: 0 auto;
  padding: 6px;
}

.profile-upload .img-upload input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}

.profile-upload .img-upload #img-upload {
  border-radius: 500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.profile-upload .img-upload .upload-icon {
  width: 41px;
  height: 41px;
  background-color: #1E88E5;
  border-radius: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.profile-settings .form-group label {
  font-weight: 500;
  margin-bottom: 4px;
}

.profile-settings .form-group .form-control {
  height: 45px;
  border-color: #C4C4C4;
}

.profile-settings .form-group textarea {
  height: 110px !important;
  resize: none;
}

.top-datepicker {
  position: relative;
}

.top-datepicker .calendar-icon {
  line-height: 0;
  position: absolute;
  top: 12px;
  right: 10px;
}

.checklist-filter ul li {
  display: block;
  width: 100%;
}

.checklist-filter .custom-control {
  padding-left: 24px;
}

.checklist-filter .custom-control .custom-control-label {
  padding-left: 5px;
  font-size: 16px;
}

.checklist-filter .custom-control .custom-control-label:before {
  width: 20px;
  height: 20px;
  top: -1px;
}

.checklist-filter .custom-control .custom-control-label:after {
  width: 20px;
  height: 20px;
  top: -1px;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  color: #fff;
  content: "\f00c";
  font-size: 9px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 5px;
  left: -18px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.booking-summary ul li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.booking-summary ul li span {
  float: right;
  color: #26292C;
}

.booking-summary .booking-total {
  border-top: 1px solid #26292C;
  margin-top: 20px;
}

.booking-summary .booking-total span {
  float: left;
  color: #26292C;
  font-size: 22px;
}

.booking-summary .booking-total span.total-cost {
  float: right;
  color: #1E88E5;
}

.payment-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

.payment-radio input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  position: absolute;
}

.payment-radio .checkmark {
  width: 19px;
  height: 19px;
  border: 1px solid #1E88E5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  position: absolute;
  top: 0px;
  left: 0;
}

.payment-radio .checkmark:after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #1E88E5;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  position: absolute;
  top: 4px;
  left: 4px;
}

.payment-radio input:checked~.checkmark {
  border-color: #1E88E5;
}

.payment-radio input:checked~.checkmark::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.booking-success .inner-booking {
  max-width: 300px;
  margin: 0 auto;
  padding: 57px 0 0 0;
}

.booking-success .inner-booking .success-icon {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.booking-success .inner-booking h2 {
  font-weight: 500;
  margin: 0 auto;
  padding: 25px 0;
}

.booking-success .inner-booking span {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 25px;
  display: inline-block;
}

.booking-success .inner-booking .btn {
  min-width: 160px;
}

.bottom-social ul {
  display: flex;
  display: -webkit-flex;
}

.bottom-social ul li {
  margin-right: 8px;
}

.bottom-social ul li:last-child {
  margin-right: 0;
}

.bottom-social ul li a {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #1E88E5;
}

.bottom-social ul li a:hover {
  opacity: 0.8;
}

.bottom-social span {
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
}

.bottom-social .btn {
  font-size: 16px;
  padding: 6px 15px;
}

.about-col p {
  color: #26292C;
  line-height: 20px;
  font-size: 14px;
}

.profile-details {
  margin: 0 -1rem;
}

.profile-details li {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  display: -webkit-flex;
  padding: 10px 1rem;
}

.profile-details li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.profile-details li .details-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #A6D6FF;
  margin-right: 20px;
}

.profile-details li .details-icon.purple {
  background-color: #9BA6FA;
}

.profile-details li .details-icon.green {
  background-color: #00C48C;
}

.profile-details li .details-icon.pink {
  background-color: #FF98A8;
}

.profile-details li .details-icon.violet {
  background-color: #8863D5;
}

.profile-details li .details-icon.brown {
  background-color: #E37550;
}

.profile-details li .details-icon.gray {
  background-color: #A7A7A7;
}

.profile-details li .details-icon.yellow {
  background-color: #FFCC16;
}

.profile-details li .details-icon.light-sky {
  background-color: #BCE0FF;
}

.profile-details li .details-icon.dark-blue {
  background-color: #356073;
}

.profile-details li .profile-details-content h6 {
  font-weight: 500;
  margin-bottom: 2px;
}

.profile-details li .profile-details-content span {
  color: #26292C;
}

.blog-section {
  padding: 20px 0 0;
}

.blog-section .blog-box .blog-title {
  color: #26292C;
  display: inline-block;
  padding: 15px 0;
}

.blog-section .blog-box .blog-title h2 {
  font-weight: 600;
}

.blog-section .blog-box .muted {
  font-size: 15px;
  color: #26292C;
}

.blog-section .blog-box .muted img {
  vertical-align: -3px;
  margin-right: 5px;
}

.blog-img-upload {
  position: relative;
}

.blog-img-upload .blog-img-upload-inner {
  position: relative;
  height: 209px !important;
}

.blog-img-upload .blog-img-upload-inner input[type=file] {
  opacity: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-img-upload .blog-img-upload-inner .upload-icon {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-img-upload .blog-img-upload-inner .upload-icon span {
  display: inline-block;
  color: #26292C;
  text-align: center;
  width: 100%;
}

.blog-img-upload .blog-img-upload-inner .upload-icon span.text-up {
  position: relative;
  top: -25px;
}

.voice-call {
  background-image: url(../../assets/img/voice-call-bg.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0px;
  left: 0;
}

.voice-call .top-profile {
  width: 205px;
  height: 205px;
  border-radius: 500px;
  background-color: #979797;
  margin: 64px auto 0;
  padding: 2px;
}

.voice-call .top-profile img {
  border-radius: 500px;
}

.voice-call .call-details h4 {
  font-weight: 500;
  margin-bottom: 4px;
}

.call-action-buttons {
  position: absolute;
  bottom: 20px;
  left: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
}

.call-action-buttons a {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #26292C;
  margin: 10px;
}

.call-action-buttons a.call-blue {
  background-color: #1E88E5;
  border-color: #1E88E5;
}

.call-action-buttons a.call-end {
  background-color: #F44336;
  border-color: #F44336;
}

.video-call {
  background-image: url(../../assets/img/video-call-bg.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0px;
  left: 0;
}

.video-call .call-action-buttons a.call-end {
  position: relative;
  top: -20px;
}

.pages-list {
  padding: 20px 0;
}

.pages-list ul li {
  margin-bottom: 15px;
}

.pages-list ul li:last-child {
  margin-bottom: 0;
}

.pages-list ul li a {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  color: #26292C;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px;
}

.pages-list ul li a i {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: #1E88E5;
  color: #ffffff;
  margin-right: 10px;
}

/*# sourceMappingURL=custom.css.map */