@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500");
.mr-15 {
  margin-right: 15px;
}

.mr-5 {
  margin-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-15 {
  margin-top: 15px;
}

.pb-0 {
  padding-bottom: 0;
}

.section-padding {
  padding: 30px 15px;
}

.p-15 {
  padding: 15px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.min-vh-100 {
  min-height: 100vh;
}

.card-grey {
  background-color: #ececec;
  padding: 20px;
  border-radius: 35px;
}

.bg-grey, .categories_type_container {
  background: #F9F9F9;
}

.bg-secondary {
  background-color: #fbfbfb;
}

.bg-primary, .avatar-card.ant-card-hoverable:hover {
  background-color: #2255c2;
}

.black, .user_profile_card .rating, .item-card .author_detail, .item-card .rates .value {
  color: #000000;

}
.user_profile_card .rating{
  text-align: center;
 }
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-capitalize {
  text-transform: capitalize;
}

.d-none {
  display: none;
}

.float-right {
  float: right;
}

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

.search-select-header {
  width: 250px;
}

.header-select-options .sp {
  display: block;
  font-size: 12px;
}

.select2-dropdown--below {
  width: 400px;
}

.default-border-radius, .avatar-card {
  border-radius: 22px;
}
.custom_badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.grey_badge {
  background-color: #d9d9d9;
  color: #636060;
}

.grey-card {
  background: #fbfbfb;
  border-radius: 40px;
  padding: 2rem;
}

.avatar-card {
  margin-top: 15px;
  margin-bottom: 15px;
}
.avatar-card img {
  object-fit: inherit;
}
.avatar-card .ant-card-meta-title,
.avatar-card .ant-card-meta-description {
  font-size: 16px;
  font-weight: bold;
}
.avatar-card.ant-card-hoverable:hover {
  color: white;
}
.avatar-card.ant-card-hoverable:hover .ant-card-meta-title,
.avatar-card.ant-card-hoverable:hover .ant-card-meta-description {
  color: white;
}

.item-card .item-card-content {
  min-height: 230px;
}

.item-card {
  position: relative;
}
.item-card .item-card-title {
  min-height: 57px;
}
.item-card .rates {
  background: #7f007f;
  border-radius: 4px;
  text-align: center;
  padding: 7px;
  color: #fff;
}
.item-card .rates .value {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 16px;
}
/*.item-card .footer {*/
/*  bottom: 0px;*/
/*  position: absolute;*/
/*  padding: 15px 30px;*/
/*  left: 0;*/
/*}*/
.item-card .author_detail {
  font-weight: 500;
  font-size: 12px;
}
.item-card .tags-container {
  min-height: 23px;
}

.card {
  margin-left: 7px;
  margin-right: 7px;
}

.user_profile_card {
  padding: 15px 5px;
  height: 345px;
  position: relative;
}
.user_profile_card .card-body {
  max-height: 160px;
}
.user_profile_card .image-holder {
  text-align: center;
}
.user_profile_card .image-holder .picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
}
.user_profile_card .image-holder figcaption {
  margin-top: 15px;
}
.user_profile_card .image-holder figcaption .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.user_profile_card .card-text {
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  max-height: 84px;
  text-align: center;
}
.user_profile_card .rating i.fa-star {
  margin-right: 15px;
}

.testimonial_card {
  padding: 30px 15px;
}
.testimonial_card .heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.testimonial_card .para {
  font-size: 14px;
  line-height: 18px;
}

.default-article .heading {
  padding-bottom: 20px;
  font-weight: bolder;
  font-size: 24px;
}

.filters-container article .heading {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.hero-banner {
  padding: 60px 15px 40px;
}
.hero-banner .btn--post {
  background-color: #7f007f;
  padding: 8px 24px;
  border-radius: 7px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #7f007f;
}
.hero-banner .btn--post:hover {
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 7px;
  color: #7f007f;
  border: 2px solid #7f007f;
  font-weight: 600;
}
.hero-banner .btn--search {
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 7px;
  color: #7f007f;
  border: 2px solid #7f007f;
  font-weight: 600;
}
.hero-banner .btn--search:hover {
  background-color: #7f007f;
  padding: 8px 24px;
  border-radius: 7px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #7f007f;
}
.hero-banner .heading {
  color: #007f7f;
}
@media (min-width: 767px) {
  .hero-banner .heading {
    max-width: 90%;
    font-size: 45px;
  }
}
.hero-banner .para {
  font-size: 18px;
  color: #a5a5a5;
  font-weight: 500;
}
@media (min-width: 767px) {
  .hero-banner .para {
    padding-top: 15px;
  }
}
.hero-banner .inline-list {
  list-style: disc;
  margin-left: 15px;
}
.hero-banner .inline-list ::marker {
  color: #007f7f;
}
@media (min-width: 767px) {
  .hero-banner .inline-list li {
    font-size: 14px;
    display: list-item;
    margin-right: 27px;
    float: left;
  }
  .message-empty{
    width: 18rem;
    margin-left: 291px !important;
  }
}

@media only screen and (max-width: 991px) {
  .hero-banner {
    padding: 10px;
    /* text-align: center; */
  }
  .hero-banner figure svg {
    width: 100%;
    height: 150px;
  }
}
.selection {
  width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e1e7ec !important;
  /* height: 44px !important; */
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #e1e7ec;
}

/*banner css*/
.detail-banner {
  /*min-height: 60vh;*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
}

.detail-banner .content {
  padding: 2em;
}

.detail-banner .banner_header {
  text-align: center;
  padding: 2em;
}

.detail-banner .banner_header img {
  max-width: 200px;
}

.detail-banner .content .heading,
.detail-banner .content .para {
  color: white;
}

.detail-banner .footer {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 20px;
}

.detail-banner .footer img {
  max-width: 143px;
}

.footer-section .copyright-area .copyright {
  color: #fff !important;
}
.footer-section .footer-heading h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
}
.footer-section .btn--post {
  background-color: #fff;
  padding: 9px 26px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #007F7F;
  border: 1px solid #58a7a7;
}
.footer-section .search-main {
  height: min-content;
  position: relative;
}
.footer-section .search-main i.fa-search {
  position: absolute;
  /* left: 0; */
  right: 13px;
  color: #fff;
  cursor: pointer;
  bottom: 11px;
}
.footer-section .search-main .search-select-header {
  width: 132px;
}
.footer-section .search-main .select2-container--default .select2-selection--single {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  justify-content: center;
  height: 40px;
  display: flex;
  align-items: center;
}
.footer-section .search-main .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}
.footer-section .search-main .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  display: none;
  right: 1px;
  width: 20px;
}
.footer-section .footer-links li:hover {
  color: #fff !important;
}
.footer-section .footer-social li a:hover {
  color: #58a7a7;
  background-color: #fff;
}
.footer-section .footer-widget .title {
  width: fit-content;
}
.footer-section .footer-widget {
  width: fit-content;
}
.footer-section .footer-widget li {
  width: fit-content;
  list-style: none;
  color: #fff;
}

