@font-face {
  font-family: "montserratregular";
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratextrabold";
  src: url("../fonts/montserrat-extrabold.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium.woff2") format("woff2"),
    url("../fonts/montserrat-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratsemibold";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"),
    url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratbold";
  src: url("../fonts/montserrat-bold.woff2") format("woff2"),
    url("../fonts/montserrat-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "montserratregular";
  padding-top: 85px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
small,
strong,
address,
ul,
li,
a,
label,
p {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

a,
a:hover,
button:hover {
  outline: none;
  text-decoration: none;
  border: none;
  transition: 0.2s ease-in;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
  border: none;
}

:focus {
  outline: none;
}

.c-container {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

/* header start */
header {
  position: fixed;
  background: #fff;
  width: 100%;
  display: inline-block;
  top: 0;
  z-index: 99;
  padding-top: 10px;
}

header .navbar-collapse {
  justify-content: flex-end;
}

header .navbar {
  padding: 0;
  width: 100%;
}

header .navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 700;
  color: #503e9d;
  /* padding-right: 60px; */
}

header .navbar-light .navbar-nav .active>.nav-link {
  color: #323232;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

#navbar-brand-image {
  max-width: 75px;
  height: auto;
  max-height: 65px;
}

.header-icon {
  position: relative;
  margin: 0 13px;
}

.header-icon .badges-counter {
  background: #f15d35;
  color: #fff;
  min-width: 18px;
  min-height: 18px;
  display: inline-flex;
  position: absolute;
  right: -8px;
  bottom: -8px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 11px;
}

.header-top-icons {
  position: relative;
  display: flex;
}

.header-top-profile .dropdown-menu,
.header-top-icons .dropdown-menu {
  right: 0px;
  left: unset;
  top: 68px;
  border-radius: 8px;
  background: #f15d35;
  border: none;
  overflow: hidden;
  padding: 0;
}

.header-top-icons .dropdown-menu {
  top: 40px;
  width: 300px;
  right: 60px;
  left: unset;
  overflow-y: auto;
}

.header-top-icons .dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}

.header-top-icons .dropdown-menu::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  height: 50px;
}

.header-top-icons .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #7e2006;
  border-radius: 8px;
}

.header-top-profile .dropdown-menu .dropdown-item,
.header-top-icons .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.875rem;
  color: #ffffff;
  border-bottom: 1px solid #da431a;
  word-wrap: break-word;
  white-space: normal;
  font-size: 14px;
}

