.account-page .subscription-block .three-columns .list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 15px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .slick-prev,
.slick-next {
    right: 230px;
    top: -50px;
    left: auto;
    bottom: auto;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.slick-next {
  left: auto;
  right: 12px;
}
@media (min-width: 1024px) {
  .slick-next {
    left: auto;
    right: 0;
    bottom: auto;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .slick-dots {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 230px;
  }
}
.slick-dots li {
  padding: 0 15px;
}
.slick-dots li.slick-active button {
  color: #7A86A1;
}
.slick-dots button {
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #C0BDCC;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-block {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .slider-block {
    margin-bottom: 70px;
  }
}
.slider-block .header {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .slider-block .header {
    margin: 0 0 50px;
  }
}
.slider-block .heading {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #423D54;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .slider-block .heading {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .slider-block .heading {
    text-align: left;
  }
}

.category-slider,
.testimonials-slider {
  padding: 0 30px;
}
.category-slider .slick-prev,
.category-slider .slick-next,
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 50px;
  background: #423D54;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  right: 0;
  top: 46%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.category-slider .slick-prev i,
.category-slider .slick-next i,
.testimonials-slider .slick-prev i,
.testimonials-slider .slick-next i {
  margin: 0 0 0 2px;
}
.category-slider .slick-prev,
.testimonials-slider .slick-prev {
  left: 0;
}
.category-slider .slick-list,
.testimonials-slider .slick-list {
  padding-bottom: 25px;
}
.category-slider .slide,
.testimonials-slider .slide {
  padding: 0 10px;
}
.category-slider .slide .wrap,
.testimonials-slider .slide .wrap {
  display: block;
  text-align: center;
  padding: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.category-slider .img-box,
.testimonials-slider .img-box {
  overflow: hidden;
}
.category-slider .img-box img,
.testimonials-slider .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.category-slider .title,
.testimonials-slider .title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px;
  color: #806262;
}
@media (min-width: 1200px) {
  .category-slider .title,
.testimonials-slider .title {
    font-size: 20px;
    line-height: 24px;
  }
}

.testimonials-slider {
  position: relative;
}
.testimonials-slider .slick-list {
  padding-bottom: 25px;
  padding-top: 10px;
}
.testimonials-slider .slide {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .testimonials-slider .slide {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .testimonials-slider .slide {
    padding: 0 30px;
  }
}
.testimonials-slider .slide .wrap {
  border-radius: 20px;
  padding: 30px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .testimonials-slider .slide .wrap {
    padding: 30px;
  }
}
.testimonials-slider .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
.testimonials-slider .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
@media (min-width: 1024px) {
  .testimonials-slider .img-box {
    width: 72px;
    height: 72px;
  }
}
.testimonials-slider .img-box img {
  display: block;
  width: 100%;
  border-radius: 50px;
}
.testimonials-slider .text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 10px;
}
@media (min-width: 1024px) {
  .testimonials-slider .text-box {
    padding: 0 0 0 20px;
  }
}
.testimonials-slider .name {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .testimonials-slider .name {
    font-size: 18px;
    line-height: 22px;
  }
}
.testimonials-slider .designation {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}
.testimonials-slider .date {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.testimonials-slider .star-rating {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-slider .star-rating li {
  padding: 0 3px;
}
.testimonials-slider .star-rating img {
  display: block;
  max-width: 15px;
  height: auto;
}

.local_business {
  background: #e5e8ec;
}
.local_business #sidebar {
  border-color: #e5e8ec;
}
.local_business #header .header-holder {
  padding: 0 25px;
  min-height: 75px;
  background: #fff;
}
.local_business #content {
  padding: 0;
}
.local_business #content .main-holder {
  padding: 75px 10px 0;

}
@media (min-width: 1200px) {
  .local_business #content .main-holder {
    padding: 0 10px;
  }
}
.local_business #content.tasks-frame {
  padding: 0;
}
@media (min-width: 1200px) {
  .local_business #content.tasks-frame {
    padding: 0 0 0 260px;
  }
}
@media (min-width: 1600px) {
  .local_business #content.tasks-frame {
    padding: 0 0 0 295px;
  }
}
.local_business .tab-content.customer-content {
  padding: 20px 0 0;
}
@media (min-width: 1200px) {
  .local_business .tab-content.customer-content {
    padding: 45px 0 0;
  }
}
.local_business .tab-content .tab-pipline {
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}
@media (min-width: 1366px) {
  .local_business .tasks-info-block {
    height: calc(100vh - 240px);
  }
}
.local_business .tasks-info-block .sub-title {
  margin: 0 0 10px;
}
.local_business .business_tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -75px;
  left: 25px;
  z-index: 5;
  position: absolute;
}
@media (max-width: 1199px) {
  .local_business .business_tabs {
    top: 0;
    left: 0;
    position: relative;
    background: #fff;
    margin: 0 -25px;
    padding: 0 25px;
  }
}
.local_business .business_tabs li {
  margin: 0 10px 0 0;
}
.local_business .business_tabs li.active a {
  background: #e5e8ec;
}
.local_business .business_tabs a {
  min-height: 75px;
  background: #fff;
  font-weight: 700;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #363565;
}
@media (max-width: 1199px) {
  .local_business .business_tabs a {
    padding: 10px;
  }
}
.local_business .business_tabs a:hover {
  background: #e5e8ec;
}
.local_business .detail-block {
  padding: 0;
}
.local_business .detail-block .btn-download {
  margin: 0;
  background: #fff;
}
.local_business .datepicker-box {
  padding: 30px 0;
}
.local_business .datepicker-box .date-box {
  background: #fff;
  padding: 0 20px 0 50px;
}
.local_business .datepicker-box .date-box .ico-calendar {
  top: 14px;
  left: 36px;
  position: absolute;
  font-size: 15px;
  color: #0f3047;
}
.local_business .datepicker-box .date-box input {
  color: #000;
}
.local_business .datepicker-box .date-box input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}
.local_business .datepicker-box .date-box input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.local_business .datepicker-box .date-box input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.local_business .datepicker-box .date-box input::-ms-input-placeholder {
  opacity: 1;
  color: #000;
}
.local_business .datepicker-box .date-box input::placeholder {
  opacity: 1;
  color: #000;
}
.local_business .dashboard_info_holder {
  position: relative;
}
@media (min-width: 1600px) {
  .local_business .dashboard_info_holder {
    padding-right: 350px;
    min-height: calc(100vh - 205px);
  }
}
@media (min-width: 1850px) {
  .local_business .dashboard_info_holder {
    padding-right: 500px;
  }
}
.local_business .right_info_holder {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 85px 0 20px;
  position: relative;
  margin: 0 0 10px;
}
@media (min-width: 1600px) {
  .local_business .right_info_holder {
    width: 340px;
    top: 0;
    right: 0;
    height: calc(100vh - 205px);
    position: absolute;
    margin: 0;
  }
}
@media (min-width: 1850px) {
  .local_business .right_info_holder {
    width: 490px;
  }
}
.local_business .right_info_holder:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  border-radius: 0 0 10px 10px;
}
.local_business .right_info_holder .dropdown-holder {
  top: 10px;
  right: 8px;
  z-index: 5;
  position: absolute;
}
.local_business .right_info_holder .dropdown-holder .ico {
  font-size: 4px;
  color: #C0BDCC;
}
.local_business .right_info_holder .heading-holder {
  top: 15px;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}
.local_business .right_info_holder .jcf-scrollbar-vertical {
  background: #fff;
}
.local_business .tasks_holder {
  width: 100% !important;
  height: 100% !important;
}
.local_business .tasks_list {
  padding: 20px 10px 0 5px;
  margin: 0;
  list-style: none;
}
.local_business .tasks_list li {
  margin: 0 0 15px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
}
.local_business .tasks_list li:last-child {
  margin: 0;
}
.local_business .tasks_list .title {
  display: block;
  margin: 0 0 5px;
  color: #000;
}
.local_business .tasks_list p {
  margin: 0;
}
.local_business .tasks_list .check-label {
  top: 13px;
  left: 8px;
  position: absolute;
}
.local_business .left_info_holder {
  overflow: hidden;
}
.local_business .numbers_list {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .local_business .numbers_list {
    display: block;
    margin: 0;
  }
}
.local_business .numbers_list li {
  width: 25%;
  padding: 0 5px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .local_business .numbers_list li {
    padding: 0;
    width: 100%;
  }
}
.local_business .numbers_list .number-holder {
  width: 100%;
  min-height: 182px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.local_business .numbers_list .wrap {
  overflow: hidden;
}
.local_business .numbers_list.width li {
  width: 50%;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .local_business .numbers_list.width li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .local_business .numbers_list.width li {
    width: 100%;
  }
}
.local_business .numbers_list.width li .number-holder {
  min-height: 200px;
}
.local_business .icon-holder {
  overflow: hidden;
  margin: 0 0 5px;
}
.local_business .icon-box {
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #e1e1ef;
}
.local_business .icon-box img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.local_business .icon-box.green {
  background: #e2f4ec;
}
.local_business .icon-box.red {
  background: #ffedef;
}
.local_business .icon-box.grey {
  background: #dde2e5;
}
.local_business .text-desc {
  display: block;
  color: #adacc4;
  font-size: 14px;
  line-height: 16px;
}
.local_business .number {
  margin: 0 0 5px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #363565;
  display: block;
}
.local_business .value {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.local_business .value.positive {
  color: green;
}
.local_business .value.positive:before {
  top: 6px;
  left: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 2.5px 3px 2.5px;
  border-color: transparent transparent green transparent;
}
.local_business .value.negative {
  color: red;
}
.local_business .value.negative:before {
  top: 7px;
  left: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: red transparent transparent transparent;
}
.local_business .search-form {
  width: 100%;
}
@media (min-width: 1366px) {
  .local_business .search-form {
    width: 24%;
    margin-right: 10px;
  }
}
.local_business .latest_info_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .local_business .latest_info_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.local_business .latest_leads {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .local_business .latest_leads {
    margin: 0 14px 0 0;
    width: 43%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1850px) {
  .local_business .latest_leads {
    width: 38.3%;
  }
}
.local_business .latest_leads:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82px;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  border-radius: 0 0 10px 10px;
}
.local_business .latest_leads .heading-wrap {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.local_business .latest_leads .title-leads {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #091b29;
  font-weight: 800;
}
.local_business .latest_leads .icon-hold {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #ffedef;
}
.local_business .latest_leads .icon-hold img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.local_business .latest_leads .info-row {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: #fff;
}
.local_business .latest_leads .info-row:nth-child(odd) {
  background: #f8f8fb;
}
.local_business .latest_leads .title-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44%;
}
.local_business .latest_leads .title-head {
  display: block;
  color: #091b29;
}
.local_business .latest_leads span {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.local_business .latest_leads .date-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.local_business .latest_leads .txt-box {
  width: 72px;
  min-height: 22px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.local_business .latest_leads .txt-box.rejected {
  background: #ffedef;
  color: #ea5a69;
}
.local_business .latest_leads .txt-box.pending {
  background: #e1e1ef;
  color: #4b4a76;
}
.local_business .latest_leads .txt-box.approve {
  background: #e2f4ec;
  color: #5da785;
}
.local_business .latest_leads .date {
  color: #091b29;
  font-size: 13px;
  line-height: 15px;
  padding: 0 5px;
}
.local_business .graph_holder {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1200px) {
  .local_business .graph_holder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.local_business .graph_wrap {
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.local_business .dropdown-menu.automation {
  min-width: 12rem;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
}
.local_business .dropdown-menu .title-sort {
  display: block;
  margin: 0 0 10px;
}
.local_business .dropdown-menu .option-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.local_business .dropdown-menu .option-list li {
  margin: 0 0 10px;
}
.local_business .dropdown-menu .option-list .check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.local_business .dropdown-menu .option-list .fake-checkbox {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 3px;
}
.local_business .dropdown-menu .option-list input[type=checkbox]:checked + .fake-checkbox {
  background: green;
  border-color: green;
}
.local_business .dropdown-menu .btn-edit {
  display: block;
  text-align: center;
  color: #212529;
  text-decoration: underline;
}
.local_business .dropdown-menu .btn-edit:hover {
  text-decoration: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?2gv10r");
  src: url("/assets/fonts/icomoon.eot?2gv10r#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?2gv10r") format("truetype"), url("/assets/fonts/icomoon.woff?2gv10r") format("woff"), url("/assets/fonts/icomoon.svg?2gv10r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-check:before {
  content: "\e941";
}

.icon-Schedule:before {
  content: "\e93d";
}

.icon-comments:before {
  content: "\e93e";
}

.icon-project:before {
  content: "\e93f";
}

.icon-paper-pin:before {
  content: "\e940";
}

.icon-arrow-right:before {
  content: "\e93b";
}

.icon-arrow-left:before {
  content: "\e93c";
}

.icon-line:before {
  content: "\e93a";
}

.icon-play:before {
  content: "\e939";
}

.icon-edit:before {
  content: "\e938";
}

.icon-bullet:before {
  content: "\e934";
}

.icon-remove:before {
  content: "\e935";
}

.icon-anchor:before {
  content: "\e936";
}

.icon-id-card:before {
  content: "\e937";
}

.icon-google:before {
  content: "\e933";
}

.icon-help:before {
  content: "\e932";
}

.icon-wifi:before {
  content: "\e930";
}

.icon-chip:before {
  content: "\e931";
}

.icon-tick:before {
  content: "\e92f";
}

.icon-lock:before {
  content: "\e92b";
}

.icon-bell2:before {
  content: "\e92c";
}

.icon-mail:before {
  content: "\e92d";
}

.icon-user:before {
  content: "\e92e";
}

.icon-arrow-up:before {
  content: "\e902";
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-add:before {
  content: "\e904";
}

.icon-empty-delet:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e907";
}

.icon-more:before {
  content: "\e908";
}

.icon-next:before {
  content: "\e909";
}

.icon-prev:before {
  content: "\e90a";
}

.icon-plus:before {
  content: "\e90b";
}

.icon-delete:before {
  content: "\e90c";
}

.icon-activities:before {
  content: "\e90d";
}

.icon-apps:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-setting:before {
  content: "\e910";
}

.icon-logout:before {
  content: "\e911";
}

.icon-support:before {
  content: "\e912";
}

.icon-bell:before {
  content: "\e913";
}

.icon-letter:before {
  content: "\e914";
}

.icon-customer:before {
  content: "\e915";
}

.icon-lead:before {
  content: "\e916";
}

.icon-calendar:before {
  content: "\e917";
}

.icon-seo:before {
  content: "\e918";
}

.icon-communicate:before {
  content: "\e919";
}

.icon-dashboard:before {
  content: "\e91a";
}

.icon-eye:before {
  content: "\e91b";
}

.icon-eye-off:before {
  content: "\e91c";
}

.icon-circle:before {
  content: "\e91d";
}

.icon-dark-smile:before {
  content: "\e91e";
}

.icon-send:before {
  content: "\e91f";
}

.icon-camera:before {
  content: "\e920";
}

.icon-reply:before {
  content: "\e921";
}

.icon-smile:before {
  content: "\e922";
}

.icon-fill-file:before {
  content: "\e923";
}

.icon-comment:before {
  content: "\e924";
}

.icon-big-eye:before {
  content: "\e925";
}

.icon-chevron-down:before {
  content: "\e926";
}

.icon-facebook:before {
  content: "\e927";
}

.icon-dowload:before {
  content: "\e928";
}

.icon-star:before {
  content: "\e929";
}

.icon-calendar1:before {
  content: "\e92a";
}

.icon-google:before {
  content: "\ea88";
}

.icon-thumbs-down:before {
  content: "\e900";
}

.icon-thumbs-up:before {
  content: "\e901";
}

body {
  color: #fff;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
}
body.pillar-popup-active, body.tactic-popup-active, body.photo-popup-active, body.map-popup-active, body.edit-client-active {
  overflow: hidden;
}

.resize-active * {
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

a {
  -webkit-transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear, border 0.3s linear, button 0.3s linear;
  -o-transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear, border 0.3s linear, button 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear, border 0.3s linear, button 0.3s linear;
}
a:hover {
  text-decoration: none;
  outline: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 25px;
}
#wrapper:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 0;
  opacity: 0;
  z-index: 500;
  visibility: hidden;
  position: fixed;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  background: rgba(0, 0, 0, 0.57);
}
.create-popup-active #wrapper:after, .order-popup-active #wrapper:after, .blog-popup-active #wrapper:after, .ads-popup-active #wrapper:after, .photo-popup-active #wrapper:after, .map-popup-active #wrapper:after, .chat-popup-active #wrapper:after, .tactic-popup-active #wrapper:after, .edit-client-active #wrapper:after, .pillar-popup-active #wrapper:after {
  opacity: 1;
  visibility: visible;
}

.btn {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.btn-primary {
  min-width: 140px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  border-color: #0F3047;
  border-radius: 50px;
  padding: 12px 10px;
  background: #0F3047;
}

.btn-new {
  margin: 0 0 0 15px;
  padding: 12px 10px;
  min-width: 100px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #fff;
  border: none;
  text-align: center;
  background: #0F3047;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  border: none;
}
@media (max-width: 767px) {
  .btn-new {
    margin: 0 0 0 10px;
  }
}
.btn-new i {
  font-size: 10px;
  line-height: 1;
  margin-right: 3px;
}

.btn-info {
  margin: 0;
  padding: 22px 15px;
  min-width: 245px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #fff;
  border: none;
  text-align: center;
  background: #06d3e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
}

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

#sidebar {
  top: 0;
  left: 0;
  bottom: 0;
  overflow: visible;
  position: fixed;
  width: 293px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  border-right: 1px solid #ebebeb;
  background: #fff;
}
@media (max-width: 1599px) {
  #sidebar {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  #sidebar {
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    bottom: 0;
    overflow: auto;
  }
  .nav-active #sidebar {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  #sidebar {
    width: 100%;
  }
}
#sidebar .logo-holder {
  padding: 36px 0 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #sidebar .logo-holder {
    padding: 85px 0 36px;
  }
}
#sidebar .logo {
  display: inline-block;
}
#sidebar .logo a {
  display: block;
}
#sidebar .logo a img {
  display: block;
  height: auto;
  max-width: 100%;
}
#sidebar .nav-holder {
  padding: 15px;
}
@media (min-width: 1024px) {
  #sidebar .nav-holder {
    padding: 16px 15px 175px;
  }
}
@media (min-width: 1200px) {
  #sidebar .nav-holder {
    width: 100% !important;
    height: calc(100% - 92px);
    padding: 16px 18px 175px 22px;
  }
}
@media (max-width: 1199px) {
  #sidebar .nav-holder.style {
    height: auto;
  }
}
@media (min-width: 1024px) {
  #sidebar .bottom-holder {
    position: absolute;
    bottom: 20px;
    left: 22px;
    right: 18px;
  }
}
#sidebar .jcf-scrollbar-vertical {
  background: transparent !important;
}
#sidebar .sec-nav-holder {
  overflow: auto;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  #sidebar .sec-nav-holder {
    max-height: 50%;
  }
}
#sidebar .title-insight {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #C0BDCC;
  font-weight: 400;
  margin: 0 0 13px;
  padding: 0 17px;
}
#sidebar .premium-holder {
  overflow: hidden;
  margin: 0 0 25px;
}
#sidebar .premium-holder a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 212px;
  min-height: 102px;
  position: relative;
  border-radius: 30px;
  padding: 0 25px 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#fc7b16), to(#fb6d6c));
  background: -o-linear-gradient(left, #fc7b16, #fb6d6c);
  background: linear-gradient(to right, #fc7b16, #fb6d6c);
}
#sidebar .premium-holder a:after {
  top: 0;
  left: 0;
  width: 53px;
  height: 64px;
  content: "";
  position: absolute;
  background: url(/assets/images/placeholder-img.png) no-repeat;
}
#sidebar .premium-holder .text {
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
#sidebar .premium-holder .sub-text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
#sidebar .premium-holder .sub-text:before {
  top: 3px;
  right: 8px;
  color: #fff;
  font-size: 12px;
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
}
#sidebar .setting-holder {
  padding: 0 22px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sidebar .user-img {
  width: 45px;
  height: 45px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
#sidebar .user-img .active-dot {
  top: 4px;
  right: -6px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: #0F3047;
  position: absolute;
}
#sidebar .icons-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sidebar .icons-hold .ico {
  display: block;
  font-size: 20px;
  color: #7A86A1;
  font-family: "icomoon";
}
#sidebar .icons-hold a {
  display: block;
}
#sidebar .icons-hold a + a {
  margin: 0 0 0 35px;
}
#sidebar .icons-hold a:hover .ico {
  color: #0F3047;
}