.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
.header-section .header-right {
  padding-left: 0px;
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
}
.header-section.header-fixed .header-top-area {
  display: none;
}
.header-section.header-fixed .header-bottom-area {
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-bottom-area {
  position: relative;
  border-bottom: 1px solid #e1e7ec;
  padding: 0 100px;
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
.header-bottom-area .navbar-expand-lg .select2-container--default .select2-selection--single {
  border: 1px solid #7f007f;
  height: 37px;
  display: flex;
  align-items: center;
}
.header-bottom-area .navbar-expand-lg .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #7f007f !important;
  font-weight: 600;
  font-size: 14px;
}
.header-bottom-area .navbar-expand-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  display: none;
  right: 1px;
  width: 20px;
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 30px;
  color: #515151;
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 30px 0 30px 0;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  transition: all 0.9s;
}
.header-bottom-area .navbar-collapse .main-menu li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2cdd9b;
  transition: all 0.9s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: #1e2746;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #2cdd9b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover,
.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #2cdd9b;
}

.header-bottom-area .navbar-collapse .main-menu li a:hover::after,
.header-bottom-area .navbar-collapse .main-menu li a.active::after {
  width: 100%;
}

.language-select-area {
  position: relative;
  z-index: 99;
}

.language-select {
  font-size: 14px;
  border: 1px solid #e1e7ec;
  font-weight: 500;
  border-radius: 3px;
  padding: 10px 10px;
  background-color: transparent;
}

.site-logo {
  max-width: 190px;
}

.header-social li {
  display: inline-block;
}
.header-social li a {
  color: white;
  font-size: 12px;
}
.header-social li + li {
  margin-left: 10px;
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -46px;
  margin-left: 19px;
  border-left: 1px solid #b9b9b9;
}
.header-action a {
  font-size: 14px;
  padding: 8px 20px;
  display: flex;
  font-weight: 600;
  align-items: center;
  margin: 5px;
  color: #7f007f;
  background: none !important;
}
.header-action a i {
  font-size: 16px;
  margin-right: 3px;
}
.header-action a:hover {
  background: none !important;
}

.header-short-menu {
  color: #636060;
  border-bottom: 1px solid #e1e7ec;
}

.short-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.short-menu.open {
  left: 0;
}
.short-menu li {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.short-menu li:hover {
  color: #2cdd9b;
}

.short-menu-close-btn-area {
  display: none;
}

.short-menu-close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 91;
  background-color: #2cdd9b;
  font-weight: 500;
  color: white;
  padding: 3px 15px;
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #2cdd9b;
  font-size: 30px;
}

.short-menu-open-btn {
  background-color: #2cdd9b;
  color: white;
  padding: 3px 15px;
  border-radius: 3px;
  display: none;
}

.header-short-menu.sub-short-menu {
  background-color: #EFEFEF;
}