.header-top-profile .dropdown-menu .dropdown-item:last-child,
.header-top-icons .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.header-top-profile .dropdown-toggle::after {
  border: none;
  background-image: url(../images/ic-arrow.svg);
  width: 13px;
  height: 10px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.header-top-profile .dropdown-menu {
  padding: 0;
  margin: 0;
}

.header-top-profile .dropdown-item.active,
.header-top-profile .dropdown-item:active {
  background-color: #503e9d;
}

.header-top-profile .dropdown-item:hover,
.header-top-profile .dropdown-item:focus,
.header-top-icons .dropdown-menu .dropdown-item:hover,
.header-top-icons .dropdown-item:focus {
  background-color: #cc4a27;
  color: #fff;
}

.header-top-profile-sidebar {
  display: none;
}

.navbar-light .navbar-toggler {
  border: unset;
}

.header-top-profile .nav-link {
  padding: 0px 0px 0px 18px;
  display: flex;
  align-items: center;
}

.main-tabs {
  background-color: #503e9d;
}

.c-slider {
  display: flex;
  width: 100%;
  padding: 50px 0;
}


.category-list {
  display: flex;
  width: 100%;
  padding: 0px 0px 50px 0px;
}

.category-bottom-detail label img {
  display: inline-block;
}

.section-title {
  justify-content: space-between;
  display: flex;
}

.section-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.section-title a {
  font-size: 17px;
  color: #503e9d;
  font-weight: 600;
}

.category-box {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.category-top-detail {
  display: flex;
  width: 100%;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #e9e9e9;
}

.categoty-image span {
  width: 140px;
  height: 114px;
  overflow: hidden;
  display: flex;
  background-position: center !important;
  background-repeat: no-repeat !important;
  object-fit: unset;
  object-position: unset;
  border-radius: 10px;
  background-size: cover !important;
}

.category-content {
  margin-left: 20px;
  width: 100%;
}

.category-content h4 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-label {
  padding: 1px 6px;
  font-size: 16px;
  border: 0.5px solid #503e9d;
  display: inline-block;
  border-radius: 3px;
  color: #503e9d;
  font-weight: 500;
}

.category-content p {
  display: block;
  font-size: 13px;
  color: #757575;
  font-weight: 400;
}

.c-name {
  display: flex;
  align-items: center;
}

.name-logo {
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-align: center;
  background: #d9d3f5;
  border-radius: 35px;
  font-size: 14px;
  line-height: 23px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.name-logo span {
  font-size: 16px !important;
  color: #503e9d !important;
}

.c-name span {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.category-bottom-detail {
  width: 100%;
  padding: 10px 20px 20px 20px;
  /* border-bottom: 1px solid #e9e9e9; */
  text-align: center;
  align-items: center;
}

.category-bottom-detail span {
  width: 100px;
  background: #e9c816;
  display: inline-block;
  color: #503e9d;
  font-size: 12px;
  padding: 3px 0;
  position: relative;
  font-weight: 600;
}

.category-bottom-detail span::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  left: 0;
  top: 0;
}

.c-message {
  width: 150px;
  padding: 5px 0;
  font-size: 16px;
  background: #503e9d;
  display: inline-block;
  position: relative;
  left: -15px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.c-message:hover {
  color: #fff;
}

.c-views {
  font-size: 12px;
  color: #757575;
  font-weight: 400;
}

.c-views:hover {
  color: #757575;
}

.c-views img {
  margin-right: 5px;
  display: inline-block;
}

.main-tabs {
  background-color: #503e9d;
  display: flex;
}

.left-tab {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.act-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
}

/* Dropdown */

.dropdown-n-post {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 2px 20px 2px 30px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  color: #503e9d;
  font-weight: 600;
}

.dd-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  background: url(../images/plus-icon.png) no-repeat;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 42px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  right: 0;
  width: 200px;
  padding: 10px;
  z-index: 1;
}

.dd-input+.dd-menu {
  display: none;
}

.dd-input:checked+.dd-menu {
  display: block;
}

.dd-menu li {
  position: relative;
  padding: 10px 20px 10px 30px;
  cursor: pointer;
  white-space: nowrap;
  color: #503e9d;
  font-weight: 600;
}

.dd-menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  background: url(../images/plus-icon.png) no-repeat;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.b-tabbing .nav-tabs {
  border-bottom: unset;
}

.b-tabbing li a {
  font-size: 17px;
  padding: 10px 15px 15px 15px;
  background: transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.b-tabbing li .active {
  font-size: 17px;
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #323232;
  display: inline-block;
  font-weight: 600;
}

.t-listing {
  padding: 15px 0;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  white-space: nowrap;
}

.t-listing ul li {
  display: inline-block;
  padding: inherit;
  padding-right: 40px;
}

.t-listing ul li a {
  color: #503e9d;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}

.t-listing ul li a:after {
  content: " ";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 35px;
  background: #323232;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
  visibility: hidden;
}

.t-listing ul li a:hover {
  color: #323232;
}

.t-listing ul li a:hover:after {
  visibility: visible;
}

.t-listing ul li .active {
  color: #323232;
}

.t-listing ul li .active:after {
  visibility: visible;
}

.my-listing {
  color: #f15d35 !important;
}

.my-listing::after {
  position: unset !important;
}

/* multiple checkbox */

.m-checkbox {
  background: #fff8f6;
  padding: 25px 0 30px 0;
}

ul.ks-cboxtags {
  list-style: none;
}

ul.ks-cboxtags li {
  display: inline;
  margin-right: 9px;
}

ul.ks-cboxtags li label {
  display: inline-block;
  border: 1px solid #503e9d;
  color: #503e9d;
  border-radius: 10px;
  white-space: nowrap;
  margin: 8px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-size: 16px;
}

ul.ks-cboxtags li label {
  padding: 5px 12px;
  cursor: pointer;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
  border: 1px solid #503e9d;
  background-color: #503e9d;
  color: #fff;
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.search-label label {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}

.search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap {
  flex: 3;
  position: relative;
}

.wrap input {
  width: 100%;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  overflow: hidden;
}

.wrap button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: unset;
  border: unset;
}

.last-login {
  flex: 1;
  text-align: right;
}

.last-login span {
  font-size: 18px;
  color: #9c9c9c;
}

/* heart */

.categoty-image {
  position: relative;
}

.checkboxes-container {
  position: absolute;
  top: 63px;
  left: -13px;
}

.red-heart-checkbox {
  visibility: hidden;
}

.red-heart-checkbox+label {
  user-select: none;
  font-size: 30px;
}

.red-heart-checkbox:checked+label:before {
  content: "";
  color: #f00;
  background: url(../images/heart-red.png) no-repeat center;
  height: 30px;
  width: 30px;
}

.red-heart-checkbox+label:before {
  width: 31.5px;
  height: 30px;
  content: "";
  position: absolute;
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  transition: all 0.3s;
  color: #888;
  background: url(../images/heart-white.png) no-repeat center;
  height: 30px;
  width: 30px;
}

.attribution {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.cat-scroll {
  display: inline-flex;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}

.cata-sub-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.cata-sub-nav::-webkit-scrollbar {
  display: none;
}

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

.cata-sub-nav li {
  display: inline-table;
  font-size: 16px;
}

.arrow {
  cursor: pointer;
}

.nav-prev {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: calc(50% - 12.5px);
}

.nav-next {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: calc(50% - 12.5px);
}

.res-login {
  display: none;
}

.c-slider .slick-slide {
  margin: 0 15px;
}

.c-slider .slick-list {
  margin: 0 -10px;
}

.c-slider .cat-box {
  max-width: 386px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 10px;
}

.category-slider {
  padding: 0 15px;
}

.back-listing a {
  color: #fff;
  font-family: "montserratbold";
  font-size: 16px;
}

.back-content {
  padding: 15px 0;
}

.act-breadcrumb .breadcrumb {
  background: unset;
  padding: 20px 0;
}

.act-breadcrumb .breadcrumb-item {
  color: #503e9d;
  font-size: 16px;
  font-family: "montserratregular";
  font-weight: 500;
}

.act-breadcrumb .breadcrumb-item a {
  color: #503e9d;
}

.act-breadcrumb .breadcrumb-item.active {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

/* slider */

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}

.banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}

.banner-slider .slider.slider-nav {
  max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 35px;
}

.banner-slider .slider.slider-nav {
  height: 400px;
  overflow: hidden;
}

.slider-banner-image {
  height: 400px;
}

.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.thumb-image {
  padding: 0 !important;
}

.product-list-slider .slick-next.slick-arrow {
  display: none !important;
}

.product-list-slider .slick-slide {
  opacity: 0.5;
}

.product-list-slider .slick-current {
  opacity: 1;
}

.r-favourite .checkboxes-container {
  position: unset;
}

.r-favourite .red-heart-checkbox:checked+label::before {
  background: url(../images/purple-red-heart.png) no-repeat center;
  width: 40px;
  height: 35px;
  right: 0;
  top: 17px;
}

.r-favourite .red-heart-checkbox+label:before {
  background: url(../images/purple-heart.png) no-repeat center;
  width: 40px;
  height: 35px;
  right: 0;
  top: 17px;
}

.p-title {
  flex: 2;
}

.p-title h4 {
  font-weight: 500;
  font-size: 30px;
  color: #000;
}

.p-title span {
  font-size: 14px;
  color: #8a8a8a;
}

.r-favourite {
  flex: 1;
}

.product-detail p {
  font-size: 17px;
  color: #757575;
  display: block;
  margin: 15px 0 30px 0;
  min-height: 105px;
}

.shape-bg {
  flex: 1;
}

.category-name {
  flex: 1;
}

.condition-name {
  flex: 1;
}

.category-name label,
.condition-name label {
  display: block;
  font-size: 14px;
  color: #8a8a8a;
}

.category-name span,
.condition-name span {
  font-size: 18px;
  color: #757575;
  font-weight: 500;
}

.category-name span img {
  position: relative;
  top: -1px;
  margin-right: 8px;
  display: none;
}

.shape-bg span {
  width: 120px;
  background: #e9c816;
  display: inline-block;
  color: #503e9d;
  font-size: 16px;
  padding: 3px 0;
  position: relative;
  font-weight: 600;
  text-align: center;
}

.shape-bg span::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 15px solid transparent;
  left: 0;
  top: 0;
}

.shape-bg span::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-bottom: 15px solid transparent;
  right: 0;
  top: 0;
}

.c-rating {
  margin-top: 20px;
  background: #f9f9f9;
  padding: 10px 20px;
  border-radius: 5px;
}

.rating-star span {
  font-size: 14px;
  color: #9b9b9b;
}

.rating-star span img {
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.message-link a {
  background: #503e9d;
  color: #fff;
  display: block;
  font-size: 18px;
  border-radius: 5px;
}

.message-modal {
  background: rgba(22, 22, 22, 0.81);
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(40, 43, 49, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show~.md-overlay {
  opacity: 1;
  visibility: visible;
}

.md-content {
  color: #333;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-close {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}

.md-content h3 {
  font-family: "montserratbold";
  font-size: 30px;
  color: #303030;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #f15d35;
  line-height: 28px;
  margin-bottom: 20px;
}

.modal-content.md-content h3 {
  border: unset;
}

.modal-content.md-content h3::before {
  content: " ";
  height: 45px;
  width: 3px;
  background: #f15d35;
  left: 0;
  position: absolute;
  top: 13px;
}

.md-content h3 small {
  font-weight: 500;
  font-size: 16px;
}

.md-content h3 span {
  display: block;
}

.md-content p {
  font-size: 14px;
  margin-top: 20px;
  width: 80%;
  margin-bottom: 20px;
}

.login-form {
  padding: 20px;
}

.f-password {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  display: block;
  text-align: right;
}

.f-password:hover {
  color: #fff;
}

.form-bottom {
  margin: 30px 0;
  text-align: center;
}

.form-bottom span {
  font-family: "montserratsemibold";
  font-size: 16px;
  line-height: 20px;
  color: #a6a1a1;
}

.form-bottom a {
  font-family: "montserratregular";
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

.form-bottom a:hover {
  color: #fff;
}

.form-page .login-form form label {
  color: #e7e7e7;
  font-size: 13px;
}

.form-page .login-form .form-control {
  border-color: #c3bfbf;
  outline: unset;
  box-shadow: unset;
  background-color: #503e9d;
  color: #fff;
  height: 52px;
}

.form-page .login-form p {
  color: #e7e7e7;
  font-size: 18px;
  margin-bottom: 15px;
}

.form-page .login-form h3 span {
  display: block;
}

.form-page .login-form h3 {
  font-family: "montserratbold";
  font-size: 40px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.form-page .login-form h3::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  height: 85px;
  width: 3px;
  background-color: #f15d35;
}

.form-page .login-form {
  padding: 100px 0px;
}

.form-page .form-logo {
  margin-top: 30px;
}

.form-page .form-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* event-calendar css start */
.event-cal-main {
  margin-top: 68px;
  margin-bottom: 50px;
}

/* select dropdown */

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #757575;
  width: 100%;
  margin-bottom: 13px;
}

.select-styled {
  position: unset;
  padding: 8px 35px 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  border: 1px solid #757575;
  font-size: 15px;
  border-radius: 5px;
}

.select-styled:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/modal-drop-btn.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  overflow-y: auto;
  max-height: 230px;
}

.select-dropdowns .select-options {
  height: 237px;
}

.select-options li {
  margin: 0;
  padding: 8px 0;
  border-left: 1px solid #757575;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-size: 15px;
  padding: 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 50px;
}

.select-options li:hover {
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.o-price label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  color: #8e8c8c;
}

.o-price span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  display: block;
  margin-bottom: 15px;
}

.modal-content.md-content label {
  margin-bottom: 5px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}

.modal-content.md-content textarea {
  resize: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  background: #fff;
}

.modal-content.md-content textarea::placeholder {
  opacity: 1;
  color: #969696;
}

.modal-submit {
  display: block;
  text-align: center;
}

.btn.btn-submit {
  display: inline-block;
  width: unset;
  background: #503e9d;
  border-radius: 5px;
  color: #fff;
  border: unset;
  outline: unset;
  box-shadow: unset;
  height: unset;
  margin-top: 25px;
  font-weight: 600;
  padding: 10px 40px;
  font-size: 18px;
}

.form-page .btn.btn-submit {
  display: inline-block;
  width: 80%;
  background: #fff;
  border-radius: 5px;
  color: #503e9d;
  border: unset;
  outline: unset;
  box-shadow: unset;
  height: unset;
  margin-top: 25px;
  font-weight: 600;
  padding: 10px 40px;
  font-size: 18px;
}

.product-list-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}

.product-list-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  display: none;
}

.product-list-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
}

.product-list-slider .slick-dots li.slick-active button {
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.act-text a img {
  display: none;
}

.listing-left h1 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 139.4%;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.02em;
  margin: 40px 0px 7px 0px;
}

.list-banner1 {
  display: none;
}

.listing-left .post-date {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150.5%;
  color: #757575;
}

.social-icon {
  margin: 30px 0px;
}

.social-icon .img-gap {
  margin: 0px 17px;
}

.social-icon .img-gap1 {
  margin-right: 17px;
}

.listing-description p {
  font-size: 24px;
  color: #757575;
  overflow-wrap: break-word;
}

.listing-right h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.listing-right hr {
  margin: 25px 0px;
}

.listing-right button {
  color: #503e9d;
  padding: 16px 35px;
  border: 1px solid #503e9d;
  background: transparent;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  margin: 40px 0px;
}

.news-right-list {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  margin: auto;
}

.news-right-list p {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  line-height: 129%;
  text-align: Left;
  vertical-align: bottom;
  letter-spacing: -2%;
  /* margin-top: 5px; */
  margin-bottom: 10px;
}

.news-right-list a {
  font-weight: 700;
  font-size: 18px;
  /* line-height: 23px; */
  line-height: 100%;
  text-align: Left;
  vertical-align: Bottom;
  letter-spacing: -2%;
  color: #503e9d;
}

.list-banner-details {
  padding: 0px;
}

.list-banner img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}

.b-image {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #f9f9f9 !important;
}

.b-image::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
  display: none;
}

.close {
  opacity: 1;
}

.modal.fade.message-modal.show {
  padding-right: 0;
}

.dropdown-n-post.dot-dropdown {
  display: none;
}

.dropdown-n-post.dot-dropdown .dd-button {
  position: unset;
  background: unset;
  border-radius: unset;
  border: unset;
  padding: 0;
}

.dd-menu.dot-dropdown-menu li {
  position: unset;
  padding: 10px;
}

.dd-menu.dot-dropdown-menu li::after {
  background: unset;
}

.latest-news {
  display: inline-block;
  width: 100%;
  background-color: #fbfbfb;
}

.l-n-img img {
  border-radius: 5px;
  width: 100%;
}

.l-n-details {
  padding: 40px 0;
  border-bottom: 1px solid #d6d6d6;
}