.nav-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 28px;
}
.nav-bar li {
  margin: 0 0 5px;
}
.nav-bar li:last-child {
  margin: 0;
}
.nav-bar li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 20px;
}
.nav-bar li a .icon {
  display: block;
  margin: 0;
}
.nav-bar li a .ico {
  margin: 0 18px 0 0;
  color: #7A86A1;
  font-size: 20px;
  font-family: "icomoon" !important;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.nav-bar li a .text {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #7A86A1;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.nav-bar li a.active, .nav-bar li a:hover {
  background: #0F3047;
}
.nav-bar li a.active .ico,
.nav-bar li a.active .text, .nav-bar li a:hover .ico,
.nav-bar li a:hover .text {
  color: #fff;
}

.insight-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.insight-nav li {
  margin: 0 0 5px;
}
.insight-nav li:last-child {
  margin: 0;
}
.insight-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0 42px 0 18px;
  border-radius: 20px;
  position: relative;
  background: 0.4s linear;
}
.insight-nav li .icon {
  display: block;
  margin: 0;
}
.insight-nav li .ico {
  margin: 0 16px 0 0;
  color: #7A86A1;
  font-size: 20px;
  font-family: "icomoon" !important;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.insight-nav li .text {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #7A86A1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.insight-nav li.active, .insight-nav li:hover {
  border-radius: 20px;
  background: #0F3047;
}
.insight-nav li.active .ico,
.insight-nav li.active .text, .insight-nav li:hover .ico,
.insight-nav li:hover .text {
  color: #fff;
}
.insight-nav .number-hold {
  top: 50%;
  right: 21px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.insight-nav .number-hold.bg-orange {
  background: #F96767;
}
.insight-nav .number-hold.bg-gray {
  background: #C0BDCC;
}
.insight-nav .number-hold .number {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
}

#header {
  position: relative;
}
#header:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1199px) {
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 999;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
#header.fixed-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 293px;
  right: 0;
  padding: 0 15px;
  z-index: 999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1599px) {
  #header.fixed-header {
    left: 260px;
  }
}
@media (max-width: 1199px) {
  #header.fixed-header {
    left: 0;
  }
}
#header h1 {
  top: 35px;
  left: 29px;
}
#header.style {
  top: 0;
  right: 37px;
  width: 45%;
  z-index: 99;
  position: absolute;
}
@media (max-width: 1599px) {
  #header.style {
    width: 39%;
  }
}
@media (max-width: 1365px) {
  #header.style {
    width: 36%;
    right: 15px;
  }
}
@media (max-width: 1199px) {
  #header.style {
    width: auto;
    left: 15px;
  }
}
#header .header-holder {
  padding: 41px 8px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  #header .header-holder {
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#header .create-bar {
  padding: 0 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  #header .create-bar {
    padding: 0 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header .select-hold {
  width: 259px;
  position: relative;
}
#header .select-hold:after {
  top: 50%;
  right: 13px;
  font-size: 8px;
  color: #7A86A1;
  content: "\e903";
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
  pointer-events: none;
}
#header .btn-customize {
  margin: 0 0 0 25px;
}
@media (max-width: 767px) {
  #header .btn-customize {
    margin: 0 0 0 5px;
    min-width: 120px;
  }
}

h1 {
  top: -92px;
  left: 0;
  position: absolute;
  margin: 0;
  font-size: 40px;
  line-height: 46px;
  font-weight: 800;
  color: #000;
}
@media (max-width: 1199px) {
  h1 {
    position: relative;
    top: 0;
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 1.2;
  }
}
h1.style {
  top: 0;
  margin: 0 0 19px;
  position: relative;
}

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

.profile-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-list li {
  margin: 0 0 0 36px;
  position: relative;
}
@media (max-width: 1199px) {
  .profile-list li {
    margin: 0 0 0 25px;
  }
}
.profile-list li:first-child {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-list li a {
  display: block;
}
.profile-list li .ico {
  font-size: 20px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}
.profile-list li .activity-box {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0F3047;
  border-radius: 19px;
}
.profile-list li .activity-box .ico {
  color: #fff;
}
.profile-list li .number {
  top: -1px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #FBF9FE;
  background: #F96767;
}
.profile-list li .number.style {
  top: -8px;
  right: -20px;
}
.profile-list li.active .search-field {
  width: 500px;
  padding: 0 24px;
}
@media (max-width: 1599px) {
  .profile-list li.active .search-field {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .profile-list li.active .search-field {
    width: 100%;
    padding: 0 10px;
  }
}
.profile-list li.active form {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.profile-list.style {
  margin: 0;
}
.profile-list.style li {
  margin: 0 20px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .profile-list.style li {
    margin: 0 10px 0 0;
  }
}
.profile-list.style li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .profile-list form {
    top: 100%;
    width: 210px;
    right: 50%;
    opacity: 0;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    visibility: hidden;
    position: absolute;
    margin-top: 10px;
  }
}
.profile-list .search-field {
  width: 0;
  height: 30px;
  font-size: 15px;
  line-height: 18px;
  color: #7A86A1;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.profile-list .search-field:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.profile-list .search-field::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.profile-list .search-field:-ms-input-placeholder {
  color: #7A86A1;
}
.profile-list .search-field::-webkit-input-placeholder {
  color: #7A86A1;
}
@media (max-width: 767px) {
  .profile-list .search-field {
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    height: 50px;
  }
}
.profile-list .search-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

#content {
  width: 100%;
  margin: 0 0 0 295px;
  padding: 0 30px;
}
@media (max-width: 1599px) {
  #content {
    margin: 0 0 0 265px;
  }
}
@media (max-width: 1365px) {
  #content {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  #content {
    width: 100%;
    margin: 0;
  }
}
#content.tasks-frame {
  margin: 0;
  padding: 0 30px 0 325px;
}
@media (max-width: 1599px) {
  #content.tasks-frame {
    padding: 0 30px 0 295px;
  }
}
@media (max-width: 1365px) {
  #content.tasks-frame {
    padding: 0 20px 0 285px;
  }
}
@media (max-width: 1199px) {
  #content.tasks-frame {
    width: 100%;
    padding: 0 20px;
  }
}
#content .main-holder {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  color: #7A86A1;
}
@media (max-width: 1199px) {
  #content .main-holder {
    padding: 80px 0 45px;
  }
}
#content .main-holder .para-text {
  margin: 0 0 30px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #7A86A1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
#content .title-small {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  top: -42px;
  position: relative;
}
@media (max-width: 1199px) {
  #content .title-small {
    top: 0;
    margin: 0 0 20px;
  }
}
#content .tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1365px) {
  #content .tab-bar {
    display: block;
  }
}
#content .pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -19px 20px;
}
@media (max-width: 767px) {
  #content .pages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -19px 10px;
  }
}
#content .pages li {
  padding: 0 19px;
}
@media (max-width: 767px) {
  #content .pages li {
    margin: 0 0 10px;
  }
}
#content .pages li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #7A86A1;
  padding: 0 5px 5px;
  position: relative;
}
#content .pages li a:after {
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  display: none;
  background: #0F3047;
  position: absolute;
}
#content .pages li a:hover:after, #content .pages li a.active:after {
  display: block;
}
#content .pages.style {
  margin: 0 -19px 30px;
}
@media (max-width: 1899px) {
  #content .pages.style {
    margin: 0 -10px 30px;
  }
}
@media (max-width: 1365px) {
  #content .pages.style {
    margin: 0 -5px 15px;
  }
}
#content .pages.style li {
  padding: 0 19px;
}
@media (max-width: 1899px) {
  #content .pages.style li {
    padding: 0 10px;
  }
}
@media (max-width: 1365px) {
  #content .pages.style li {
    padding: 0 5px;
  }
}
@media (max-width: 1365px) {
  #content .pages.style li a {
    font-size: 13px;
  }
}
#content .pages.margin-none {
  margin: 0 -19px;
}
@media (max-width: 1899px) {
  #content .pages.margin-none {
    margin: 0 -10px;
  }
}
@media (max-width: 1365px) {
  #content .pages.margin-none {
    margin: 0 -5px;
  }
}
#content h2 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  color: #000;
}
@media (max-width: 1199px) {
  #content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
#content .selects-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1365px) {
  #content .selects-holder {
    margin: 20px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1023px) {
  #content .selects-holder {
    display: block;
  }
}
#content .selects-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  padding: 0 220px 0 0;
}
@media (max-width: 1023px) {
  #content .selects-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -5px 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #content .selects-wrap {
    display: block;
    margin: 0;
  }
}
#content .selects-wrap .select-frame {
  width: 258px;
  padding: 0 5px;
}
@media (max-width: 1599px) {
  #content .selects-wrap .select-frame {
    width: 200px;
  }
}
@media (max-width: 1023px) {
  #content .selects-wrap .select-frame {
    width: 33.333333333%;
  }
}
@media (max-width: 767px) {
  #content .selects-wrap .select-frame {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  #content .paging-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.select-frame {
  position: relative;
}
.select-frame .ico {
  top: 50%;
  left: 20px;
  font-size: 15px;
  z-index: 5;
  color: #7A86A1;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .select-frame .ico {
    left: 15px;
  }
}
.select-frame:after {
  top: 50%;
  right: 20px;
  font-size: 10px;
  color: #7A86A1;
  content: "\e903";
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
  pointer-events: none;
}
.select-frame .select {
  padding: 4px 15px 4px 40px;
}
@media (max-width: 1599px) {
  .select-frame .select {
    padding: 4px 15px 4px 30px;
  }
}

.info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 150px 0 0;
}
@media (max-width: 1199px) {
  .info-bar {
    display: block;
    padding: 0;
  }
}
.info-bar .total-holder {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info-bar .total-holder.style {
  margin: 0;
}
.info-bar .wrap {
  overflow: hidden;
}
.info-bar .title {
  margin: 0 0 8px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
.info-bar .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.info-bar .text-number {
  margin: 0 32px 0 0;
  display: block;
  font-size: 48px;
  line-height: 52px;
  font-weight: 800;
  color: #000;
}
@media (max-width: 1365px) {
  .info-bar .text-number {
    margin: 0 20px 0 0;
    font-size: 38px;
    line-height: 42px;
  }
}
.info-bar .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 25px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin: 0 0 5px;
  background: #e0f2ff;
}
.info-bar .status .icon {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  background: #0F3047;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-bar .status .icon .ico {
  font-size: 5px;
  color: #e0f2ff;
  font-family: "icomoon" !important;
}
.info-bar .status .text {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #0F3047;
}
.info-bar .status.bad {
  background: #f9e2d2;
}
.info-bar .status.bad .icon {
  background: #F96767;
}
.info-bar .status.bad .icon .ico {
  color: #fff;
}
.info-bar .status.bad .text {
  color: #F96767;
}
.info-bar .graph-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -19px 6.7% 0 0;
  width: 325px;
  height: 110px;
}
@media (max-width: 1599px) {
  .info-bar .graph-holder {
    width: 260px;
    margin: -19px 2% 0 0;
  }
}
@media (max-width: 1199px) {
  .info-bar .graph-holder {
    width: 100%;
    margin: 0;
    height: auto !important;
  }
}