.header-btn-container .search-main {
  position: relative;
}
.header-btn-container .search-main i.fa-search {
  position: absolute;
  /* left: 0; */
  right: 13px;
  color: #7f007f;
  cursor: pointer;
  bottom: 13px;
}
.header-btn-container .search-main .search-select-header {
  width: 104px;
}
.header-btn-container .search-main .search-select-header .select2-selection--single {
  border: 1px solid #7f007f !important;
  height: 38px !important;
}
.header-btn-container .search-main .search-select-header .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7f007f;
}
.header-btn-container .search-main .btn-search-header {
  display: none;
}
.header-btn-container .btn--post {
  background: #7f007f;
  margin-right: 0px !important;
  color: #fff !important;
}
.header-btn-container .btn:hover {
  box-shadow: 0px 4px 8px grey;
}
.header-btn-container .btn {
  color: #7f007f;
  font-size: 14px;
  border: 1px solid #7f007f;
  padding: 8px 18px;
  font-weight: 600;
  border-radius: 4px;
  margin: 0px 10px;
}
.header-btn-container .btn .fa-search {
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler span {
    font-size: 22px;
  }

  .short-menu-open-btn {
    display: block;
  }

  .short-menu-close-btn {
    display: block;
  }

  .short-menu-close-btn-area {
    display: inline-block;
  }

  .short-menu li {
    padding: 6px 10px;
    border-bottom: 1px solid #e1e7ec;
  }

  .short-menu li:first-child,
.short-menu li:last-child {
    border: none;
  }

  .short-menu {
    z-index: 10000 !important;
    padding-top: 20px;
    position: fixed;
    display: block;
    top: 0;
    left: -100%;
    background-color: white;
    width: 220px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }

  .header-short-menu {
    padding: 0;
    border: none;
  }

  .header-action a {
    display: inline-block;
  }

  .header-action {
    margin: 0;
    margin-left: 12px;
    margin-bottom: 20px;
    display: block;
  }

  .header-social li a {
    font-size: 12px;
  }

  .language-select-area {
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }

  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }

  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }

  .header-bottom-area .navbar-collapse {
    background-color: #f9f9f9;
  }

  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }

  .header-section .header-top-area .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .header-bottom-area {
    padding: 0 30px;
  }
  .message-empty{
    width: 18rem;
    margin-left: 291px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 5px 20px;
  }
  .message-empty{
    width: 18rem;
    margin-left: 291px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-bottom-area {
    padding: 5px 0;
  }
  .message-empty{
    width: 18rem;
    margin-left: 20px !important;
  }
  .hero-banner .heading {
    color: #007f7f;
    font-size: 15px !important;
  }
  .hero-banner .btn--post {
    background-color: #7f007f;
    padding: 6px 15px;
    border-radius: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #7f007f;
    margin-left: 47px;
    font-size: 13px;
  }
  .hero-banner .btn--search {
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 12px;
    color: #7f007f;
    border: 2px solid #7f007f;
    font-weight: 500;
    font-size: 13px;
  }
  .hero-banner .para {
    font-size: 11px;
    color: #a5a5a5;
    inline-size: 210px;
    overflow-wrap: break-word;
  }
  .hero-banner figure svg {
    width: 40%;
    height: 150px;
    margin-left: 210px !important;
  }
  .carousel-mobile-view{
    display: none;
  }
  .footer-section .footer-heading h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
  }
  .mobile-view-col{
    width: auto;
  }
  .hvideoContainer iframe{
    width: 289px !important;
    height: 200px !important;
  }
  #videoContainer iframe{
    width: 289px !important;
    height: 200px !important;
  }
}
@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow: auto;
  }

  .header .short-menu-open-btn {
    position: absolute;
    top: 58px;
    right: 0;
  }

  div#navbarSupportedContent {
    display: none !important;
    overflow-x: hidden;
  }
  div#navbarSupportedContent div {
    margin-left: 0;
  }
  div#navbarSupportedContent.show {
    display: block !important;
  }

  .header-action {
    border: none !important;
  }

  .header-btn-container {
    width: 100% !important;
    justify-content: center !important;
  }
  .header-btn-container a.btn--post {
    margin-right: 6px !important;
  }
  .header-btn-container .search-main {
    height: fit-content;
  }

  .header-action {
    margin-top: 5px;
    text-align: center;
  }
  .header-action a.btn--base {
    border: 1px solid #b9b9b9;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
    background-color: #f9f9f9;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
.header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.default-article .heading {
  margin-left: 17px;
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .site-logo img {
    height: 30px;
  }
  .message-empty{
    width: 18rem;
    margin-left: 20px !important;
  }
  .hero-banner .heading {
    color: #007f7f;
    font-size: 15px !important;
  }
  .hero-banner .btn--post {
    background-color: #7f007f;
    padding: 6px 15px;
    border-radius: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #7f007f;
    margin-left: 47px;
    font-size: 13px;
  }
  .hero-banner .btn--search {
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 12px;
    color: #7f007f;
    border: 2px solid #7f007f;
    font-weight: 500;
    font-size: 13px;
  }
  .hero-banner .para {
    font-size: 11px;
    color: #a5a5a5;
    inline-size: 210px;
    overflow-wrap: break-word;
  }
  .hero-banner figure svg {
    width: 40%;
    height: 150px;
    margin-left: 210px !important;
  }
  .carousel-mobile-view{
    display: none;
  }
  .footer-section .footer-heading h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
  }
  .mobile-view-col{
    width: auto;
  }
  .hvideoContainer iframe{
    width: 289px !important;
    height: 200px !important;
  }
}
.header-short-menu.sub-short-menu .short-menu {
  height: 40px;
}
.header-short-menu.sub-short-menu .short-menu li.mx-3 {
  color: #000;
}
.header-short-menu.sub-short-menu .short-menu li.mx-2:hover {
  border-bottom: 2px solid #afafaf !important;
}

@media only screen and (max-width: 1400px) {
  .header-short-menu {
    padding: 10px 40px;
  }
}
.sub-nav {
  padding: 20px 15px 20px;
  width: 100.5%;
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* Remove the default scrollbar for WebKit implementations */
}

.sub-nav ul {
  margin: 0;
  display: flex;
  -webkit-padding-start: 0px;
}

.sub-nav li {
  display: inline-table;
  margin: 0 13px;
  font-size: 12px;
  font-weight: 600;
}

.arrow {
  cursor: pointer;
  z-index: 11;
}

.nav-prev {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid gray;
  position: absolute;
  left: 9px;
}

.nav-next {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid gray;
  position: absolute;
  right: 7px;
}

