body {
    background-color: transparent;
    font-size: 16px;
    color: #404040;
    font-family: muli,sans-serif;
    line-height: normal;
}
ul,p,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
}

p {
    color: #4e5c79;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
ul {
    list-style: none;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f6f8fd;
	border:none;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #010b34;
}
a{
  transition: all .5s ease;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
@media (min-width: 1400px){
  .container {
    max-width: 1320px;
}  
}

/* HEADER */
.icon {margin-right: 10px;}

.icon svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.top-bar {
    background: #0b1333;
    padding: 10px;
}

header nav.navbar {
    padding: 10px 0  !important;
}
.text p,.text span {
    color: #fff;
}
.text p {
    font-weight: 600;
}
.text span {
    font-size: 13px;
}
.social-icon>li:not(:last-child) {
    margin-right: 10px;
}
.social-icon>li>a {
    background: #3b5998;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social-icon>li>a >svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}
.social-icon>li:last-child>a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
header {
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    background-color: #fff;
}
.sign-nav {
    display: flex;
    align-items: center;
}
.sign-nav>li:not(:last-child) {
    margin-right: 30px;
}
.sign-nav>li>a {padding: 8px 25px;background: #0b1333;color: #fff;border-radius: 30px;font-size: 14px;}
.sign-nav>li>a:hover,.sign-nav>li.active>a {background: #0b54c1;}
.sign-nav>li>a>i {
    font-size: 12px;
    padding-right: 6px;
}
.navbar-brand {height: 70px;overflow: hidden;display: block;padding: 0;}
.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-nav>li:not(:last-child) {
    margin-right: 30px;
}
.navbar-nav>li>a {
    color: #404040;
    position: relative;
    z-index: 0;
}
.navbar-nav>li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #010b34;
}
.navbar-nav>li.active>a::before,.navbar-nav>li>a:hover::before {
    width: 100%;
}
.navbar-nav>li.active>a, .navbar-nav>li>a:hover {
    color: #010b34;
}

/* Home Banner */
.home-form .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    height: auto;
    width: 15px;
}
.home-slider .img-box {
    height: 100vh;
    overflow: hidden;
}
.home-slider .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .text-box {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
}
.form-area {
    position: relative;
    background: #fff;
    max-width: 540px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 40px 40px;
    box-shadow: 0 20px 30px rgb(0 22 84 / 15%);
}
.form-area h3 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
    color: #010b34;
}
.home-form input.form-control {
    border: none;
    border-radius: 5px;
    padding: 20px;
    height: 30px !important;
    background: #edf1fb !important;
    border: 0;
    padding-left: 40px;
}
.home-form .selectize-control.form-control.single {
    height: 50px !IMPORTANT;
}
.selectize-input {
    background: #edf1fb;
    display: flex;
    align-items: center;
    min-height: 40px;
}
.home-form .form-control:active,.home-form .form-control:active {
    outline: none;
    box-shadow: none;
}
.home-slider {
    position: relative;
}
.form-group {
    margin-bottom: 10px;
}
.home-form label {
    font-size: 13px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 5px;
}
.btn-search {
    display: block;
    width: 100%;
    background-color: #010b34;
    padding: 5px;
    border-color: transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
    border-radius: 5px;
}
.btn-search:hover,.btn-search:active,.btn-search:focus {
    outline: none;
    border-color: transparent;
    background-color: #000;
}
.sign-nav>li:not(:last-child)>a:hover,.sign-nav>li.active:not(:last-child)>a {
    background: #0b54c1;
}
.home main {
    padding: 0;
}
/* Login and Registration */
.form-card {
    box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
    padding: 2.5em 3em;
}
.form-card-header {
    font-size: 40px;
    text-align: center;
    margin: 1rem 0;
    font-weight: 800;
    letter-spacing: 2px;
}
.form-card-header span {
    color: #0b54c1;
}
.login-bg input.form-control {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 40px;
    background: #fff;
    overflow: hidden;
    background: #f6f8fd;
    box-shadow: none;
    border: 1px solid #ccc;
}
.login-bg .form-group .input-icon {
    position: absolute;
    top: 13px;
    left: 30px;
    font-size: 14px;
    color: #a2a9bf;
}
.login-bg .form-group {
    position: relative;
    margin-bottom: 15px;
}
.btn-form {
    display: block;
    width: 100%;
    background: #010b34;
    border-color: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    cursor: pointer;
    transition: all .5s ease;
}
.btn-form:hover {
    background: #000;
}
.forget-pass {
    text-align: right;
    display: block;
    color: #000;
    text-decoration: underline;
}
.signup-text {
    text-align: center;
    margin-top: 10px;
}
.signup-text>a {
    color: #ff660e;
    text-decoration: underline;
}
/* How It Works */
.how-it-works {
    padding: 80px 0;
}
.section-title {
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.middle-icon-features-item {
    position: relative;
    border: 1px solid #dbe8fb;
    padding: 60px 50px;
    text-align: left;
    max-width: 350px;
    border-radius: 0 70px;
    margin: 0 auto;
}
.middle-icon-features-item .count {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 90px;
    height: 90px;
    background: #eef4fd;
    line-height: 90px;
    font-size: 26px;
    font-weight: 500;
    border-left: 1px solid #dbe8fb;
    border-bottom: 1px solid #dbe8fb;
    border-radius: 0 70px;
    font-family: jost,sans-serif;
    color: #010b34;
}
.icon-features i {
    font-size: 50px;
    color: #010b34;
}
.middle-icon-features-content h4 {
    font-size: 20px;
    margin: 20px 0 15px;
}
.heading-box {
    margin-bottom: 30px;
}
/* Dashboard */
/*User Settings Stars Here*/
.user-setting-section {
}
.user-setting-section .accordion > .card .card-header {
  margin-bottom: 0px;
}
.user-setting-section .accordion {
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 2.736px -7.518px 57px 0px rgba(119, 123, 146, 0.18);
  box-shadow: 2.736px -7.518px 57px 0px rgba(119, 123, 146, 0.18);
  overflow: hidden;
}
.user-setting-section .accordion .card {
  background: none;
  border-radius: 0px;
  border: 0px;
}
.user-setting-section .accordion .card:last-child .card-header {
  border-bottom: 0px;
}
.user-setting-section .accordion .card .card-header {
  padding: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.user-setting-section .accordion .card .card-header button {
  border: 0px;
  text-align: left;
  padding: 20px 40px 20px 20px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}
.user-setting-section .accordion .card .card-header button:focus {
  outline: 0px;
}
.user-setting-section .accordion .card .card-header button .t-icon {
  position: absolute;
  font-size: 12px;
  text-align: center;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #010b34;
  color: #FFF;
}
.user-setting-section .accordion .card .card-header button .icon {
  width: 40px;
  height: 40px;
  background: #010b34;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  font-size: 16px;
}
.user-setting-section .accordion .card .card-header button .icon i {color: #fff;}
.user-setting-section .accordion .card .card-header button span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-setting-section .accordion .card .card-header button[aria-expanded=true] .t-icon .fa-plus {
  display: none;
  line-height: 20px;
}
.user-setting-section .accordion .card .card-header button[aria-expanded=true] .t-icon .fa-minus {
  display: block;
  line-height: 20px;
}
.user-setting-section .accordion .card .card-header button[aria-expanded=false] .t-icon .fa-plus {
  display: block;
  line-height: 20px;
}
.user-setting-section .accordion .card .card-header button[aria-expanded=false] .t-icon .fa-minus {
  display: none;
  line-height: 20px;
}
.user-setting-section .accordion .card .card-body .links li a {
  font-size: 14px;
  color: #3e3f5e;
 
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.user-setting-section .accordion .card .card-body .links li a:hover, .user-setting-section .accordion .card .card-body .links li a.active {
  color: #1e3e23;
}
.user-setting-section .page-title {
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
  box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
  border-radius: 5px;
  font-weight: 700;
  margin-bottom: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-setting-section .account-title {
 padding: 16px 30px 13px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
          box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
  border-radius: 5px;
  line-height: 34px;
  background: #fff;
 
}
.user-setting-section .account-title h3,.profile-section .profile-main-content .info-box .header h3{
    font-size: 1.175rem;
}

.user-setting-section .page-title .right a {
  font-size: 16px;
  color: #777;
  margin-left: 10px;
}
.user-setting-section .profile-about-box {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
          box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.user-setting-section .profile-about-box .top-bg {
  height: 160px;
  background: url(../images/profile/profile-box-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.user-setting-section .profile-about-box .p-inner-content {
  position: relative;
  padding: 55px 30px 30px;
  text-align: center;
}
.user-setting-section .profile-about-box .p-inner-content .profile-img {
  background: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
  z-index: 9;
}
.user-setting-section .profile-about-box .p-inner-content .profile-img img {
  border-radius: 50%;
}
.user-setting-section .profile-about-box .p-inner-content .profile-img::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  top: -10px;
  z-index: -1;
  left: -10px;
  border-radius: 50%;
}
.user-setting-section .profile-about-box .p-inner-content .profile-img::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  top: -20px;
  z-index: -1;
  left: -20px;
  border-radius: 50%;
}
.user-setting-section .profile-about-box .p-inner-content .profile-img .active-online {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1ce36f;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: 9px;
  right: 9px;
}
.user-setting-section .up-photo-card {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
          box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
  padding: 30px 30px 30px 90px;
  position: relative;
}
.user-setting-section .up-photo-card .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f7e9f8;
  border-radius: 50%;
  margin-right: 20px;
}
.user-setting-section .up-photo-card .icon i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.user-setting-section .up-photo-card .content {
  display: block;
}
.user-setting-section .up-photo-card .content h4 {
  font-size: 14px;
  margin: 0px !important;
}
.user-setting-section .up-photo-card .content span {
  font-size: 14px;
  color: #9192a6;
  margin-bottom: 0px;
}
.user-setting-section .input-info-box {
  border-radius: 10px;
  background-color: white;
  /* -webkit-box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12); */
  /* box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12); */
  /* padding: 25px 30px 30px; */
}
.user-setting-section .input-info-box .header {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #613394;
}
.user-setting-section .input-info-box .content .my-input-box {
  margin-bottom: 30px;
}
.user-setting-section .input-info-box .content .my-input-box label {
  font-size: 14px;
  color: #505386;
  font-weight: 600;
  margin-bottom: 0px;
}
.user-setting-section .input-info-box .content .my-input-box input {
  height: 60px;
  padding: 0px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.user-setting-section .input-info-box .content .my-input-box textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 120px;
}
.user-setting-section .input-info-box .content .my-input-box select {
  height: 60px;
  padding: 0px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.user-setting-section .input-info-box .content .my-notification-box {
  background: #faf9fc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-setting-section .input-info-box .content .my-notification-box .toggle-button input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.user-setting-section .input-info-box .content .my-notification-box .toggle-button label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  height: 35px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
.user-setting-section .input-info-box .content .my-notification-box .toggle-button label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.user-setting-section .input-info-box .content .my-notification-box .toggle-button input:checked + label {
  background: #7b3cf6;
}
.user-setting-section .input-info-box .content .my-notification-box .toggle-button input:checked + label:after {
  left: calc(100% - 1px);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.user-setting-section .input-info-box .content .my-notification-box .toggle-button label:active:after {
  width: 130px;
}
.user-setting-section .input-info-box .content .my-notification-box .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-setting-section .input-info-box .content .my-notification-box .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-setting-section .input-info-box .content .my-notification-box .left .top .icon {
  width: 40px;
  height: 40px;
  background: #f6e9f9;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  font-size: 16px;
}
.user-setting-section .input-info-box .content .my-notification-box .left .top .icon i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.user-setting-section .input-info-box .content .my-notification-box .left .top h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.user-setting-section .input-info-box .content .my-notification-box .left .bottom {
  margin-top: 10px;
  font-size: 16px;
  color: #737171;
}
.user-setting-section .input-info-box .content .varify-box {
  background: #faf9fc;
  padding: 30px 30px 30px;
  margin-bottom: 20px;
}
.user-setting-section .input-info-box .content .varify-box .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.user-setting-section .input-info-box .content .varify-box i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
.user-setting-section .input-info-box .content .varify-box p {
  margin-bottom: 0px;
  font-family: "Muli", sans-serif;
}
.user-setting-section .input-info-box .content .varify-box .list li {
  margin-bottom: 20px;
}
.user-setting-section .input-info-box .content .varify-box .list li:last-child {
  margin-bottom: 0px;
}
.user-setting-section .input-info-box .content .varify-box .list li span {
  display: block;
  padding-left: 30px;
  color: #737171;
}
.user-setting-section .input-info-box .content .varify-box .list2 li {
  font-weight: 700;
  color: #333333;
}
.user-setting-section .input-info-box .content .varify-box .list2 li i {
  color: #333333;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  margin-right: 10px;
  font-size: 14px;
}
.user-setting-section .input-info-box .select-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.user-setting-section .input-info-box .select-payment .option {
  width: 90px;
  height: 80px;
  display: inline-block;
  font-size: 12px;
  color: #7e8eaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #a6a6cb;
  border-radius: 10px;
  margin: 0px 10px;
  padding: 10px 0px 3px;
  cursor: pointer;
  position: relative;
}
.user-setting-section .input-info-box .select-payment .option i {
  position: absolute;
  color: #4441e7;
  font-size: 20px;
  background: #fff;
  top: -7px;
  right: -7px;
  visibility: hidden;
}
.user-setting-section .input-info-box .select-payment .option:hover, .user-setting-section .input-info-box .select-payment .option.active {
  border-color: #4441e7;
}
.user-setting-section .input-info-box .select-payment .option:hover i, .user-setting-section .input-info-box .select-payment .option.active i {
  visibility: visible;
}
.user-setting-section .input-info-box .my-table .table-filter {
  margin-bottom: 30px;
}
.user-setting-section .input-info-box .my-table .table-filter .my-input-box {
  position: relative;
}
.user-setting-section .input-info-box .my-table .table-filter .my-input-box label {
  font-size: 12px;
  color: #afb0c0;
  position: absolute;
  top: -12px;
  left: 15px;
  background: #fff;
  padding: 0px 5px;
}
.user-setting-section .input-info-box .my-table .table-filter .my-input-box input {
  border-color: #cfd0d9;
  border-radius: 10px;
  padding: 0px 15px;
  height: 60px !important;
}
.user-setting-section .input-info-box .my-table .table-filter .custom-button {
  height: 60px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-setting-section .input-info-box .my-table .table-filter .custom-button:focus {
  outline: 0px;
}
.user-setting-section .input-info-box .my-table .table thead {
  background: #f8f7ff;
}
.user-setting-section .input-info-box .my-table .table thead th {
  font-size: 14px;
}
.user-setting-section .input-info-box .my-table .table td {
  font-size: 14px;
  font-weight: 700;
}
.user-setting-section .input-info-box .my-table .table td.green {
  color: #38bd5e;
}
.user-setting-section .input-info-box .my-table .table td.gray {
  color: #9192a6;
}
.user-setting-section .input-info-box .my-table .table td.dark {
  color: #3e3f5e;
}
.user-setting-section .buttons .custom-button {
  display: inline-block;
  width: auto;
}
.user-setting-section .buttons .custom-button2 {
  display: inline-block;
  padding: 11px 35px;
  font-weight: 600;
  width: auto;
  border-radius: 50px;
  margin-left: 20px;
  height: auto;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.user-setting-section .frind-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.user-setting-section .frind-box .single-friend {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-setting-section .frind-box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-setting-section .frind-box .left img {
  width: 80px;
  margin-right: 20px;
}
.user-setting-section .frind-box .left .content .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.user-setting-section .frind-box .left .content .name i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  margin-left: 5px;
}
.user-setting-section .frind-box .left .content .separator {
  width: 2px;
  height: 15px;
  background: #777;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.user-setting-section .frind-box .left .content .location i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  margin-right: 4px;
}
.user-setting-section .frind-box .right {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.user-setting-section .frind-box .right .accept {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  border-radius: 50px;
  margin-right: 10px;
}
.user-setting-section .frind-box .right .accept:hover {
  color: #fff;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.user-setting-section .frind-box .right .ignore {
  color: #777;
  font-weight: 600;
}
.user-setting-section .badge-box {
  border-style: solid;
  border-width: 1px;
  border-color: #d3daf4;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
          box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.12);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.user-setting-section .badge-box .img {
  background: #f1f3f9;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.user-setting-section .badge-box .content {
  padding: 0px 30px;
}
.user-setting-section .badge-box .content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.user-setting-section .badge-box .content p {
  font-size: 18px;
  line-height: 28px;
  color: #61639a;
  text-align:center;
}
.user-setting-section .badge-box .bottom-content {
  padding: 20px 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.user-setting-section .badge-box .bottom-content .p-wrapper {
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e3eb;
  background-color: rgba(113, 115, 198, 0.051);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
}
.user-setting-section .badge-box .bottom-content .p-wrapper .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50px;
  height: 15px;
}
.user-setting-section .badge-box .bottom-content .p-wrapper .progress .progress-bar {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.user-setting-section .badge-box .bottom-content .p-wrapper .persent {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-left: 10px;
}
.user-setting-section .single-plan {
  margin-bottom: 30px;
}
/*  Profile Section Start */
.profile-section {
}
.profile-section .left-profile-area .profile-about-box {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
          box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile-section .left-profile-area .profile-about-box .top-bg {
  height: 160px;
  background: url(../images/profile/profile-box-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content {
  position: relative;
  padding: 90px 30px 30px;
  text-align: center;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img {
  background: #fff;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
  z-index: 9;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img img {
  border-radius: 50%;
  width:120px;
  height: 120px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  top: -10px;
  z-index: -1;
  left: -10px;
  border-radius: 50%;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  top: -20px;
  z-index: -1;
  left: -20px;
  border-radius: 50%;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img .active-online {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1ce36f;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: 9px;
  right: 9px;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .name {
  font-size: 28px;
  line-height: 38px;
  margin-top: 25px;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li {
  display: inline-block;
  margin-right: 30px;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li:last-child {
  margin-right: 0px;
  position: relative;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li:last-child::before {
  position: absolute;
  content: "|";
  left: -18px;
  top: 2px;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li span i {color: #ed2224;margin-right: 5px;}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left {
  font-weight: 600;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed2224;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon i {color: #fff;}
.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right a.custom-button {
  display: inline-block;
  font-weight: normal;
  padding: 5px 15px;
  box-shadow: 0px 5px 20px 0px rgba(139, 122, 132, 0.5);
  color: #fff;
  background-color: #ed2224;
}
.profile-section .left-profile-area .profile-meta-box {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
          box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
  margin-top: 30px;
  padding: 20px 20px 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile-section .left-profile-area .profile-meta-box .p-m-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.profile-section .left-profile-area .profile-meta-box .p-m-b li {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  width: 33.33%;
  text-align: center;
}
.profile-section .left-profile-area .profile-meta-box .p-m-b li a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ed2224;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.profile-section .left-profile-area .profile-meta-box .p-m-b li a i {font-size: 20px;color: #fff;}
.profile-section .left-profile-area .profile-meta-box .p-m-b li a .number {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  z-index: 2;
  top: 15%;
  right: 15%;
  background-color: #fff;
  color: #000;
}
.profile-section .left-profile-area .profile-uplodate-photo {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
          box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
  margin-top: 30px;
  padding: 35px 20px 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-header {
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding: 0px 10px;
  margin-bottom: 25px;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-header i {
  margin-right: 7px;
  color: #ed2224;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col {
  width: 33.33%;
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img img {
  width: 100%;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ed2224;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img .overlay a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img:hover .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
}
.profile-section .profile-main-content .top-menu {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(35, 57, 184, 0.2);
          box-shadow: 0px 5px 30px 0px rgba(35, 57, 184, 0.2);
  padding: 6px 10px 10px;
  display: block;
  text-align: center;
  margin-bottom: 1px;
}
.profile-section .profile-main-content .top-menu li {
  display: inline-block;
}
.profile-section .profile-main-content .top-menu li a {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin: 0px 12px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.profile-section .profile-main-content .top-menu li a .num {
  position: absolute;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  border-radius: 30px;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  top: -6px;
  right: -17px;
}
.profile-section .profile-main-content .top-menu li a.active, .profile-section .profile-main-content .top-menu li a:hover {
  color: #ac216c;
}
.profile-section .profile-main-content .top-menu-two {
  display: block;
  text-align: center;
}
.profile-section .profile-main-content .top-menu-two li {
  display: inline-block;
  margin: 2px 2px;
}
.profile-section .profile-main-content .top-menu-two li a {
  color: #333;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 5px 6px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.profile-section .profile-main-content .top-menu-two li a.active, .profile-section .profile-main-content .top-menu-two li a:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  color: #fff;
}
.profile-section .profile-main-content .top-menu-two li .nice-select {
  position: relative;
  min-width: 105px;
  display: inline-block;
  top: 12px;
  background: none;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  height: 22px;
  padding: 0px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 15px;
}
.profile-section .profile-main-content .top-menu-two li .nice-select .current {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.profile-section .profile-main-content .top-menu-two li .nice-select ul {
  display: block;
}
.profile-section .profile-main-content .top-menu-two li .nice-select ul li {
  display: block;
  padding: 0px 5px;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 30px !important;
  line-height: 30px;
}
.profile-section .profile-main-content .write-post-area {
  border-radius: 10px;
  background-color: white;
  padding: 30px 30px 29px;
  margin-top: 20px;
}
.profile-section .profile-main-content .write-post-area .write-area {
  position: relative;
}
.profile-section .profile-main-content .write-post-area .write-area img {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 0px;
  left: 0px;
}
.profile-section .profile-main-content .write-post-area .write-area textarea {
  padding-left: 60px;
  padding-top: 0px;
  padding-right: 0px;
  height: 100px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.profile-section .profile-main-content .write-post-area .submit-area {
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-section .profile-main-content .write-post-area .submit-area .left a.upload-btn {
  display: inline-block;
  height: 30px;
  width: 60px;
  line-height: 30px;
  border-radius: 20px;
  background: #f7e9f8;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.profile-section .profile-main-content .write-post-area .submit-area .left a.upload-btn i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.profile-section .profile-main-content .write-post-area .submit-area .left .select-area {
  display: inline-block;
}
.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select {
  position: relative;
  min-width: 105px;
  display: inline-block;
  top: 8px;
  background: none;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  padding: 0px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 15px;
}
.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select .current {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select ul {
  display: block;
}
.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select ul li {
  display: block;
  padding: 0px 5px;
  font-size: 16px;
  min-height: 30px !important;
  line-height: 30px;
}
.profile-section .profile-main-content .write-post-area .submit-area .right .custom-button {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  margin-top: 8px;
}
.profile-section .profile-main-content .profile-single-post {
  border-radius: 10px;
  background-color: white;
  padding: 30px 30px 29px;
  margin-top: 30px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .img {
  display: inline-block;
  position: relative;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .img .active-online {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #1ce36f;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: -2px;
  right: -2px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .img img {
  width: 40px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .is-varify {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fce9f3;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  position: relative;
  top: -2px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .is-varify i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  font-size: 10px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .usewrname {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .post-time {
  font-size: 14px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content {
  padding-left: 60px;
  padding-top: 23px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content img {
  width: 100%;
  margin-bottom: 4px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content p {
  margin-bottom: 20px !important;
  display: block;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .left .comment {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  height: 30px;
  border-radius: 50px;
  color: #333;
  margin-right: 14px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select {
  margin-right: 19px;
  position: relative;
  min-width: 100px;
  display: inline-block;
  top: 0px;
  background: none;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  height: 30px;
  padding: 0px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 15px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select .current {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select ul {
  display: block;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select ul li {
  display: block;
  padding: 0px 5px;
  font-size: 12px;
  text-transform: uppercase;
  min-height: 30px !important;
  line-height: 30px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .link {
  display: inline-block;
  height: 30px;
  width: 40px;
  line-height: 30px;
  border-radius: 10px;
  background: #f7e9f8;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .link i {
  font-size: 15px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
.profile-section .profile-main-content .load-more {
  border-radius: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(61, 83, 209, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(61, 83, 209, 0.2);
  display: block;
  color: #333;
  text-align: center;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  margin-top: 30px;
}
.profile-section .profile-main-content .load-more:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  color: #fff;
}
.profile-section .profile-main-content .info-box {
  background-color: white;
  margin-top: 30px;
  border-radius: 10px;
  padding: 30px 30px 22px;
}
.profile-section .profile-main-content .info-box .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-section .profile-main-content .info-box .header .title {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 10px;
}
.profile-section .profile-main-content .info-box .content .text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0px 3px;
}
.profile-section .profile-main-content .info-box .content .infolist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  color: #4e5c79;
}
.profile-section .profile-main-content .info-box .content .infolist li:last-child {
  border-bottom: 0px;
}
.profile-section .profile-main-content .info-box .content .infolist li span {
  font-size: 16px;
  line-height: 26px;
}
.profile-section .profile-main-content .profile-friends .single-friend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px 20px 20px;
}
.profile-section .profile-main-content .profile-friends .single-friend img {
  max-width: 80px;
  margin-right: 20px;
}
.profile-section .profile-main-content .profile-friends .single-friend .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  padding-right: 150px;
}
.profile-section .profile-main-content .profile-friends .single-friend .content .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #333333;
}
.profile-section .profile-main-content .profile-friends .single-friend .content .name .isvarify {
  display: inline-block;
}
.profile-section .profile-main-content .profile-friends .single-friend .content .name .isvarify i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  font-size: 16px;
  margin-left: 4px;
}
.profile-section .profile-main-content .profile-friends .single-friend .content .date {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.profile-section .profile-main-content .profile-friends .single-friend .content .connnect-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  z-index: 1;
  -webkit-box-flex: 16px;
      -ms-flex: 16px;
          flex: 16px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 20px;
  border-radius: 50px;
}
.profile-section .profile-main-content .profile-friends .single-friend .content .connnect-btn:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  color: #fff;
}
.profile-section .profile-aside-area .other-profile {
  background-color: white;
  border-radius: 10px;
  padding: 30px 10px 20px;
}
.profile-section .profile-aside-area .other-profile .o-p-header .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col {
  width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img img {
  width: 100%;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img a {
  color: #fff;
  position: absolute;
  bottom: -10px;
  right: 20px;
  cursor: pointer;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img:hover .overlay {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.8;
}
.profile-section .profile-aside-area .other-profile .o-p-content {
  position: relative;
}
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev,
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next {
  position: absolute;
  top: -53px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 123, 146, 0.2);
          box-shadow: 0px 2px 5px 0px rgba(119, 123, 146, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
}
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev:hover,
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  color: #fff;
}
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev:focus,
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next:focus {
  outline: 0px;
}
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next {
  right: 0px;
}
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev {
  right: 30px;
}
.profile-section .profile-aside-area .chat-request {
  background-color: white;
  margin-top: 30px;
  border-radius: 10px;
}
.profile-section .profile-aside-area .chat-request .c-r-heading {
  padding: 28px 20px 0px;
}
.profile-section .profile-aside-area .chat-request .c-r-heading .title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
.profile-section .profile-aside-area .chat-request .c-r-content {
  padding: 10px 20px 30px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 20px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r:last-child {
  margin-bottom: 0px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r:last-child .right {
  border-bottom: 0px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .left {
  margin-right: 20px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 12px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: block;
}
.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right p {
  margin-bottom: 0px;
  font-size: 16px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .load-more {
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  color: #333;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.profile-section .profile-aside-area .chat-request .c-r-content .load-more:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  color: #fff;
}
ul,ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
#settingnotification .bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#settingnotification .bottom-area .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#settingnotification .bottom-area .left .icon {
  width: 40px;
  height: 40px;
  background: #f6e9f9;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  font-size: 16px;
}
#settingnotification .bottom-area .left .icon i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}
#settingnotification .bottom-area .left span {
  font-size: 18px;
}
#settingnotification .bottom-area .right .toggle-button {
  position: relative;
  top: -8px;
}
#settingnotification .bottom-area .right .toggle-button input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
#settingnotification .bottom-area .right .toggle-button label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  height: 35px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
#settingnotification .bottom-area .right .toggle-button label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 33px;
  height: 33px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#settingnotification .bottom-area .right .toggle-button input:checked + label {
  background: #7b3cf6;
}
#settingnotification .bottom-area .right .toggle-button input:checked + label:after {
  left: calc(100% - 1px);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
#settingnotification .bottom-area .right .toggle-button label:active:after {
  width: 130px;
}
#usernotification .modal-content {
  position: relative;
}
#usernotification .modal-content .close {
  position: absolute;
  z-index: 9;
  right: -5px;
  top: -11px;
  background: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 50%;
  opacity: 1;
  font-size: 19px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#usernotification .modal-body {
  padding: 0px;
}
#usernotification .modal-body .header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#usernotification .modal-body .header-area h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 0px !important;
}
#usernotification .modal-body .header-area .links a {
  color: #707290;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0px;
  margin-left: 5px;
}
#usernotification .modal-body .notification-list .single-list, .notific .notification-list .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#usernotification .modal-body .notification-list .single-list .img, .notific .notification-list .single-list .img {
  position: relative;
  width: 40px;
  height: 40px;
}
#usernotification .modal-body .notification-list .single-list .img img, .notific .notification-list .single-list .img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#usernotification .modal-body .notification-list .single-list .img .active, .notific .notification-list .single-list .img .active {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #1ce36f;
  bottom: -1px;
  right: -1px;
  border: 2px solid #fff;
}
#usernotification .modal-body .notification-list .single-list .content, .notific .notification-list .single-list .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#usernotification .modal-body .notification-list .single-list .content .left, .notific .notification-list .single-list .content  .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#usernotification .modal-body .notification-list .single-list .content .left h5, .notific .notification-list .single-list .content .left h5 {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #3e3f5e;
}
#usernotification .modal-body .notification-list .single-list .content .left h5 a, .notific .notification-list .single-list .content .left h5 a  {
  font-size: 14px;
  line-height: 20px;
  color: #00c7d9;
  display: inline-block;
  margin-bottom: 0px;
}
#usernotification .modal-body .notification-list .single-list .content .left span, .notific .notification-list .single-list .content .left span {
  font-size: 12px;
  line-height: 16px;
  color: #9192a6;
}
#usernotification .modal-body .notification-list .single-list .content .right, .notific .notification-list .single-list .content .right {
  width: 50px;
  text-align: right;
}
#usernotification .modal-body .notification-list .single-list .content .right i, .notific .notification-list .single-list .content .right i {
  color: #dddee5;
}
#usernotification .modal-body .notification-list .single-list:hover, .notific .notification-list .single-list:hover{
  background: #f7f7fb;
}
#usernotification .modal-body .view-all-link {
  display: block;
  width: 100%;
  background: #5650ce;
  text-align: center;
  color: #fff;
  padding: 12px 10px 12px;
}
input#avatar {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.active-online + div {
    margin-top: 7px;
}
.edit-detail {
    font-size: 12px;
    color: #4e5c79;
}
/* Property Css */
.property-post>.img-box {
    border-radius: 5px;
    height: 205px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.property-post>.img-box>a {
    display: block;
    width: 100%;
    height: 100%;
}
.property-post>.img-box>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}
.property-title>a {color: #000;}
.property-title {
    line-height: normal;
    font-size: 18px;
    margin-bottom: 7px;
}
.property-address {
    margin-bottom: 6px;
}
.property-address>a {
    color: #4e5c79;
    font-weight: 500;
}
.property-price-title {
    font-weight: 700;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
}
.property-postfix {
    font-size: 14px;
    color: #4e5c79;
    line-height: normal;
}
.property-meta ul {display: flex;align-items: center;}
.property-meta>ul>li {
    display: flex;
    align-items: center;
}
.propertysec {background-color: #f5faff;padding: 80px 0 50px;}
.property-meta>ul>li>p {
    font-weight: 500;
    color: #4e5c79;
    font-size: 14px;
    margin-left: 7px;
}
.property-meta ul>li>.icon-box>img {
    width: 24px;
    height: 24px;
}
.property-meta {
    margin-top: 10px;
}
.property-meta>ul>li:not(:last-child) {
    margin-right: 10px;
}
.property-post>.img-box>a:hover>img,.property-post>.img-box>a:focus>img {
    transform: scale(1.2);
}
.property-post {
    margin-bottom: 30px;
}
.btn-theme {
    border: 2px solid rgb(1 11 52) !important;
    padding: 10px 30px;
    color: #010b34 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    z-index: 0;
}
.propertysec .btn-area {
    margin-top: 30px;
}
.btn-theme::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #010b34;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
}
.btn-theme:hover::before {
    transform: translateX(0);
}
.btn-theme:hover {
    color: #fff !important;
}
.property-post>.img-box>.btn-area {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: 0;
}
.property-post>.img-box>.btn-area>a {
    display: inline-flex;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    text-align: center;
}
.btn-featured {
    background: #ff660e;
}
.btn-rent {
    background: black;
}
.list-group-item.active>a {
    color: #fff !important;
}
.list-group-item.active {
    background: #010b34;
    border-color: transparent;
}
.user-setting-section .page-title h2 {
    font-size: 20px;
}
.propertyform.login-bg input.form-control {
    padding-left: 10px;
}
.propertyform.login-bg textarea {
    background: #f6f8fd;
    box-shadow: none;
    border: 1px solid #ccc;
    height: 120px;
    resize: none;
}
.plot-features {
    margin-top: 30px;
}
.features-title {
    font-size: 20px;
}
.plot-features .features-para {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.plot-features .form-check {display: inline-flex;align-items: center;padding-left: 0;}
.plot-features .form-check .form-check-label {
    font-size: 13px;
    margin-left: 20px;
}
.plot-features .form-check input[type=checkbox] {margin-top: 0;margin-left: 0;}
.plot-features .form-check:not(:last-child) {
    margin-right: 25px;
}
.form-group.row.checkbox-row {}
.plot-features .form-control {
    margin-bottom: 15px;
}
main {
    padding: 80px 0;
}
.property-index main {
    padding: 0;
}
#plotFeatures .form-check {
    width: 40%;
}
aside.login-bg {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}
input#search {
    width: 100%;
    height: 2.8rem;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 15px;
}
.searchBar {
    position: relative;
    margin-bottom: 15px;
}
.searchBar button {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}
aside.login-bg h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.property-title>a:hover {
    color: #ff660e;
}
/* Single Property */
.galleryslider-item .img-box {
    overflow: hidden;
    
    width: 500px;
    height: 500px;
    margin: auto;
}
.galleryslider-item .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.gallerythumbslide-item .img-box {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 0;
    width: 150px;
    height: 150px;
    margin: auto;
}
.gallerythumbslide-item .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.galleryslider {
    margin-bottom: 10px;
}
.gallerythumbslide-item {padding: 0 5px;}
.gallerythumbslider {
    margin: 0 -5px;
}
.galleryslider {
    margin-bottom: 10px;
}
.gallerythumbslide-item {padding: 0 5px;}
.gallerythumbslider {
    margin: 0 -5px;
}
.galleryslider-item .img-box a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.gallerythumbslide-item .img-box:hover::before,.gallerythumbslide-item.slick-current .img-box::before {
    background-color: unset;
}
.gallerythumbslide-item .img-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.gallerythumbslide-item {
    margin-bottom: 15px;
}
.galleryslider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.galleryslider .slick-arrow.arrow-left {
    left: 0;
}
.galleryslider .slick-arrow.arrow-right {
    right: 0;
}
.galleryslider-item .img-box>a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.accordion {
  margin-top: 40px;
}
.accordion .card {
  border: none;
  margin-bottom: 20px;
  padding:  1.5rem 1rem;
}
.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
}
.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.single-property main {
    background: #f3f7fd;
}
.accordion .card p {
    margin-bottom: 15px;
    font-size: 15px;
}
.deatil_features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.deatil_features li {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    display: inline-block;
    font-size: 13px;
    color: #4e5c79;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}
.deatil_features li strong {
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.avl-features {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-features>li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.avl-features>li>svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: #ff660e;
}
.prt-types {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    margin-top: 5px;
    border-radius: 50px;
    display: inline-block;
    background: rgba(247,68,0,.1);
    color: #f74400;
}
.prt-title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #2d3954;
}
.property-detail>p {
    margin: 0 0 10px;
}
.prt-price {
    line-height: 1.4;
    color: #010b34;
    font-size: 24px;
    font-weight: 700;
}
.propery-features-desc {
    margin-top: 30px;
}
.propery-features-desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.propery-features-desc p {
    font-size: 15px;
    margin-bottom: 15px;
}
/* Start Manage Property */
.employer-box-section {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
    padding: 30px 30px 18px 30px;
    margin-bottom: 30px;
}
.jobsearch-profile-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eceeef;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 20px;
}
.jobsearch-profile-title form {
    position: relative;
    width: 35%;
}
.jobsearch-profile-title form .form-control {
    width: 100%;
    height: 35px;
    border: 1px solid #eceeef;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 6px 13px;
    margin: 0px;
    font-size: 12px;
    color: #777777;
}
.jobsearch-profile-title form i {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 1;
    color: #bbc4c9;
    font-weight: 400;
}
.jobsearch-managejobs-thead {
    background-color: #f2f2f2;
}
.jobsearch-table-row {
    display: flex;
    align-items: center;
}
.jobsearch-table-cell {
    width: 14%;
    padding: 10px 0px;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.jobsearch-table-cell:first-child {
    width: 49%;
    padding-left: 15px;
}
.jobsearch-table-cell:nth-child(3) {
    text-align: center;
}
.jobsearch-managejobs-tbody {
    border-bottom: 1px solid #ececec;
}
.jobsearch-table-cell h6 {
    font-weight: 700 !important;
    margin-bottom: 8px;
    color: #333;
    letter-spacing: 1.1px;
}
.jobsearch-table-cell h6 a {
    color: #010b34;
}
.jobsearch-managejobs-tbody ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.jobsearch-managejobs-tbody ul>li {
    font-size: 12px;
    color: #999999;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.jobsearch-managejobs-tbody ul>li:not(:last-child) {
    margin-right: 14px;
}
.jobsearch-managejobs-tbody ul>li>i {
    margin-right: 5px;
}
.jobsearch-managejobs-appli {
    color: #ff6d1c;
    font-size: 12px;
}
.jobsearch-table-cell:nth-child(3)>a {
    color: #333;
}
.jobsearch-managejobs-option {
    font-size: 13px;
    color: #fcd116;
}
.jobsearch-managejobs-links {
    display: flex;
    flex-wrap: wrap;
}
.jobsearch-managejobs-links>a {
    background: #ffffff;
    border: 1px solid #ddd;
    width: 30px;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 5px;
    color: #aaaaaa;
}
.jobsearch-managejobs-links>a:not(:last-child) {
    margin-right: 5px;
}
.jobsearch-managejobs-links>a:first-child {
    color: #010b34;
}
.jobsearch-managejobs-links>a:last-child {
    color: red;
}
.jobsearch-profile-title form .form-control:focus {
    outline: none !important;
    border-color: #000 !important;
    box-shadow: none !important;
}
.jobsearch-table-cell:nth-child(2) {
    text-align: center;
}
.propertyform label {
    font-weight: 600;
    font-size: 13px;
}
.feature-area {
    margin-left: 20px;
}
.btn-rent.btn-rent-2 {
    background: #010b34;
}
.dashboard-post {
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    flex-direction:  column;
}
body.Account-dashboard {
    background-color: rgb(246 247 249);
}
.dashboard-post h2 a {
    color: #010b34;
    font-size: 20px;
}
.dashboard-post h2 {
    line-height: 20px;
}
.dashboard-post .icon {
    margin-bottom: 15px;
}
.dashboard-post .icon svg {
    width: 30px;
    height: 30px;
    fill: #010b34;
}
footer {
    text-align: center;
    background-color: #010b34;
    padding: 15px 0;
}
footer p {color: #FFF;}
.navbar-nav>li:first-child {
    margin-left: 30px;
}
/* End Manage Property */