.detail-block {
  position: relative;
  padding: 10px 0 0;
}
.detail-block:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .detail-block {
    padding: 24px 0 0;
  }
}
.detail-block.check .btn-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow-page .detail-block {
  padding-top: 0;
}
.detail-block .detail-holder {
  padding: 38px 20px 10px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
}
@media (max-width: 1365px) {
  .detail-block .detail-holder {
    padding: 25px 10px 10px;
  }
}
@media (max-width: 767px) {
  .detail-block .detail-holder {
    padding: 20px 10px 10px;
  }
}
.flow-page .detail-block .detail-holder {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 38px 0 0;
}
.detail-block .detail-holder.style {
  min-height: inherit;
  padding: 38px 23px 0;
}
@media (max-width: 1365px) {
  .detail-block .detail-holder.style {
    padding: 38px 10px 0;
  }
}
@media (max-width: 1199px) {
  .detail-block .detail-holder.style {
    height: auto;
  }
}
.detail-block .filter-bar {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-block .filter-bar.style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .detail-block .filter-bar.style {
    display: block;
  }
}
@media (max-width: 1199px) {
  .detail-block .filter-bar {
    display: block;
  }
}
.detail-block .datepicker-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .detail-block .datepicker-box {
    margin: 0 0 15px;
  }
}
.detail-block .datepicker-box .calendar {
  width: 214px;
  height: 40px;
  background: #ddd;
}
.detail-block .btns-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1199px) {
  .detail-block .btns-hold {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.detail-block .btns-hold.style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.detail-block .btn-delete {
  width: 45px;
  height: 45px;
  margin: 0 0 0 20px;
  border-radius: 19px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EBEBEB;
}
@media (max-width: 1023px) {
  .detail-block .btn-delete {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .detail-block .btn-delete {
    margin: 0;
  }
}
.detail-block .btn-delete .ico {
  color: #7A86A1;
  font-size: 20px;
  font-family: "icomoon" !important;
}
.detail-block .btn-filter {
  position: relative;
}
.detail-block .btn-filter.month .filter {
  width: 145px;
  margin: 0 0 0 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1023px) {
  .detail-block .btn-filter.month .filter {
    margin: 0 0 0 10px;
    width: 118px;
  }
}
.detail-block .btn-filter.group .filter {
  width: 165px;
  margin: 0 0 0 20px;
}
@media (max-width: 1023px) {
  .detail-block .btn-filter.group .filter {
    margin: 0 0 0 10px;
  }
}
.detail-block .filter {
  width: 80px;
  height: 45px;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EBEBEB;
}
.detail-block .filter .ico {
  display: block;
  color: #7A86A1;
  font-size: 5px;
  margin: 0 0 0 10px;
  font-family: "icomoon" !important;
}
.detail-block .filter .txt {
  margin: 0;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
}
.detail-block .btn-download {
  width: 45px;
  height: 45px;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
}
@media (min-width: 1024px) {
  .detail-block .btn-download {
    margin: 0 0 0 20px;
  }
}
.detail-block .btn-download .ico {
  font-size: 20px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}

.search-form {
  width: 358px;
  height: 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .search-form {
    width: 100%;
    margin: 0 0 15px;
  }
}
.search-form.style {
  width: 100%;
}
.search-form:after {
  top: 50%;
  left: 15px;
  content: "\e90f";
  font-size: 15px;
  color: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
}
.search-form .input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
  border: 1px solid #EBEBEB;
  border-radius: 19px;
  padding: 0 43px;
}
.search-form .input:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.search-form .input::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.search-form .input:-ms-input-placeholder {
  color: #7A86A1;
}
.search-form .input::-webkit-input-placeholder {
  color: #7A86A1;
}

.check-label {
  margin: 0;
}
.check-label.style {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.check-label .fake-label {
  margin: 0 0 0 20px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input[type=checkbox]:checked + .fake-checkbox {
  background: #0F3047;
  border-color: #0F3047;
}
input[type=checkbox]:checked + .fake-checkbox:before {
  opacity: 1;
}

.fake-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #C0BDCC;
  background: #fff;
  position: relative;
}
.fake-checkbox:before {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-width: 0 0 2px 2px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}
.fake-checkbox.style {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  border-color: #EBEBEB;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input[type=radio]:checked + .fake-radio {
  background: #0F3047;
  border-color: #0F3047;
}
input[type=radio]:checked + .fake-radio:before {
  opacity: 1;
}

.fake-radio {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #C0BDCC;
  background: #fff;
  position: relative;
}
.fake-radio:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
  background: #fff;
}

.btn-add {
  min-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 19px;
  border: none;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(105, 95, 151, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(105, 95, 151, 0.14);
}
.btn-add .ico {
  font-size: 16px;
  margin: 0 10px 0 0;
  display: block;
  color: #0F3047;
  font-family: "icomoon" !important;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.btn-add .txt {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #0F3047;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.btn-add:hover {
  background: #0F3047;
}
.btn-add:hover .ico,
.btn-add:hover .txt {
  color: #fff;
}
.btn-add.style {
  top: -65px;
  right: 0;
  position: absolute;
}
@media (max-width: 1199px) {
  .btn-add.style {
    top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px;
  }
}

.dropdown-toggle:after {
  display: none;
}

@media (min-width: 1024px) {
  .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    font-size: 14px;
    -webkit-transform: translate3d(0, 0, 0px) !important;
            transform: translate3d(0, 0, 0px) !important;
  }
}

.dropdown-item {
  padding: 0.25rem 1rem;
}
.dropdown-item.style {
  margin: 0 0 5px;
  padding: 0.025em 1rem 0.025rem 2rem;
  position: relative;
}
.dropdown-item .check-label {
  top: 0;
  left: 5px;
  position: absolute;
}

.table {
  margin: 0 0 21px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .table {
    margin: 0 0 10px;
  }
}
.table.popup-table thead {
  border: none;
}
.table.popup-table thead th {
  padding: 0;
}
.table.popup-table td {
  padding: 6px 0;
}
.table thead {
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .table thead {
    display: none;
  }
}
.table thead th {
  padding: 0 0 26px;
  border: none;
  position: relative;
}
.table thead th .text {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #C0BDCC;
}
.table thead th .text.style {
  padding: 0 0 0 40px;
}
.table thead th .text.black {
  color: #000;
}
.table tbody tr {
  /*&.check {
  	@include media('>=tablet') {
  		background: #fff;
  		border-radius: 50px;
  		box-shadow: 0px 0px 54px 0px rgba(104, 97, 138, 0.13);
  	}
  }*/
}
@media (max-width: 767px) {
  .table tbody tr {
    border: 1px solid #212529;
    display: block;
    margin: 0 0 10px;
    border-radius: 10px;
    padding: 10px;
  }
}
.table td {
  padding: 17px 3px;
  border: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table td {
    padding: 17px 0;
  }
}
.table td .txt {
  font-size: 14px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
  border: none;
}
.table td .txt a {
  color: #7A86A1;
}
.table td .txt-line {
  display: block;
  width: 27px;
  height: 4px;
  border-radius: 20px;
  background: #7A86A1;
}
.table td .icon-tick {
  display: block;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .table td {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table td:not([data-title]):before, .table td[data-title=""]:before {
    content: "";
  }
  .table td:before {
    width: 180px;
    content: attr(data-title) ": ";
    padding: 0 10px 0 0;
    font-weight: 700;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .table td:before {
    width: 110px;
    font-size: 14px;
    line-height: 16px;
  }
}
.table .info-text-box {
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .table .info-text-box {
    padding: 0 5px 0 30px;
  }
}
.table .info-text-box .img {
  width: 45px;
  height: 45px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .table .info-text-box .img {
    margin: 0 10px 0 0;
  }
}
.table .info-text-box .name {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}
.table .name {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}
.table .txt-status {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
  padding: 0 0 0 20px;
  position: relative;
}
.table .txt-status a {
  color: #7A86A1;
}
@media (max-width: 767px) {
  .table .txt-status {
    padding: 2px 0 0 20px;
  }
}
.table .txt-status:after {
  top: 6px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
}
.table .txt-status.active:after {
  background: #0F3047;
}
.table .txt-status.pause:after {
  background: #F9B035;
}
.table .txt-status.archive:after {
  background: #C0BDCC;
}
.table .txt-status.good:after {
  background: #0A7B42;
}
.table .txt-status.critical:after {
  background: #E21100;
}
.table .user-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table .user-list li {
  margin: 0 -3px;
}
.table .user-list li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  position: relative;
}
.table .user-list li a:hover .tooltip {
  opacity: 1;
}
.table .user-list li a img {
  display: block;
  max-width: 100%;
}
.table .user-list li .tooltip {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 138px;
  height: 45px;
  padding: 5px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.table .user-list li .tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.table .ico {
  font-size: 4px;
  color: #C0BDCC;
  font-family: "icomoon" !important;
}
.table .col1 {
  width: 31.5%;
}
@media (max-width: 767px) {
  .table .col1 {
    width: 100%;
  }
}
.table .col2 {
  width: 28.4%;
}
@media (max-width: 767px) {
  .table .col2 {
    width: 100%;
  }
}
.table .col3 {
  width: 16.4%;
}
@media (max-width: 767px) {
  .table .col3 {
    width: 100%;
  }
}
.table .col4 {
  width: 21%;
}
@media (max-width: 767px) {
  .table .col4 {
    width: 100%;
  }
}
.table .col5 {
  width: 17.8%;
}
@media (max-width: 767px) {
  .table .col5 {
    width: 100%;
  }
}
.table .col6 {
  width: 18.2%;
}
@media (max-width: 767px) {
  .table .col6 {
    width: 100%;
  }
}
.table .col7 {
  width: 22.2%;
}
@media (max-width: 767px) {
  .table .col7 {
    width: 100%;
  }
}
.table .col8 {
  width: 13.4%;
}
@media (max-width: 767px) {
  .table .col8 {
    width: 100%;
  }
}
.table .col9 {
  width: 14.3%;
}
@media (max-width: 767px) {
  .table .col9 {
    width: 100%;
  }
}
.table .col10 {
  width: 12.5%;
}
@media (max-width: 767px) {
  .table .col10 {
    width: 100%;
  }
}
.table .col11 {
  width: 20%;
}
@media (max-width: 767px) {
  .table .col11 {
    width: 100%;
  }
}
.table .check-label {
  top: 0;
  left: 0;
  position: absolute;
}
.table .check-label.style {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table .dropdown-holder {
  display: inline-block;
  position: relative;
}
.table .dropdown-holder.show .ico {
  color: #0F3047;
}

.progress {
  width: 105px;
  height: 5px;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .progress {
    width: 80px;
  }
}
.d-flex .progress {
  width: 75px;
}

.paging-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .paging-bar {
    padding: 15px 20px;
  }
}

.items-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items-counter .title-showing {
  display: block;
  margin: 0 16px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
@media (max-width: 767px) {
  .items-counter .title-showing {
    margin: 0 5px 0 0;
  }
}
.items-counter .select-holder:after {
  right: 0;
  font-size: 6px;
}
.items-counter .select {
  width: 37px;
  height: 18px;
  padding: 0;
  border: none;
}

.paging-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging-list li {
  margin: 0 9px;
}
@media (max-width: 767px) {
  .paging-list li {
    margin: 0 5px;
  }
}
.paging-list li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #C0BDCC;
}
.paging-list li a.btn-prev, .paging-list li a.btn-next {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.paging-list li a.btn-prev .ico, .paging-list li a.btn-next .ico {
  color: #C0BDCC;
  font-size: 12px;
  font-family: "icomoon" !important;
}
.paging-list li a.active, .paging-list li a:hover {
  color: #0F3047;
}
.paging-list li a.active.btn-prev, .paging-list li a.active.btn-next, .paging-list li a:hover.btn-prev, .paging-list li a:hover.btn-next {
  background: #fff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.18);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.18);
}
.paging-list li a.active.btn-prev .ico, .paging-list li a.active.btn-next .ico, .paging-list li a:hover.btn-prev .ico, .paging-list li a:hover.btn-next .ico {
  color: #0F3047;
}

.info-detail-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 1199px) {
  .info-detail-holder {
    display: block;
  }
}
.info-detail-holder .selects-bar {
  padding: 0 24px 0 0;
  width: 320px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-right: 1px solid #EBEBEB;
}
@media (max-width: 1365px) {
  .info-detail-holder .selects-bar {
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .info-detail-holder .selects-bar {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.info-detail-holder .selects-bar .jcf-scrollbar-vertical {
  right: -20px !important;
}
.info-detail-holder .wrap-selects {
  height: 775px;
  text-align: center;
}
@media (max-width: 1199px) {
  .info-detail-holder .wrap-selects {
    height: auto !important;
  }
}
.info-detail-holder .wrap-selects .btn-add {
  margin: 0 0 25px;
}
.info-detail-holder .question-holder {
  padding: 0 0 39px;
  margin: 0 0 26px;
  text-align: left;
  border-bottom: 2px solid #E8E8E8;
}
.info-detail-holder .question-holder.active {
  border-color: #0F3047;
}
.info-detail-holder .question-holder.active .question,
.info-detail-holder .question-holder.active .ico-mail,
.info-detail-holder .question-holder.active .ico-del {
  color: #0F3047;
}
.info-detail-holder .question-row {
  padding: 0 20px 0 28px;
  position: relative;
  margin: 0 0 12px;
}
.info-detail-holder .question-row .question {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #7A86A1;
}
.info-detail-holder .question-row .ico-mail {
  top: 1px;
  left: 5px;
  position: absolute;
  font-size: 15px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}
.info-detail-holder .question-row .ico-del {
  top: 3px;
  right: 2px;
  position: absolute;
  font-size: 16px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}
.info-detail-holder .select-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-detail-holder .select-row.style {
  margin: 0 0 11px;
}
.info-detail-holder .select-row .text {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #7A86A1;
  width: 78px;
  padding: 0;
  min-height: inherit;
}
@media (max-width: 1365px) {
  .info-detail-holder .select-row .text {
    width: 70px;
  }
}
.info-detail-holder .select-row .icon-hold {
  display: block;
  text-align: center;
  width: 78px;
}
@media (max-width: 1365px) {
  .info-detail-holder .select-row .icon-hold {
    width: 70px;
  }
}
.info-detail-holder .select-row .ico {
  display: inline-block;
  position: relative;
}
.info-detail-holder .select-row .ico:before {
  font-size: 16px;
  color: #7A86A1;
  content: "\e905";
  font-family: "icomoon" !important;
}
.info-detail-holder .select-row .ico:hover:before {
  content: "\e90c";
}
.info-detail-holder .select-row .box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-detail-holder .select-row .box.style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.info-detail-holder .select-row .box .hold {
  padding: 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-detail-holder .select-row .box .hold + .hold {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-detail-holder .ico-add-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-detail-holder .ico-add-hold .ico-add {
  font-size: 16px;
  color: #000;
  font-family: "icomoon" !important;
}
.info-detail-holder .input-number {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  width: 53px;
  height: 45px;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-detail-holder .input-number:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.info-detail-holder .input-number::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.info-detail-holder .input-number:-ms-input-placeholder {
  color: #7A86A1;
}
.info-detail-holder .input-number::-webkit-input-placeholder {
  color: #7A86A1;
}
.info-detail-holder .input-number:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.info-detail-holder .activities-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 39px 0 0 64px;
}
@media (max-width: 1365px) {
  .info-detail-holder .activities-block {
    padding: 39px 0 0 10px;
  }
}
@media (max-width: 1199px) {
  .info-detail-holder .activities-block {
    padding: 0;
  }
}
.info-detail-holder .activities-block.style {
  padding: 39px 0 0 50px;
}
@media (max-width: 1365px) {
  .info-detail-holder .activities-block.style {
    padding: 39px 0 0 10px;
  }
}
@media (max-width: 1199px) {
  .info-detail-holder .activities-block.style {
    padding: 0;
  }
}
.info-detail-holder .title-hold {
  margin: 0 0 20px;
  overflow: hidden;
}
.info-detail-holder .title-field {
  width: 100%;
  height: 45px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #0F3047;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.info-detail-holder .title-field:-moz-placeholder {
  color: #0F3047;
  opacity: 1;
}
.info-detail-holder .title-field::-moz-placeholder {
  color: #0F3047;
  opacity: 1;
}
.info-detail-holder .title-field:-ms-input-placeholder {
  color: #0F3047;
}
.info-detail-holder .title-field::-webkit-input-placeholder {
  color: #0F3047;
}
.info-detail-holder .title-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
}
.info-detail-holder .result-holder {
  max-width: 888px;
  margin: 0 auto;
}
.info-detail-holder .result-fields-holder {
  overflow: hidden;
  margin: 40px 0 17px;
}
.info-detail-holder .result-field-wrap {
  margin: 0 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-detail-holder .title-left {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #7A86A1;
}
.info-detail-holder .result-field {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
}
.info-detail-holder .result-field:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.info-detail-holder .result-field::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.info-detail-holder .result-field:-ms-input-placeholder {
  color: #7A86A1;
}
.info-detail-holder .result-field::-webkit-input-placeholder {
  color: #7A86A1;
}
.info-detail-holder .result-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.info-detail-holder .title-result {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #7A86A1;
}
.info-detail-holder .textarea-holder {
  overflow: hidden;
}
.info-detail-holder textarea {
  width: 100%;
  resize: none;
  height: 365px;
}

.activities-holder {
  max-width: 690px;
  margin: 0 auto;
}
.activities-holder .text-wrap,
.activities-holder .photos-wrap {
  display: none;
}

.options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 32px;
  padding: 0 0 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .options-list {
    margin: 0 -10px 20px;
  }
}
.options-list li {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .options-list li {
    padding: 0 10px;
  }
}
.options-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #7A86A1;
  position: relative;
}
.options-list li a:after {
  left: -5px;
  right: -5px;
  bottom: -8px;
  content: "";
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background: #0F3047;
  position: absolute;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.options-list li a:hover:after, .options-list li a.active:after {
  opacity: 1;
  visibility: visible;
}
.options-list .select {
  width: 100px;
  height: 24px;
  padding: 0;
  border: none;
}

.wrap-content .btn-wrap {
  margin-bottom: 20px;
}

.detail-form:after {
  content: " ";
  display: block;
  clear: both;
}
.detail-form.style {
  margin: 0 42px 0 0;
}
@media (max-width: 1023px) {
  .detail-form.style {
    margin: 0;
  }
}
.detail-form .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 575px) {
  .detail-form .detail-row {
    display: block;
    margin: 0;
  }
}
.detail-form .detail-row.style {
  margin: 0 -48px;
}
@media (max-width: 1023px) {
  .detail-form .detail-row.style {
    margin: 0 -15px;
  }
}
@media (max-width: 575px) {
  .detail-form .detail-row.style {
    display: block;
    margin: 0;
  }
}
.detail-form .detail-hold {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 575px) {
  .detail-form .detail-hold {
    width: 100%;
    padding: 0;
  }
}
.detail-form .detail-hold.style {
  padding: 0 48px;
}
@media (max-width: 1023px) {
  .detail-form .detail-hold.style {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .detail-form .detail-hold.style {
    padding: 0;
  }
}
.detail-form .detail-hold .btn-wrap {
  padding-bottom: 15px;
}
.detail-form .field-wrap {
  margin: 0 0 20px;
  position: relative;
}
.detail-form .field-wrap.style {
  border: 1px solid #EBEBEB;
  border-radius: 12px;
}
.detail-form .field-wrap.style-alt2 {
  margin: 0 0 56px;
}
.detail-form .field-control {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
  width: 100%;
  height: 45px;
  padding: 0 15px 0 57px;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.detail-form .field-control:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.detail-form .field-control::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.detail-form .field-control:-ms-input-placeholder {
  color: #7A86A1;
}
.detail-form .field-control::-webkit-input-placeholder {
  color: #7A86A1;
}
@media (max-width: 1023px) {
  .detail-form .field-control {
    padding: 0 15px 0 50px;
  }
}
.detail-form .field-control.style {
  padding: 0 57px 0 15px;
}
@media (max-width: 1023px) {
  .detail-form .field-control.style {
    padding: 0 50px 0 15px;
  }
}
.detail-form .field-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.detail-form .check-label {
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.detail-form .check-label.style {
  top: 8px;
  left: 5px;
  position: absolute;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.detail-form .check-label.pos-style {
  left: auto;
  right: 13px;
}
.detail-form .btn-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px;
}
.detail-form .img-holder {
  width: 100%;
  height: 143px;
  display: block;
  border-radius: 12px;
  background: #EDEDED;
}
.detail-form .img-holder .img {
  height: 100%;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.detail-form .img-holder img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.detail-form .text {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 14px 10px;
  font-size: 14px;
  line-height: 16px;
  color: #7A86A1;
  overflow: hidden;
  font-weight: 400;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-form .search-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.detail-form .input-hold {
  width: 358px;
  height: 45px;
  margin: 0 0 16px;
  position: relative;
}
@media (max-width: 767px) {
  .detail-form .input-hold {
    width: 100%;
    margin: 0 0 15px;
  }
}
.detail-form .input-hold:after {
  top: 50%;
  left: 15px;
  content: "\e90d";
  font-size: 15px;
  color: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
}
.detail-form .input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
  border: 1px solid #EBEBEB;
  border-radius: 19px;
  padding: 0 43px;
}
.detail-form .input:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.detail-form .input::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.detail-form .input:-ms-input-placeholder {
  color: #7A86A1;
}
.detail-form .input::-webkit-input-placeholder {
  color: #7A86A1;
}

.info-popup {
  top: 0;
  right: 0;
  bottom: 0;
  width: 906px;
  position: fixed;
  background: #fff;
  z-index: 999;
  padding: 50px 50px 20px;
  border-radius: 45px 0 0 45px;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .info-popup {
    width: 700px;
    padding: 42px 20px 50px;
  }
}
@media (max-width: 767px) {
  .info-popup {
    width: 550px;
    padding: 30px 20px;
    border-radius: 20px 0 0 20px;
  }
}
@media (max-width: 575px) {
  .info-popup {
    width: 100%;
    border-radius: 0;
  }
}
.info-popup.create-popup {
  padding: 50px 50px 70px;
}
@media (max-width: 1023px) {
  .info-popup.create-popup {
    padding: 42px 20px 70px;
  }
}
@media (max-width: 767px) {
  .info-popup.create-popup {
    padding: 30px 20px 50px;
  }
}
.info-popup.photo-popup .search-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.info-popup.photo-popup .input-hold {
  width: 358px;
  height: 45px;
  margin: 0 0 16px;
  position: relative;
}
@media (max-width: 767px) {
  .info-popup.photo-popup .input-hold {
    width: 100%;
    margin: 0 0 15px;
  }
}
.info-popup.photo-popup .input-hold:after {
  top: 50%;
  left: 15px;
  content: "\e90f";
  font-size: 15px;
  color: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
}
.info-popup.photo-popup .input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
  border: 1px solid #EBEBEB;
  border-radius: 19px;
  padding: 0 43px;
}
.info-popup.photo-popup .input:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.info-popup.photo-popup .input::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.info-popup.photo-popup .input:-ms-input-placeholder {
  color: #7A86A1;
}
.info-popup.photo-popup .input::-webkit-input-placeholder {
  color: #7A86A1;
}
.info-popup .heading-holder {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #7A86A1;
  overflow: hidden;
}
.info-popup .heading-holder p {
  margin: 0;
}
@media (max-width: 767px) {
  .info-popup .heading-holder .image-box {
    max-width: 50%;
  }
}
.info-popup .heading-holder .image-box img {
  max-width: 100%;
  display: block;
  height: auto;
}
.info-popup .title {
  display: block;
  margin: 0 0 25px;
  font-size: 54px;
  line-height: 58px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .info-popup .title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
  }
}
.info-popup .cross-icon {
  top: 25px;
  right: 15px;
  font-size: 26px;
  color: #7A86A1;
  position: absolute;
  font-family: "icomoon" !important;
}
@media (max-width: 1023px) {
  .info-popup .cross-icon {
    top: 6px;
    right: 37px;
  }
}
@media (max-width: 575px) {
  .info-popup .cross-icon {
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
}
.info-popup .cross-icon:hover {
  text-decoration: none;
}
.info-popup .cross-icon:after {
  display: none;
}
.info-popup .btn-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  min-height: 40px;
  border-radius: 17px;
  background: #0F3047;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
}
.info-popup .btn-select.disable {
  background: #c4c4c4;
  pointer-events: none;
}
.info-popup .signature-hold {
  margin: 0 0 20px;
  overflow: hidden;
}
.info-popup .title-day {
  margin: 0 0 5px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
}
.info-popup .title-name {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
}
.info-popup.chat-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.info-popup.tactic-popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.info-popup .blog-order-box {
  margin: 0;
}
.info-popup .blog-order-box:after {
  content: " ";
  display: block;
  clear: both;
}
.info-popup .blog-order-bar {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-popup .title-blog-order {
  display: block;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}
.info-popup .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-popup .total-price .title-total {
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.info-popup .total-price .title-price {
  display: block;
  font-size: 52px;
  line-height: 56px;
  font-weight: 600;
  color: #000;
}
.info-popup .images-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74.7%;
  margin: 0 -5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .info-popup .images-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.info-popup .images-wrap li {
  padding: 0 5px;
  width: 33.333333333%;
}
.info-popup .images-wrap li .wrap-img {
  display: block;
  position: relative;
  z-index: 1;
}
.info-popup .images-wrap li .wrap-img img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 16px;
}
.info-popup .images-wrap li .wrap-img:hover .ico-download {
  display: block;
}
.info-popup .images-wrap li .wrap-img:hover .icons-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-popup .images-wrap li .ico-download {
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  color: #fff;
  display: none;
  position: absolute;
  font-family: "icomoon" !important;
}
.info-popup .images-wrap li .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
  border-radius: 16px;
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
}
.info-popup .images-wrap li .more-images {
  top: 50%;
  left: 50%;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 767px) {
  .info-popup .images-wrap li .more-images {
    font-size: 26px;
    line-height: 30px;
  }
}
.info-popup .images-wrap li .image-box {
  overflow: hidden;
}
.info-popup .images-wrap li .image-box img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
.info-popup .images-wrap.style {
  width: 100%;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .info-popup .images-wrap.style {
    margin: 0 -5px;
  }
}
.info-popup .images-wrap.style li {
  margin: 0 0 15px;
  padding: 0 10px;
  width: 25%;
}
@media (max-width: 767px) {
  .info-popup .images-wrap.style li {
    padding: 0 5px;
    width: 50%;
  }
}
.info-popup .images-wrap.style li .wrap-img {
  margin: 0 0 10px;
}
.info-popup .images-wrap .img-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
}
.info-popup .images-wrap .icons-box {
  bottom: 10px;
  right: 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.info-popup .images-wrap .icons-box .ico {
  display: block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
  font-family: "icomoon" !important;
}

.download-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 212px;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 17px;
  background: #0F3047;
}
.download-all:hover {
  opacity: 0.7;
  color: #fff;
}

.map-popup-active .map-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.photo-popup-active .photo-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ads-popup-active .ads-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.blog-popup-active .blog-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.chat-popup-active .chat-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.chat-popup-active .chat-popup {
  opacity: 1;
  visibility: visible;
}

.order-popup-active .order-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.order-popup .jcf-scrollable {
  padding: 0 30px 0 0;
}

.create-popup-active .create-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tactic-popup-active .tactic-popup {
  opacity: 1;
  visibility: visible;
}

.tactic-popup-active .tactic-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.pillar-popup-active .pillar-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.edit-client-active .edit-client-popup {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tactic-popup-active,
.chat-popup-active,
.create-popup-active,
.order-popup-active,
.ads-popup-active,
.map-popup-active,
.photo-popup-active,
.blog-popup-active,
.edit-client-active,
.pillar-popup-active {
  overflow: hidden;
}

.upload-list {
  padding: 0;
  margin: 0 -10px 15px;
  list-style: none;
}
@media (max-width: 1023px) {
  .upload-list {
    margin: 0 -5px;
  }
}
.upload-list label {
  margin: 0;
  display: block;
  width: 100%;
}
.upload-list input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.upload-list li {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .upload-list li {
    padding: 0 5px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .upload-list li {
    width: 33.333333333%;
  }
}
@media (max-width: 575px) {
  .upload-list li {
    width: 50%;
  }
}
.upload-list li a {
  display: block;
}
.upload-list .fake-file {
  display: block;
  width: 100%;
  height: 135px;
  overflow: hidden;
  background: #EDEDED;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  background-position: 50% 50%;
}
.upload-list .fake-file.selected {
  -webkit-box-shadow: 0 0 0 3px #0F3047 inset;
          box-shadow: 0 0 0 3px #0F3047 inset;
}
.upload-list .fake-file img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.signin-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  height: 100vh;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .signin-block {
    min-height: inherit;
    height: auto;
    display: block;
  }
}
.signin-block .left-align {
  width: 45.5%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .signin-block .left-align {
    width: 100%;
    min-height: 500px;
    padding: 0 15px;
    margin: 0 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.signin-block .logo {
  top: 46px;
  left: 40px;
  position: absolute;
}
@media (max-width: 767px) {
  .signin-block .logo {
    top: 70px;
    left: 15px;
  }
}
.signin-block .logo a {
  display: block;
}
.signin-block .logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.signin-block .heading-hold {
  max-width: 373px;
}
.signin-block .heading-frame {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #7A86A1;
  overflow: hidden;
}
.signin-block .heading-frame p {
  margin: 0 0 25px;
}
.signin-block h1 {
  margin: 0;
  font-size: 50px;
  line-height: 54px;
  font-weight: 800;
  color: #fff;
  position: static;
}
@media (max-width: 1023px) {
  .signin-block h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.signin-block .copyright {
  bottom: 48px;
  left: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  position: absolute;
}
@media (max-width: 767px) {
  .signin-block .copyright {
    left: 15px;
    bottom: 30px;
  }
}
.signin-block .right-align {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .signin-block .right-align {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .signin-block .right-align {
    padding: 0 15px 30px;
  }
}
.signin-block .create-account-bar {
  top: 40px;
  right: 38px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
@media (max-width: 767px) {
  .signin-block .create-account-bar {
    top: 30px;
    right: 15px;
  }
}
.signin-block .info-icon-hold {
  margin: 0 0 0 24px;
  position: relative;
}
.signin-block .ico-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 4px;
  color: #C0BDCC;
  border: 1px solid #EBEBEB;
  border-radius: 19px;
  font-family: "icomoon";
}
@media (max-width: 767px) {
  .signin-block .ico-style {
    color: #fff;
  }
}
.signin-block .text {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
@media (max-width: 767px) {
  .signin-block .text {
    color: #fff;
  }
}
.signin-block .text a {
  color: #0F3047;
}
@media (max-width: 767px) {
  .signin-block .text a {
    color: #fff;
  }
}
.signin-block .signin-box {
  width: 100%;
  max-width: 618px;
  margin: 0 auto;
}
.signin-block h2 {
  margin: 0 0 25px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
}
.signin-block .signin-btns-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 25px;
}
@media (max-width: 1023px) {
  .signin-block .signin-btns-hold {
    margin: 0 -5px 25px;
  }
}
.signin-block .btn-hold {
  padding: 0 10px;
  width: 60%;
}
@media (max-width: 1023px) {
  .signin-block .btn-hold {
    padding: 0 5px;
    width: 50%;
  }
}
.signin-block .btn-hold + .btn-hold {
  width: 40%;
}
@media (max-width: 1023px) {
  .signin-block .btn-hold + .btn-hold {
    width: 50%;
  }
}
.signin-block .btn-hold .btn {
  width: 100%;
  min-height: 55px;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(104, 97, 138, 0.14);
          box-shadow: 0px 0px 40px 0px rgba(104, 97, 138, 0.14);
}
.signin-block .btn-hold .btn .ico {
  margin: 0 10px 0 0;
  display: block;
  font-size: 20px;
  color: #0F3047;
  font-family: "icomoon" !important;
}
.signin-block .btn-hold .btn .txt {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #0F3047;
}
@media (max-width: 1023px) {
  .signin-block .btn-hold .btn .txt {
    font-size: 14px;
    line-height: 18px;
  }
}
.signin-block .btn-hold .btn:focus, .signin-block .btn-hold .btn.active, .signin-block .btn-hold .btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#faaa39), to(#fa6b63));
  background: -o-linear-gradient(left, #faaa39, #fa6b63);
  background: linear-gradient(to right, #faaa39, #fa6b63);
}
.signin-block .btn-hold .btn:focus .ico,
.signin-block .btn-hold .btn:focus .txt, .signin-block .btn-hold .btn.active .ico,
.signin-block .btn-hold .btn.active .txt, .signin-block .btn-hold .btn:hover .ico,
.signin-block .btn-hold .btn:hover .txt {
  color: #fff;
}
.signin-block .form-info:after {
  content: " ";
  display: block;
  clear: both;
}
.signin-block .heading {
  padding: 21px 0 0;
  margin: 0 0 33px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
  position: relative;
}
.signin-block .heading:after {
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #C0BDCC;
  position: absolute;
}
.signin-block .heading p {
  margin: 0;
}
.signin-block .fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 22px;
}
@media (max-width: 767px) {
  .signin-block .fields-row {
    margin: 0 -5px 20px;
  }
}
.signin-block .field-hold {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .signin-block .field-hold {
    padding: 0 5px;
  }
}
.signin-block .field-wrap {
  position: relative;
}
.signin-block .field-wrap .ico {
  top: 50%;
  right: 20px;
  color: #C0BDCC;
  font-size: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon";
}
.signin-block .field-wrap .icon-eye-off {
  display: none;
}
.signin-block .switch-state input[type=text] + .icon-eye {
  display: none;
}
.signin-block .switch-state input[type=text] + .icon-eye + .icon-eye-off {
  display: block;
}
.signin-block .label {
  display: block;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.signin-block .field {
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
  padding: 0 50px 0 20px;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.signin-block .field:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.signin-block .field::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.signin-block .field:-ms-input-placeholder {
  color: #7A86A1;
}
.signin-block .field::-webkit-input-placeholder {
  color: #7A86A1;
}
.signin-block .field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.signin-block .forgot-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.signin-block .fake-label {
  display: block;
  margin: 0 32px 0 0;
  padding: 0 0 0 36px;
  position: relative;
}
.signin-block .fake-label .sub-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
.signin-block .fake-label .sub-text a {
  color: #0F3047;
}
.signin-block .fake-checkbox {
  top: 3px;
  left: 0;
  position: absolute;
}
.signin-block .forgot {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #0F3047;
}
.signin-block .btn-signin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 299px;
  min-height: 55px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#6749cb), to(#e05d8f));
  background: -o-linear-gradient(left, #6749cb, #e05d8f);
  background: linear-gradient(to right, #6749cb, #e05d8f);
}
.signin-block .btn-signin:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e05d8f), to(#6749cb));
  background: -o-linear-gradient(left, #e05d8f, #6749cb);
  background: linear-gradient(to right, #e05d8f, #6749cb);
}
.signin-block .btn-back {
  margin: 20px 0 0;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #0F3047;
}

.google-setup-info {
  overflow: hidden;
  margin-bottom: 20px;
}
.google-setup-info .order-info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.google-setup-info .order-info-box {
  width: 50%;
}
.google-setup-info .text-row {
  margin: 0 0 20px;
  overflow: hidden;
}
.google-setup-info .info-text {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  display: block;
}
.google-setup-info .sub-text {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
.google-setup-info .project-detail-holder {
  overflow: hidden;
}
.google-setup-info .title-project {
  margin: 0 0 20px;
  display: block;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}
.google-setup-info .input-row {
  margin: 0 0 10px;
  overflow: hidden;
}
.google-setup-info .label-hold {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.google-setup-info .label-hold .ico {
  display: block;
  font-size: 15px;
  color: #000;
  margin: 0 0 0 5px;
  font-family: "icomoon" !important;
}
.google-setup-info .label {
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}
.google-setup-info .input-control {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
  padding: 0 20px;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.google-setup-info .input-control:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.google-setup-info .input-control::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.google-setup-info .input-control:-ms-input-placeholder {
  color: #7A86A1;
}
.google-setup-info .input-control::-webkit-input-placeholder {
  color: #7A86A1;
}
.google-setup-info .input-control.style {
  display: block;
  margin: 0;
  color: #000;
}
.google-setup-info .input-control.textarea-style {
  height: 99px;
  padding: 10px 20px;
  resize: none;
}
.google-setup-info .input-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.google-setup-info .note {
  display: block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #7A86A1;
}

.arrow-down {
  width: 36px;
  height: 36px;
  font-size: 15px;
  color: #000;
  left: 50%;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 15px;
  background: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "icomoon" !important;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.arrow-down:hover {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.4);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.4);
}

.completed-info-bar:after {
  content: " ";
  display: block;
  clear: both;
}
.completed-info-bar .heading-bar {
  margin: 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.completed-info-bar .arrow-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.completed-info-bar .arrow-fixed:before {
  position: absolute;
  bottom: 0;
  left: 293px;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 120px;
  pointer-events: none;
  content: "";
}
.completed-info-bar h2 {
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
}
.completed-info-bar .icons-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.completed-info-bar .info-icon-hold {
  position: relative;
}
.completed-info-bar .ico-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 4px;
  color: #C0BDCC;
  border: 1px solid #EBEBEB;
  border-radius: 19px;
  font-family: "icomoon";
}
.completed-info-bar .projects-post-holder {
  position: relative;
  max-width: 1200px;
  padding: 0 0 100px;
}
.completed-info-bar .projects-post-holder:after {
  content: " ";
  display: block;
  clear: both;
}
.completed-info-bar .projects-post-holder:after {
  top: 80px;
  right: 245px;
  bottom: 0;
  content: "";
  position: absolute;
  border-right: 1px dashed #E1E1E1;
}
@media (max-width: 1599px) {
  .completed-info-bar .projects-post-holder:after {
    display: none;
  }
}
.completed-info-bar .detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 45px;
  padding: 0 170px 0 0;
  position: relative;
}
.completed-info-bar .detail-row:last-child {
  margin: 0;
}
@media (max-width: 1365px) {
  .completed-info-bar .detail-row {
    margin: 0 0 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .completed-info-bar .detail-row {
    padding: 0;
  }
}
.completed-info-bar .post-holder {
  width: 35.5%;
  margin: 0 9.9% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1599px) {
  .completed-info-bar .post-holder {
    margin: 0 5% 0 0;
  }
}
@media (max-width: 1365px) {
  .completed-info-bar .post-holder {
    width: 100%;
    margin: 0 0 30px;
  }
}
.completed-info-bar .images-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .completed-info-bar .images-holder {
    margin: 0 0 15px;
  }
}
.completed-info-bar .align-left {
  width: 194px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .completed-info-bar .align-left {
    width: 160px;
  }
}
.completed-info-bar .align-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.completed-info-bar .img {
  width: 55px;
  height: 55px;
  margin: 0 25px 0 0;
  border-radius: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .completed-info-bar .img {
    margin: 0 5px 0 0;
  }
}
.completed-info-bar .title-blog {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.completed-info-bar .text-date {
  margin: 0 0 5px;
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
}
.completed-info-bar .title-order {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
.completed-info-bar .title-order .txt {
  font-weight: 600;
  color: #0F3047;
}
.completed-info-bar .download-btn {
  top: 50%;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  min-height: 45px;
  background: #fff;
  border-radius: 19px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
}
.completed-info-bar .download-btn:hover {
  background: #0F3047;
}
.completed-info-bar .download-btn:hover .ico,
.completed-info-bar .download-btn:hover .txt {
  color: #fff;
}
.completed-info-bar .download-btn .ico {
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #0F3047;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  font-family: "icomoon" !important;
}
.completed-info-bar .download-btn .txt {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #0F3047;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
@media (max-width: 767px) {
  .completed-info-bar .download-btn {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.completed-info-bar .images-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 74.7%;
  margin: 0 -5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .completed-info-bar .images-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.completed-info-bar .images-wrap li {
  padding: 0 5px;
  width: 33.333333333%;
}
.completed-info-bar .images-wrap li .wrap-img {
  display: block;
  position: relative;
}
.completed-info-bar .images-wrap li .wrap-img img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 16px;
}
.completed-info-bar .images-wrap li .wrap-img:hover .ico-download {
  display: block;
}
.completed-info-bar .images-wrap li .wrap-img:hover .icons-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.completed-info-bar .images-wrap li .ico-download {
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  color: #fff;
  display: none;
  position: absolute;
  font-family: "icomoon" !important;
}
.completed-info-bar .images-wrap li .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
  border-radius: 16px;
  position: absolute;
  background: rgba(0, 0, 0, 0.27);
}
.completed-info-bar .images-wrap li .more-images {
  top: 50%;
  left: 50%;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 767px) {
  .completed-info-bar .images-wrap li .more-images {
    font-size: 26px;
    line-height: 30px;
  }
}
.completed-info-bar .images-wrap li .image-box {
  overflow: hidden;
}
.completed-info-bar .images-wrap li .image-box img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}
.completed-info-bar .images-wrap.style {
  width: 100%;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .completed-info-bar .images-wrap.style {
    margin: 0 -5px;
  }
}
.completed-info-bar .images-wrap.style li {
  margin: 0 0 15px;
  padding: 0 10px;
  width: 25%;
}
@media (max-width: 767px) {
  .completed-info-bar .images-wrap.style li {
    padding: 0 5px;
    width: 50%;
  }
}
.completed-info-bar .images-wrap.style li .wrap-img {
  margin: 0 0 10px;
}
.completed-info-bar .images-wrap .img-title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #7A86A1;
  font-weight: 400;
}
.completed-info-bar .images-wrap .icons-box {
  bottom: 10px;
  right: 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}
.completed-info-bar .images-wrap .icons-box .ico {
  display: block;
  margin: 0 3px;
  font-size: 15px;
  color: #fff;
  font-family: "icomoon" !important;
}
.completed-info-bar .post-date {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #C0BDCC;
  position: relative;
  text-align: center;
}
.completed-info-bar .post-date:after {
  left: 50%;
  bottom: -20px;
  content: "\e91b";
  font-size: 10px;
  color: #0F3047;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  font-family: "icomoon" !important;
}

.chat-info-wrap {
  position: relative;
}
.chat-info-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.chat-info-wrap .typing-bar {
  bottom: -67px;
  left: 0;
  height: auto;
  padding: 10px 150px;
  width: 100%;
  position: absolute;
  background: #fff;
}
@media (max-width: 767px) {
  .chat-info-wrap .typing-bar {
    padding: 0 80px;
  }
}
.chat-info-wrap .typing-field {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #7A86A1;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #CECECE;
}
.chat-info-wrap .typing-field:-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.chat-info-wrap .typing-field::-moz-placeholder {
  color: #7A86A1;
  opacity: 1;
}
.chat-info-wrap .typing-field:-ms-input-placeholder {
  color: #7A86A1;
}
.chat-info-wrap .typing-field::-webkit-input-placeholder {
  color: #7A86A1;
}
.chat-info-wrap .typing-field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.chat-info-wrap .jcf-scrollbar-vertical {
  right: 20px !important;
}
.chat-info-wrap .attach-icons {
  top: 50%;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .chat-info-wrap .attach-icons {
    left: 0;
  }
}
.chat-info-wrap .attach-icons .ico {
  width: 36px;
  height: 36px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #0F3047;
  border-radius: 100%;
  font-family: "icomoon" !important;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.18);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.18);
}
@media (max-width: 767px) {
  .chat-info-wrap .attach-icons .ico {
    margin: 0 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.chat-info-wrap .attach-icons .ico + .ico {
  color: #7A86A1;
  border-color: #EBEBEB;
}
.chat-info-wrap .ico-reply {
  top: 50%;
  right: 70px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 22px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  background: #0F3047;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .chat-info-wrap .ico-reply {
    right: 10px;
  }
}

.chat-box {
  width: 100% !important;
  background: #F8F8F8;
  border-radius: 24px;
  padding: 20px 50px;
  height: 58vh;
  overflow: auto;
}
@media (max-width: 767px) {
  .chat-box {
    height: 52vh;
  }
}
@media (max-width: 1199px) {
  .chat-box {
    padding: 20px 30px 20px 15px;
  }
}
.chat-box.new-chat {
  height: 18vh;
  margin: 0 0 50px;
}
.chat-box .msg-hold {
  width: 100%;
}
.chat-box .chat-row {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chat-box .chat-row.msg-send .wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat-box .chat-row.msg-send .more-icons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.chat-box .chat-row.msg-send .image-wrap,
.chat-box .chat-row.msg-send .msg-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.chat-box .chat-row:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .chat-box .chat-row .image-wrap {
    max-width: 50%;
  }
  .chat-box .chat-row .image-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
.chat-box .sender-img {
  width: 38px;
  height: 38px;
  margin: 0 0 0 10px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chat-box .image-wrap {
  overflow: hidden;
}
.chat-box .image-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
}
.chat-box .receiver-img {
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chat-box .chat-row:hover .more-icons {
  opacity: 1;
}
.chat-box .wrap {
  padding: 0;
  margin: 0 0 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-box .wrap:last-child {
  margin: 0;
}
.chat-box .wrap .more-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
}
.chat-box .wrap .more-icons .ico {
  display: block;
  margin: 0 5px;
  font-size: 8px;
  color: #C0BDCC;
  font-family: "icomoon" !important;
}
.chat-box .wrap .more-icons .icon-more {
  font-size: 3px;
}
.chat-box .wrap .more-icons .icon-smile {
  font-size: 12px;
}
.chat-box .wrap .emoji-icon-hold {
  position: relative;
}
.chat-box .wrap .emoji-icon-hold:hover .emojis-bar {
  opacity: 1;
  visibility: visible;
}
.chat-box .wrap .emojis-bar {
  width: 130px;
  bottom: 100%;
  right: 0;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.18);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .chat-box .wrap .emojis-bar {
    padding: 10px;
    width: 160px;
    font-size: 20px;
  }
}
.chat-box .wrap .emojis-bar .emoji {
  display: block;
  margin: 0 3px 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .chat-box .wrap .emojis-bar .emoji {
    margin: 0 5px 5px;
  }
}
.chat-box .wrap .emojis-bar .emoji img {
  display: inline-block;
  height: auto;
  width: 100%;
  width: 20px;
}
@media (min-width: 768px) {
  .chat-box .wrap .emojis-bar .emoji img {
    width: 25px;
  }
}
.chat-box .msg-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
}
.chat-box .msg-wrap.receive {
  background: #daecfa;
  border-radius: 17px 17px 17px 4px;
}
.chat-box .msg-wrap .ico {
  font-size: 20px;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7A86A1;
  font-family: "icomoon" !important;
}
.chat-box .msg-wrap .msg-text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.chat-box .msg-wrap .msg-txt {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
.chat-box .msg-wrap .size {
  margin: 5px 0 0;
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #7A86A1;
  font-weight: 400;
}
.chat-box .msg-wrap.send {
  text-align: right;
  background: #0F3047;
  border-radius: 17px 17px 4px 17px;
}
.chat-box .msg-wrap.send .ico,
.chat-box .msg-wrap.send .msg-txt {
  color: #fff;
}

.modal-dialog.image-popup {
  max-width: 1514px;
}
.modal-dialog.image-popup .close {
  top: 0;
  right: 15px;
  outline: none;
}
@media (min-width: 768px) {
  .modal-dialog.image-popup .close {
    top: 10px;
    right: 15px;
  }
}
.modal-dialog.image-popup .modal-content {
  padding: 50px 50px 20px 50px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .modal-dialog.image-popup .modal-content {
    padding: 50px 20px 20px;
    border-radius: 25px;
  }
}
.modal-dialog.image-popup .modal-content .image-frame {
  margin: 0 0 10px;
  overflow: hidden;
}
.modal-dialog.image-popup .modal-content img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 16px;
}
.modal-dialog.image-popup .title-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-dialog.image-popup .img-title {
  margin: 0 0 20px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}

.close {
  top: -5px;
  right: 35px;
  position: absolute;
  padding: 0;
  outline: none;
}
.close span {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.nav-opener {
  display: none;
}
@media (max-width: 1199px) {
  .nav-opener {
    width: 30px;
    height: 22px;
    display: block;
    position: relative;
  }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    width: 100%;
    height: 4px;
    top: 9px;
    right: 0;
    left: 50%;
    margin: 0 0 0 -14px;
    content: "";
    position: absolute;
    background: #0F3047;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .nav-opener:before {
    top: 0;
  }
  .nav-opener span {
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: auto;
    bottom: 0;
  }
}

.nav-active {
  overflow: hidden;
}
.nav-active .nav-opener {
  z-index: 999;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener span, .nav-active .nav-opener:after, .nav-active .nav-opener:before {
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -2px 0 0 -14px;
  width: 28px;
}
.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .calendar-wrap {
    display: block;
  }
}
.calendar-wrap.calendar-active .calendar-holder {
  display: block;
}

.calendar-holder {
  margin: 0;
  display: none;
  padding: 0 100px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .calendar-holder {
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
    padding: 0 30px 0 0;
  }
}
.calendar-holder .ico-cross {
  top: 0;
  right: 50px;
  font-size: 20px;
  color: #333;
  position: absolute;
}
@media (max-width: 767px) {
  .calendar-holder .ico-cross {
    right: 0;
  }
}

.services-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1199px) {
  .services-info-block {
    display: block;
  }
}
.services-info-block:after {
  top: 0;
}
.services-info-block .jcf-scrollbar-slider {
  z-index: 9;
}
.services-info-block .tabs-holder {
  padding: 40px 0 0;
  width: 38%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.services-info-block .tabs-holder:after {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  background: #EBEBEB;
  content: "";
  width: 1px;
}
@media (max-width: 1199px) {
  .services-info-block .tabs-holder:after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .services-info-block .tabs-holder {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .services-info-block .tabs-holder {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 1023px) {
  .services-info-block .tabs-holder {
    padding: 0;
  }
}
.services-info-block .top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 0;
}
.services-info-block .top-head .subtitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #000;
}
.services-info-block .top-head .link-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 19px;
  background: #0F3047;
}
.services-info-block .tabs-info-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 173px 0 0 30px;
}
@media (max-width: 1899px) {
  .services-info-block .tabs-info-holder {
    padding: 173px 0 0 20px;
  }
}
@media (max-width: 1365px) {
  .services-info-block .tabs-info-holder {
    padding: 173px 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .services-info-block .tabs-info-holder {
    padding: 0;
  }
}
.services-info-block .filter-search {
  margin: 0 0 15px;
  position: relative;
  padding: 0 120px 0 0;
}
@media (min-width: 1366px) {
  .services-info-block .filter-search {
    padding: 20px 125px 0 0;
    margin: 0 0 32px;
  }
}
.services-info-block .filter-btn {
  top: 0;
  right: 10px;
  position: absolute;
}
@media (min-width: 1366px) {
  .services-info-block .filter-btn {
    top: 20px;
  }
}
.services-info-block .filter-btn .filter {
  width: 80px;
  height: 45px;
  padding: 0 48px;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EBEBEB;
}
.services-info-block .filter-btn .filter .ico {
  display: block;
  color: #7A86A1;
  font-size: 5px;
  margin: 0 0 0 10px;
  font-family: "icomoon" !important;
}
.services-info-block .filter-btn .filter .txt {
  margin: 0;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
}
.services-info-block .sub-tab-content {
  padding: 0;
  overflow: hidden;
}
.services-info-block .post-info-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-info-block .post-info-bar .post-img {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 19px 0 0;
  border-radius: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
.services-info-block .post-info-bar .post-text {
  -ms-flex-wrap: 1;
      flex-wrap: 1;
}
.services-info-block .post-info-bar .title-post {
  margin: 0 0 8px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.services-info-block .post-info-bar .sub-text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  color: #7A86A1;
}
.services-info-block .title-main {
  margin: 0;
  padding: 0 65px 0 0;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1599px) {
  .services-info-block .title-main {
    padding: 0 35px 0 0;
  }
}
@media (max-width: 767px) {
  .services-info-block .title-main {
    font-size: 20px;
    line-height: 1.25;
  }
}

.wrap-post-text {
  padding: 24px 30px 0 30px;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1599px) {
  .wrap-post-text {
    padding: 24px 20px 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-post-text {
    padding: 5px 20px 0 0;
  }
}
.wrap-post-text .para-wrap {
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #7A86A1;
}
.wrap-post-text .para-wrap p {
  margin: 0 0 23px;
}
.wrap-post-text .signature-holder {
  margin: 0 0 24px;
  overflow: hidden;
}
.wrap-post-text .signature-holder span {
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #7A86A1;
}
.wrap-post-text .btn-hold {
  margin: 0 0 57px;
}
.wrap-post-text .btn-hold:after {
  content: " ";
  display: block;
  clear: both;
}
.wrap-post-text .info-box {
  margin: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap-post-text .text {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  display: block;
}
.wrap-post-text .video-images {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 34px;
}
.wrap-post-text .video-images li {
  padding: 0 5px;
}
.wrap-post-text .video-images li .img-box {
  position: relative;
}
.wrap-post-text .video-images li .img-box > img {
  display: block;
  height: auto;
  border-radius: 17px;
  max-width: 100%;
}
.wrap-post-text .video-images li .img-box .play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.wrap-post-text .video-images li .img-box .play img {
  border-radius: none;
}

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  min-height: 45px;
  background: #fff;
  border-radius: 19px;
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
  margin-left: 15px;
}
.download-btn:hover {
  background: #0F3047;
}
.download-btn:hover .ico,
.download-btn:hover .txt {
  color: #fff;
}
.download-btn .ico {
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #0F3047;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  font-family: "icomoon" !important;
}
.download-btn .txt {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #0F3047;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.btn-customize {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 162px;
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 17px;
  background: #F96767;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
}
.btn-customize:hover {
  color: #F96767;
  background: #fff;
}

.accordion-holder {
  overflow: hidden;
}
.accordion-holder .title-faq {
  margin: 0 0 38px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion li {
  margin: 0 0 10px;
  border-radius: 9px;
  border: 1px solid #EBEBEB;
}
.accordion li:last-child {
  margin: 0;
}
.accordion li a {
  padding: 10px 45px 7px 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
  min-height: 37px;
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .accordion li a {
    padding: 10px 45px 7px 10px;
  }
}
.accordion li a:after {
  top: 9px;
  right: 17px;
  font-size: 13px;
  color: #7A86A1;
  content: "\e903";
  position: absolute;
  font-family: "icomoon" !important;
}
.accordion .acc-slide {
  padding: 0 20px 10px;
}
.accordion .acc-slide p {
  margin: 0;
}

#arrow,
#arrow2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  #arrow,
#arrow2 {
    display: none;
  }
}
#arrow:before,
#arrow2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 120px;
  pointer-events: none;
  content: "";
}

.tabs-content-holder {
  overflow: hidden;
  height: calc(100vh - 320px);
  overflow: auto;
}
@media (max-width: 1199px) {
  .tabs-content-holder {
    height: auto !important;
    padding: 0 0 25px;
    overflow-y: hidden !important;
  }
}
@media (max-width: 1199px) {
  .tabs-content-holder.support {
    margin: 0 -20px;
  }
}
.tabs-content-holder.style {
  padding: 0;
  height: calc(100vh - 220px);
}
.tabs-content-holder .jcf-scrollbar-vertical {
  background: transparent;
}
.tabs-content-holder .sub-tabs-holder {
  padding: 0 20px 0 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1199px) {
  .tabs-content-holder .sub-tabs-holder {
    padding: 0;
  }
}

.img-full img {
  width: 100%;
  display: block;
}

.sub-tabs-links,
.support-tabs-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .sub-tabs-links,
.support-tabs-link {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    position: relative;
  }
}
.sub-tabs-links:before,
.support-tabs-link:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  content: "";
  pointer-events: none;
}
@media (max-width: 1199px) {
  .sub-tabs-links li,
.support-tabs-link li {
    display: inline-block;
    vertical-align: top;
    width: 380px;
    white-space: normal;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .sub-tabs-links li,
.support-tabs-link li {
    width: 250px;
  }
}
.sub-tabs-links li ul li,
.support-tabs-link li ul li {
  display: block;
  width: auto;
}
@media (max-width: 1199px) {
  .sub-tabs-links .dropdown-menu,
.support-tabs-link .dropdown-menu {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    float: none;
  }
}
.sub-tabs-links .dropdown-menu .dropdown-item,
.support-tabs-link .dropdown-menu .dropdown-item {
  background: #fff;
}
.sub-tabs-links > li,
.support-tabs-link > li {
  margin: 0 0 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .sub-tabs-links > li,
.support-tabs-link > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 1199px) {
  .sub-tabs-links > li:last-child,
.support-tabs-link > li:last-child {
    margin-right: 15px;
  }
}
.sub-tabs-links > li:hover > a, .sub-tabs-links > li.active > a,
.support-tabs-link > li:hover > a,
.support-tabs-link > li.active > a {
  background: rgba(226, 124, 47, 0.3);
}
.sub-tabs-links > li.active,
.support-tabs-link > li.active {
  z-index: 9;
}
.sub-tabs-links > li > a,
.support-tabs-link > li > a {
  padding: 18px 50px 15px 21px;
  display: block;
  width: 100%;
  min-height: 95px;
  position: relative;
  border-radius: 15px;
}
@media (max-width: 1599px) {
  .sub-tabs-links > li > a,
.support-tabs-link > li > a {
    padding: 18px 50px 15px 21px;
  }
}
@media (max-width: 1199px) {
  .sub-tabs-links > li > a,
.support-tabs-link > li > a {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .sub-tabs-links > li > a,
.support-tabs-link > li > a {
    padding: 10px 15px;
  }
}
.sub-tabs-links > li > a:hover, .sub-tabs-links > li > a.active,
.support-tabs-link > li > a:hover,
.support-tabs-link > li > a.active {
  background: rgba(226, 124, 47, 0.3);
}
.sub-tabs-links .info-wrap,
.support-tabs-link .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .sub-tabs-links .info-wrap,
.support-tabs-link .info-wrap {
    display: block;
  }
}
.sub-tabs-links .img,
.support-tabs-link .img {
  width: 55px;
  height: 55px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .sub-tabs-links .img,
.support-tabs-link .img {
    margin: 0 10px 0 0;
  }
}
.sub-tabs-links .text-wrap,
.support-tabs-link .text-wrap {
  padding: 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #7A86A1;
}
.sub-tabs-links .text-wrap p,
.support-tabs-link .text-wrap p {
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .sub-tabs-links .text-wrap p,
.support-tabs-link .text-wrap p {
    height: 75px;
    overflow: hidden;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .sub-tabs-links .text-wrap p:after,
.support-tabs-link .text-wrap p:after {
    content: "...";
    display: inline-block;
  }
}
.sub-tabs-links .heading-hold,
.support-tabs-link .heading-hold {
  margin: 0 0 11px;
  overflow: hidden;
}
.sub-tabs-links .heading-hold:last-child,
.support-tabs-link .heading-hold:last-child {
  margin: 0;
}
.sub-tabs-links .title-engine,
.support-tabs-link .title-engine {
  margin: 0 0 8px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}
.sub-tabs-links .title-post,
.support-tabs-link .title-post {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1199px) {
  .sub-tabs-links .title-post,
.support-tabs-link .title-post {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
    display: block;
  }
}
.sub-tabs-links .btns-frame,
.support-tabs-link .btns-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media (max-width: 1365px) {
  .sub-tabs-links .btns-frame,
.support-tabs-link .btns-frame {
    display: block;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .sub-tabs-links .btns-frame,
.support-tabs-link .btns-frame {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .sub-tabs-links .btns-frame,
.support-tabs-link .btns-frame {
    display: none;
  }
}
.sub-tabs-links .btn-hold,
.support-tabs-link .btn-hold {
  padding: 0 5px;
}
@media (max-width: 1365px) {
  .sub-tabs-links .btn-hold,
.support-tabs-link .btn-hold {
    padding: 0 5px 0 0;
  }
}
.sub-tabs-links .btn-day,
.support-tabs-link .btn-day {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 17px;
  min-width: 144px;
  height: 40px;
  border-radius: 17px;
  background: rgba(0, 137, 255, 0.12);
}
@media (max-width: 1365px) {
  .sub-tabs-links .btn-day,
.support-tabs-link .btn-day {
    min-width: 100%;
    margin: 0 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100px;
  }
}
.sub-tabs-links .btn-day .ico,
.support-tabs-link .btn-day .ico {
  margin: 0 11px 0 0;
  display: block;
  font-size: 13px;
  color: #0F3047;
  font-family: "icomoon" !important;
}
.sub-tabs-links .btn-day .text,
.support-tabs-link .btn-day .text {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.sub-tabs-links .icons-list,
.support-tabs-link .icons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  left: 90px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .sub-tabs-links .icons-list,
.support-tabs-link .icons-list {
    left: auto;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}
.sub-tabs-links .icons-list li,
.support-tabs-link .icons-list li {
  margin: 0 0 2px;
}
.sub-tabs-links .icons-list .ico,
.support-tabs-link .icons-list .ico {
  width: 35px;
  height: 35px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "icomoon" !important;
  color: #C0BDCC;
  border-radius: 19px;
  background: none;
  border: none;
}
.sub-tabs-links .icons-list .ico:hover,
.support-tabs-link .icons-list .ico:hover {
  background: #fff;
  color: #0F3047;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(104, 97, 138, 0.14);
}
.sub-tabs-links .icons-list .ico:hover.icon-star,
.support-tabs-link .icons-list .ico:hover.icon-star {
  color: #0F3047;
}
.sub-tabs-links .icons-list .icon-star,
.support-tabs-link .icons-list .icon-star {
  color: #F9B035;
}
.sub-tabs-links .icons-list .icon-more,
.support-tabs-link .icons-list .icon-more {
  font-size: 4px;
}

.ui-datepicker {
  width: 100% !important;
}

.ui-widget-content {
  padding: 5px 10px !important;
  background: #f9f9f9 !important;
  border-color: #999 !important;
  border-radius: 10px !important;
}

.ui-widget-header {
  background: none !important;
  border: none !important;
}

.ui-state-default .ui-state-default,
.ui-widget-content .ui-state-default {
  border: none !important;
  text-align: center;
}

.ui-state-highlight .ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: #c6efd3 !important;
  color: #24ca66 !important;
}

.select-holder {
  position: relative;
}
.select-holder:after {
  top: 50%;
  right: 13px;
  font-size: 8px;
  color: #7A86A1;
  content: "\e903";
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
  pointer-events: none;
}
.select-holder.mar-bottom {
  margin-bottom: 49px;
}

select::-ms-expand {
  display: none;
}

.select {
  display: block;
  border: 1px solid #EBEBEB;
  padding: 4px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 19px;
  width: 100%;
  height: 45px;
  color: #7A86A1;
  position: relative;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  width: 100% !important;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #E7E7E7;
  width: 5px;
  bottom: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #e3e3e3;
  height: 1px;
  width: 5px;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #0F3047;
  height: 1px;
  width: 5px;
  left: 0;
  border-radius: 10px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
  display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
@media (max-width: 767px) {
  .fancybox-slide::before {
    height: 5%;
  }
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.support-styles {
  padding-top: 30px !important;
}
@media (max-width: 1199px) {
  .support-styles {
    padding-top: 80px !important;
  }
}
.support-styles .services-info-block .tabs-holder {
  padding-top: 0;
}
.support-styles .services-info-block .tabs-info-holder {
  padding-top: 0;
  overflow: hidden;
}
.support-styles .services-info-block .tabs-content-holder {
  height: calc(100vh - 270px);
}
@media (max-width: 1199px) {
  .support-styles .services-info-block .tabs-content-holder {
    height: auto;
  }
}
@media (max-width: 1199px) {
  .support-styles .services-info-block .tabs-content-holder.support {
    margin: 0 -20px;
  }
}
.support-styles .services-info-block .tabs-content-holder.style {
  height: calc(100vh - 200px);
}
@media (max-width: 1199px) {
  .support-styles .services-info-block .tabs-content-holder.style {
    height: auto;
  }
}
.support-styles .sub-tabs-links .icons-list .ico {
  border: none;
  background: none;
}
.support-styles .chat-info-wrap {
  overflow: hidden;
  background: none;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .support-styles .chat-info-wrap {
    height: 80vh;
    padding-bottom: 0;
  }
}
.support-styles .chat-info-wrap .typing-bar {
  bottom: 20px;
  padding: 10px 90px;
}
@media (min-width: 768px) {
  .support-styles .chat-info-wrap .typing-bar {
    bottom: 20px;
    padding: 10px 150px;
  }
}
.support-styles .chat-box {
  background: none;
  height: 350px;
  width: auto !important;
}
@media (min-width: 768px) {
  .support-styles .chat-box {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .support-styles .chat-box {
    padding: 15px;
  }
}

.action-list {
  position: absolute;
  top: -12px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.action-list .action-taken {
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0f3047;
  border-radius: 100%;
  line-height: 1;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
}

/* Account Page */
.account-page {
  color: #000;
}
.account-page .wrap-container {
  display: block;
}
.account-page #content {
  width: auto !important;
}
@media (max-width: 1199px) {
  .account-page #content .main-holder {
    padding: 80px 0 15px !important;
  }
}
.account-page #content .main-holder.top-spcace {
  padding: 185px 0 15px !important;
}
@media (max-width: 1199px) {
  .account-page #content .main-holder.top-spcace {
    padding: 120px 0 15px !important;
  }
}
@media (max-width: 1199px) {
  .account-page h1 {
    position: relative;
    top: 0;
    margin: 0 0 25px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.account-page .account-section {
  min-height: 100vh;
}
.account-page .btn {
  min-width: 180px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 50px;
  text-align: center;
  padding: 12px 15px;
  color: #fff;
  border-color: #0F3047;
  background: #0F3047;
}
.account-page .btn.btn-red {
  color: #fff;
  border-color: #F96767;
  background: #F96767;
}
.account-page .btn.has-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  color: #7A86A1;
  border-color: #EBEBEB;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.account-page .btn.has-ico img {
  margin-right: 5px;
}
.account-page .profile-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1366px) {
  .account-page .profile-header {
    display: block;
    margin-bottom: 50px;
  }
}
.account-page .profile-header .title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}
.account-page .profile-header .user-box {
  width: 130px;
  text-align: center;
}
@media (min-width: 1366px) {
  .account-page .profile-header .user-box {
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
  }
}
.account-page .profile-header .user-box .title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  .account-page .profile-header .user-box .title {
    font-size: 20px;
    line-height: 23px;
  }
}
.account-page .profile-header .user-box .link {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: #7A86A1;
}
@media (min-width: 1366px) {
  .account-page .profile-header .user-box .link {
    font-size: 14px;
    line-height: 17px;
  }
}
.account-page .profile-header .user-box .img-box {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 100%;
  margin: 0 auto 10px;
}
@media (min-width: 1366px) {
  .account-page .profile-header .user-box .img-box {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto 15px;
  }
}
.account-page .profile-header .user-box .img-box .btn-change {
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  color: #7A86A1;
}
@media (min-width: 1366px) {
  .account-page .profile-header .user-box .img-box .btn-change {
    right: 0;
  }
}
.account-page .profile-header .user-box .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.account-page .side-nav {
  width: 100%;
  position: relative;
  padding: 0 0 15px;
  margin-bottom: 15px;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .account-page .side-nav {
    float: left;
    width: 20%;
    position: relative;
    padding: 20px 15px 0 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.account-page .side-nav:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -9999px;
  width: 1px;
  background: #EBEBEB;
}
@media (min-width: 1024px) {
  .account-page .side-nav:before {
    display: block;
  }
}
.account-page .side-nav.border-none:before {
  display: none;
}
@media (min-width: 1024px) {
  .account-page .side-nav.fixed-bar {
    padding: 0 15px 0 0;
  }
}
.account-page .profile-nav {
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .account-page .profile-nav {
    display: block;
    white-space: normal;
  }
}
.account-page .profile-nav li {
  display: inline-block;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .account-page .profile-nav li {
    display: block;
    margin: 0 0 20px;
    padding: 0;
  }
}
.account-page .profile-nav li.active a {
  color: #0F3047;
}
.account-page .profile-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7A86A1;
}
.account-page .profile-nav a:hover {
  color: #0F3047;
}
.account-page .profile-nav i {
  width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.account-page .profile-nav i.icon-mail {
  font-size: 15px;
}
.account-page .profile-nav .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 10px;
}
.account-page .profile-nav .text.pad-none {
  padding: 0;
}
.account-page .profile-nav.fixed-nav li {
  position: relative;
}
.account-page .profile-nav.fixed-nav li:after {
  bottom: -7px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: #F96767;
  position: absolute;
}
.account-page .profile-nav.fixed-nav li.active:after {
  width: 100%;
}
@media (min-width: 1024px) {
  .account-page .right-content {
    width: 80%;
    float: right;
    padding: 0 0 30px 20px;
  }
}
.account-page .form-information {
  position: relative;
  width: 100%;
}
@media (min-width: 1366px) {
  .account-page .form-information {

  }
}
@media (min-width: 1900px) {
  .account-page .form-information {

  }
}
.account-page .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  margin-bottom: 15px;
  color: #7A86A1;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
}
@media (min-width: 1366px) {
  .account-page .form-control {
    margin-bottom: 20px;
  }
}
.account-page .notification-block {
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.account-page .notification-block .checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .account-page .notification-block .checkbox-wrap {
    margin: 0 -10px;
  }
}
.account-page .notification-block .column {
  width: 100%;
}
@media (min-width: 768px) {
  .account-page .notification-block .column {
    width: 50%;
    padding: 0 10px;
  }
}
@media (min-width: 1366px) {
  .account-page .notification-block .column {
    width: 25%;
  }
}
.account-page .notification-block .column .fake-label {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 15px;
}
@media (min-width: 1366px) {
  .account-page .notification-block .column .fake-label {
    margin: 10px 0 30px;
  }
}
.account-page .form-password {
  width: 100%;
  position: relative;
}
.account-page .form-password.block-active .update-block {
  display: block !important;
}
.account-page .form-password.block-active .password-block {
  display: none;
}
.account-page .form-password .password-block {
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.account-page .form-password .update-block {
  display: none;
}
.account-page .form-password .subtitle {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.account-page .form-password .form-group {
  margin: 0;
}
.account-page .form-password .form-group label,
.account-page .form-password .form-group .label {
  display: block;
  font-size: 15px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .account-page .form-password .form-group label,
.account-page .form-password .form-group .label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 180px;
    margin: 10px 0 10px;
  }
}
@media (min-width: 1366px) {
  .account-page .form-password .form-group label,
.account-page .form-password .form-group .label {
    min-width: 200px;
  }
}
.account-page .form-password .btn-holder {
  width: 100%;
  padding-top: 30px;
}
.account-page .form-password .btn-holder .btn {
  min-width: 180px;
  color: #000;
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}
.account-page .form-password .btn-holder .btn:hover {
  color: #fff;
  background: #F96767;
}
.account-page .form-information {
  position: relative;
}
.account-page .form-information .form-holder {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}
.account-page .form-information .title {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 25px;
}
.account-page .form-information .form-group {
  margin: 0;
}
@media (min-width: 1366px) {
  .account-page .form-information .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.account-page .form-information .form-group label,
.account-page .form-information .form-group .label {
  display: block;
  font-size: 15px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 8px;
}
@media (min-width: 1366px) {
  .account-page .form-information .form-group label,
.account-page .form-information .form-group .label {
    min-width: 120px;
    margin: 10px 0 10px;
  }
}
.account-page .form-information .input-box {
  width: 100%;
}
@media (min-width: 768px) {
  .account-page .form-information .input-box.wrap .form-control:nth-child(1) {
    border-radius: 20px 0 0 20px;
  }
  .account-page .form-information .input-box.wrap .form-control:nth-child(2) {
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 1366px) {
  .account-page .form-information .form-control {
    margin-bottom: 20px;
  }
}
.account-page .form-information .fake-label .sub-text {
  font-size: 14px;
}
.account-page .form-information .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.account-page .form-information .btn-holder .btn {
  min-width: 140px;
}
.account-page .subscription-block {
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .account-page .subscription-block .three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.account-page .subscription-block .three-columns .column {
  width: 100%;
  text-align: center;
  padding: 25px 15px;
  margin: 0 0 15px;
  border: 1px solid #E5E3E4;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (min-width: 768px) {
  .account-page .subscription-block .three-columns .column {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    padding: 25px 15px;
    margin: 0 -5px;
  }
}
@media (min-width: 1366px) {
  .account-page .subscription-block .three-columns .column {
    padding: 25px 20px;
  }
}
@media (min-width: 1600px) {
  .account-page .subscription-block .three-columns .column {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .account-page .subscription-block .three-columns .column.current-plan {
    position: relative;
    min-height: 560px;
    z-index: 5;
  }
}
.account-page .subscription-block .three-columns .column .inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.account-page .subscription-block .three-columns .img-box {
  width: 60px;
  margin: 0 auto 20px;
}
@media (min-width: 1366px) {
  .account-page .subscription-block .three-columns .img-box {
    width: 88px;
  }
}
.account-page .subscription-block .three-columns .img-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.account-page .subscription-block .three-columns .heading {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .account-page .subscription-block .three-columns .heading {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1366px) {
  .account-page .subscription-block .three-columns .heading {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .account-page .subscription-block .three-columns .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.account-page .subscription-block .three-columns .title {
  display: block;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.account-page .subscription-block .three-columns .subtitle {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}
.account-page .subscription-block .three-columns .list {
  margin: 0 0 50px;
  color: #7A86A1;
}
.account-page .subscription-block .three-columns .list li {
  margin-bottom: 10px;
}
.account-page .subscription-block .three-columns .btn-holder .btn {
  min-width: 130px;
}
@media (min-width: 1366px) {
  .account-page .subscription-block .three-columns .btn-holder .btn {
    min-width: 150px;
  }
}
.account-page .communication-packages {
  position: relative;
}
.account-page .communication-packages .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-page .communication-packages .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.account-page .communication-packages .package-block {
  width: 100%;
  padding: 20px 30px;
  margin: 0 0 40px;
  border: 1px solid #E5E3E4;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.account-page .communication-packages .package-block .header {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-page .communication-packages .package-block .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
.account-page .communication-packages .package-block .header .heading {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .account-page .communication-packages .package-block .header .heading {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
  }
}
.account-page .communication-packages .package-block .header .heading:only-child {
  text-align: center;
  margin-bottom: 0;
}
.account-page .heading-wrap {
  width: 100%;
  text-align: center;
  padding: 20px 15px 30px;
}
@media (min-width: 768px) {
  .account-page .heading-wrap {
    padding: 30px 50px;
  }
}
.account-page .heading-wrap .heading {
  display: block;
  font-size: 25px;
  line-height: 30px;
  color: #7A86A1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .account-page .heading-wrap .heading {
    font-size: 33px;
    line-height: 38px;
  }
}
.account-page .heading-wrap i.icon-arrow-down {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #7A86A1;
}
@media (min-width: 768px) {
  .account-page .heading-wrap i.icon-arrow-down {
    font-size: 18px;
  }
}
.account-page .has-shadow {
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.account-page .brand-tabs {
  width: 100%;
  position: relative;
}
.account-page .brand-tabs .tab-header {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .account-page .brand-tabs .tab-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.account-page .brand-tabs .tab-header .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .account-page .brand-tabs .tab-header .title {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .account-page .brand-tabs .tab-header .title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.account-page .brand-tabs .tab-header .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-page .brand-tabs .tab-header .btn-holder .btn {
  margin: 0 5px 6px;
}
.account-page .brand-tabs .content-holder {
  width: 100%;
  margin-bottom: 30px;
}
.account-page .brand-tabs .content-holder .subtitle {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .account-page .brand-tabs .folder-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 0 -15px;
  }
}
.account-page .brand-tabs .folder-holder .folder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 32px 20px 28px;
  border-radius: 15px;
  background: #FFF8EB;
}
@media (min-width: 576px) {
  .account-page .brand-tabs .folder-holder .folder {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    padding: 32px 20px 28px;
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .account-page .brand-tabs .folder-holder .folder {
    width: calc(33% - 30px);
  }
}
@media (min-width: 1024px) {
  .account-page .brand-tabs .folder-holder .folder {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1366px) {
  .account-page .brand-tabs .folder-holder .folder {
    width: calc(33% - 30px);
  }
}
@media (min-width: 1600px) {
  .account-page .brand-tabs .folder-holder .folder {
    width: calc(25% - 30px);
  }
}
.account-page .brand-tabs .folder-holder .folder .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
}
.account-page .brand-tabs .folder-holder .folder .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.account-page .brand-tabs .folder-holder .folder .text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 10px;
}
.account-page .brand-tabs .folder-holder .folder .title {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.account-page .brand-tabs .folder-holder .folder .number {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #7A86A1;
}
.account-page .brand-tabs .folder-holder .dropdown-holder {
  position: absolute;
  top: 8px;
  right: 15px;
}
.account-page .brand-tabs .folder-holder .dropdown-holder .icon-more {
  font-size: 5px;
  line-height: 1;
  color: #C0BDCC;
}
@media (min-width: 576px) {
  .account-page .brand-tabs .files-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin: 0 -15px;
  }
}
.account-page .brand-tabs .files-holder .file-box {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 25px;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .account-page .brand-tabs .files-holder .file-box {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .account-page .brand-tabs .files-holder .file-box {
    width: calc(33% - 30px);
  }
}
@media (min-width: 1024px) {
  .account-page .brand-tabs .files-holder .file-box {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1366px) {
  .account-page .brand-tabs .files-holder .file-box {
    width: calc(33% - 30px);
  }
}
@media (min-width: 1600px) {
  .account-page .brand-tabs .files-holder .file-box {
    width: calc(25% - 30px);
  }
}
.account-page .brand-tabs .files-holder .file-box .img-holder {
  width: 100%;
  height: 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .account-page .brand-tabs .files-holder .file-box .img-holder {
    height: 90px;
  }
}
@media (min-width: 1366px) {
  .account-page .brand-tabs .files-holder .file-box .img-holder {
    height: 112px;
  }
}
.account-page .brand-tabs .files-holder .file-box .img-holder .bg-img {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: -25px;
  right: -25px;
  border-radius: 25px 25px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.account-page .brand-tabs .files-holder .file-box .img-holder img {
  display: block;
  max-width: 100%;
  height: auto;
}
.account-page .brand-tabs .files-holder .file-box .text-holder {
  padding: 15px 0 0;
  border-top: 1px solid #EBEBEB;
}
.account-page .brand-tabs .files-holder .file-box .title {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.account-page .brand-tabs .files-holder .file-box .subtitle {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  color: #7A86A1;
}
.account-page .brand-tabs .files-holder .file-box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  line-height: 15px;
}
.account-page .brand-tabs .files-holder .file-box .file-size {
  display: block;
  color: #7A86A1;
}
.account-page .brand-tabs .files-holder .file-box .dropdown-holder {
  position: relative;
}
.account-page .brand-tabs .files-holder .file-box .dropdown-holder .icon-more {
  font-size: 5px;
  line-height: 1;
  color: #C0BDCC;
}

.slider-section {
  max-width: 100%;
  position: relative;
}

.card-slider {
  position: relative;
  padding: 0 0 10px;
}
@media (min-width: 1024px) {
  .card-slider {
    padding: 0;
  }
}
.card-slider .slick-list {
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .card-slider .slick-list {
    margin: 0;
  }
}
.card-slider .slide {
  height: auto;
  padding: 0 10px;
}
.card-slider .slide.slick-current .holder {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 0, 172)), to(rgb(89, 134, 203)));
  background: -o-linear-gradient(left, rgb(46, 0, 172) 0%, rgb(89, 134, 203) 100%);
  background: linear-gradient(to right, rgb(46, 0, 172) 0%, rgb(89, 134, 203) 100%);
}
.card-slider .slide.slick-current .holder .card-ft {
  background: -o-linear-gradient(315deg, rgb(90, 50, 213) 0%, rgb(105, 103, 225) 44%, rgb(129, 171, 240) 100%);
  background: linear-gradient(135deg, rgb(90, 50, 213) 0%, rgb(105, 103, 225) 44%, rgb(129, 171, 240) 100%);
}
.card-slider .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  float: none;
  height: 245px;
  padding: 20px;
  color: #7A86A1;
  border-radius: 30px;
  border: 1px solid #E3E3E3;
  background: #F3F3F3;
}
.card-slider .holder .card-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-slider .holder .card-hd .icon-chip,
.card-slider .holder .card-hd .icon-wifi {
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .card-slider .holder .card-hd .icon-chip,
.card-slider .holder .card-hd .icon-wifi {
    font-size: 38px;
  }
}
.card-slider .holder .card-number {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .card-slider .holder .card-number {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1366px) {
  .card-slider .holder .card-number {
    font-size: 32px;
    line-height: 36px;
  }
}
.card-slider .holder .card-number li {
  padding: 0 2px;
}
.card-slider .holder .card-ft {
  height: 70px;
  margin: 0 -20px -20px;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-slider .holder .card-ft .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78px img;
  width-display: block;
  width-max-width: 100%;
  width-height: auto;
}
.card-slider .holder .card-ft .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .card-slider .holder .card-ft .name {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1366px) {
  .card-slider .holder .card-ft .name {
    font-size: 28px;
    line-height: 32px;
  }
}

/* communication page */
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
  background: none;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: capitalize;
  color: #7A86A1;
}
.breadcrumb li {
  padding: 0 8px;
  position: relative;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -4px;
}
.breadcrumb a {
  color: #7A86A1;
}

.btn-save {
  margin: 0;
  padding: 12px 10px;
  min-width: 140px;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  color: #fff;
  border: none;
  text-align: center;
  background: #0F3047;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  border: none;
}
.btn-save:hover {
  color: #fff;
}

.flow-page {
  position: relative;
}
.flow-page .flow-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-page .selects-bar .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 25px;
}
.flow-page .selects-bar .title i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}
.flow-page .info-detail-holder .activities-block {
  padding: 0 0 0 30px;
}
@media (max-width: 1599px) {
  .flow-page .info-detail-holder .activities-block {
    padding: 0;
  }
}
.flow-page .message-block {
  color: #7A86A1;
}
.flow-page .message-wrap {
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(105, 95, 151, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(105, 95, 151, 0.14);
}
@media (max-width: 767px) {
  .flow-page .message-wrap {
    padding: 20px 15px;
  }
}
.flow-page .message-wrap .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.flow-page .message-wrap .input-box label {
  font-size: 14px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
}
.flow-page .message-wrap .input-box label i {
  margin-right: 2px;
}
.flow-page .message-wrap .input-box .form-control {
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 50px;
}
.flow-page .message-wrap .textarea-box {
  overflow: hidden;
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: 15px;
}
.flow-page .message-wrap .textarea-box textarea {
  height: auto;
  min-height: 200px;
  font-size: 15px;
  line-height: 18px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flow-page .message-wrap .attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 25px;
}
.flow-page .message-wrap .attachments .box {
  width: 92px;
  height: 70px;
  margin: 0 5px 5px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.flow-page .message-wrap .attachments .box .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  line-height: 1;
  color: #7A86A1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
}
.flow-page .message-wrap .attachments .box img {
  display: block;
  width: 100%;
  height: auto;
}
.flow-page .message-wrap .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1599px) {
  .flow-page .message-wrap .btns-holder {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.flow-page .message-wrap .btns-list {
  width: 315px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flow-page .message-wrap .btns-list {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.flow-page .message-wrap .btns-list li {
  padding: 0 4px 5px;
}
.flow-page .message-wrap .btns-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #7A86A1;
  font-size: 16px;
  line-height: 1;
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  background: #fff;
}
.flow-page .message-wrap .btns-list li a:hover {
  color: #0F3047;
}

.analytics-page {
  position: relative;
  color: #7A86A1;
  padding: 0 0 50px;
}
.analytics-page .info-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px 20px;
}
.analytics-page .info-holder .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc(50% - 16px);
  min-height: 168px;
  padding: 20px 10px;
  margin: 0 8px 15px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 2px 8px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 8px 35px rgba(0, 0, 0, 0.12);
  background: #fff;
}
@media (min-width: 768px) {
  .analytics-page .info-holder .column {
    width: calc(25% - 16px);
    margin: 0 8px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .analytics-page .info-holder .column {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .analytics-page .info-holder .column {
    width: 212px;
  }
}
@media (min-width: 1024px) {
  .analytics-page .info-holder .column:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.analytics-page .info-holder .column .text-box {
  position: relative;
  padding: 0 0 15px;
}
@media (min-width: 1024px) {
  .analytics-page .info-holder .column .text-box {
    padding: 0 5px 0 0;
  }
}
.analytics-page .info-holder .column .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
}
.analytics-page .info-holder .column .number {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .analytics-page .info-holder .column .number {
    margin-bottom: 8px;
  }
}
@media (min-width: 1366px) {
  .analytics-page .info-holder .column .number {
    font-size: 24px;
    line-height: 27px;
  }
}
.analytics-page .info-holder .column .number-box {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0;
  border-radius: 10px;
}
.analytics-page .info-holder .column .number-box.has-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  background: #e0f1ff;
}
.analytics-page .info-holder .column .number-box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 4px;
  border-radius: 50%;
  background: #0F3047;
}
.analytics-page .info-holder .progress-chart {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 1024px) {
  .analytics-page .info-holder .progress-chart {
    margin: 0;
  }
}
.analytics-page .graph-wrap {
  position: relative;
}
@media (min-width: 1366px) {
  .analytics-page .graph-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.analytics-page .graph-wrap .budget-graph {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 8px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 8px 35px rgba(0, 0, 0, 0.12);
  background: #fff;
}
@media (min-width: 1366px) {
  .analytics-page .graph-wrap .budget-graph {
    margin: 0 16px 0 0;
  }
}
.analytics-page .graph-wrap .budget-graph .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.analytics-page .graph-wrap .budget-graph .head .text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 0;
}
.analytics-page .graph-wrap .budget-graph .head .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.analytics-page .graph-wrap .budget-graph .head .amount {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .budget-graph .head .amount {
    font-size: 22px;
    line-height: 25px;
  }
}
.analytics-page .graph-wrap .budget-graph .head .btn-download {
  color: #7A86A1;
}
.analytics-page .graph-wrap .graph-box {
  margin-bottom: 10px;
}
.analytics-page .graph-wrap .graph-box img {
  display: block;
  width: 100%;
  height: auto;
}
.analytics-page .graph-wrap .info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .info-list {
    font-size: 14px;
    line-height: 17px;
  }
}
.analytics-page .graph-wrap .info-list li {
  position: relative;
  padding: 0 8px 5px 22px;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .info-list li {
    padding: 0 15px 5px 22px;
  }
}
.analytics-page .graph-wrap .info-list li.purple:before {
  background: -o-linear-gradient(315deg, rgb(114, 75, 197) 0%, rgb(223, 94, 145) 100%);
  background: linear-gradient(135deg, rgb(114, 75, 197) 0%, rgb(223, 94, 145) 100%);
}
.analytics-page .graph-wrap .info-list li.yellow:before {
  background: -o-linear-gradient(315deg, rgb(249, 169, 59) 0%, rgb(249, 111, 98) 100%);
  background: linear-gradient(135deg, rgb(249, 169, 59) 0%, rgb(249, 111, 98) 100%);
}
.analytics-page .graph-wrap .info-list li.gray:before {
  background: #C0BDCC;
}
.analytics-page .graph-wrap .info-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 7px;
}
.analytics-page .graph-wrap .revenue-graph {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 8px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 8px 35px rgba(0, 0, 0, 0.12);
  background: #fff;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .revenue-graph {
    width: 475px;
  }
}
@media (min-width: 1366px) {
  .analytics-page .graph-wrap .revenue-graph {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
  }
}
.analytics-page .graph-wrap .revenue-graph .head {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .revenue-graph .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.analytics-page .graph-wrap .revenue-graph .head .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .revenue-graph .head .title {
    font-size: 22px;
    line-height: 25px;
    margin: 0 5px 0 0;
  }
}
.analytics-page .graph-wrap .revenue-graph .head .number-box {
  min-width: 80px;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 12px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  background: #e0f1ff;
}
@media (min-width: 768px) {
  .analytics-page .graph-wrap .revenue-graph .head .number-box {
    margin: 0 5px 0 0;
  }
}
.analytics-page .graph-wrap .revenue-graph .head .number-box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 4px;
  border-radius: 50%;
  background: #0F3047;
}
.analytics-page .graph-wrap .revenue-graph .head .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.analytics-page .graph-wrap .revenue-graph .head .btn-holder .btn {
  display: inline-block;
  min-width: 100px;
  font-size: 14px;
  line-height: 17px;
  margin: 0 3px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
}
.analytics-page .graph-wrap .revenue-graph .head .btn-holder .btn:hover {
  color: #fff;
  background: #0F3047;
}

/** chat page **/
.communication-chat .services-info-block .filter-search {
  padding: 20px 20px 0 0;
  margin: 0 0 25px;
}
.communication-chat .tabs-holder {
  width: 26%;
}
@media (max-width: 1599px) {
  .communication-chat .tabs-holder {
    width: 28%;
  }
}
@media (max-width: 1199px) {
  .communication-chat .tabs-holder {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 1023px) {
  .communication-chat .tabs-holder {
    padding: 0;
  }
}
.communication-chat .tabs-info-holder {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  .communication-chat .tabs-info-holder {
    padding: 0;
  }
}

.setting-column {
  display: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  color: #7A86A1;
  font-weight: 400;
  padding: 15px 0 15px 5px;
  background: #fff;
}
@media (max-width: 1365px) {
  .setting-column {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 290px;
    padding: 20px 15px;
    border-radius: 15px 0 0 15px;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199px) {
  .setting-column {
    top: 66px !important;
  }
}
.setting-active .setting-column {
  display: block;
}
.setting-column .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  line-height: 1;
  color: #7A86A1;
}
.setting-column .tell {
  display: block;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .setting-column .tell {
    text-align: left;
  }
}
.setting-column .tell a {
  color: #000;
}
.setting-column .box {
  margin: 0 0 35px;
}
.setting-column .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.setting-column .check-label .label-txt {
  font-size: 14px;
  line-height: 17px;
}
.setting-column .recording-box .ico {
  font-size: 20px;
  line-height: 1;
  margin: 0 8px 0 0;
}
.setting-column .recording-box .progress {
  width: 126px;
  height: 10px;
}
.setting-column form {
  width: 100%;
}
.setting-column .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  border-radius: 50px;
  margin-bottom: 25px;
}
.setting-column .checkbox-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 25px;
}
.setting-column .checkbox-holder .check-label {
  width: 50%;
  padding: 0 5px 20px;
}

.call-info {
  display: none;
}
.call-info-active .call-info {
  display: block;
}
@media (max-width: 1365px) {
  .call-info {
    overflow: auto;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 280px !important;
    padding: 20px 15px !important;
    border-radius: 15px 0 0 15px !important;
    border: 1px solid #EBEBEB !important;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
  .call-info:before {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .call-info {
    top: 66px !important;
  }
}

.profile-column {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  color: #7A86A1;
  font-weight: 400;
  padding: 20px 0 20px 20px;
  -webkit-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  background: #fff;
}
@media (max-width: 1599px) {
  .profile-column {
    width: 180px;
    font-size: 13px;
    padding: 20px 0 20px 10px;
  }
}
@media (max-width: 1199px) {
  .profile-column {
    width: 220px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .profile-column {
    width: 250px;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
  }
}
@media (max-width: 767px) {
  .profile-column.full {
    width: 100%;
  }
}
.profile-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -999px;
  width: 1px;
  background: #EBEBEB;
}
@media (max-width: 767px) {
  .profile-column:before {
    display: none;
  }
}
.profile-column .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 15px;
  line-height: 1;
  color: #7A86A1;
}
.profile-column .name-holder {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.profile-column .name-holder .img-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.profile-column .name-holder .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.profile-column .name-holder .title {
  display: block;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 10px;
}
.profile-column .name-holder .mail-link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  color: #7A86A1;
}
.profile-column .info-list {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.profile-column .info-list li {
  margin: 0;
}
.profile-column .info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  padding: 8px 10px;
  border-radius: 20px;
}
.profile-column .info-list li a i {
  color: #7A86A1;
  margin-right: 5px;
}
.profile-column .info-list li a:hover {
  background: rgba(226, 124, 47, 0.22);
}
.profile-column .info-list li a:hover i {
  color: #0F3047;
}
.profile-column .shared-file {
  width: 100%;
}
.profile-column .shared-file .title {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 15px;
}
.profile-column .shared-file .file-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile-column .shared-file .file-holder .file-box {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  border-radius: 17px;
}
@media (max-width: 1599px) {
  .profile-column .shared-file .file-holder .file-box {
    margin: 0 4px 8px;
  }
}
.profile-column .shared-file .file-holder .file-box img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 17px;
}
.profile-column .call-detail {
  overflow: hidden;
  padding: 10px 0;
}
.profile-column .call-detail .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.profile-column .call-detail .subtitle {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #7A86A1;
  margin-bottom: 20px;
}
.profile-column .call-detail .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-column .call-detail .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-column .call-detail .btn-list .ico {
  font-size: 16px;
  line-height: 1;
  margin: 0 5px 7px;
  color: #7A86A1;
}
.profile-column .call-detail .btn-list .ico:hover {
  color: #000;
}
.profile-column .call-detail .record-time {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #7A86A1;
}
.profile-column .call-detail .progress {
  width: 100%;
  height: 12px;
  position: relative;
  border-radius: 15px;
}
.profile-column .call-detail .progress .progress-bar {
  border-radius: 15px;
}

.inbox-page {
  position: relative;
}
.inbox-page .message-block {
  color: #7A86A1;
}
.inbox-page .message-wrap {
  width: 100%;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(105, 95, 151, 0.14);
          box-shadow: 0px 0px 29px 0px rgba(105, 95, 151, 0.14);
}
@media (max-width: 767px) {
  .inbox-page .message-wrap {
    padding: 45px 15px 20px;
  }
}
.inbox-page .message-wrap .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-size: 13px;
  line-height: 1;
  color: #7A86A1;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .inbox-page .message-wrap .btn-close {
    width: 30px;
    height: 30px;
  }
}
.inbox-page .message-wrap .user-header {
  margin-bottom: 15px;
}
.inbox-page .message-wrap .user-header .user-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inbox-page .message-wrap .user-header .img {
  width: 55px;
  height: 55px;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
.inbox-page .message-wrap .user-header .reply-txt {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #7A86A1;
  margin: 0 10px 0 0;
}
.inbox-page .message-wrap .user-header .reply-txt .icon-reply {
  font-size: 10px;
  line-height: 1;
  margin-right: 5px;
}
.inbox-page .message-wrap .user-header .name {
  display: inline-block;
  min-width: 116px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 10px;
  background: rgba(0, 137, 255, 0.12);
}
.inbox-page .message-wrap .user-header .name .icon-close {
  font-size: 10px;
  line-height: 1;
  color: #7A86A1;
  margin-left: 10px;
}
.inbox-page .message-wrap .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.inbox-page .message-wrap .input-box label {
  font-size: 14px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
}
.inbox-page .message-wrap .input-box label i {
  margin-right: 2px;
}
.inbox-page .message-wrap .input-box .form-control {
  height: 45px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 50px;
}
.inbox-page .message-wrap .textarea-box {
  overflow: hidden;
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: 15px;
}
.inbox-page .message-wrap .textarea-box textarea {
  height: auto;
  min-height: 200px;
  font-size: 15px;
  line-height: 18px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.inbox-page .message-wrap .attachments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 25px;
}
@media (max-width: 767px) {
  .inbox-page .message-wrap .attachments {
    display: block;
    margin: 0 0 20px;
  }
}
.inbox-page .message-wrap .attachments .box {
  display: inline-block;
  width: 92px;
  height: 70px;
  margin: 0 5px 5px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.inbox-page .message-wrap .attachments .box .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8px;
  line-height: 1;
  color: #7A86A1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
}
.inbox-page .message-wrap .attachments .box img {
  display: block;
  width: 100%;
  height: auto;
}
.inbox-page .message-wrap .attachments .file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-width: 250px;
  border-radius: 20px;
  padding: 8px 15px;
  background: rgba(0, 137, 255, 0.12);
}
@media (max-width: 1599px) {
  .inbox-page .message-wrap .attachments .file-wrap {
    min-width: 215px;
  }
}
.inbox-page .message-wrap .attachments .file-wrap .ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0F3047;
  margin-right: 10px;
}
.inbox-page .message-wrap .attachments .file-wrap .file {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  line-height: 16px;
}
.inbox-page .message-wrap .attachments .file-wrap .file .txt {
  display: block;
  margin: 0 0 5px;
}
.inbox-page .message-wrap .attachments .file-wrap .progress {
  width: 165px;
  height: 5px;
  background: #fff;
}
.inbox-page .message-wrap .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .inbox-page .message-wrap .btns-holder {
    display: block;
  }
}
.inbox-page .message-wrap .btns-list {
  width: 48%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .inbox-page .message-wrap .btns-list {
    width: 100%;
    margin: 0 0 10px;
  }
}
.inbox-page .message-wrap .btns-list li {
  padding: 0 4px 5px;
}
.inbox-page .message-wrap .btns-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #7A86A1;
  font-size: 16px;
  line-height: 1;
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  background: #fff;
}
.inbox-page .message-wrap .btns-list li a:hover {
  color: #0F3047;
}

.datepicker-box {
  position: relative;
}
.datepicker-box .prev,
.datepicker-box .next {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.datepicker-box .next {
  left: auto;
  right: 7px;
}
.datepicker-box .date-box {
  width: 214px;
  height: 45px;
  position: relative;
  padding: 0 20px;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
}
.datepicker-box .date-box input {
  width: 100%;
  height: 42px;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.detail-info-block:after {
  content: " ";
  display: block;
  clear: both;
}
.detail-info-block .wrap-info-holder {
  margin: 0 0 50px;
}
.detail-info-block .wrap-inner-info {
  max-width: 725px;
}
.detail-info-block h2 {
  margin: 0 0 25px !important;
}
.detail-info-block .info-box {
  padding: 0 0 0 30px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .detail-info-block .info-box {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
}
.detail-info-block .detail-wrap {
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .detail-info-block .detail-wrap {
    padding: 0 0 0 10px;
  }
}
.detail-info-block .title {
  display: block;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #000;
}

.detail-box {
  margin: 0 0 25px;
  background: #fff;
  padding: 50px 20px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #6E6E6E;
  position: relative;
  border-radius: 30px;
  border: 1px solid #E5E3E4;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.08);
}
.detail-box p {
  margin: 0 0 10px;
}
.detail-box .title-main-item {
  margin: 0 0 10px;
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1023px) {
  .detail-box .title-main-item {
    font-size: 18px;
    line-height: 22px;
  }
}
.detail-box .name-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.detail-box .title-name {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1023px) {
  .detail-box .title-name {
    font-size: 18px;
    line-height: 22px;
  }
}
.detail-box .comment-icon {
  top: 10px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.detail-box .comment-icon .ico {
  font-size: 30px;
  color: #0F3047;
  font-family: "icomoon" !important;
}
.detail-box .comment-icon .txt {
  top: 1px;
  left: 6px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  color: #fff;
  position: absolute;
}
.detail-box.show .comment-icon {
  opacity: 1;
  visibility: visible;
}
.detail-box.popup-style {
  color: #7A86A1;
  padding: 20px;
}
.detail-box.popup-style .title-name,
.detail-box.popup-style .title-main-item {
  color: #7A86A1;
}

.indicator-list {
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 1599px) {
  .indicator-list {
    margin: 0 -5px;
  }
}
.indicator-list li {
  width: 20%;
  padding: 0 10px;
  margin: 0 0 20px;
}
@media (max-width: 1599px) {
  .indicator-list li {
    padding: 0 5px;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .indicator-list li {
    width: 33.333333333%;
  }
}
@media (max-width: 575px) {
  .indicator-list li {
    width: 50%;
  }
}
.indicator-list li .box {
  width: 100%;
  height: 180px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #E5E3E4;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .indicator-list li .box {
    height: 150px;
  }
}
.indicator-list li .box .text {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #7A86A1;
  font-weight: 400;
}

.links-list {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.links-list li {
  padding: 0 10px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links-list li .ico {
  margin: 0 5px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: "icomoon" !important;
}
@media (max-width: 767px) {
  .links-list li .ico {
    font-size: 14px;
  }
}
.links-list li .txt {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .links-list li .txt {
    font-size: 14px;
    line-height: 16px;
  }
}

.create-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.create-list li {
  margin: 0 0 15px;
}
.create-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  border: 1px solid #B5B2B2;
  border-radius: 17px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #7A86A1;
}
.create-list li a:hover {
  background: #000;
  color: #fff;
}

.tasks-info-wrap {
  position: relative;
}
.tasks-info-wrap .slick-dots {
  top: -51px;
  width: 191px;
}
@media (max-width: 1023px) {
  .tasks-info-wrap .slick-dots {
    top: -45px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.tasks-info-wrap .slick-dots li {
  padding: 0 9px;
}
.tasks-info-wrap .slick-next,
.tasks-info-wrap .slick-prev {
  top: -61px;
}
@media (max-width: 1023px) {
  .tasks-info-wrap .slick-next,
.tasks-info-wrap .slick-prev {
    top: -54px;
  }
}
.tasks-info-wrap .slick-prev {
  right: 170px;
}

.tasks-info-block {
  padding: 20px 0 0;
}
@media (max-width: 1023px) {
  .tasks-info-block {
    padding: 50px 0 0;
  }
}
@media (min-width: 1366px) {
  .tasks-info-block {
    height: calc(100vh - 198px);
  }
}
.tasks-info-block .tasks-info-holder {
  margin: 0 -10px;
}
@media (min-width: 1366px) {
  .tasks-info-block .tasks-info-holder {
    height: 100%;
  }
}
@media (min-width: 1366px) {
  .tasks-info-block .tasks-slider,
.tasks-info-block .slick-list,
.tasks-info-block .slick-track,
.tasks-info-block .slick-slide {
    height: 100%;
  }
}
.tasks-info-block .info-column {
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1365px) {
  .tasks-info-block .info-column {
    margin: 0 0 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tasks-info-block .info-column {
    width: 100%;
  }
}
.tasks-info-block .info-wrap {
  height: 100%;
  padding: 50px 0 40px;
  background: #FAFAFB;
  border-radius: 23px;
  border: 1px solid #E2E2EA;
  position: relative;
}
.tasks-info-block .info-scroll-holder {
  padding: 0 6px;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1365px) {
  .tasks-info-block .info-scroll-holder {
    height: auto !important;
  }
}
.tasks-info-block .header {
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tasks-info-block .title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #696974;
}
.tasks-info-block .icon-more {
  font-size: 4px;
  color: #696974;
  font-family: "icomoon" !important;
}
.tasks-info-block .info-box {
  display: block;
  padding: 15px;
  margin: 0 0 10px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #E2E2EA;
}
.tasks-info-block .heading-box {
  margin: 0 0 10px;
  overflow: hidden;
}
.tasks-info-block .title-box {
  margin: 0 0 5px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #171725;
}
.tasks-info-block .sub-title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #696974;
}
.tasks-info-block .list {
  padding: 0;
  margin: 0 -10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media (max-width: 1599px) {
  .tasks-info-block .list {
    margin: 0 -5px 10px;
  }
}
.tasks-info-block .list li {
  padding: 0 10px;
}
@media (max-width: 1599px) {
  .tasks-info-block .list li {
    padding: 0 5px;
  }
}
.tasks-info-block .list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 5px;
}
.tasks-info-block .list .wrap.bg-gray {
  border-radius: 5px;
  background: #F1F1F5;
}
.tasks-info-block .list .ico {
  display: block;
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #92929D;
  font-family: "icomoon" !important;
}
.tasks-info-block .list .txt {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #92929D;
  font-weight: 400;
}
.tasks-info-block .progress-holder {
  margin: 0 0 10px;
  overflow: hidden;
}
.tasks-info-block .progress-holder .progress-text {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tasks-info-block .progress-holder .progress-text .txt {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #696974;
}
.tasks-info-block .progress-holder .progress {
  width: 100%;
}
.tasks-info-block .images-list {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tasks-info-block .images-list li {
  padding: 0 5px;
}
.tasks-info-block .images-list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.tasks-info-block .images-list .wrap img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 100%;
}
.tasks-info-block .images-list .wrap .text {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #696974;
}
.tasks-info-block .images-list .wrap.border {
  border: 1px solid #E2E2EA;
}
.tasks-info-block .ico-plus {
  bottom: 15px;
  left: 50%;
  font-size: 20px;
  color: #92929D;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "icomoon" !important;
}

.create-form-holder:after {
  content: " ";
  display: block;
  clear: both;
}
.create-form-holder .label {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.create-form-holder .label .ico {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin: 0 0 0 10px;
}
.create-form-holder .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 20px;
}
@media (max-width: 767px) {
  .create-form-holder .input-wrap {
    display: block;
    margin: 0;
  }
}
.create-form-holder .input-holder {
  width: 50%;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .create-form-holder .input-holder {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.create-form-holder .input-holder:only-child {
  width: 100%;
}
.create-form-holder .field-wrap {
  position: relative;
}
.create-form-holder .field-wrap .ico {
  top: 50%;
  left: 20px;
  font-size: 15px;
  z-index: 5;
  color: #7A86A1;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon" !important;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .create-form-holder .field-wrap .ico {
    left: 15px;
  }
}
.create-form-holder .form-control {
  margin: 0;
  padding: 4px 15px 4px 40px;
}
@media (max-width: 1599px) {
  .create-form-holder .form-control {
    padding: 4px 15px 4px 30px;
  }
}
.create-form-holder .form-control.textarea {
  height: 181px;
  resize: none;
}
.create-form-holder .form-control.pad-style {
  padding: 4px 15px;
}
.create-form-holder .title-keywords {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #7A86A1;
  display: block;
}
.create-form-holder .title-keywords.table-opener {
  color: #7A86A1;
  padding: 0;
  display: inline-block;
  position: relative;
}
.create-form-holder .title-keywords.table-opener:after {
  top: 5px;
  right: -20px;
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background: url(/assets/images/arrow-opener.png) no-repeat;
}
.create-form-holder .table-accordion {
  padding: 0;
  margin: 0;
  list-style: none;
}
.create-form-holder .table-accordion li.active a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.members_list {
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 767px) {
  .members_list {
    margin: 20px -5px 0;
  }
}
.members_list li {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .members_list li {
    width: 50%;
    padding: 0 5px;
  }
}
.members_list li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  border-radius: 32px;
  position: relative;
}
.members_list li .wrap:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.members_list li .wrap:hover .ico {
  display: block;
}
.members_list li .ico {
  top: -6px;
  right: 10px;
  font-size: 15px;
  color: #000;
  display: none;
  position: absolute;
  font-family: "icomoon" !important;
}
.members_list li .img-hold {
  width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.members_list li .img-hold img {
  display: block;
  height: auto;
  max-width: 100%;
}
.members_list li .text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.members_list.involve li {
  padding: 0 10px;
}
.members_list.involve li .wrap {
  padding: 0;
}
.members_list.involve li .wrap:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.links_holder:after {
  content: " ";
  display: block;
  clear: both;
}
.links_holder .fields {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  list-style: none;
}
.links_holder .fields li {
  padding: 0 5px;
  margin: 0 0 20px;
  width: 43%;
}
@media (max-width: 767px) {
  .links_holder .fields li {
    width: 50%;
  }
}
.links_holder .fields li:last-child {
  width: 14%;
}
@media (max-width: 767px) {
  .links_holder .fields li:last-child {
    width: 100%;
  }
}
.links_holder .fields.pillar-fields li {
  width: 28.666666667%;
}
@media (max-width: 767px) {
  .links_holder .fields.pillar-fields li {
    width: 50%;
  }
}
.links_holder .fields.pillar-fields li:last-child {
  width: 14%;
}
@media (max-width: 767px) {
  .links_holder .fields.pillar-fields li:last-child {
    width: 100%;
  }
}
.links_holder .form-control {
  padding: 0 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.links_holder .btn {
  background: none;
  min-width: 100px;
  min-height: 45px;
  color: #7A86A1;
  border-color: #EBEBEB;
}

.added_links {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 20px;
  list-style: none;
}
.added_links li {
  padding: 0 10px;
}
.added_links li .wrap-link {
  padding: 5px 10px;
  background: rgba(0, 137, 255, 0.12);
  border-radius: 12px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}
.added_links li .wrap-link .ico {
  top: -7px;
  right: 0;
  font-size: 15px;
  color: #000;
  display: none;
  position: absolute;
  font-family: "icomoon" !important;
}
.added_links li .wrap-link:hover .ico {
  display: block;
}
.added_links li .text {
  display: block;
}

.attachments_holder {
  margin: 0 0 20px;
}
.attachments_holder .label-holder {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.attachments_holder .images-list {
  padding: 0;
  margin: 0 -5px 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.attachments_holder .images-list li {
  padding: 0 5px;
}
.attachments_holder .images-list li img {
  display: block;
  height: auto;
  max-width: 100%;
}

.edit_info_row {
  position: relative;
  padding: 0 115px 0 0;
  margin: 0 0 30px;
}

.edit_info_bar {
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.edit_info_bar li {
  width: 35%;
  padding: 0 10px;
}
.edit_info_bar li:first-child {
  width: 30%;
}
.edit_info_bar .wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit_info_bar .wrap-text .ico {
  width: 22px;
  margin: 0 5px 0 0;
  display: block;
  font-size: 15px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}
.edit_info_bar .wrap-text .ico img {
  display: block;
  height: auto;
  max-width: 100%;
}
.edit_info_bar .wrap-text .text {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.label-txt {
  margin: 0 0 20px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #7A86A1;
}

.btn_edit {
  top: 6px;
  right: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  min-height: 45px;
  border-radius: 17px;
  border: 1px solid #EBEBEB;
}
.btn_edit .ico {
  display: block;
  margin: 0 10px 0 0;
  font-size: 15px;
  color: #7A86A1;
}
.btn_edit .text {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #7A86A1;
}

.assigned_list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px 20px;
  list-style: none;
}
.assigned_list li {
  padding: 0 25px;
}
.assigned_list .label-txt {
  margin: 0 0 20px;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #7A86A1;
}
.assigned_list .wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assigned_list .wrap-text .ico {
  width: 22px;
  margin: 0 5px 0 0;
  display: block;
  font-size: 15px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}
.assigned_list .wrap-text .ico.style {
  width: 43px;
}
.assigned_list .wrap-text .ico img {
  display: block;
  height: auto;
  max-width: 100%;
}
.assigned_list .wrap-text .text {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}

.discription-text-holder {
  overflow: hidden;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
}
.discription-text-holder p {
  margin: 0 0 20px;
}

.btn_add_new {
  margin: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 144px;
  min-height: 45px;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .btn_add_new {
    margin: 0 0 0 10px;
    min-width: 124px;
  }
}
.btn_add_new .text {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
  margin: 0 10px 0 0;
}
.btn_add_new .ico {
  display: block;
  font-size: 15px;
  color: #7A86A1;
  font-family: "icomoon" !important;
}

.status_info_list {
  padding: 0;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 1599px) {
  .status_info_list {
    margin: 0 -10px;
  }
}
.status_info_list li {
  width: 20%;
  padding: 0 20px;
}
@media (max-width: 1599px) {
  .status_info_list li {
    padding: 0 10px;
  }
}
@media (max-width: 1365px) {
  .status_info_list li {
    width: 33.333333333%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .status_info_list li {
    width: 50%;
  }
}
.status_info_list li .info-wrap {
  padding: 20px;
  display: block;
  background: #fff;
  border-radius: 30px;
  min-height: 210px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
}
@media (max-width: 767px) {
  .status_info_list li .info-wrap {
    min-height: 190px;
  }
}
.status_info_list li .heading {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.status_info_list li .title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #7A86A1;
}
.status_info_list li .ico {
  display: block;
  font-size: 30px;
  color: #000;
  font-family: "icomoon" !important;
}
.status_info_list li .title-number {
  display: block;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 767px) {
  .status_info_list li .title-number {
    font-size: 30px;
    line-height: 35px;
  }
}
.status_info_list li .title-number.green {
  color: #29A812;
}
.status_info_list li .title-number.orange {
  color: #E67D22;
}
.status_info_list li .title-number.red {
  color: #E62222;
}
.status_info_list li .title-number.black {
  color: #646464;
}
.status_info_list li .title-bottom {
  right: 20px;
  bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #7A86A1;
  position: absolute;
}

.current-tactic-holder {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.current-tactic-holder .text {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #7A86A1;
}
.current-tactic-holder .btn-tactic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 123px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 17px;
  border: 1px solid #EBEBEB;
}
.current-tactic-holder .btn-tactic .ico {
  margin: 0 10px 0 0;
  display: block;
  color: #7A86A1;
  font-size: 20px;
  font-family: "icomoon" !important;
}
.current-tactic-holder .btn-tactic .txt {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #7A86A1;
}

.keywords_list_holder {
  position: relative;
  margin: 0 0 20px;
  padding: 0 180px 0 0;
}
@media (max-width: 767px) {
  .keywords_list_holder {
    padding: 0 50px 0 0;
  }
}
.keywords_list_holder .ico {
  top: 50%;
  right: 0;
  font-size: 20px;
  color: #000;
  display: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.keywords_list_holder:hover .ico {
  display: block;
}

.keywords_list {
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media (max-width: 767px) {
  .keywords_list {
    margin: 0;
    display: block;
  }
}
.keywords_list li {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .keywords_list li {
    padding: 0;
  }
}
.keywords_list li .title {
  margin: 0 0 10px;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.keywords_list li .text {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #7A86A1;
}

.resources-list-holder {
  margin: 0 0 10px;
}
.resources-list-holder .title {
  margin: 0 0 20px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #7A86A1;
}

.resources-list {
  padding: 0;
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
@media (max-width: 767px) {
  .resources-list {
    display: block;
    margin: 0;
  }
}
.resources-list li {
  width: 25%;
  padding: 0 10px;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .resources-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .resources-list li {
    width: 100%;
  }
}
.resources-list li .wrap-link {
  padding: 10px 60px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 23px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(104, 97, 138, 0.08);
}
@media (max-width: 1199px) {
  .resources-list li .wrap-link {
    padding: 10px 40px 10px 15px;
  }
}
.resources-list li .wrap-link .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 0;
}
.resources-list li .wrap-link .img {
  margin: 0 10px 0 0;
  width: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.resources-list li .wrap-link .img img {
  display: block;
  height: auto;
  max-width: 100%;
}
.resources-list li .wrap-link .text {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.resources-list li .wrap-link .text.gray {
  color: #7A86A1;
}
.resources-list li .wrap-link .arrow {
  right: 30px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 1199px) {
  .resources-list li .wrap-link .arrow {
    right: 10px;
  }
}
.resources-list li .wrap-link .arrow img {
  display: block;
  height: auto;
  max-width: 100%;
}
.resources-list li .wrap-link:hover .arrow {
  opacity: 1;
  visibility: visible;
}

/* circle graph */
.progress-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: center;
  margin: 5px;
}
.progress-chart .title {
  display: block;
  position: relative;
  font-weight: 700 !important;
  z-index: 100;
  margin-bottom: 0 !important;
}
.progress-chart .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.progress-chart .left,
.progress-chart .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #8B50B9;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.progress-chart .left {
  -webkit-animation: load1 1s linear forwards;
          animation: load1 1s linear forwards;
}
.progress-chart:nth-of-type(2) .right, .progress-chart:nth-of-type(3) .right {
  -webkit-animation: load2 0.5s linear forwards 1s;
          animation: load2 0.5s linear forwards 1s;
}
.progress-chart:last-of-type .right, .progress-chart:first-of-type .right {
  -webkit-animation: load3 0.8s linear forwards 1s;
          animation: load3 0.8s linear forwards 1s;
}

@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes load2 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(250deg);
            transform: rotate(250deg);
  }
}
@-webkit-keyframes load3 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(278deg);
            transform: rotate(278deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    z-index: 100;
    -webkit-transform: rotate(278deg);
            transform: rotate(278deg);
  }
}
/** New Style **/
.new-landing {
  color: #423D54;
}
@media (max-width: 1199px) {
  .new-landing #wrapper {
    padding-top: 60px;
  }
}
.new-landing #header,
.new-landing #footer {
  width: 100%;
  height: 60px;
  padding: 15px 0;
  text-align: center;
}
.new-landing .heading {
  position: relative;
}
.new-landing .heading.has-border {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #423D54;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .new-landing .heading.has-border {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .new-landing .heading.has-border {
    font-size: 50px;
    line-height: 60px;
  }
}
.new-landing .heading.has-border::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 8px;
  width: 200px;
  background: #58CDDF;
  z-index: -1;
}
@media (min-width: 768px) {
  .new-landing .heading.has-border::after {
    display: block;
    width: 300px;
    height: 13px;
    bottom: 5px;
  }
}

.btn-blue {
  font-weight: 700;
  color: #fff;
  background: #0F3047;
}

.banner-section {
  width: 100%;
  padding: 30px 0;
  margin: 0 0 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner-section {
    margin: 0 0 80px;
  }
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.banner-section .container {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .banner-section .container {
    min-height: 480px;
  }
}
@media (min-width: 1024px) {
  .banner-section .container {
    min-height: 530px;
  }
}
@media (min-width: 1200px) {
  .banner-section .container {
    min-height: 600px;
  }
}
.banner-section .holder {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .banner-section .holder {
    max-width: 900px;
  }
}
.banner-section .heading {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .banner-section .heading {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .banner-section .heading {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .banner-section .heading {
    font-size: 60px;
    line-height: 70px;
  }
}
.banner-section .form-search {
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .banner-section .form-search {
    overflow: hidden;
    border-radius: 50px;
  }
}
.banner-section .form-search .form-control {
  height: 50px;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 130px;
  border-radius: 50px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .banner-section .form-search .form-control {
    margin: 0;
  }
}
.banner-section .form-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 45px;
  color: #fff;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 20px;
  margin: 0 auto;
  border-radius: 50px;
  background: #3D64BA;
}
@media (min-width: 768px) {
  .banner-section .form-search button {
    width: auto;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
  }
}
.banner-section .form-search button i {
  margin: 0 0 0 5px;
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .tag-list {
    font-size: 14px;
    line-height: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tag-list li {
  padding: 0 5px 10px;
}
@media (min-width: 768px) {
  .tag-list li {
    padding: 0 10px 10px;
  }
}
.tag-list a {
  display: block;
  text-align: center;
  padding: 5px 15px;
  color: #C3A271;
  border-radius: 50px;
  border: 1px solid #707070;
  background: #fff;
}
@media (min-width: 768px) {
  .tag-list a {
    padding: 10px 20px;
  }
}

.two-columns {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .two-columns {
    margin-bottom: 80px;
  }
}
.two-columns .holder {
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .two-columns .holder {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .two-columns .holder {
    padding: 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .two-columns .holder {
    padding: 0 80px;
  }
}
.two-columns .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  position: relative;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .two-columns .img-box {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .two-columns .img-box {
    width: 300px;
  }
}
.two-columns .img-box::before {
  content: "";
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: -10px;
  bottom: -10px;
  right: 0;
  background: #E9B890;
  z-index: -1;
}
@media (min-width: 1024px) {
  .two-columns .img-box::before {
    top: 15px;
    left: -15px;
    bottom: -15px;
  }
}
.two-columns .img-box img {
  display: block;
  width: 100%;
  height: auto;
}
.two-columns .text-box {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .two-columns .text-box {
    max-width: 625px;
    padding: 0 0 0 30px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .two-columns .text-box {
    padding: 0 0 0 50px;
  }
}
.two-columns .title {
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px;
  color: #000;
}
@media (min-width: 768px) {
  .two-columns .title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .two-columns .title {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.two-columns .btn {
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  background: #3D64BA;
}

.search-project {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .search-project {
    margin-bottom: 70px;
  }
}
.search-project .header {
  max-width: 550px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .search-project .header {
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .search-project .header {
    max-width: 800px;
  }
}
.search-project .heading {
  display: block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #423D54;
  position: relative;
}
.search-project .project-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
.search-project .project-row .column {
  width: 140px;
  text-align: center;
  padding: 15px 10px;
  margin: 0 10px 20px;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .search-project .project-row .column {
    width: 150px;
    padding: 15px 10px;
    margin: 0 15px 30px;
  }
}
.search-project .project-row .column img {
  display: block;
  max-width: 80px;
  height: auto;
  margin: 0 auto 10px;
}
.search-project .project-row .column .title {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-transform: capitalize;
  color: #423D54;
}

.featured-travelogue {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .featured-travelogue {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .featured-travelogue .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.featured-travelogue .text-box {
  position: relative;
  padding: 30px 20px;
  margin: 0 auto 20px;
  max-width: 400px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  background: #3D64BA;
  z-index: 1;
}
@media (min-width: 768px) {
  .featured-travelogue .text-box {
    padding: 30px 25px;
    margin: 0 -200px 0 0;
    max-width: 400px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .featured-travelogue .text-box {
    padding: 30px 25px;
    margin: 0 -100px 0 0;
  }
}
.featured-travelogue .title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .featured-travelogue .title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
  }
}
.featured-travelogue .heading {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .featured-travelogue .heading {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 30px;
  }
}
.featured-travelogue .read-more {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.featured-travelogue .img-box {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .featured-travelogue .img-box {
    width: 850px;
    height: 400px;
  }
}

.faq-section {
  position: relative;
  padding: 0 0 40px;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 30px 0 60px;
  }
}
.faq-section .header {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .faq-section .header {
    margin: 0 0 60px;
  }
}
.faq-section .box {
  position: relative;
  margin: 0 0 5px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .faq-section .box {
    border: 0;
  }
}
@media (min-width: 1024px) {
  .faq-section .box {
    margin: 0 0 10px;
  }
}
.faq-section .btn-opener {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 7px 0;
  outline: none;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  background: none;
}
@media (min-width: 768px) {
  .faq-section .btn-opener {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .faq-section .btn-opener {
    padding: 10px 0;
  }
}
.faq-section .text-slide {
  overflow: hidden;
}

.gallery-section {
  position: relative;
}
.gallery-section .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  color: #333;
}
@media (min-width: 1024px) {
  .gallery-section .gallery-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.gallery-section .input-box {
  width: 100%;
}
@media (min-width: 1024px) {
  .gallery-section .input-box {
    width: 150px;
  }
}
.gallery-section .input-box input[type=file] {
  display: none;
}
.gallery-section .input-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100px;
  margin: 0 0 15px;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media (min-width: 1024px) {
  .gallery-section .input-box label {
    width: 145px;
    height: 135px;
    margin: 0;
  }
}
.gallery-section .input-box label .icon {
  display: block;
  width: 32px;
  height: 32px;
}
.gallery-section .photo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media (min-width: 1024px) {
  .gallery-section .photo-list {
    padding: 0 0 0 10px;
  }
}
.gallery-section .photo-list li {
  width: 33.33%;
}
@media (min-width: 768px) {
  .gallery-section .photo-list li {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .gallery-section .photo-list li {
    width: 20%;
  }
}
@media (min-width: 1900px) {
  .gallery-section .photo-list li {
    width: 16.5%;
  }
}
.gallery-section .photo-list li a {
  display: block;
}
.gallery-section .photo-list li img {
  display: block;
  width: 100%;
  height: auto;
}

.business-detail-section {
  position: relative;
}
.business-detail-section .title {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px;
}

.detail-form {
  position: relative;
}
@media (min-width: 768px) {
  .detail-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.detail-form .left-column {
  width: 100%;
}
@media (min-width: 768px) {
  .detail-form .left-column {
    width: 50.8%;
  }
}
.detail-form .left-column .btn-holder {
  width: 160px;
  text-align: center;
  margin: 0 auto;
}
.detail-form .left-column .btn-holder .btn {
  width: 150px;
  margin: 8px auto;
}
.detail-form .left-column .btn-holder .btn.btn-secondary {
  font-weight: 700;
  color: #000;
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}
.detail-form .left-column .btn-holder .btn.btn-secondary:hover {
  color: #fff;
  background: #F96767;
}
@media (min-width: 1440px) {
  .detail-form .group-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .detail-form .group-holder .form-group {
    width: 48.5%;
  }
}
.detail-form .group-holder .form-group:only-child {
  width: 100%;
}
.detail-form .form-group label {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
}
.detail-form .form-group .label-text {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0;
}
.detail-form .form-group .form-control {
  border-radius: 12px;
  border-color: #bbb;
  margin-bottom: 0;
}
.detail-form .form-group textarea.form-control {
  height: 140px;
  resize: none;
}
.detail-form .right-column {
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .detail-form .right-column {
    width: 48.5%;
    padding: 0 0 0 15px;
  }
}
.detail-form .logo-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 30px;
}
.detail-form .logo-holder .logo-col {
  width: 50%;
  padding: 0 10px;
}
.detail-form .logo-holder .subtitle {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 15px;
}
@media (min-width: 1440px) {
  .detail-form .logo-holder .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
.detail-form .logo-holder img {
  display: block;
  max-width: 100%;
  height: auto;
}

.business-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
.business-hours .box {
  width: 50%;
  height: 130px;
  margin: 0 -1px 15px;
  padding: 12px;
  border-width: 0 2px 2px 2px;
  border-color: #E8E8E8;
  border-style: solid;
}
@media (min-width: 1440px) {
  .business-hours .box {
    width: 33.33%;
  }
}
.business-hours .subtitle {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #7A86A1;
  margin: 0 0 5px;
}
.business-hours .date {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #7A86A1;
}

.quotes-compaire {
  color: #463F3F;
  font-family: "Raleway", sans-serif;
}
.quotes-compaire #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 20px;
}
.quotes-compaire #wrapper:after {
  display: none;
}
.quotes-compaire .quote-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 100px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
}
@media (min-width: 768px) {
  .quotes-compaire .quote-block {
    padding: 50px 50px 100px;
  }
}
.quotes-compaire .quote-block .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50px;
  background: #AFACAC;
}
@media (max-width: 767px) {
  .quotes-compaire .quote-block .btn-back {
    top: 10px;
    left: 15px;
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 1;
  }
}
.quotes-compaire .quote-block .text-holder {
  max-width: 480px;
  font-weight: 500;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .quotes-compaire .quote-block .text-holder {
    max-width: 620px;
    margin: 0 auto 30px;
  }
}
.quotes-compaire .quote-block .heading {
  display: block;
  font-size: 22px;
  line-height: 25px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #0F3047;
}
@media (min-width: 768px) {
  .quotes-compaire .quote-block .heading {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .quotes-compaire .quote-block .heading {
    font-size: 40px;
    line-height: 48px;
  }
}
.quotes-compaire .quote-block .btn-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 -50px;
  padding: 20px 10px;
  border-top: 1px solid #E8E8E8;
}
.quotes-compaire .quote-block .btn-holder .btn {
  width: 150px;
}
.quotes-compaire .input-wrap {
  max-width: 450px;
  max-height: 200px;
  padding: 0 10px;
  margin: 0 auto;
  overflow-y: auto;
  /* Scrollbar Styling */
}
.quotes-compaire .input-wrap::-webkit-scrollbar {
  width: 5px;
  display: none;
}
.quotes-compaire .input-wrap::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}
.quotes-compaire .input-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0F3047;
}
.quotes-compaire .form-group {
  text-align: left;
}
.quotes-compaire label,
.quotes-compaire .label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(70, 63, 63, 0.43);
  margin: 0 0 10px;
}
.quotes-compaire .form-control {
  width: 100%;
  height: 45px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: rgba(70, 63, 63, 0.43);
  padding: 10px 15px;
  border-radius: 12px;
  border: 2px solid #0F3047;
}
.quotes-compaire textarea.form-control {
  height: 160px;
  resize: none;
}
.quotes-compaire select.form-control {
  color: #463F3F;
}
.quotes-compaire .check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid #0F3047;
}
.quotes-compaire .check-label input[type=checkbox] {
  display: none;
}
.quotes-compaire .check-label input[type=checkbox]:checked ~ .custom-checkbox::before {
  background: #227DCD;
}
.quotes-compaire .check-label .custom-checkbox {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  color: #463F3F;
  border: 0;
  padding: 0 0 0 30px;
}
.quotes-compaire .check-label .custom-checkbox::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  border: 1px solid #0F3047;
  background: #fff;
}
.quotes-compaire .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 12px;
  border: 2px solid #0F3047;
}
.quotes-compaire .radio-label input[type=radio] {
  display: none;
}
.quotes-compaire .radio-label input[type=radio]:checked ~ .custom-radio::before {
  background: #227DCD;
}
.quotes-compaire .radio-label .custom-radio {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  color: #463F3F;
  border: 0;
  padding: 0 0 0 30px;
}
.quotes-compaire .radio-label .custom-radio::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #0F3047;
  background: #fff;
}

/** New List Page **/
body.new-listing #header {
  position: static;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
}
body.new-listing #header .logo {
  width: 110px;
  margin: 0 auto;
}

.two_cols {
  width: 100%;
}
@media (min-width: 1024px) {
  .two_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.two_cols .left-col {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .two_cols .left-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 340px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .two_cols .left-col {
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .two_cols .right-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0 0 30px;
  }
}
.two_cols .list-header {
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .two_cols .list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.two_cols .list-header .select-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .two_cols .list-header .select-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.two_cols .list-header .select-row .label-text {
  display: block;
  margin: 0 10px 0 0;
}
@media (max-width: 1023px) {
  .two_cols .list-header .select-row .label-text {
    font-size: 14px;
  }
}
.two_cols .list-header .select-row .select-box {
  width: 190px;
}
@media (min-width: 1024px) {
  .two_cols .list-header .select-row .select-box {
    width: 210px;
  }
}
.two_cols .item-view {
  list-style: none;
  margin: 0 -3px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .two_cols .item-view {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.two_cols .item-view li {
  padding: 0 3px;
}
.two_cols .item-view li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  color: #000;
  background: #f7f7f7;
}
.two_cols .item-view li a:hover {
  color: #fff;
  background: #F96767;
}

.news-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 440px;
  padding: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.news-letter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 22, 31, 0.6);
  z-index: -1;
}
.news-letter .icon-email {
  display: block;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 20px;
  color: #ffd74e;
}
.news-letter .title {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 30px;
}

.filter-search-aside {
  width: 100%;
  padding: 30px 25px;
  margin: 0 0 25px;
  background: #f7f7f7;
}
@media (min-width: 1200px) {
  .filter-search-aside {
    padding: 30px;
  }
}
.filter-search-aside .holder {
  width: 100%;
  padding-top: 10px;
}
.filter-search-aside .title {
  display: block;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px;
  color: #000;
}
.filter-search-aside .form-group.has-ico {
  position: relative;
}
.filter-search-aside .form-group.has-ico .ico {
  position: absolute;
  top: 12px;
  right: 16px;
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.filter-search-aside .form-group.has-ico .form-control {
  padding-right: 30px;
}

.list-article {
  width: 100%;
  margin: 0 0 60px;
  background: #fff;
}
@media (min-width: 1024px) {
  .list-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-article .img-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  min-height: 250px;
  border-radius: 3px 3px 0 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .list-article .img-box {
    width: 300px;
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .list-article .img-box {
    width: 370px;
    min-height: 290px;
  }
}
.list-article .thumbnail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 85%;
  padding: 8px 20px 8px 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  background-color: #ffd74e;
}
@media (min-width: 1200px) {
  .list-article .thumbnail-meta {
    padding: 8px 25px 8px 20px;
  }
}
.list-article .thumbnail-meta .icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 5px;
}
.list-article .thumbnail-meta .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  color: #fff;
  border: 2px solid #fff;
  background: #ff344f;
}
.list-article .thumbnail-meta .title {
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin: 0;
}
.list-article .thumbnail-meta .status {
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background: #35c54c;
}
.list-article .text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 18px 30px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(36, 37, 51, 0.08);
}
@media (min-width: 1024px) {
  .list-article .text-box {
    padding: 30px 18px;
  }
}
@media (min-width: 1200px) {
  .list-article .text-box {
    padding: 45px 25px;
  }
}
.list-article .title {
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}
.list-article .title a {
  color: #000;
}
.list-article .reviews-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
.list-article .reviews-holder .text {
  display: block;
  padding: 0 0 0 5px;
}
.list-article .rating {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-article .rating li {
  padding: 0 1px;
  color: #676767;
}
.list-article .rating li:hover {
  color: #ff344f;
}
.list-article .price {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 25px;
}
.list-article .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.list-article .tel .ico {
  display: inline-block;
  margin: 0 10px 0 0;
}
.list-article .tel a {
  color: #7A86A1;
  text-decoration: none;
}
.list-article .tel a:hover {
  color: #000;
}
.list-article .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0 0;
  border-top: 1px solid #dfdfdf;
}
.list-article .footer .location {
  color: #7A86A1;
  display: inline-block;
  padding: 0 5px 0 0;
}
.list-article .footer .location i {
  margin-right: 5px;
}
.list-article .footer .like {
  color: #7A86A1;
  text-decoration: none;
}
.list-article .footer .like i {
  margin-right: 5px;
}

.price-range-slider {
  width: 100%;
  position: relative;
  padding: 10px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0;
}


.chat-widget {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999; }
.chat-widget .chat-btn-box {
	position: relative; }
.loaded .chat-widget .chat-btn-box .tooltip-col {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }
.chat-widget .tooltip-col {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 20px;
	right: 40px;
	width: 270px;
	color: #000;
	padding: 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	border-radius: 30px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff; }
@media (min-width: 768px) {
	.chat-widget .tooltip-col {
		width: 300px; } }
.chat-widget .tooltip-col .img-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden; }
.chat-widget .tooltip-col .img-box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; }
.chat-widget .tooltip-col p {
	margin: 0; }
.chat-widget .btn-chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: #3b6aae; }
.chat-widget .btn-chat:hover {
	background: #0F3047; }

@media (max-width: 767px) {
	.chat-active {
		overflow: hidden; } }

.chat-widget-box {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	position: fixed;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff; }
@media (min-width: 768px) {
	.chat-widget-box {
		border-radius: 15px;
		bottom: 15px;
		max-width: 500px;
		right: 15px; } }
.chat-active .chat-widget-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }
.chat-widget-box .chat-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: relative;
	width: 100%;
	padding: 5px 40px 5px 10px;
	background: #3b6aae; }
.chat-widget-box .chat-header:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	content: '';
	height: 60px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none; }
.chat-widget-box .chat-header .chat-close {
	position: absolute;
	top: 24px;
	right: 15px;
	width: 18px;
	height: 12px; }
.chat-widget-box .chat-header .chat-close:hover {
	background: transparent; }
.chat-widget-box .chat-header .img-box {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden; }
.chat-widget-box .chat-header .img-box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; }
.chat-widget-box .chat-content {
	padding: 15px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	color: #000;
	overflow: auto;
	max-height: 200px;
	width: 100%;
	height: 100%;
	max-height: 430px;
	min-height: 430px; }
@media (max-width: 767px) {
	.chat-widget-box .chat-content {
		max-height: 100%;
		height: calc(100vh - 160px);
		min-height: 430px; } }
.chat-widget-box .chat-content .chat-col,
.chat-widget-box .chat-content .chat-col-reply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }
.chat-widget-box .chat-content .chat-col .wrap,
.chat-widget-box .chat-content .chat-col-reply .wrap {
	max-width: 350px;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 0 15px 15px 15px;
	background: #3b6aae; }
.chat-widget-box .chat-content .chat-col-reply {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
.chat-widget-box .chat-content .chat-col-reply .wrap {
	color: #000;
	border-radius: 15px 0 15px 15px;
	background: #efefef; }
.chat-widget-box .chat-footer {
	width: 100%;
	padding: 5px 10px 10px; }
@media (max-width: 767px) {
	.chat-widget-box .chat-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0; } }
.chat-widget-box .chat-footer form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	width: 100%;
	margin: 0 0 10px; }
.chat-widget-box .chat-footer form .input-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative; }
.chat-widget-box .chat-footer form .input-box .ico {
	position: absolute;
	top: 22px;
	right: 25px;
	color: #c5c5c5; }
.chat-widget-box .chat-footer form textarea {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 12px 36px 10px 15px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	outline: none;
	border-radius: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	resize: none; }
.chat-widget-box .chat-footer form .btn-send {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 70px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	outline: none;
	color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background: #3b6aae; }
.chat-widget-box .chat-footer form .btn-send:hover {
	background: #0F3047; }
.chat-widget-box .chat-footer .text {
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	color: #3b6aae; }


.fake-checkbox{
  display: none;
}