.dashboard-sidebar-inner {
  background-color: #e6eeee !important;
  border-radius: 4px 0px 0px 0px !important;
}
.dashboard-sidebar-inner .dashboard-sidebar-wrapper-inner h5 {
  color: #007f7f;
  font-weight: 800;
}
.dashboard-sidebar-inner .menu-header-title {
  font-weight: 700;
  color: #007f7f;
  font-size: 16px;
}
.dashboard-sidebar-inner .sidebar-main-menu li a {
  color: #007f7f;
}
.dashboard-sidebar-inner .sidebar-main-menu li.open a {
  background-color: #007f7f !important;
  color: #e6eeee !important;
}

.dashboard-sidebar-open {
  background: #7f007f !important;
}

.create-service-main .stepwizard-row:before {
  top: 19px;
  bottom: 0;
  position: absolute;
  content: " ";
  display: none;
  left: 11%;
  width: 80%;
  height: 2px;
  background-color: #8cc2c2;
  z-index: 0;
}
.create-service-main .card-header.d-flex.flex-wrap.align-items-center.justify-content-between {
  background-color: #f3f6f6 !important;
  line-height: 37px;
}
.create-service-main a.btn.btn-success.btn-circle {
  background: #007f7f;
  color: #fff !important;
  -webkit-appearance: none;
}
.create-service-main .btn-circle {
  color: #007f7f !important;
  background: #ecfcfc;
  -webkit-appearance: none;
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 3px solid #007f7f !important;
  font-size: 15px;
}
.create-service-main .card-body {
  background-color: #f8fafa;
}
.create-service-main .form-control {
  background-color: #fff !important;
  border: 1px solid #CBDFDF;
}
.create-service-main label {
  color: #000;
}
.create-service-main textarea {
  border: 1px solid #CBDFDF;
}
.create-service-main .service-feat span.select2 {
  line-height: 17px !important;
}
.create-service-main .service-feat span.select2 .selection .select2-selection--multiple {
  padding: 0;
  background: #fff;
  border: 1px solid #CBDFDF;
}
.create-service-main .default-select {
  background-color: #fff;
  border: none;
}
.create-service-main .select2Tag span.select2 {
  height: 90%;
  width: 100% !important;
}
.create-service-main .select2Tag span.select2 .selection {
  height: 100%;
}
.create-service-main .select2Tag span.select2 .selection .select2-selection {
  height: 90%;
  padding: 7px;
  background: #fff;
  overflow: overlay;
  border: 1px solid #CBDFDF;
}
.create-service-main .service-step {
  color: #58a7a7;
  font-size: 13px;
  font-weight: 500;
}
.create-service-main .custom-check-group label.services-checks::before {
  border: 2px solid #007f7f !important;
  padding: 6px;
  border-radius: 0;
  background-color: #fff;
}
.create-service-main .avatar-edit .text-light {
  background: #7f007f !important;
  border-radius: 5px;
  border: 1px solid #7f007f;
  color: #fff;
  font-size: 13px;
}
.create-service-main button.btn--base.addExtraImage {
  background: #7f007f !important;
  border-radius: 5px;
  border: 1px solid #7f007f;
  color: #fff;
  font-size: 13px;
}
.create-service-main .service--btns {
  background-color: #f8fafa;
  border-radius: 5px;
  border: 1px solid #7f007f;
  color: #7f007f;
  width: 100px !important;
}

.create-service-main .softwar-save-draft--btns {
  background-color: #f8fafa;
  border-radius: 5px;
  border: 1px solid #7f007f;
  color: #7f007f;
  width: 130px !important;
}

.create-service-main .btn-save-continue {
  background-color: #7f007f;
  border-radius: 5px;
  border: 1px solid #7f007f;
  color: #fff;
  padding: 10px 4px;
  font-size: 13px;
  width: 150px !important;
}
.create-service-main .custom-check-group {
  min-width: 20%;
}
.create-service-main a.btn.btn-circle.btn-default:before {
  top: 19px;
  position: absolute;
  content: " ";
  left: 76%;
  width: 45%;
  border-bottom: 3px solid #8cc2c2;
  z-index: 0;
}
.create-service-main a.btn.btn-circle.btn-default.step-review::before {
  border-bottom: 3px solid transparent;
  display: none;
}
.create-service-main a.btn.btn-circle.btn-default.btn-success::before {
  border-bottom: 3px solid #007F7F;
}
.create-service-main .stepwizard-step {
  width: 20%;
}
.create-service-main .banner-navigate {
  background-color: #007f7f;
  color: #fff;
  padding: 20px 10px;
}
.create-service-main .banner-navigate h4 {
  font-size: 14px;
  /*color: #fff;*/
}
.create-service-main .banner-navigate p {
  font-size: 14px;
}
.create-service-main .logo-box {
  background-color: #e6eeee;
  width: 60px;
  height: 60px;
}
.create-service-main .avatar-preview .profilePicPreview.bg_img {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
.create-service-main .avatar-edit {
  background-color: #fff;
  height: max-content;
  border: 1px dashed #8cc2c2;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.create-service-main .avatar-edit label.mb-0 {
  padding: 10px;
  display: flex;
  color: #8b8b8b;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.create-service-main .avatar-edit label.mb-0 a {
  padding: 5px;
  color: #007F7F;
  font-weight: 500;
}
.create-service-main .avatar-edit label.mb-0 input[type=file] {
  display: none;
}
.create-service-main .avatar-edit.active {
  border: 2px solid #fff;
}
.create-service-main .avatar-edit .icon {
  font-size: 64px;
  color: #8cc2c2;
}
.create-service-main .avatar-edit p {
  font-size: 16px;
  font-weight: 500;
  color: #bbbbbb;
}
.create-service-main .avatar-edit button {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
  background: transparent;
  color: #007F7F;
  border-radius: 5px;
  cursor: pointer;
}
.create-service-main .avatar-edit img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.create-service-main .hdng-create {
  color: #007F7F;
  font-size: 18px;
  font-weight: 500;
}
.create-service-main #add-more-service {
  color: #7f007f;
  background: none;
}
#add-more-customservice{
  color: #7f007f;
  background: none;
}
.create-service-main .checkbox-review {
  padding: 15px;
  cursor: pointer;
  margin: 7px;
  margin-left: 0;
  border-radius: 1px !important;
  width: fit-content;
  height: fit-content;
  outline: 1.5px solid #007F7F;
  outline-style: auto;
}
.create-service-main .add-new-row {
  color: #7f007f;
  font-weight: 500;
}
.create-service-main .msg-create {
  color: #000;
}
.create-service-main .lbl-review {
  font-size: 13px;
  font-weight: 500;
  color: #606975;
}
.create-service-main .lbl-review a {
  color: #7f007f !important;
}
.create-service-main .static-banner-content h5 {
  float: left;
}
.create-service-main .static-banner-content p {
  font-size: 14px;
  display: inline-block;
}
.create-service-main input.select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
}
.create-service-main .btn-success circle {
  fill: #007f7f;
}
.create-service-main .btn-success path {
  fill: #fff;
}
.create-service-main .btn-success rect {
  fill: #fff;
}

