.main-profile {
	 padding-top: 60px;
	 padding-bottom: 30px;
}
 .main-profile .cover-img {
	 width: 100%;
	 float: left;
	 height: 370px;
	 position: relative;
	 background-image: url('../images/cover-img.jpg');
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}
 .main-profile .cover-img ul.media-list2 {
	 display: flex;
	 column-gap: 7px;
	 position: absolute;
	 bottom: 40px;
	 right: 40px;
}
 .main-profile .cover-img .edit-img {
	 position: absolute;
	 top: 40px;
	 right: 0;
}
 .main-profile .cover-img .edit-img label {
	 display: inline-block;
	 width: 75px;
	 height: 50px;
	 line-height: 50px;
	 text-align: center;
	 background-color: #fff;
	 border-radius: 30px 0 0 30px;
	 font-size: 16px;
	 cursor: pointer;
}
 .main-profile .cover-img .edit-img input {
	 position: absolute;
	 right: 100000%;
}
 .main-profile .profile-content {
	 width: 100%;
	 float: left;
	 background-color: #fff;
	 border-radius: 0 0 1px 1px;
}
 .main-profile .profile-content .profile-details {
	 width: 100%;
	 float: left;
	 display: flex;
	 align-items: center;
	 border-bottom: 1px solid #f0f0f0;
}
 .main-profile .profile-content .profile-details .left {
	 float: left;
	 width: 53%;
	 padding: 0 50px 25px;
	 display: flex;
	 align-items: baseline;
	 border-right: 1px solid #f0f0f0;
}
 .main-profile .profile-content .profile-details .right {
	 float: left;
	 width: 47%;
	 padding: 0 50px;
}
 .main-profile .profile-content .profile-details .right ul {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 column-gap: 35px;
	 column-gap: 15px;
}
 .main-profile .profile-content .profile-details .right ul .main-btn {
	 width: 120px;
}
 .main-profile .profile-content .profile-details .right ul li .h2 {
	 font-weight: bold;
	 font-size: 30px;
	 color: #393939;
	 font-family: 'Poppins';
}
 .main-profile .profile-content .profile-details .right ul li .menu {
	 color: #393939;
}
 .main-profile .profile-content .profile-details .profile-img {
	 width: 180px;
	 height: 180px;
	 float: left;
	 border-radius: 50%;
	 padding: 6px;
	 margin-right: 30px;
	 background-color: #fff;
	 margin-top: -43px;
	 z-index: 1;
}
 .main-profile .profile-content .profile-details .profile-img img {
	 border-radius: 50%;
}
 .main-profile .profile-content .profile-details .profile-name {
	 width: calc(100% - 210px);
	 float: left;
}
 .main-profile .profile-content .profile-details .profile-name h3 {
	 color: #1f1f1f;
	 font-size: 30px;
	 margin-bottom: 5px;
}
 .main-profile .profile-content .profile-details .profile-name a {
	 display: inline-block;
	 margin-top: 5px;
}
 .main-profile .profile-content .profile-details .profile-name a i {
	 margin-right: 5px;
}
 .main-profile .profile-content .profile-details span {
	 color: #838383;
}
 .main-profile .profile-content .about-photo {
	 width: 100%;
	 float: left;
	 padding: 30px 50px;
}
 .main-profile .profile-content .about-photo h4 {
	 color: #111;
	 font-size: 20px;
}
 .main-profile .profile-content .about-photo ul {
	 display: flex;
	 flex-wrap: wrap;
	 margin-top: 30px;
	 column-gap: 30px;
	 row-gap: 30px;
}
 .tabbox {
	 background-color: #fff;
}
 .tabbox .position-relative {
	 padding: 0 40px;
	 overflow-x: auto;
	 background-color: #fff;
}
 .tabbox .position-relative::after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 min-width: 370px;
	 width: 100%;
	 height: 2px;
	 z-index: 1;
	 background-color: #f0f0f0;
}
 .tabbox .nav {
	 min-width: 350px;
}
 .tabbox .nav .slider {
	 position: absolute;
	 height: 2px;
	 bottom: 0px;
	 left: 40px;
	 width: 76.7344px;
	 z-index: 9;
}
 .tabbox .nav li a {
	 padding: 18.5px 15px;
	 display: inline-block;
}
 .tabbox .tab-content {
	 padding: 30px 0;
	 max-height: calc(1183px - 62px);
	 overflow-y: auto;
	/* Track */
	/* Handle */
}
 .tabbox .tab-content::-webkit-scrollbar {
	 width: 2px;
	 background-color: #b6b5b5;
}
 .tabbox .tab-content .tab-pane:nth-child(2) {
	 padding: 0 40px;
}
 .tabbox .tab-content .tab-pane:nth-child(3) {
	 padding: 0 30px;
}
 .tabbox .tab-content .tab-pane:nth-child(4) {
	 padding: 0 30px;
}
 .tabbox .tab-content .tab-pane:nth-child(5) {
	 padding: 0 30px;
}
 .tabbox .tab-content .profile-tab {
	 padding: 0 40px 30px;
}
 .tabbox .tab-content .profile-tab h4 {
	 color: #111;
	 font-size: 20px;
	 margin-bottom: 20px;
	 padding-right: 25px;
	 font-weight: 500;
	 position: relative;
}
 .tabbox .tab-content .profile-tab h4 .edit-icon {
	 position: absolute;
	 right: 0px;
	 top: 50%;
	 transform: translateY(-50%);
	 font-size: 20px;
	 color: #000;
}
 .tabbox .tab-content .profile-tab .video-post {
	 margin-top: 30px;
}
 .tabbox .tab-content .profile-tab .video-post iframe {
	 width: 100%;
	 height: 310px;
}
 .tabbox .tab-content .profile-tab + .profile-tab {
	 border-top: 1px solid #f0f0f0;
	 padding-top: 30px;
}
 .tabbox .tab-content .profile-tab ul {
	 width: 50%;
	 float: left;
}
 .tabbox .tab-content .profile-tab ul li {
	 color: #838383;
	 font-size: 18px;
	 padding: 5px 0;
}
 .tabbox .tab-content .profile-tab ul li p {
	 width: 50%;
	 float: right;
	 font-size: 18px;
	 color: #111;
}
 .tabbox .tab-content .add-post {
	 border: 1px solid #e9e9e9;
	 margin-bottom: 30px;
}
 .tabbox .tab-content .add-post .post-type-tab {
	 display: flex;
	 flex-wrap: wrap;
	 border-bottom: 1px solid #e9e9e9;
}
 .tabbox .tab-content .add-post .post-type-tab li a {
	 padding: 15px 22px;
	 display: inline-block;
	 color: #111;
}
 .tabbox .tab-content .add-post .post-type-tab li a i {
	 margin-right: 10px;
}
 .tabbox .tab-content .add-post .post-type-tab li a.active {
	 color: #fff;
}
 .tabbox .tab-content .add-post .post-type-tab li a.active i {
	 -webkit-text-fill-color: #fff;
}
 .tabbox .tab-content .add-post .post-type-tab li + li a {
	 border-left: 1px solid #e9e9e9;
}
 .tabbox .tab-content .add-post .post-type {
	 padding: 25px 30px;
}
 .tabbox .tab-content .add-post .post-type .text {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
}
 .tabbox .tab-content .add-post .post-type .text .profile-img {
	 width: 56px;
	 float: left;
}
 .tabbox .tab-content .add-post .post-type .text textarea {
	 width: calc(100% - 56px - 95px);
	 border: none;
	 outline: none;
	 padding: 20px 20px 0 20px;
	 resize: none;
}
 .tabbox .tab-content .add-post .post-type .text .main-btn {
	 width: 95px;
	 float: left;
}
 .tabbox .tab-content .posts-box {
	 border: 1px solid #e9e9e9;
	 padding: 30px;
	 margin-bottom: 30px;
}
 .tabbox .tab-content .posts-box .profile-details {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 margin-bottom: 15px;
}
 .tabbox .tab-content .posts-box .profile-details .profile-img {
	 width: 56px;
	 float: left;
	 margin-right: 20px;
}
 .tabbox .tab-content .posts-box .profile-details .profile-name {
	 width: calc(100% - 76px - 10px);
	 float: left;
}
 .tabbox .tab-content .posts-box .profile-details .profile-name h5 {
	 font-size: 20px;
	 color: #111;
}
 .tabbox .tab-content .posts-box .profile-details .profile-name span {
	 color: #393939;
	 opacity: 50%;
	 margin-top: 2px;
	 display: inline-block;
}
 .tabbox .tab-content .posts-box .profile-details .options {
	 width: 10px;
	 float: right;
}
 .tabbox .tab-content .posts-box .profile-details .options i {
	 color: #838383;
}
 .tabbox .tab-content .posts-box .post-caption {
	 margin-bottom: 15px;
}
 .tabbox .tab-content .posts-box .post-img {
	 text-align: center;
	 margin-bottom: 20px;
}
 .tabbox .tab-content .posts-box .post-img img {
	 border: 1px solid #e2e2e2;
	 width: 100%;
}
 .tabbox .tab-content .posts-box .like-comment-options {
	 display: flex;
	 justify-content: space-between;
}
 .tabbox .tab-content .posts-box .like-comment-options li a .iocn {
	 margin-right: 5px;
	 display: inline-block;
}
 .tabbox .tab-content .posts-box .like-comment-options li a .text {
	 color: #838383;
}
 .tabbox .tab-content .posts-box .like-comment-options li a + a {
	 margin-left: 15px;
}
 .tabbox .tab-content .posts-box .like-comment-count {
	 margin-top: 15px;
	 display: flex;
	 justify-content: space-between;
}
 .tabbox .tab-content .posts-box .like-comment-count li a {
	 color: #111;
}
 .tabbox .tab-content .posts-box .like-comment-count li:last-child a {
	 color: #838383;
}
 .main-my-profile {
	 padding: 100px 0;
}
 .main-my-profile .profile-box {
	 background: #fff;
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 -webkit-box-shadow: 0 -12px 34px 3px #000 14;
	 box-shadow: 0 -12px 34px 3px #000 14;
}
 .main-my-profile .profile-box .profile-box-1 {
	 width: 50%;
}
 .main-my-profile .profile-box .profile-name {
	 padding: 50px 30px 50px;
	 border-bottom: 1px solid #e2e2e2;
}
 .main-my-profile .profile-box .profile-name h3 {
	 font-size: 32px;
	 color: #000 cc;
	 margin-bottom: 10px;
}
 .main-my-profile .profile-box .profile-name .font-color-pink {
	 font-size: 20px;
	 margin-top: 0px;
}
 .main-my-profile .profile-box .profile-name span {
	 color: #797979;
	 margin-top: 5px;
	 display: inline-block;
}
 .main-my-profile .profile-box .profile-content {
	 max-width: 494px;
	 padding: 60px 30px;
	 margin: 0 auto;
}
 .main-my-profile .profile-box .profile-content .media-list {
	 margin-top: 60px;
}
 .main-my-profile .profile-box .profile-content .media-list li {
	 position: relative;
}
 .main-my-profile .profile-box .profile-content .media-list li::after {
	 content: attr(data-tooltip);
	 position: absolute;
	 top: -37px;
	 left: 50%;
	 transform: translate(-50%, -50px);
	 padding: 6px 10px;
	 border: 1px solid #d5d5d5;
	 border-radius: 5px;
	 background-color: #fff;
	 opacity: 0;
	 visibility: hidden;
}
 .main-my-profile .profile-box .profile-content .media-list li:hover::after {
	 top: -37px;
	 transform: translate(-50%, 0px);
	 opacity: 1;
	 visibility: visible;
}
 .main-my-profile .profile-box .profile-content .media-list li a {
	 width: 65px;
	 height: 65px;
	 line-height: 65px;
	 font-size: 24px;
	 background-color: transparent;
	 border: 1px solid #e2e2e2;
}
 .main-my-profile .profile-box .profile-content .media-list li a:hover {
	 color: #fff;
	 border-color: transparent;
}
 .main-my-profile .profile-box .profile-content .btn-list {
	 display: flex;
	 column-gap: 30px;
	 justify-content: center;
	 margin-top: 60px;
}
 .main-my-profile .profile-box .profile-content .btn-list li a {
	 width: 165px;
}
 .main-my-profile .match-slider .owl-nav button {
	 width: 35px;
	 height: 60px;
	 background-color: #fff;
	 font-size: 44px;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 overflow: hidden;
	 z-index: 2;
	 box-shadow: 0 -12px 46px 12px #b60e0e 1a;
}
 .main-my-profile .match-slider .owl-nav button span {
	 padding-bottom: 5px;
	 display: inline-block;
}
 .main-my-profile .match-slider .owl-nav button::after {
	 content: '';
	 position: absolute;
	 width: 101%;
	 height: 101%;
	 left: -101%;
	 top: 0;
	 z-index: -1;
}
 .main-my-profile .match-slider .owl-nav button.owl-prev {
	 border-radius: 35px 0 0 35px;
	 left: -35px;
	 padding-left: 5px;
}
 .main-my-profile .match-slider .owl-nav button.owl-prev span {
	 padding-left: 5px;
}
 .main-my-profile .match-slider .owl-nav button.owl-prev::after {
	 left: auto;
	 right: -101%;
	 border-radius: 35px 0 0 35px;
}
 .main-my-profile .match-slider .owl-nav button.owl-next {
	 border-radius: 0 35px 35px 0;
	 right: -35px;
}
 .main-my-profile .match-slider .owl-nav button.owl-next span {
	 padding-right: 5px;
}
 .main-my-profile .match-slider .owl-nav button.owl-next::after {
	 border-radius: 0 35px 35px 0;
}
 .main-my-profile .match-slider .owl-nav button:hover {
	 color: #fff;
}
 .main-my-profile .match-slider .owl-nav button:hover.owl-prev::after {
	 right: 0;
	 left: auto;
}
 .main-my-profile .match-slider .owl-nav button:hover::after {
	 left: 0;
}
 .my-profile .heading h2 {
	 font-size: 22px;
	 line-height: 30px;
	 font-weight:400;
}
 .my-profile .request-btn {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 row-gap: 15px;
}
 .my-profile .request-btn .custom-button {
	 margin-left: 0;
}
 .my-profile .input-info-box {
	 background-color: #fff;
	 padding: 25px 30px 30px;
}
 .my-profile .input-info-box .header {
	 font-size: 20px;
	 opacity: 80%;
	 font-weight: 500;
	 line-height: 30px;
	 margin-bottom: 20px;
}
 .my-profile .input-info-box .content div div:last-child .my-input-box {
	 margin-bottom: 0;
}
 .my-profile .input-info-box .content .my-input-box {
	 margin-bottom: 30px;
}
 .my-profile .input-info-box .content .my-input-box label {
	 font-size: 14px;
	 font-weight: 600;
	 margin-bottom: 5px;
}
 .my-profile .input-info-box .content .my-input-box input {
	 width: 100%;
	 height: 50px;
	 padding: 0px 20px;
	 outline: none;
	 border: 1px solid rgba(0, 0, 0, 0.1);
}
 .my-profile .input-info-box .content .my-input-box textarea {
	 width: 100%;
	 height: 120px;
	 padding: 10px 20px;
	 outline: none;
	 border: 1px solid rgba(0, 0, 0, 0.1);
}
 .my-profile .input-info-box .content .my-input-box .custum-select .dropdown {
	 float: none;
}
 .my-profile .input-info-box .content .my-notification-box {
	 background: #ffe0e7;
	 padding: 20px;
	 margin-bottom: 20px;
	 display: flex;
	 align-items: center;
}
 .my-profile .input-info-box .content .my-notification-box .left {
	 flex: 1;
}
 .my-profile .input-info-box .content .my-notification-box .left .top {
	 display: flex;
	 align-items: center;
}
 .my-profile .input-info-box .content .my-notification-box .left .top .icon {
	 width: 40px;
	 height: 40px;
	 background: #fff;
	 line-height: 40px;
	 border-radius: 50%;
	 text-align: center;
	 margin-right: 20px;
	 font-size: 16px;
}
 .my-profile .input-info-box .content .my-notification-box .left .top h5 {
	 font-size: 18px;
	 font-weight: 600;
	 margin-bottom: 0px;
}
 .my-profile .input-info-box .content .my-notification-box .left .bottom {
	 margin-top: 10px;
	 font-size: 16px;
	 color: #737171;
}
 .my-profile .input-info-box .content .my-notification-box.end-box {
	 margin-bottom: 0;
}
 .gallery {
	 display: flex;
	 flex-wrap: wrap;
	 margin: -1rem -1rem;
}
 .gallery .gallery-item {
	 flex: 1 0 24rem;
	 margin: 1rem;
	 box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	 overflow: hidden;
}
 .gallery .gallery-item .gallery-image {
	 display: block;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 transition: transform 400ms ease-out;
}
 .gallery .gallery-item .gallery-image:hover {
	 transform: scale(1.15);
}
 @supports (display: grid) {
	 .gallery {
		 display: grid;
		 grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
		 grid-gap: 2rem;
	}
	 .gallery, .gallery-item {
		 margin: 0;
	}
}
 .main-profile .profile-content .profile-details .right ul.dropdown-menu {
	 display: none;
}
 .main-profile .profile-content .profile-details .right ul.dropdown-menu.show {
	 display: block;
}
 .main-profile .profile-content .profile-details .right ul.dropdown-menu .dropdown-item.active, .main-profile .profile-content .profile-details .right ul.dropdown-menu .dropdown-item:active, .main-profile .profile-content .profile-details .right ul.dropdown-menu .dropdown-item:hover, .main-profile .profile-content .profile-details .right ul.dropdown-menu .dropdown-item:focus {
	 color: #fff;
	 text-decoration: none;
	 background-color: #6b0e27d1;
	 background-image: linear-gradient(to right, #6b0e27d1, #b34764, #6b0e27d1, #b34764);
}
 .main-profile .profile-content .profile-details .right ul.dropdown-menu {
	 border: 0;
	 border-radius: 8px;
	 text-align: left;
	 background-color: #fff;
	 box-shadow: 0 -12px 46px 12px #000;
	 transition: all 300ms ease;
}
 .searchDropClose {
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 4;
	 display: none;
}
 .searchDropClose.open {
	 display: block;
}
 .post-type-tab .nav-link:focus, .post-type-tab .nav-link:hover {
	 border-color: transparent;
}
 .post-type-tab .nav-item.show .nav-link, .post-type-tab .nav-link.active {
	 border-color: transparent;
}
 .post-type-tab .nav-link {
	 border: 1px solid transparent;
	 border-top-left-radius: 0;
	 border-top-right-radius: 0;
}
 .jquery-uploader-select-card:hover {
	 border-color: #fa3257;
	 cursor: pointer;
}
 .add-post .tab-content .tab-pane .main-btn {
	 width: 150px;
}
 