.l-n-details.l-n-last-sec {
  border-bottom: 0;
}

.l-n-sec_details h5 {
  font-family: "montserratsemibold";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
  padding-left: 0px
}

.l-n-sec_details span {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
  margin-bottom: 5px;
}

.l-n-sec_details p {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #666666;
  margin-bottom: 15px;
}

.l-n-sec_details a {
  font-family: "montserratsemibold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #503e9d;
}

.l-n-sec_details a:hover {
  color: #503e9d;
}

.l-news-slider-title {
  margin-bottom: 25px;
}

.latest-news-slider {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}

.l-news-slider-title h3 {
  font-family: "montserratsemibold";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  color: #303030;
  margin-bottom: 15px;
}

.l-news-slider-title span {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #454545;
}

.news-slider .category-box {
  border-radius: 10px;
  width: 90%;
  margin: 10px;
  position: relative;
}

.news-slider .category-top-detail {
  display: inline-block;
  width: 100%;
  padding: 0;
  border-bottom: 0;
}

.news-slider .l-n-sec_details p {
  height: 120px;
}

.news-slider .l-n-sec_details {
  padding: 20px;
}

.news-slider .slick-slide img {
  display: unset;
}

.news-slider .categoty-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.news-slider .l-n-sec_details h5 {
  font-size: 22px;
}

.news-slider .slick-arrow {
  top: 135px;
  bottom: 0;
  z-index: 9;
  width: 100%;
  margin-bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.news-slider .slick-arrow:before {
  display: none;
}

.news-slider .slick-arrow .arrow-icon {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
  transition: 0.5s all ease 0s;
}

.news-slider .slick-thumb-nav {
  position: absolute;
  left: -32%;
}

.news-slider .next-slick-img.slick-thumb-nav img {
  height: 35px;
}

.news-slider .prev-slick-img.slick-thumb-nav img {
  height: 35px;
}

.parish-information {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 10%,
      rgba(248, 248, 248, 1) 10%,
      rgba(248, 248, 248, 1) 90%,
      rgba(255, 255, 255, 1) 90%,
      rgba(255, 255, 255, 1) 100%);
  margin: 100px 0px 20px 0px;
}

.left-heading {
  color: #fff;
  font-family: "montserratbold";
  font-size: 16px;
}

.contact-info-box h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 35px 0px 24px 0px;
}

.parish-img {
  width: 375px;
}

.parish-img img {
  border-radius: 50%;
  width: 100%;
}

.parish-img.parish-church img {
  border-radius: 0;
  width: 100%;
}

.parish-block {
  display: flex;
  align-items: center;
  min-height: 400px;
}

.church-info {
  padding: 0px 40px;
}

.church-info h1 {
  font-weight: 600;
  font-size: 45px !important;
  line-height: 59px;
}

.church-info p {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  display: flex;
  margin: 20px 0px;
  color: #707070;
  /* align-items: center; */
}

.church-contact {
  display: flex;
  flex-direction: row;

  align-items: center;
}

.contact-links .link-space {
  margin: 0px 10px;
}

.contact-links span {
  position: relative;

  padding: 20px;

  border: 1px solid #503e9d;
  border-radius: 5px;
}

.contact-links img {
  width: 35px;
  height: 35px;
}

.office-hours {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 30px;
  color: #707070;
}

.office-hours p:first-child {
  font-size: 11px;
  font-weight: 400;
  margin: 0px;
}

.office-hours p:last-child {
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
}

.contact-information {
  display: flex;
  flex-direction: row;
}

.pastor {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 225px;
  height: auto;
}

.pastor .circle {
  width: 86px;
  height: 86px;
  line-height: 500px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, #d9d3f5, #d9d3f5), url(image.png);
  font-weight: 600;
  font-size: 36px;
  line-height: 100.4%;
  color: #503e9d;
}

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

.pastor h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100.4%;
  color: #000000;
  margin: 10px 0;
  letter-spacing: -0.02em;
}

.pastor p {
  font-weight: 500;
  letter-spacing: -2%;
  font-size: 16px;
  line-height: 100.4%;
  color: #aaaaaa;
}

.pastor-spacing,
.pastor-spacing-last {
  margin-left: 30px;
}

.back-listing-options span {
  display: none;
}

.profile-information {
  margin: 80px 0px 0px 0px;
}

.profile-img {
  margin-left: 30px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.profile-info {
  margin-left: 90px;
}

.profile-info h1 {
  font-size: 36px;
  font-weight: 600;
}

.profile-info p {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}

.profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-block {
  display: flex;
  align-items: center;
}

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

.save-change span {
  background: #0f8614;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 5px 12px;
  margin-right: 30px;
}

.edit-profile button {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 13px 45px;
  color: #503e9d;
  background-color: #fff;
  border: 1px solid #503e9d;
  border-radius: 5px;
}

.services-offer {
  display: flex;
  align-items: center;
  background: #fff8f6;
  padding: 22px 30px;
  margin-top: 20px;
}

.services-offer .offer-text p {
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;

  color: #707070;
  margin-right: 30px;
}

.services-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.services-details {
  display: flex;
  flex-direction: row;
}

.services-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 125.4%;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.02em;
  color: #503e9d;
  margin-left: 10px;
}

.services-info span {
  position: relative;
  border-radius: 50%;
  padding: 15px 15px;
  border: 1px solid #503e9d;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service3 span {
  padding: 15px 18px;
}

.services-spacing {
  margin: 0px 20px;
}

.services-spacing1 {
  margin: 0px 20px 0 0;
}

.profile-contact-info {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  margin-left: 30px;
  text-align: left;
}

.profile-contact-info .location {
  margin-left: 29px !important;
}

.profile-contact-info .email {
  margin-left: 22px !important;
}

.profile-contact-info .profile-address {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.profile-contact-info .profile-address p {
  font-size: 12px;
  line-height: 160%;

  color: #8a8a8a;
}

.profile-contact-info .profile-address h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */

  color: #757575;
}

.edit-button-content {
  display: none;
  width: 100%;
}

.side-menu {
  display: none;
  position: relative;
}

.side-menu .navbar-toggler.navbar-toggler-right {
  position: absolute;
  top: -70px;
  left: 0;
}

.side-image {
  margin-right: 10px;
}