.mydivhide .bg-radio {
  accent-color: #007F7F;
}

.form-group .container1 {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}
.form-group .container1 input {
  opacity: 0;
}
.form-group .container1 .checkmark {
  position: absolute;
  top: 5px;
  left: 2px;
  height: 15px;
  width: 16px;
  background-color: rgb(255, 255, 255);
  border: 2px solid #007f7f !important;
}
.form-group .container1 .checkmark:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group .container1 input:checked ~ .checkmark:after {
  display: block;
}
.form-group .container1 input:checked ~ .checkmark {
  background: #808b92;
}

#search .form-container .form-control {
  background: #fff;
}

.card-header:first-child {
  border-radius: 0px !important;
}

.custom--card.create-service-main {
  box-shadow: none !important;
}

.lbl-review a {
  color: #7f007f !important;
}

@media only screen and (max-width: 991px) {
  .submit-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .cancel-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
select {
  outline: none;
  cursor: pointer;
}

.form-check-input {
  width: 20px;
  height: 19px;
  padding: 0px;
}

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

.form-control {
  border: 1px solid #e1e7ec;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  appearance: auto;
  background-color: #f9f9f9;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #e1e7ec;
  background-color: #f9f9f9;
}

.country-code .input-group-text {
  background: transparent;
  border: 1px solid #e1e7ec;
  height: 40px;
  color: #606975;
  font-size: 14px;
  font-weight: 400;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  color: white;
  height: 45px;
  border-radius: 0 3px 3px 0;
  font-weight: 500;
}

.form--control {
  background-color: transparent;
  border: 1px solid #CBDFDF;
  box-shadow: none;
  height: 40px;
  padding: 0 20px;
  color: gray !important;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #e1e7ec;
  box-shadow: none;
}
.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background: gray !important;
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  background: #f0eeee;
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.forgot-password a {
  color: #2cdd9b;
  font-weight: 600;
}

.submit-btn {
  padding: 8px 30px;
  color: white;
  background: #7f007f !important;
  background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}

.cancel-btn {
  padding: 8px 30px;
  color: white;
  background: #ea5455;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}

.chosen-select {
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 30px 10px 20px;
}

.chosen-container {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.chosen-container .chosen-single {
  margin: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  outline: none;
  background: none;
  font-size: 14px;
  box-shadow: none;
  padding: 10px 12px;
  border-radius: 3px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e1e7ec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-single span {
  margin: 0;
  width: 100%;
  color: #606975;
  line-height: initial;
  font-weight: 500;
  font-size: 13px;
}
.chosen-container .chosen-search input {
  height: 35px !important;
  border-color: #e1e7ec !important;
  border-radius: 3px !important;
}
.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  line-height: 34px;
}
.chosen-container .chosen-results li {
  font-weight: 500;
}
.chosen-container .chosen-results li.highlighted {
  background: #2cdd9b;
}
.chosen-container .chosen-drop {
  border-radius: 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 5px;
  border: 1px solid #e1e7ec;
  background: transparent;
  box-shadow: none;
}

.btn-toggle {
  border-radius: 0 3px 3px 0;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  z-index: 9;
  border: none !important;
  color: #606975;
}

.input-group {
  margin-bottom: 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input,
textarea {
  padding: 12px 20px;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #CBDFDF;
  vertical-align: baseline;
  font-size: 100%;
}

label {
  font-size: 14px;
  font-family: "Maven Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .account-header .title {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  .account-form-area {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .account-form-area::before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .account-form-area::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-content p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-item-area .header-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-item-area {
    padding: 40px 20px;
  }
}
.account-section {
  min-height: calc(100vh - 307px);
}

.account-logo-area {
  position: relative;
  margin-bottom: 20px;
}
.account-logo-area .account-logo img {
  height: 40px;
}

.account-header {
  margin-bottom: 30px;
}
.account-header .title {
  font-weight: 700;
  color: #007F7F;
  font-size: 30px;
  position: relative;
}

.account-form-area {
  position: relative;
  padding: 30px;
  border-radius: 3px;
  width: 100% !important;
  border: 1px solid #ababab;
}
.account-form-area .btn-group .btn.btn-outline-secondary {
  width: 175px;
  box-shadow: none !important;
  border: none !important;
  font-size: 14px;
}
.account-form-area .btn-group input[type=radio]:checked + label {
  background-color: #007F7F !important;
  border: none !important;
  color: #fff !important;
}
.account-form-area .btn-group .btn-freelance {
  background-color: #CBDFDF;
  color: #90BCBC;
}
.account-form-area .btn-group .btn-hire {
  background-color: #CBDFDF;
  color: #90BCBC;
}
.account-form-area a.text--base {
  color: #7F007F !important;
}
.account-form-area .account-item label a {
  color: #7F007F !important;
}
.account-form-area .submit-btn {
  background-color: #7F007F !important;
}

.contact-wrapper {
  border-radius: 3px;
  overflow: hidden;
}

.contact-form-area {
  background-color: #f9f9f9;
  padding: 40px;
}
.contact-form-area .title {
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #007F7F;
}
.contact-form-area p {
  font-size: 14px;
}
.contact-form-area .contact-form {
  margin-top: 30px;
}
.contact-form-area textarea {
  border-radius: 3px;
  padding: 10px 20px;
  min-height: 150px;
}

.contact-info-item-area {
  height: 100%;
  position: relative;
  padding: 40px;
  z-index: 2;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.contact-info-item-area::after {
  background-color: #1e2746;
  opacity: 0.95;
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contact-info-item-area .header-title {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  color: white;
}
.contact-info-item-area p {
  font-size: 14px;
  color: white;
}

.contact-info-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #2cdd9b;
  box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: white;
  font-size: 16px;
}

.contact-info-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.contact-info-content .title {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.contact-info-content p {
  font-size: 14px;
}

.verify-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  margin: auto;
  height: 100%;
  text-align: center;
}
.verify-main h2 {
  font-size: 37px;
  font-weight: 600;
  color: #007F7F;
}
.verify-main button {
  width: 50%;
  padding: 8px 0px;
  color: white;
  background: #898888;
  border-radius: 6px;
  margin: 0px 25%;
}
.verify-main a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: revert;
}
.verify-main p {
  font-size: 15px;
}
.verify-main span {
  font-size: 100px;
}
.verify-main .btn.btn-secondary {
  background-color: #7F007F;
}

.portfolio {
  font-family: "Mulish", sans-serif;
  background: #F8FAFA !important;
}
.portfolio .sidebar .btn--base {
  background: #7f007f;
  color: #fff;
}
.portfolio .sidebar .profile-widget-header .designation {
  font-size: 16px;
  font-weight: 700;
}
.portfolio .sidebar .sub-details h3 {
  font-size: 17px;
  font-weight: 700;
}
.portfolio #skills {
  background: none;
  border: none;
}
.portfolio #skills option {
  width: fit-content;
  background: #007F7F;
  margin-right: 3px;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 7px 15px;
  cursor: pointer;
}
.portfolio h2.name {
  font-weight: 700 !important;
  font-size: 28px !important;
}
.portfolio .item-card-content {
  min-height: auto !important;
}
.portfolio .profile-widget-header {
  border-bottom: 0 !important;
}
.portfolio .item-details-area {
  border: none;
}
.portfolio .product-tab button {
  background: #7f007f;
  color: #fff;
  border-radius: 5px;
}
.portfolio .product-tab button.nav-link.active {
  background: #fff;
  border: 1px solid #7F007F;
  color: #7f007f;
  font-weight: bold;
}
.portfolio .details-main {
  background: #F5FFFF;
}
.portfolio .details-list li {
  border-bottom: none;
}
.portfolio .welcome-body .profile-widget {
  margin-top: -102px;
  background: white;
}
.portfolio .welcome-body .item-card {
  border: 0;
}
.portfolio .profile-list-area p {
  height: 95px;
  overflow-y: scroll;
}

.account-section {
  min-height: 100vh;
}

#viewport {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  justify-content: center;
}

.setProfile {
  background-color: #f8fafa;
  min-height: 100vh !important;
  position: relative;
  padding: 25px;
}
.setProfile form {
  width: 85%;
}

.setProfile #skill-row .selection .select2-selection--multiple {
  border: 1px solid #cbdfdf;
}
.setProfile #skill-row .suggest-skill {
  width: max-content;
  display: inline-block;
  padding: 5px 15px;
  background: #58A7A7;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.setProfile #skill-row .suggest-skill button {
  color: #fff;
  cursor: pointer;
}
.setProfile h1 {
  font-weight: 700;
  font-size: 22px;
  color: #007f7f;
}
.setProfile .btn-continue {
  border-radius: 5px;
  display: block;
  background-color: #7f007f !important;
  color: #fff;
  padding: 10px 20px;
  margin: 0px 25px;
}
.setProfile select.select-lang {
  height: 50px;
  /* color: grey; */
  font-weight: 500;
  background-color: #fff;
}
.setProfile .welcome-body {
  padding: 0px 30px;
}
.setProfile .welcome-body .cmnt {
  line-height: 17.5px;
  font-size: 14px;
  border-bottom: 1px solid #cbdfdf;
}
.setProfile .welcome-body label {
  font-weight: 500;
  font-size: 14px;
}
.setProfile .profile-img {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 140px;
}
.setProfile .profile-img img {
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  object-fit: cover;
}
.setProfile .profile-img p {
  overflow: hidden;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 25px;
  color: #808285;
  border: 2px dashed #a3a3a3;
  border-radius: 7px;
  padding-top: 39px;
}
.setProfile .profile-img input {
  position: absolute;
  margin: 0;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: inherit;
  outline: none;
  opacity: 0;
}
.setProfile .profile-img .imgInp-after {
  left: 0;
  top: 0;
  z-index: 11;
  width: 127px !important;
  margin-top: 5px !important;
  height: 130px !important;
  border-radius: 50px;
}
.setProfile .profile-img button {
  margin: 0;
  color: #fff;
  background: #16a085;
  border: none;
  width: 508px;
  height: 35px;
  margin-top: -20px;
  margin-left: -4px;
  border-radius: 4px;
  border-bottom: 4px solid #117a60;
  transition: all 0.2s ease;
  outline: none;
}
.setProfile .profile-img button:hover {
  background: #149174;
  color: #0c5645;
}
.setProfile .profile-img button:active {
  border: 0;
}