.side-image span {
  width: 84px;
  height: 84px;
  display: inline-block;
  text-align: center;
  background: #eeeaff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.side-image span img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

.side-image span a {
  width: 23px;
  height: 23px;
  background: #503e9d;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border: 2px solid #fff;
}

.side-image span a img {
  position: relative;
  top: -3px;
}

.side-profile-info span {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.side-profile-info a {
  padding: 8px;
  display: inline-block;
  background: #503e9d;
  color: #fff;
  margin-top: 7px;
  font-size: 12px;
  min-width: 130px;
  text-align: center;
  border: 1px solid #503e9d;
  transition: 0.5s ease-in-out;
}

.view-post ul {
  display: none;
}

.side-profile-info a:hover {
  border: 1px solid #503e9d;
  color: #503e9d;
  background: transparent;
}

.side-dropdown {
  padding: 15px 0px 15px 15px;
  border-bottom: 1px solid #cfcfcf;
}

.side-dropdown a {
  font-size: 17px;
  color: #503e9d;
  font-weight: 500;
  cursor: pointer;
}

/* .side-dropdown a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
} */
.sidebar-left-icon {
  height: 25px;
  width: 25px;
  background-position: center;
  float: left;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.my-profile-icon {
  background: url(../images/my-profile-icon.png) no-repeat;
}

.eye-icon {
  background: url(../images/items-eye.png) no-repeat;
}

.post-items-icon {
  background: url(../images/post-items.png) no-repeat;
}

.login-icon {
  background: url(../images/login.png) no-repeat;
}

.side-dropdown:hover>a {
  color: #323232;
}

.side-dropdown:hover>a>img {
  filter: invert(15%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(97%) contrast(87%);
}

.side-dropdown a:focus {
  color: #323232;
}

.side-dropdown a:hover>.eye-icon {
  background: url(../images/items-eye-black.png) no-repeat;
}

.side-dropdown a:focus>.eye-icon {
  background: url(../images/items-eye-black.png) no-repeat;
}

.side-dropdown a:hover>.my-profile-icon {
  background: url(../images/my-profile-icon-black.png) no-repeat;
}

.side-dropdown a:focus>.my-profile-icon {
  background: url(../images/my-profile-icon-black.png) no-repeat;
}

.side-dropdown a:hover>.post-items-icon {
  background: url(../images/post-items-black.png) no-repeat;
}

.side-dropdown a:focus>.post-items-icon {
  background: url(../images/post-items-black.png) no-repeat;
}

.side-dropdown a:hover>.login-icon {
  background: url(../images/login-black.png) no-repeat;
}

.side-dropdown a:focus>.login-icon {
  background: url(../images/login-black.png) no-repeat;
}

.side-dropdown ul {
  padding-left: 45px;
}

.side-dropdown ul li a {
  font-size: 16px;
  color: #8a8080;
  position: relative;
  transition: unset;
}

.side-dropdown ul li a::before {
  content: " ";
  position: absolute;
  top: 2px;
  left: -15px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #323232;
  border-bottom: 5px solid transparent;
  visibility: hidden;
}

.side-dropdown ul li a:hover {
  color: #323232;
}

.side-dropdown ul li a:hover::before {
  visibility: visible;
}

.side-dropdown ul li .active {
  color: #323232;
}

.side-dropdown ul li .active::before {
  visibility: visible;
}

.all-form {
  padding: 0;
  background: #503e9d;
}

.f-container {
  max-width: 500px;
}

.form-page {
  display: inline-block;
  width: 100%;
  background: #503e9d;
}

.back-listing span {
  color: #fff;
  font-size: 22px;
  color: #ffffff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
}

.contact-form label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  color: #8e8c8c;
  margin-bottom: 15px;
}

.contact-form .form-control {
  outline: unset;
  box-shadow: unset;
  color: #000;
  border: 1px solid #b7b5b5;
  border-radius: 5px;
  height: 55px;
}

.contact-form textarea {
  height: 300px !important;
  resize: unset;
}

.btn.send-btn {
  display: inline-block;
  background: #503e9d;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #503e9d;
  outline: unset;
  box-shadow: unset;
  height: unset;
  margin-top: 25px;
  font-weight: 600;
  padding: 10px 40px;
  font-size: 16px;
  width: 50%;
}

.contact-form input::placeholder {
  color: #000 !important;
  font-size: 16px;
}

.contact-form textarea::placeholder {
  color: #000 !important;
  font-size: 16px;
}

.sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* Edit profile */

.user-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #503e9d;
  cursor: pointer;
  margin-top: 16px;
}

.edit-form {
  margin: 0px 100px 0px 0px;
}

.form-lables {
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  color: #8e8c8c;
  margin-bottom: 10px;
}

.edit-form input {
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #b7b5b5;
  box-sizing: border-box;
  border-radius: 5px;
  height: unset;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.edit-form input:focus {
  box-shadow: none;
  border: 1px solid #b7b5b5;
}

.form-inputs ::placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.form-spacing {
  margin-bottom: 1rem !important;
}

.input-with-icon input {
  border-right: 0px;
}

.input-with-icon input:focus {
  box-shadow: none;
  border-left: 1px solid #ced4da;
  border-top: 1px solid #b7b5b5;
  border-bottom: 1px solid #b7b5b5;
  border-right: 0px solid #b7b5b5;
}

.location-icon {
  background-color: transparent !important;
  border-left: 0px solid #ced4da;
  border-top: 1px solid #b7b5b5;
  border-bottom: 1px solid #b7b5b5;
  border-right: 1px solid #b7b5b5;
  border-radius: 0 0.25rem 0.25rem 0;
}

.location-icon img {
  width: 26px;
  height: 27px;
}

.profile-edit-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin-top: 30px !important;
}

.profile-edit-buttons button {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 0px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 0px;
}

.profile-edit-buttons .btn-1 {
  margin-right: 5%;
  background: #503e9d;
  border: 1px solid #503e9d;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}

.profile-edit-buttons .btn-2 {
  /* margin-right: 10%; */
  background: #fff;
  border: 1px solid #503e9d;
  box-sizing: border-box;
  border-radius: 5px;
  color: #503e9d;
}

.l-n-sec_bottom {
  display: flex;
  justify-content: space-between;
}

.s-b-info {
  padding: 0 30px;
}

.s-b-info h5 {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: block;
  padding-top: 10px;
}

.s-b-info ul li {
  font-size: 15px;
  color: #8a8080;
  padding: 5px 0;
  display: block;
}

.s-b-info ul li img {
  margin-right: 10px;
}

/* todo */
.tableContainer {
  width: 100%;

  background-color: #fff;
  border: 1px solid #b7b5b5;
  border-top: none;
  padding: 0;
  margin: 0;
  padding: 5px 300px 5px 15px;
  list-style: none;
  margin: 0 auto 15px auto;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 0 0 5px 5px;
  padding-right: 0;
}

.add-icon {
  border-bottom-right-radius: 0px !important;
  border-bottom: 1px solid #ebebeb;
  padding: 0px 12px;
}

.add-icon img {
  width: 24px;
  height: 24px;
}

.tableContainer textarea {
  padding-left: 50%;
}

.tableContainer li {
  padding: 5px 10px 5px 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ededed;

  border-radius: 5px;
  margin: 10px 20px 10px 0px;
}

.tableContainer li span {
  display: flex;
  text-align: left;
  padding: 0 10px 0 0px;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.tableContainer .deleteButton {
  font-size: 24px;
  font-weight: 900;
  color: #503e9d;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
  cursor: pointer;
}

.tableContainer .deleteButton:hover svg {
  stroke: white;
}

.inputContainer {
  margin: 0 auto 20px;
  /* max-width: 700px; */
}

.inputContainer input,
.inputContainer textarea {
  width: 100%;

  margin-bottom: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #ebebeb;
}

.inputContainer input:focus,
.inputContainer textarea {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #ebebeb;
}

.inputContainer ::placeholder {
  color: #969696;
}

.contact-pop-up {
  width: 100%;
  text-align: center;
  padding: 100px 50px;
  max-width: 500px;
  margin: 0 auto;
}

figure {
  margin: 0;
}

.contact-pop-up h6 {
  font-family: "montserratsemibold";
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0;
  color: #303030;
}

.contact-pop-up span {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #454545;
}

.l-n-sec_details {
  padding-top: 15px;
}

.prayer_sec {
  display: inline-block;
  width: 100%;
  padding: 40px 0 0 0;
}

.prayer-first-top {
  background: #c5c4fe;
  padding: 30px;
  border-radius: 7px;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.prayer-first-left {
  display: flex;
  align-items: center;
}

.prayer_first-details {
  display: inline-block;
  margin-left: 30px;
}

.prayer_first-details h4 {
  font-family: "montserratextrabold";
  font-style: normal;
  font-size: 30px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 20px;
}

.prayer_first-details span {
  font-family: "montserratbold";
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  font-style: italic;
}

.btn.btn-pray {
  display: inline-block;
  width: unset;
  background: #ffffff;
  border-radius: 5px;
  color: #503e9d;
  border: unset;
  outline: unset;
  box-shadow: unset;
  height: unset;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
}

.prayer-first-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.prayer-first-bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f5f4fd;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 10px;
}

.prayer-first-bottom h5 {
  display: none;
}

.btn.btn-pray.pray-bg {
  display: none;
}

.prayer-first-bottom p {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  margin-left: 100px;
}

.login-form.prayer-pop-up {
  padding: 0 20px 40px 20px;
}

.login-form.prayer-pop-up p {
  width: 100%;
  padding: 0 20px;
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.login-form.prayer-pop-up p a {
  font-family: "montserratregular";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #503e9d;
}

.login-form.prayer-pop-up label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  color: #8e8c8c;
}

.c-remain {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #8e8c8c;
  margin-top: 15px;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.login-form.prayer-pop-up .select-styled {
  border: 1px solid #b7b5b5;
  color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}

.login-form.prayer-pop-up .select-styled::after {
  background: url(../images/modal-drop-black-btn.png) no-repeat;
}

.login-form.prayer-pop-up .form-control {
  border: 1px solid #b7b5b5;
}

.login-form.prayer-pop-up h3 span {
  font-size: 24px;
  font-family: "montserratbold";
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

.c-remain.p-mobile {
  display: none;
}

.b-image::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
  display: none;
}

.form-control:focus {
  box-shadow: unset;
  border-color: unset;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.category-content .category-content-img {
  display: flex;
  align-items: center;
}

.category-content .category-content-img img,
.category-name img {
  width: 13px;
  height: 13px !important;
  margin-right: 10px;
}

.category-name-icons-show {
  display: none;
}

.c-fas {
  display: none;
}

.btn.send-btn.s-btn-mobile-2 {
  display: none;
}

.back-content i {
  margin-right: 10px;
}

.prayer_sidebar_sec {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}

.prayer_sidebar_sec .navbar {
  float: left;
  flex-wrap: wrap;
  width: 100%;
  align-items: unset;
}

#navbarOffcanvas-1 {
  padding-right: 30px;
}

.prayer-sidebar-first span {
  font-family: "montserratmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-left: 15px;
}

.prayer-sidebar-second {
  margin-top: 30px;
}

.side-checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.side-checkbox .form-group label {
  position: relative;
  cursor: pointer;
  font-family: "montserratmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #757575;
}

.side-checkbox .form-group label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b5b5;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  height: 23px;
  width: 23px;
}

.side-checkbox .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #503e9d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.prayer-sidebar-second span {
  margin-bottom: 10px;
  display: block;
  font-family: "montserratmedium";
  font-size: 13px;
  line-height: 16px;
  color: #b7b5b5;
}

.prayer-sidebar-third {
  margin-top: 15px;
}

.prayer-sidebar-third span {
  font-family: "montserratmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
}

.sidebar-date {
  display: inline-block;
  width: 100%;
}

.start-date {
  float: left;
  width: 45%;
  position: relative;
}

.start-date.end-date {
  float: right;
  width: 45%;
}

.sidebar-date input {
  width: 100%;
  padding: 10px 10px;
  margin: 5px 0;
  border-radius: 5px;
  border: 0.8px solid #b7b5b5;
  color: #b7b5b5;
  font-family: "montserratmedium";
  font-size: 13px;
}

.start-date input {
  background: #fff url(../images/calender.png) no-repeat 95% center !important;
  top: 0;
  right: 0;
  cursor: pointer;
  position: relative;
}

.prayer-sidebar-btn {
  display: flex;
  justify-content: space-between;
}

.prayer-sidebar-btn .btn {
  width: 45% !important;
  padding: 10px 0;
  font-size: 12px;
  font-family: "montserratmedium";
  line-height: 15px;
}

.prayer-sidebar-btn .btn.b-cancel {
  color: #503e9d;
  background-color: #fff;
  border: 1px solid #503e9d;
}

.recent-prayer-sec h5 {
  font-family: "montserratmedium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 30px;
}

.event-detail {
  padding: 20px 30px;
  background: rgba(221, 216, 246, 0.3);
  border-radius: 10px;
}

.category-name img {
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.accept-invitation a {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 600;
  border: 1px solid #503e9d;
}

.invitation-accepted a {
  background: transparent;
  color: #503e9d;
}

.invitation-accepted a img {
  position: relative;
  margin-right: 3px;
}

.r-bg-white {
  display: none !important;
}

.event-des {
  font-size: 13px;
  color: #8a8a8a;
  display: none;
  margin-top: 20px;
}

.activity-img img {
  width: 16px !important;
  height: 12px !important;
  margin-left: -1px;
  margin-right: 9px !important;
}

.left-arrow-show {
  display: none;
}

.options-dots {
  display: none;
  position: absolute;
  right: 0;
  padding-right: 23px;
  height: 22px;
}

#addButton {
  cursor: pointer;
}

.avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 215px;
  height: 204px;
  position: relative;
  border-radius: 50%;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container2 .btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  color: white;
  font-size: 16px;

  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background-color: #503e9d;
  color: #fff;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background-color: #503e9d !important;
  color: #fff;
}

.recent-prayer-box-top {
  display: flex;
  justify-content: space-between;
}

.recent-prayer-box-top-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.recent-prayer-box-top-right h5 {
  font-family: "montserratsemibold";
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}

.recent-prayer-box-top-right span {
  font-size: 14px;
  color: #757575;
  line-height: 12px;
}

.recent-prayer-box-top-left {
  margin-right: 10px;
}

.recent-prayer-box-details h6 {
  color: #757575;
  line-height: 22px;
  font-size: 16px;
  font-family: "montserratbold";
}

.recent-prayer-box-details span {
  color: #302d2d;
  font-size: 18px;
  font-family: "montserratregular";
  display: block;
}

.recent-prayer-box-details a {
  color: #503e9d;
  line-height: 22px;
  font-size: 16px;
  font-family: "montserratmedium";
  display: block;
}

.pray-protection {
  display: block;
  margin: 10px 0;
  font-family: "montserratregular";
  font-size: 14px !important;
  line-height: 20px;
  color: #f15d35 !important;
}

.recent-prayer-box-bottom {
  margin-left: 90px;
}

.r-prayer-box-d-bootm span {
  font-size: 13px;
  line-height: 15px;
  color: #969696;
  font-family: "montserratbold";
}

.r-prayer-box-d-bootm span img {
  margin-right: 10px;
}

.btn.btn-submit.btn-i-prayed {
  font-family: "montserratmedium";
  font-size: 12px;
  line-height: 15px;
  padding: 7px 11px;
  margin: 0;
  margin-left: 30px;
}

.recent-prayer-box {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
}

.recent-prayer-box-alert {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 25px 20px;
  position: relative;
  border-style: double;
  border-color: hsl(10, 89%, 41%);
}

.bg-p-box {
  background: #503e9d;
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.recent-prayer-box-b {
  /* background: #f2f2ff; */
  width: 96%;
  margin: 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* text-align: center; */
  text-align: left;
  padding: 5px 15px;
  margin-bottom: 30px;
}

.prayer-update-bg {
  background: #f2f2ff;
}

.recent-prayer-box-b p {
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 22px;
  color: #757575;
}

.recent-prayer-box.r-p-box-one {
  margin-bottom: 30px;
}

.pray-request-nav {
  border-right: 1px solid;
  border-right-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  height: 100%;
}

.side-checkbox .select-styled {
  border: 0.8px solid #b7b5b5;
}

.btn.btn-submit.btn-i-prayed.btn-i-prayed-disable {
  opacity: 0.5;
}

.r-prayer-box-d-bootm a img {
  display: none;
}

.prayer-search-bar {
  position: relative;
  display: none;
}

.prayer-search-bar .form-control {
  border-radius: 0;
  border: 0.8px solid #b7b5b5;
  font-family: "montserratmedium";
  font-size: 13px;
  line-height: 16px;
  color: #b7b5b5;
  height: 43px;
}

.form-control-serch-icon {
  position: absolute;
  z-index: 2;
  display: block;
  line-height: 2.375rem;
  text-align: center;
  color: #aaa;
  right: 20px;
  top: 3px;
}

.showing-prayer-request {
  display: none;
}

.showing-prayer-request h6 {
  font-family: "montserratmedium";
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  position: relative;
  padding-left: 20px;
}

.showing-prayer-request h6::before {
  content: " ";
  height: 35px;
  width: 3px;
  background: #f15d35;
  left: 0;
  position: absolute;
  top: 0px;
}

.showing-prayer-request span {
  display: block;
  font-family: "montserratbold";
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}

.prayer-update-edit {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}

.prayer-update-edit a {
  font-family: "montserratbold";
  font-size: 13px;
  line-height: 18px;
  color: #503e9d;
  margin: 0 8px;
}

.prayer-update-edit span {
  font-family: "montserratbold";
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}

.prayer-delete {
  color: #f15d35 !important;
}

.btn.btn-close {
  width: auto;
  padding: 0;
  margin-bottom: 20px;
  border: 0;
  box-shadow: unset;
  outline: 0;
  display: none;
}

/* css for sidebar tint */
#sidebar-shadow {
  opacity: 0.9;
  z-index: 9;
}

.ic_filter {
  z-index: 9;
  transition: 0s;
  display: none;
  border: 0;
}

.recent-prayer-box-top-left span {
  background-color: #d9d3f5 !important;
  height: 63px;
  width: 63px;
  border-radius: 50%;
  color: #503e9d;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "montserratbold";
  overflow: hidden;
}

.recent-prayer-box-top-left img {
  width: 100%;
}

.no-bg {
  background: unset !important;
}

.per-day {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 27px;
  color: #000000;
  opacity: 0.5;
  margin-left: 5px;
}

.view-history {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #503e9d;
}

.section-title h4 small {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #818181;
  margin-left: 10px;
}

.category-bottom-detail.m-pro-bottom {
  display: flex;
}

.edit-delete {
  display: flex;
  margin-left: 60px;
}

.edit-delete a {
  border: 1px solid #503e9d;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
}

.edit {
  margin-left: 10px;
}

.view-enquiry {
  margin-top: 5px;
}

.view-enquiry label {
  background: #ffe3db;
  border-radius: 5px;
  font-size: 13px;
  padding: 2px 10px;
  color: #f15d35;
  margin-left: 8px;
}

.p-title.my-edit-title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.r-favourite.r-edit-delete {
  flex: unset;
}

.product-detail-edit {
  align-items: center;
}

.view-post-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}

.post-date {
  font-size: 14px;
  color: #8a8a8a;
}

.r-edit-delete .edit-delete a {
  padding: 4px 7px;
}

.m-link-edit {
  display: flex;
  justify-content: space-between;
}

.m-link-edit a {
  width: 48%;
  position: relative;
}

.py-2.b-cancel {
  color: #503e9d;
  background-color: #fff;
  border: 1px solid #503e9d;
}

.notificatio-count {
  background: #f15d35;
  font-family: "montserratbold";
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  position: absolute;
  top: -10px;
  right: -6px;
  height: 20px;
  width: 20px;
  border-radius: 30px;
}

.active-offers {
  padding: 10px 35px 35px 35px;
}

.a-offer-header {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.a-offer-header h5 {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-family: "montserratmedium";
}

.a-offer-header span {
  background: #f15d35;
  font-family: "montserratbold";
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.a-box-top {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.a-box-top-left span {
  width: 34px;
  height: 34px;
  overflow: hidden;
  background: #d9d3f5;
  border-radius: 35px;
  font-size: 12px;
  line-height: 23px;
  margin-right: 10px;
  color: #503e9d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "montserratbold";
}

.a-box-top-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.a-box-top-right h6 {
  font-family: "montserratmedium";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.a-box-top-right span {
  width: 100px;
  background: #e9c816;
  display: inline-block;
  color: #503e9d;
  font-size: 12px;
  padding: 3px 0;
  position: relative;
  font-weight: 600;
  text-align: center;
}

.a-box-top-right span::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  left: 0;
  top: 0;
}

.a-box-details p {
  width: 100%;
  margin: 15px 0;
  color: #757575;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px;
}

.a-box-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  /* padding: 20px 0; */
}

.a-box-bottom a {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  font-family: "montserratsemibold";
  font-size: 18px;
  line-height: 22px;
  color: #503e9d;
}

.a-box-bottom a:hover {
  color: #503e9d;
}

.r-border {
  border-left: 1px solid #e9e9e9;
}

.r-border:hover {
  border-left: 1px solid #e9e9e9;
}

.active-offer-box {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 15px;
  margin-top: 30px;
}

.modal-dialog.modal-dialog-centered.modal-active-offer {
  max-width: 580px;
}

.add-new-post-title {
  max-width: 998px;
  width: 100%;
}

.m-checkbox.mt-3 {
  padding-top: 40px;
}

.add-new-post-title h4 {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.add-new-dd .select-styled {
  background: #fff;
  padding: 15px 10px;
  height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 50px;
}

.add-new-dd .select-styled::after {
  right: 20px;
  top: 22px;
}

.fill-the-detail {
  display: flex;
  padding: 50px 0;
}

.upload-images h4 {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #000;
}

.upload-image-good {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#profile-upload {
  background-image: url("../images/u-image.png");
  background-size: cover;
  background-position: center;
  width: 190px;
  height: 170px;
  border: 1px solid #bbb;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

#profile-upload:hover input.upload {
  display: block;
}

#profile-upload:hover .hvr-profile-img {
  display: inline-block;
}

#profile-upload .fa {
  margin: auto;
  position: absolute;
  bottom: -4px;
  left: 0;
  text-align: center;
  right: 0;
  padding: 6px;
  opacity: 1;
  transition: opacity 1s linear;
}

#profile-upload:hover .fa {
  opacity: 1;
}

#profile-upload input.upload {
  z-index: 1;
  left: 0;
  margin: 0;
  bottom: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  background: #ccc;
  width: 100%;
  display: none;
}