.setProfile #skill-row .selection li {
  background-color: #007F7F !important;
  color: #fff !important;
  padding: 5px 15px;
  border-radius: 20px;
  border: none;
}
.setProfile #skill-row .selection li button {
  float: right;
  border-right: 0;
  border: none;
  border-radius: 0%;
  font-weight: 100;
  /*font-size: 20px;*/
  color: #fff;
}
.setProfile #skill-row .add-skills h5 {
  color: #000;
  font-weight: 700;
}
.setProfile #skill-row .add-skills .select2Tag select span.select2-container.select2-container--default {
  width: 100% !important;
}

#rate-row input.field-rate {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff !important;
  padding: 10px !important;
}
#rate-row p {
  font-size: 14px;
}
#rate-row div div h4 {
  font-size: 14px;
  font-weight: 700;
}
#rate-row div div p {
  font-size: 14px;
}

#sidebar {
  min-height: 100vh !important;
  width: 290px;
  overflow-y: auto;
  background: #e6eeee;
  color: #007f7f;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar header {
  background-color: #ededed;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
}
#sidebar header a {
  color: gray;
  display: block;
  text-decoration: none;
}
#sidebar header a:hover {
  color: gray;
}
#sidebar .nav {
  display: flex;
  padding: 10px;
  border: 0;
  font-weight: 500;
  flex-direction: column;
}
#sidebar .nav .completed-span {
  background-color: #007F7F !important;
  color: #fff !important;
}
#sidebar .nav .active span {
  background-color: #007f7f;
  color: #cae3e3 !important;
}
#sidebar .nav a {
  background: none;
  font-weight: 600;
  padding-left: 0px !important;
  color: #007f7f !important;
  font-size: 14px;
  padding: 16px 24px;
}
#sidebar .nav a:hover {
  background: none;
  color: gray;
}
#sidebar .nav a i {
  margin-right: 16px;
}
#sidebar .nav .underline {
  border-top: 1px solid #cbdfdf;
  border-bottom: 1px solid #cbdfdf;
}
#sidebar .nav li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#sidebar .nav li span {
  padding: 10px 17px;
  background: #cae3e3;
  color: #007f7f;
  border-radius: 100%;
  margin: 10px;
}

@media only screen and (max-width: 425px) {
  .setProfile {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
    margin: 10px 0px !important;
  }
  .setProfile h1 {
    padding-top: 15px;
  }
  .setProfile .welcome-body.px-5 {
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center;
  }
  .setProfile .welcome-body.px-5 button {
    margin: auto;
  }
  .setProfile .welcome-body.px-5 .profile-img input {
    left: 10px;
    width: 95%;
  }
}
#viewport {
  justify-content: center;
  padding: 20px 0px;
  width: 100%;
  display: block !important;
}
#payment-index .btn-add-method {
  font-size: 14px;
}
#payment-index .pay-block {
  background-color: #EFF4F4;
  font-size: 14px;
}
#payment-index .pay-block td {
  vertical-align: middle;
  border: none;
  padding: 18px;
}
#payment-index .pay-block td.card-num {
  font-size: 16px;
}
#payment-index .pay-block .btn-primary {
  border: 1px solid #7f007f;
  color: #7f007f;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
}
#payment-index .icons {
  background-color: #fff !important;
}
#payment-index .icons .fa-edit, #payment-index .icons .fa-trash {
  color: #7F007F;
}

#company-container .company-logo-label {
  background: #fff;
  border: 1px dashed #CBDFDF;
  height: 90px;
  display: flex;
  flex-direction: column;
  color: gray;
  justify-content: center;
  text-align: center;
}
#company-container .company-logo-label span {
  color: #007F7F;
}
#company-container .company-logo-label input[type=file] {
  display: none;
}

.default-article .heading {
  color: #007f7f;
}

.tags-container .custom_badge {
  background: #007f7f;
  color: #fff;
}

button.slide-arrow.next-arrow.slick-arrow {
  margin: 0px -34px;
}

.slick-arrow {
  top: -35px;
  height: 28px;
  width: 28px;
  border: 1px solid purple;
  background: none;
  color: purple;
  right: 55px;
  position: absolute;
}

.slick-slider-container .slick-list.draggable {
  padding: 8px 0px;
}

#basic-addon2 {
  background: #7f007f !important;
  border-radius: 5px;
  border: 1px solid #7f007f;
  color: #fff;
}

hr {
  background-color: #007f7f !important;
}

.hr5 {
  border: 0;
  border-top: medium double #CCC;
  height: 1px;
  overflow: visible;
  padding: 0;
  color: #CCC;
  text-align: center;
}

.hr5::after {
  content: "or";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.4em;
  padding: 0 0.3em;
  background: white;
}

.custom-table thead tr {
  background: #EFF4F4;
  border: 1px solid #D0E2E2;
}
.custom-table thead tr th {
  color: #000;
  font-weight: 600;
}

/*# sourceMappingURL=index.css.map */
.btn-circle > figure {
  border: none !important;
}

/*=====================29June style for admin side manage service page START ==================*/
.dashboard-sidebar-inner {
  background-color: #1e2746;
  padding: 20px 0px;
  border-radius: 0px !important;
  height: 100%;
}
.menu-header-title-new {
  font-weight: 700;
  color: #007f7f;
  font-size: 16px;
  /* text-transform: uppercase; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /*padding-bottom: 10px;*/
  margin-bottom: 15px;
  margin-left:13px;
}
.dashboard-sidebar-inner hr {
  background-color: #C7E2E2 !important;
}
.sidebar-main-menu {
  margin-bottom: 20px;
}
.sidebar-main-menu:last-child {
  margin-bottom: 0;
}
.sidebar-main-menu li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
}
.sidebar-main-menu li.open a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #2cdd9b;
  border-left: 2px solid #2cdd9b;
}
.sidebar-main-menu li a {
  position: relative;
  display: block;
  padding: 6px 10px;
  color: white;
  z-index: 2;
  transition: all 0.3s;
  border-radius: 0px;
}
.sidebar-main-menu li a:hover {
  color: #2cdd9b;
}
.sidebar-main-menu li a i {
  margin-right: 5px;
}
.sidebar-main-menu li.has-sub.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #2cdd9b;
  border-left: 2px solid #2cdd9b;
  border-radius: 5px;
}
.sidebar-main-menu li.has-sub a::before {
  position: absolute;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: white;
  font-size: 11px;
  right: 20px;
  top: 10px;
}
.sidebar-main-menu li ul {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  z-index: 1;
}
.sidebar-main-menu li ul li a {
  padding-left: 40px;
}
.sidebar-main-menu li ul li a::before {
  display: none;
}
.custom-table-new {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: collapse
}
@media only screen and (max-width: 991px) {
  .custom-table-new thead {
    display: none;
  }
}
@media only screen and (max-width:683px){
    .dz-message {
      text-align: center !important;
      position: relative !important;
      top: 14% !important;
      left: 0% !important;
  }
    .upload_icon {
      position: absolute !important;
      left: 0% !important;
      right: 0% !important;
      top: 59% !important;
      bottom: 22% !important;
      text-align: center !important;
  }
}
.custom-table-new thead tr {
  background-color: #EEF4F4;
  height: 61px;
  border: 2px solid #D0E2E2;
}
.custom-table-new thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: black;
  font-size: 16px;
  padding: 10px 20px;
}
.custom-table-new thead tr th:first-child {
  /*border-radius: 5px 0 0 5px;*/
  border-radius: 0px;
}
.custom-table-new thead tr th:last-child {
  /*  border-radius: 0 5px 5px 0;*/
  border-radius: 0px;
}
.custom-table-new tbody tr {
  background-color: white;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  transition: all 0.5s;*/
  border: 2px solid #e5e5e5;
}
.custom-table-new tbody tr:hover {
  /*  transform: translateY(-7px);*/
}
.custom-table-new tbody tr td {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #000000;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 17.57px;
}
.custom-table-new tbody tr td a {
  font-weight: 600;
  font-size: 14px;
}
.custom-table-new tbody tr td:first-child {
  border-radius: 0px;
}
.custom-table-new tbody tr td:last-child {
  border-radius: 0px;
}
@media only screen and (max-width: 991px) {
  .custom-table-new tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #e1e7ec;
  }
  .custom-table-new tbody tr td:last-child {
    border: none;
  }
  .custom-table-new tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #2cdd9b;
    width: 50%;
    text-align: left;
  }
  .custom-table-new tbody tr:nth-child(even) {
    background-color: #f6f9f9;
  }
}
.badge--primary {
  height: 25px;
  background: #DB8343;
  border-radius: 7px;
}
.badge--success {
  background-color: #007f7f;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.btn--action {
  /* background-color: #ea5455; */
  /* position: absolute; */
  left: 92.5%;
  right: 5.42%;
  top: 18.19%;
  bottom: 79.12%;
  background: #F1F3F3;
  border-radius: 6px;
  height: 30px;
  width: 26.67px;
  padding-top: 6%;
}
.btn--action .fa, .fas {
  font-weight: 900;
  color: #7F007F;
}
.del {
  margin-left:7px;
}

.error-field{
  border:1px solid red !important;
}
.dashboard-sidebar-wrapper-inner {
  position: sticky;
  top: 10px;
  padding-left: 15px !important;
}
.zero_top_padding{
  
  padding-top: 0px;
}
.page_div{
  background-color: #F8FAFA;padding-left:0px;padding-right:0px
}
.bottom_border_light{
  border-bottom:1px solid #CBDFDF;
}
.info-row{
  background-color:#F7F9F9;
}
.table-header{
  background: #EFF4F4;
border: 1px solid #D0E2E2;
}
.status-btn{
  height: 25px;
  border-radius: 7px;
  color: white;
  width: -webkit-fill-available;

}

.status-btn.status-approved{
  background: #007F7F;

}

.status-btn.status-draft{
  background: #5BACF7;

}

.status-btn.status-pending{
  background: #DB8343;

}

.status-btn.status-approved{
  background: #007F7F;

}
.status-btn.status-rejected{
  background: #007F7F;

}
.icon-color{
  color: #7F007F;
}

/*=====================29June style for admin side manage service page END ==================*/

/*******====New Css By Mohsin=====********/
body .mys_loader_one {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* ya rgba(255, 255, 255, 0.9); for opacity */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social li a > i {
  position: relative;
  top: 11px;
}
body .mys_loader_one {
  opacity: 1 !important;
}

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