#profile-upload .hvr-profile-img {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  vertical-align: middle;
  position: relative;
  background: transparent;
}

#profile-upload .fa:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: height 0.3s;
}

#profile-upload:hover .fa:after {
  height: 100%;
}

.add-more-images {
  margin-left: 60px;
}

.add-more-images a {
  border: 1px solid #503e9d;
  width: 202px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  padding: 6px 0;
  color: #503e9d;
}

.fill-title h4 {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #000;
}

.fill-box {
  max-width: 891px;
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.fill-box label {
  display: block;
  font-size: 14px;
  color: #8e8c8c;
  margin-bottom: 10px;
}

.fill-box input {
  height: 55px;
}

textarea {
  resize: none;
}

.fill-box input,
.fill-box textarea {
  font-size: 14px;
  color: #000000;
  display: block;
  width: 100%;
  padding: 10px 20px;
  opacity: 1;
  border: 1px solid #b7b5b5;
  border-radius: 5px;
  margin-bottom: 30px;
}

.fill-box textarea {
  padding-right: 55px;
}

.fill-box input::placeholder {
  opacity: 1;
  color: #8e8c8c;
}

.fill-box textarea::placeholder {
  opacity: 1;
}

.good-dd .select-styled {
  color: #000;
  padding: 10px 20px;
}

.good-dd .select-styled {
  color: #8e8c8c;
  padding: 15px 20px;
  height: 55px;
  border: 1px solid #b7b5b5;
}

.good-dd .select-styled::after {
  right: 20px;
  top: 22px;
}

.bg-a-purple {
  padding: 10px;
  background: #d9d3f5;
  border-radius: 5px;
  display: inline-block;
}

.bg-a-purple a {
  padding: 5px 0px;
  border: 1px solid #9b8cda;
  box-sizing: border-box;
  border-radius: 5px;
  color: #9b8cda;
  font-size: 16px;
  transition: 0.5s ease-in-out;
  font-weight: 500;
  width: 110px;
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}

.bg-a-purple a:last-child {
  margin-right: 0;
}

.bg-a-purple a:hover {
  background: #503e9d;
  color: #fff;
  border: 1px solid #503e9d;
  font-weight: 600;
}

.bg-a-purple .active {
  background: #503e9d;
  color: #fff;
  border: 1px solid #503e9d;
  font-weight: 600;
}

.your-price {
  max-width: 222px;
  width: 100%;
  color: #000 !important;
  margin-bottom: 21px !important;
}

.your-price::placeholder {
  opacity: 1;
  color: #c8c6c6 !important;
}

.fill-box button {
  background: #503e9d;
  border: 1px solid #503e9d;
  border-radius: 5px;
  width: 230px;
  height: 59px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fill-box button:hover {
  background: transparent;
  color: #503e9d;
  border: 1px solid #503e9d;
}

.good-dd .select-options {
  left: unset;
  width: 190px;
  top: 30px;
  right: 30px;
  padding: 5px 15px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  max-height: unset;
}

.good-dd .select-options li {
  border-left: 0;
  border-right: 0;
  text-indent: 0;
  border-bottom: 1px solid rgba(180, 178, 178, 0.4);
}

.good-dd .select-options li:last-child {
  border-bottom: 0;
}

.good-dd .select-options li:hover {
  font-weight: 600;
  color: #000;
}

.start-end-time input {
  width: 223px !important;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  background: url(../images/time-clock.png) 95% no-repeat;
  right: 10px;
}

.start-end-time input:last-child {
  margin-right: 0;
}

.start-end-time {
  padding-left: 10px;
}

/* message css */

.chat-main {
  margin-top: 68px;
}

.user-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.user-info .user-name {
  font-size: 16px;
  color: #454545;
  margin: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 5px;
}

.user-chat-time {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  font-family: "montserratsemibold";
  color: #6f6f6f;
  opacity: 0.7;
}

.user-list ul li a {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  align-items: center;
  cursor: pointer;
}

.user-list ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.user-image-main {
  width: 55px;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}

.user-image {
  position: relative;
}

.user-image img {
  width: 55px;
}

.notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: #f15d35;
  color: #fff;
  width: 22px;
  text-align: center;
  border-radius: 50%;
  height: 22px;
  font-size: 12px;
  border: 2px #fff solid;
  font-weight: bold;
}

.user-choice-product {
  display: flex;
  flex: 1;
}

.prod-arrow {
  margin-right: 5px;
  margin-left: 5px;
}

.prod-name {
  background: #f4f4f4;
  color: #323232;
  padding: 0px 7px;
  border-radius: 6px;
  margin-top: 5px;
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  font-family: "montserratsemibold";
  font-size: 12px;
  color: #323232;
  text-overflow: ellipsis;
  width: 100px;
}

.message-line-unread {
  font-style: normal;
  font-family: "montserratsemibold";
  font-size: 14px;
  color: #454545;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.message-line-read {
  font-style: normal;
  font-family: "montserratregular";
  font-size: 14px;
  color: #454545;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chat-conversations-main {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  height: 660px;
}

.chat-header {
  width: 100%;
  background: #503e9d;
  padding: 7px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header .back-listing {
  padding-right: 10px;
}

.chat-person {
  flex: 1;
  display: flex;
  align-items: center;
}

.chat-user-img {
  width: 35px;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}

.chat-user-img img {
  width: 100%;
}

.chat-user-name {
  font-size: 18px;
  font-family: "montserratsemibold";
  color: #ffffff;
}

.chat-header-actions {
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: space-between;
}

.chat-header-actions .dropdown-n-post.dot-dropdown {
  display: block;
}

.chat-header-actions .dd-button::after {
  display: none;
}

.chat-header-actions .dropdown-n-post {
  top: 0;
}

.messages {
  display: flex;
  flex-direction: column;
  height: 610px;
  justify-content: space-between;
}

.messages-content {
  height: 90%;
  overflow: auto;
  padding: 10px 21px 0 42px;
}

.messages-content::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}

.messages-content::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

.messages-content::-webkit-scrollbar-thumb {
  background-color: #f4f4f4;
  border-radius: 8px;
}

.messages-textarea {
  background: #f4f4f4;
  padding: 10px 42px;
}

.prod-in-message {
  background: #f4f4f4;
  border-radius: 10px;
  width: 308px;
  padding: 5px;
  display: flex;
  margin-bottom: 20px;
}

.prod-in-message-img {
  max-width: 40px;
  margin-right: 16px;
}

.prod-in-message-img img {
  border-radius: 6px;
  width: 100%;
}

.prod-in-message p {
  font-family: "montserratmedium";
  font-size: 16px;
  color: #000000;
  line-height: 16px;
}

.user-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.user-message .username {
  font-family: "montserratmedium";
  font-size: 12px;
  color: #171619;
}

.user-message .userchatbbl {
  background: #d9d3f5;
  border-radius: 15px 15px 15px 3px;
  font-family: "montserratmedium";
  font-size: 16px;
  color: #000000;
  padding: 10px;
  margin: 2px 0;
}

.user-message .usermessagetime {
  font-family: "montserratmedium";
  font-size: 12px;
  color: #8e8c8c;
}

.my-message {
  align-items: flex-end;
}

.my-message.user-message .userchatbbl {
  border-radius: 15px 15px 3px 15px;
  background: #f4f4f4;
}

.messages-textarea-block {
  display: flex;
  align-items: center;
}

.messages-textarea-block .form-group {
  display: flex;
  flex: 1;
  margin-bottom: 0px;
  margin-right: 28px;
  position: relative;
}

.messages-textarea-block .form-group .form-control {
  padding-right: 30px;
  font-size: 14px;
  border: 1px solid #b7b5b5;
  height: 37px;
}

.ic-mic {
  position: absolute;
  right: 5px;
  top: 6px;
  cursor: pointer;
}

.btn-send {
  background: #503e9d;
  border-radius: 5px;
  outline: none;
  border: none;
  color: #fff;
}

.btn-send:hover {
  background: #503e9d;
  border-radius: 5px;
  outline: none;
  border: none;
  color: #fff;
}

.chat-main-list {
  margin-top: 0px;
}

.message-serach {
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: space-between;
}

.message-serach .dropdown-n-post {
  top: 0;
}

.d-title {
  display: none;
  font-size: 13px;
  line-height: 21px;
  color: #8a8a8a;
}

.p-upload-image {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.listing-event {
  background: rgba(221, 216, 246, 0.3);
  border-radius: 10px;
  padding: 40px 20px 20px 20px;
}

.e-date {
  font-weight: 600;
  font-size: 18px;
  color: #4d40b5;
}

.e-found {
  color: #3f3f3f;
  font-weight: normal;
  font-size: 16px;
}

.event-c-details {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.event-image {
  flex: 1;
}

.event-image span {
  width: 130px;
  height: 92px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}

.event-c-content {
  flex: 2;
  margin-left: 15px;
}

.event-c-content h4 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.event-date,
.event-time {
  color: #757575;
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
}

.event-date img,
.event-time img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.d-view-hidden {
  display: none;
}

.choose-categoey {
  display: block;
  padding-top: 30px;
}

.choose-categoey h4 {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.services-details.add-s-detail {
  margin-top: 20px;
  justify-content: flex-start;
  padding-bottom: 0;
}

.services-details.add-s-detail .services-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.services-details.add-s-detail .services-info:first-child {
  padding-left: 0;
}

.select-options li:hover {
  color: #000;
}

/* file upload */

.upload-file {
  margin: 30px 0;
  display: block;
  position: relative;
}

.upload-file form {
  position: relative;
}

label.file2 {
  position: relative;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 230px;
  height: 200px;
  cursor: pointer;
}

.i-placeholder {
  background-image: url("../images/u-image.png");
  background-size: cover;
  background-position: center;
  width: 190px;
  height: 159px;
  border: 1px solid #bbb;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: 0;
  border: 1px solid red;
}

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

#iner-thum {
  position: absolute;
  left: 290px;
  top: 50%;
  transform: translateY(-50%);
}

.pip {
  display: flex;
  margin: 8px 8px 0 0;
  width: calc(97px - 4px);
  position: relative;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  height: 90px;
  background: #e5f5fd;
  align-items: center;
}

.pip img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#iner-thum .pip {
  margin: 0px 6px 0 4px;
}

.imageThumb {
  cursor: pointer;
  width: 100%;
}

.remove {
  text-align: center;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 3px;
  width: 22px;
  right: 3px;
}

.bootstrap-chip {
  display: block;
  width: 100%;
  position: relative;
}

.bootstrap-chip {
  display: block;
  width: 100%;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 15px 20px;
  color: #555;
  border-radius: 4px;
  max-width: 100%;
  cursor: text;
  width: 100%;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput input {
  width: 100%;
  padding: 3px 0;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap-tagsinput .tag {
  color: #000;
  float: left;
  padding: 5px 10px 5px 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ededed;
  border-radius: 5px;
  margin: 10px 20px 10px 0px;
}

.bootstrap-chip .plus-icon-input {
  position: absolute;
  right: 14px;
  bottom: 18px;
  padding: 0;
  border: unset;
}

.input-prayer form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 727px;
}

.input-prayer form input {
  max-width: 665px;
  width: 100%;
  padding: 4px 10px;
}

.input-prayer form button {
  border: none;
  background: no-repeat;
  font-family: "montserratbold";
  font-size: 13px;
  line-height: 18px;
  color: #503e9d;
  margin-left: 8px;
}

.update-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edit-delete button {
  border: none;
  background: no-repeat;
  font-family: "montserratbold";
  font-size: 13px;
  line-height: 18px;
  margin-left: 10px;
}

.c-blue {
  color: #503e9d;
}

.c-orange {
  color: #f15d35;
}

/* edite profile css */

.profile-img-inside {
  width: 215px;
  height: 215px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img-inside img {
  width: 100%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

.user-first-later {
  width: 214px;
  height: 214px;
  background-color: #e8e2ff;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 90px;
  font-family: "montserratsemibold";
  text-transform: capitalize;
  color: #503e9d;
}

.profile-small-text {
  width: 46px;
  height: 46px;
  background-color: #e8e2ff;
  border-radius: 50%;
  font-size: 18px;
  font-family: "montserratsemibold";
  color: #503e9d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}

.profile-contact h4 {
  font-size: 22px;
  color: #503e9d;
  margin-top: 20px;
  font-family: "montserratsemibold";
  margin-bottom: 20px;
}

.edit-form h4 {
  font-size: 22px;
  color: #503e9d;
  margin-top: 20px;
  font-family: "montserratsemibold";
  margin-bottom: 20px;
}

.nav-item.dropdown .dropdown-toggle::after {
  border: none;
  background-image: url(../images/ic-arrow.svg);
  width: 13px;
  height: 10px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 2px;
}

header .nav-item {
  margin-right: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  right: unset;
  left: 0px;
  border-radius: 8px;
  background: #f15d35;
  border: none;
  overflow: hidden;
  padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.875rem;
  color: #ffffff;
  border-bottom: 1px solid #da431a;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: #cc4a27;
  color: #fff;
}

#navbarDropdown {
  pointer-events: none;
}

.prod-name-text {
  font-family: "montserratextrabold";
  color: #601a07;
}

.link-click {
  font-family: "montserratextrabold";
  color: #601a07;
}

.clear-message-block {
  text-align: center;
}

.clear-message-block a {
  text-align: right;
  font-family: "montserratextrabold";
  color: #601a07;
}

.inner-content-pop {
  max-height: 200px;
  overflow: auto;
}

.inner-content-pop::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}

.inner-content-pop::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  height: 50px;
}

.inner-content-pop::-webkit-scrollbar-thumb {
  background-color: #7e2006;
  border-radius: 8px;
}

.clear-message-block button,
.clear-message-block a {
  background-color: transparent;
  border: none;
  font-family: "montserratmedium";
  color: #7e2006;
  padding: 4px 0px;
  width: 100%;
  float: left;
  text-align: center;
}

.clear-message-block button:hover,
.clear-message-block a:hover {
  background-color: #601a07;
  color: #fff;
}

.message-dd-pop {
  right: 0px !important;
}

.provide-feedback {
  text-align: center;
}

.provide-feedback a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  text-decoration-line: underline;

  color: #503e9d;
}

.rating-box {
  display: inline-block;
}

.rating-box .rating-container {
  direction: rtl !important;
}

.rating-box .rating-container label {
  display: inline-block;
  color: #c0c0c0;
  cursor: pointer;
  font-size: 30px;
  transition: color 0.2s;
}

.rating-box .rating-container input {
  display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover~label,
.rating-box .rating-container input:checked~label {
  color: #ffbd14;
}

.c-image {
  position: relative;
}

.close-image {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 8;
  width: 35px !important;
  height: 35px !important;
}

.close-image a {
  min-width: 35px;
  min-height: 35px;
  background: #503e9d;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 2px #ccc;
}

.profile-list-img img {
  width: 100%;
  height: 80px;
  width: 80px;
}

/*list prayer top button */

.list-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.list-header .btn.btn-pray {
  width: unset;
  background: #ffffff;
  border-radius: 5px;
  color: #503e9d;
  border: unset;
  outline: unset;
  box-shadow: unset;
  height: unset;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  background-color: #503e9d;
  color: #ffff;
  margin: 0;
  position: absolute;
  right: 15px;
  top: -50px;
}

.status-active {
  background: #0bc533;
  color: #fff !important;
  font-size: 12px !important;
  padding: 4px 10px;
  border-radius: 5px;
}

.status-pending {
  background: #2c2c2c;
  color: #fff !important;
  font-size: 12px !important;
  padding: 4px 10px;
  border-radius: 5px;
}

.status-rejected {
  background: #f72727;
  color: #fff !important;
  font-size: 12px !important;
  padding: 6px;
  border-radius: 5px;
  margin-left: 5px;
}

.drop-details a img {
  margin-right: 10px;
}

.post-items ul {
  display: none;
}

.p-info-dp ul {
  display: none;
}

.l-change a {
  font-size: 30px;
  color: #fff;
  font-family: "montserratExtrabold";
}

.form-page .l-form h3::before {
  height: 46px;
}

.form-page .l-form form label,
.f-password {
  font-size: 18px;
}

.boxed label {
  padding: 5px 12px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #503e9d;
  color: #503e9d;
  border-radius: 10px;
  margin: 8px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
  font-size: 16px;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked+label {
  border: 1px solid #503e9d;
  background-color: #503e9d;
  color: #fff;
  transition: all 0.2s;
}

.side-dropdown.view-post .active {
  color: #323232 !important;
}

.side-dropdown.view-post .active img {
  filter: invert(15%) sepia(0%) saturate(0%) hue-rotate(142deg) brightness(97%) contrast(87%);
}

.p-no-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.prayer-lst-item {
  text-align: center;
}

.prayer-lst-item span {
  font-family: "montserratsemibold";
  font-size: 25px;
  display: block;
}

.prayer-lst-item a {
  font-size: 18px;
  color: #503e9d;
  font-family: "montserratsemibold";
  transition: 0.5s ease-in-out;
}

.prayer-lst-item a:hover {
  color: #f15d35;
}

.round-message {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(241, 93, 53, 0.6);
  display: inline-block;
  position: relative;
}

.round-message img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-no-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

.p-fillter {
  width: 25%;
}

.prayer-fillter {
  width: 140px;
  margin-top: 7px;
  font-weight: bold;
  font-size: 18px;
}

.p-category {
  margin-right: 10px;
}

.btn.p-new-post {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 2px 10px 2px 10px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  color: #503e9d;
  margin-left: 10px;
}

.btn.p-new-post img {
  margin-right: 5px;
}

.r-prayer-box-d-bootm span img {
  width: 40px;
}

.recent-prayer-box-top-left span {
  background-color: #d9d3f5 !important;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #503e9d;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "montserratbold";
  overflow: hidden;
}

.recent-prayer-box-top-left img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.profile-list-img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  overflow: hidden;
  align-items: center;
  display: flex;
}

.profile-list-img img {
  width: 100%;
  height: 80px;
  width: 80px;
}

.p-fillter.p-category {
  width: 35%;
}

.recent-prayer-box .recent-prayer-box-b {
  background: unset;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}

.recent-prayer-box .recent-prayer-box-b .prayer-update-edit {
  justify-content: flex-end;
  padding: 0;
}

.gold-border {
  border: 6px solid #ffd700;
}

.prayer-first-bottom {
  display: none;
}

/* .time-edit {
  display: flex;
  justify-content: space-between;
  width: 50%;
} */
.recent-prayer-box-b p {
  width: 100%;
}

.form-logo.l-change img {
  max-width: 100px;
  margin-right: 10px;
}

.side-checkbox.add-post-checkbox {
  margin: 30px 0;
}

.price-modal .md-close {
  top: 2px;
}

.church-link {
  margin-top: 10px;
}

.church-link span {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

.church-link a {
  margin-left: 10px;
  color: #707070;
  font-size: 12px;
}

details summary {
  list-style: none;
}

.collapse {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  border: 0.1rem solid #fafafa;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: unset;
  transition: box-shadow 250ms;
  will-change: box-shadow;
  overflow: hidden;
  padding: 20px;
}

.collapse .pastor {
  width: 100%;
  box-shadow: unset;
  padding: 0;
  border-radius: 0;
}

.collapse .pastor h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100.4%;
  color: #000000;
  margin: 10px 0;
  letter-spacing: -0.02em;
  text-align: center;
}

.collapse:hover {
  box-shadow: 0.1rem 0.1rem 1.8rem rgba(0, 0, 0, 0.25);
}

.collapse .description {
  text-align: left;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}

.collapse .description span {
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  color: #aaaaaa;
}

.contact-info-box .collapse:not(.show) {
  display: block;
}

.cancel-post button {
  margin-right: 14px;
}

.category-bottom-detail-change .c-message {
  width: 190px;
  padding: 5px 0;
  font-size: 16px;
  background: #503e9d;
  display: inline-block;
  position: relative;
  left: -5px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
}

.side-menu .navbar-toggler.navbar-toggler-right {
  position: relative;
  top: -70px;
  left: 0;
}

.side-profile {
  position: relative;
  top: -30px;
}

/* --------------------------------05-10-201------------------------------------ */
.gooods-new-sec {
  padding: 0;
}

.gooods-filter-nav {
  border: 0;
  background: #fff8f6;
  position: relative;
  padding: 10px 30px 10px 0;
}

.gooods-filter-nav::after {
  content: "";
  background: #fff8f6;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  left: -1000%;
}

.goods-category-btn {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #503e9d;
  border-radius: 5px;
  font-size: 18px;
  color: #503e9d !important;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  margin-bottom: 10px;
}

.goods-category-btn.active {
  background: #503e9d;
  color: #fff !important;
}

.goods-category-btn:hover {
  background: #503e9d;
  border: 1px solid #503e9d;
  color: #fff !important;
}

.gooods-new-sec .offcanvas.offcanvas-right.ic_filter-main {
  width: 100%;
}

.gooods-new-sec #navbarOffcanvas-1 {
  padding: 0;
}

.goods-bold {
  font-weight: 700;
}

.gooods-new-sec .prayer-sidebar-details .prayer-sidebar-first span {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.new-goods-select {
  background: #fff;
  background: #ffffff;
  border: 0.8px solid #b7b5b5;
  box-sizing: border-box;
  border-radius: 5px;
  height: 46px;
  width: 100%;
  max-width: 200px;
  padding-left: 10px;
  margin-left: 5px;
  cursor: pointer;
}

.new-goods-select option {
  background: #fff8f6 !important;
  color: #503e9d !important;
}

.new-goods-select:focus {
  color: #503e9d;
}

.new-goods-select option:hover {
  background: #503e9d !important;
  color: #fff;
}

.wrap input {
  border-radius: 5px;
  border: 0.8px solid #b7b5b5;
}

.goods-new-search .wrap {
  flex: 2;
}

.category-bottom-detail.category-bottom-detail-change.goods-new-bottom-detail {
  text-align: unset;
}

.goods-new-bottom-detail .c-message {
  width: 250px;
}

.goods-filter-sidebar {
  display: none;
}

.prayer-sidebar-first.second {
  display: none;
}

.goods-cat-btn a {
  padding: 5px 0;
  font-size: 16px;
  background: #503e9d;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}

.goods-cat-btn {
  text-align: center;
  margin-top: 20px;
  display: none;
}

.goods-new-search .p-fillter {
  margin: 0 0 0 50px;
}

.m-checkbox.goods-new-search .p-fillter .select {
  margin-bottom: 0px;
}

.m-checkbox.goods-new-search .p-fillter .select-styled {
  background: #fff;
  padding: 10px 35px 10px 15px;
  border: 0.8px solid #b7b5b5;
}

.m-checkbox.goods-new-search .p-fillter .select-styled::after {
  top: 20px;
}

/* 17-11-21 */
.calaender-date {
  max-width: 125px;
  border: 1px solid #fc0808;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.calaender-date .calaender-date-top {
  background: rgb(252, 8, 8);
  background: linear-gradient(180deg,
      rgba(252, 8, 8, 1) 58%,
      rgba(255, 255, 255, 1) 85%);
  text-align: center;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 12px;
  padding: 3px 0 5px 0;
}

.calaender-date .calaender-date-bottom {
  text-align: center;
  background: #fff;
  border-radius: 0 0 8px 8px;
  color: #000;
  padding-bottom: 15px;
}

.calaender-date .calaender-date-bottom span {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}

.calaender-date .calaender-date-bottom span strong {
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.news-slider .l-n-sec_details .calaender-date {
  margin: 10px 0;
}

/*-------------------- 22-11-21 ---------------*/
.news-announcement-fillter {
  background: #fbfbfb;
  padding: 20px 0;
}

.list-banner-details-top .calaender-date {
  max-width: 50px;
  margin-left: 7px;
}

.list-banner-details-top .calaender-date .calaender-date-top {
  font-size: 10px;
  padding: 3px 0;
}

.list-banner-details-top .calaender-date .calaender-date-bottom {
  padding-bottom: 3px;
}

.list-banner-details-top .calaender-date .calaender-date-bottom span {
  font-size: 8px;
  line-height: 10px;
  display: block;
  /* padding: 10px; */
}

.list-banner-details-top .calaender-date .calaender-date-bottom span strong {
  font-size: 12px;
}

.listing-left .list-banner-details-top h1 {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: unset;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  margin: 40px 0px 7px 0px;
  width: 100%;
}

.radio-input {
  visibility: hidden;
}

.radio-input {
  margin: 0 !important;
  height: unset !important;
}

.radio-label {
  position: relative;
  padding-left: 25px;
}

.radio-label {
  display: block;
  font-size: 14px;
  color: #8e8c8c;
  margin-bottom: 5px;
  cursor: pointer;
}

.radio-label::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}

.radio-border {
  width: 15px;
  height: 15px;
  display: inline-block;
  outline: solid 2px #d9d3f5;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.radio-input:checked+.radio-label::after {
  transition: all 0.5s;
  background-color: #503e9d;
}

.appointment-recurrence-pattern-inner {
  display: flex;
  margin: 20px 0;
}

.appointment-recurrence-pattern-day {
  border-right: 2px solid #503e9d;
  margin-right: 30px;
  padding-right: 30px;
}

.recurrance-checkbox {
  display: block;
  margin-bottom: 15px;
  width: 25%;
}

.recurrance-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.recurrance-checkbox label {
  position: relative;
  cursor: pointer;
}

.recurrance-checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b7b5b5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}

.recurrance-checkbox input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #503e9d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.appointment-recurrence-pattern-week {
  width: 100%;
}

.appointment-recurrence-pattern-week-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}

.appointment-recurrence h5 {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #000;
}

.appointment-recurrence-every-week span {
  display: flex;
}

.appointment-recurrence-every-week input {
  padding: 5px;
  margin: 0 10px;
  width: 30px;
  height: 25px;
}

.appointment-recurrence-every-week {
  margin-bottom: 15px;
}

.appointment-recurrence-select {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.appointment-recurrence-select .select {
  margin-bottom: 10px;
  margin-left: 15px;
  max-width: 130px;
  height: 30px;
}

.appointment-recurrence-select label {
  min-width: 70px;
}

.appointment-recurrence-select input {
  max-width: 130px;
  margin: 0;
  height: 40px;
  margin-left: 15px;
  border: 1px solid #757575;
}

.appointment-recurrence-pattern {
  margin-top: 15px;
  display: inline-block;
}

.checked-img {
  max-width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-detail p {
  margin: 15px 0 10px 0;
  min-height: 80px;
}

.d-appointment-recurrnece {
  background: #f9f9f9;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
}

.d-appointment-recurrnece h5 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  display: block;
  margin: 0 0 5px 0;
}

.d-appointment-time {
  display: flex;
  justify-content: space-between;
}

.d-appointment-time-inner h6 {
  font-size: 14px;
  color: #757575;
  font-weight: 600;
}

.d-appointment-time-inner span {
  font-size: 14px;
  color: #757575;
}

.d-recure-weeks-on {
  font-size: 14px;
  color: #757575;
  font-weight: 600;
}

.d-recure-weeks-on strong {
  font-weight: 700;
  color: #000;
  margin: 0 5px;
}

.d-recure-weeks-on-day span {
  font-size: 14px;
  color: #757575;
  margin-right: 5px;
}

.d-recure-weeks {
  display: flex;
  justify-content: space-between;
}

.d-appointment-r-pattern-top {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.d-appointment-r-pattern h6 {
  font-size: 14px;
  color: #757575;
  font-weight: 600;
  margin-left: 10px;
}

/*---------- 21-01-2022 ---------------*/
.profestional-info h5 {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.select2-selection.select2-selection--multiple {
  margin-bottom: 15px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: auto;
  margin: 0;
  padding: 10px 0 0 0;
}

.select2-container .select2-selection--multiple {
  height: 55px;
  border: 1px solid #b7b5b5;
}

.select2-container .select2-selection--multiple::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/modal-drop-btn.png) no-repeat;
  position: absolute;
  top: 22px;
  right: 10px;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ededed;
  border: 0;
  display: flex;
  flex-direction: row-reverse;
  padding: 5px 3px 5px 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: 5px;
  padding-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 10px;
  font-size: 16px;
}

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

.category-content img {
  max-width: 30px;
  /* float: right; */
}

.edit-delete.my-edit {
  margin-left: 10px;
  width: unset !important;
}

/* .fill-box .cancel-cls {
  background: transparent;
  border: 1px solid #503e9d;
  border-radius: 5px;
  width: 230px;
  height: 59px;
  font-weight: 600;
  text-align: center;
  color: #503e9d;
  transition: 0.5s ease-in-out;
  margin-right: 14px;
  padding: 17px;
} */
.re-inner-p {
  padding-left: 0;
}

.created-updated-date span {
  display: block;
  margin-bottom: 10px;
}

.created-updated-date span strong {
  margin-right: 5px;
}