* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .priv-1 h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 8rem;
    color: #fff;
    font-style: italic;
    background: #ff5c00;
    padding: 10px 8px;
    border: 2px solid #000;
}
  @font-face {
    font-family: "Inter", sans-serif;
  }
  body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    background-color: #f6f7fc;
  }
  h1 {
    font-family: "Inter", sans-serif;
  }

  a {
    text-decoration: none;
    cursor: pointer;
  }

.trip-footer ul li a{
    box-shadow: 1px 1px 2px 2px #d7d4d4;
    color: white;
    font-weight: 600;
    
}

.trip-footer ul li a:hover{
    background: #EADED6;
    color: black;
}
#st-1 .st-btn[data-network="sharethis"] {
    display: none !important;
}


  .home {
    background-image: url(../images/home.png);
    background-size: 50% 100%;
    background-position: left bottom;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-box h1 {
    color: white;
    font-size: 38px;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    border-radius: 5px;
    padding: 12px 12px 10px;
    display: inline-block;
  }
  .home-box {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    width: 85%;
    /* height: 85%; */
    /* height: 600px; */
    padding: 80px 13px 231px 14px;
    /* margin-left: 21px; */
    margin: auto;
  }
  .home-box h4 span {
    display: flex;
    font-size: 32px;
    font-weight: 300;
    line-height: 54px;
    color: white;
  }

  .home-box h4 {
    color: white;
    font-weight: 300;
    font-size: 41px;
    line-height: 33px;
    position: relative;
  }

  .home-box h4:before {
    position: absolute;
    /* content: ""; */
    background: #d9d9d9;
    width: 93px;
    height: 2px;
  }
  .home-box h4 span {
    display: flex;
    font-size: 39px;
    font-weight: 300;
    line-height: 59px;
    color: white;
  }

  .home-box h4 {
    color: white;
    font-weight: 300;
    font-size: 47px;
    line-height: 57px;
    position: relative;
    margin-top: 51px;
  }

  .home-box h4:before {
    position: absolute;
    /* content: ""; */
    background: #d9d9d9;
    width: 100px;
    height: 2px;
  }

  .home-box p {
    color: white;
    font-weight: 200;
    font-size: 20px;
    line-height: 36px;
    margin-top: 23px;
    width: 94%;
  }

  .homefom h1 {
    font-weight: 800;
    font-size: 46px;
  }

  .fom11 label {
    color: #000000;
    font-weight: 700;
  }

  .fom11 .form-control {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    height: 56px;
  }

  .fom11 {
    margin-top: 3rem;
  }
  .fom11 .form-check label {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
  }

  .but-orange {
    background-color: rgba(255, 92, 0, 1);
    font-size: 16px;
    border: none;
    color: white;
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
  }

  .fom11 button {
    width: 100%;
    margin-top: 15px;
  }

  .sig h3 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(46, 46, 46, 1);
  }

  .sig h3 a {
    color: rgba(46, 46, 46, 1);
    font-weight: 700;
    font-size: 19px;
  }

  .sig {
    text-align: center;
    margin-top: 2rem;
  }

  .ic {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .foam-icon span a {
    color: rgba(104, 104, 104, 1);
    margin-right: 32px;
  }

  .priv a {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    font-size: 14px;
    text-decoration-line: underline;
  }

  .has-search .form-control {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    background: #e6eaf5;
    border-radius: 8px;
    border: none;
    height: 46px;
    outline: none;
    text-align: start;
    padding-left: 0;
    padding: 0 44px;
  }

  .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
    color: rgba(105, 105, 105, 1);
  }

  .searimg {
    display: flex;
    align-items: center;
    gap:4px;
    /* justify-content: space-between; */
  }
  .most h5 {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
  }

  .most {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin-top: 1rem;
    width: 200px;
    display: flex;
  }

  .form-group.has-search {
    margin-left: 12px;
    margin-bottom: 0;
    margin: 0;
  }

  .recent_users ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .user ul {
    padding: 0;
    margin-top: 13px;
    height: 100%;
  }

  .user {
  overflow-y: hidden;
  }
  .recent_users ul li h6 span {
    display: block;
    /* width: 243px; */
    color: rgba(156, 157, 158, 1);
    font-size: 12px;
    cursor: auto;
    font-weight: 400;
    width: 100%;
    margin: 0;
  }
  .side-ri {
    right: 0;
  }
  .user ul li h6 a{
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    text-decoration: none;
}
  .user ul li h6 {
    font-size: 14px;
    margin-left: 6px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    margin-bottom: 0px;
    cursor: pointer;
  }
  .sidebarLeft {
    background-color: #ffffff;
    padding: 3rem 24px 1rem 30px;
    height: 100vh;
    position: fixed;
    /* left: 0; */
    top: 2rem;
    width: 346px;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  /*center main css start*/
  .staoryup ul li {
    list-style: none;
    border: 1px solid rgba(0, 103, 177, 1);
    padding: 6px;
    border-radius: 32px;
    margin-left: 9px;
  }

  .staoryup ul {
    display: flex;
    align-items: center;
  }

  .staoryup ul li:first-child {
    /* border: none; */
    /*padding: 2rem 33px;*/
    border: 1px solid rgba(198, 198, 198, 1);
  }
  .center-bar {
    background: #f6f7fc;
    width: 98%;
    margin: auto;
    padding-top: 2rem;
    margin-top: 4rem;
  }
  .no-image {padding: 2rem 33px;}
  .image-in input {
    outline: none;
    font-size: 17px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    border: none;
    margin-left: 8px;
    background-color: rgb(255 255 255);
    /* width: 574px; */
  }

  .image-in {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    /* display: inline-flex; */
    padding-bottom: 15px;
  }

  .write-in {
    margin-top: 12px;
    background-color: rgb(255 255 255);
    padding: 2rem 2rem;
    /* text-align: center; */
    border-radius: 15px;
  }
  .photoup ul {
    padding: 0px;
    display: flex;
    /* margin-left: 30px; */
    margin-top: 3px;
    margin-bottom: 0px;
    gap: 20px;
  }

  .photoup ul li {
    list-style: none;
  }
  .photoup ul li a {
    color: rgba(156, 157, 158, 1);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
  }
  .write-jus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .post {
    /* margin-right: 30px; */
    margin-top: 6px;
  }

  .but {
    background: #ff7eae;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 45px 7px 45px;
    border-radius: 45px;
  }
  .newfeed-profile-name {
    display: flex;
    align-items: center;
  }

  .newfeed-profile-name h4 {
    margin-bottom: 0px;
    font-size: 13px;
    color: rgba(29, 29, 29, 1);
    font-weight: 500;
    cursor: pointer;
  }

  .newfeed-profile-name h4 span {
    display: block;
    font-size: 13px;
    color: rgba(128, 128, 128, 1);
    margin-top: 1px;
    cursor: auto;
  }
  .newfeed-image img {
    width: 100%;
  }

  .newfeed-image p {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    font-weight: 400;
    margin-left: 8px;
    margin-bottom: 15px;
  }

  .newfeed-image {
    margin-top: 22px;
  }
  .but1 {
    background: #ff7eae;
    color: white;
    /* padding: 10px 54px 10px 54px; */
    /* border-radius: 4px; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* justify-content: center; */
    /* text-align: center; */
    /* display: flex; */
  }
  .but2 {
    background: rgb(246 247 252);
    color: rgba(56, 56, 57, 1);
    /* font-size: 13px; */
    /* font-weight: 400; */
    /* border-radius: 21px; */
    /* padding: 10px 52px 10px 52px; */
    /* border-radius: 4px; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    /* justify-content: center; */
    /* text-align: center; */
    /* display: flex; */
  }
  .but0 {
    padding: 10px 54px 10px 54px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
  }

  .new-feedbut {
    margin-top: 13px;
    display: flex;
  }
  .new-feedbut .but1,
  .but2 {
    width: 33.3%;
    margin-left: 5px;
  }
  .new-feedbut a {
    text-decoration: none;
  }
  .newfeed-commnet {
    display: flex;
    margin-top: 25px;
  }

  .commentbox a {
    color: rgba(114, 114, 114, 1);
    font-weight: 400;
    margin-right: 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    margin-left: 10px;
  }

  .commentbox h4 span {
    color: rgba(128, 128, 128, 1);
    display: block;
    font-size: 10px;
    font-weight: 500;
    cursor: auto;
  }

  .commentbox h4 {
    color: rgba(29, 29, 29, 1);
    font-size: 12px;
    font-weight: 500;
    background: white;
    border-radius: 8px;
    /* margin-left: 14px; */
    padding: 10px 10px;
    cursor: pointer;
  }
  .commentbox h4 p {
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    margin-top: 6px;
    margin-bottom: 0px;
    /* width: 562px; */
    cursor: auto;
    line-height: 18px;
  }
  .newfeed {
    background-color: rgb(255 255 255);
    border: 8px;
    padding: 2rem 2rem;
    margin-top: 13px;
    border-radius: 15px;
  }
  .commentbox {
    margin-left: 8px;
    flex: 0 0 87%;
  }
  .commentbox h4 input {
    width: 562px;
    border: none;
    outline: none;
  }
  .staoryup {
    padding-bottom: 1rem;
  }

  /* new-way css start */
  .new-way-list ul li h5 {
    font-size: 11px;
    color: rgba(119, 125, 140, 1);
    font-weight: 400;
  }

  .new-way-list ul li h5 span {
    display: block;
    margin-top: 3px;
    color: rgba(160, 167, 185, 1);
    font-size: 11px;
  }

  .new-way-list ul {
    padding: 0px;
    margin-top: 10px;
  }
  .new-way-list ul li {
    margin-top: 35px;
    list-style: none;
  }

  .new-waybg {
    background: rgba(230, 234, 245, 1);
    padding: 30px 10px;
    margin-top: 21px;
    border-radius: 8px;
  }

  .new-way-form {
    margin-top: 14px;
    text-align: center;
  }

  .new-way-form input {
    border-radius: 6px;
    background: rgba(242, 246, 255, 1);
    border: none;
  }
  .new-way-form .but {
    width: 100%;
  }
  .new-w {
    border-bottom: 2px solid rgba(177, 184, 202, 1);
    /* margin-top: 2rem; */
    /* width: 200px; */
  }
  .new-w h5 {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
  }
  .new-way-form-li ul li {
    display: flex;
    justify-content: space-between;
    color: rgba(119, 125, 140, 1);
  }
  .new-way-form-li ul li {
    list-style: none;
    margin-top: 15px;
  }

  .new-way-form-li ul li h5 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .mb {
    margin-bottom: 3rem;
  }

  .new-way-head {
    display: flex;
    justify-content: space-between;
    padding: 62px 0px;
  }

  .new-way-head h4 {
    font-size: 25px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    margin-bottom: 0px;
  }

  .new-way-head .but {
    font-size: 14px;
    padding: 10px 25px 10px 25px;
  }

  .forum td h5 {
    font-size: 13px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
  }
  .forum th h5 {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
  }

  .forum td p {
    color: rgba(85, 85, 85, 1);
    font-size: 13px;
    font-weight: 400;
    width: 504px;
  }

  .forum .table td,
  .table th {
    border-top: none !important;
    border-top: 1px soldi;
    border-bottom: dashed 1px lightgray;
  }
  /* new-way css end */

  /*profile css start*/
  .profilebg1 {
    background-image: url(../images/profilebg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    height: 472px;
    border-radius: 10px 10px 0px 0px;
    align-items: end;
  }
  .back {
    padding: 1rem 1rem;
  }
  .profile1 img {
    margin-left: 5rem;

    margin-bottom: 21px;

    border: 5px solid white;

    border-radius: 111px;
  }
  .profile-name h5 {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
  }

  .profile-name h5 span {
    display: block;
    color: rgba(136, 136, 136, 1);
    font-size: 11px;
  }

  .profile-name {
    justify-content: center;
    display: flex; /* margin-top: 10px; */
  }
  .profile-tab {
    display: flex;
    justify-content: space-between;
  }

  .profile-d a {
    margin-right: 12px;
    color: rgba(136, 136, 136, 1);
    font-size: 15px;
    font-weight: 500;
  }

  .profile-d a:first-child {
    color: rgba(51, 51, 51, 1);
  }

  .profile-post-coun {
    display: flex;
    justify-content: space-around;
  }

  .posts h5 {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
  }

  .posts h5 span {
    display: flex;
    justify-content: center;
    margin-top: 0px;
  }

  .posts {
  }

  .profile-name-bg {
    background-color: rgba(245, 247, 252, 1);
    padding: 2rem 0rem;
  }

  .sidebarleft {
    background-color: #f6f7fc;
    padding: 1rem 24px 1rem 10px;
    margin-top: 11px;
    height: 100vh;
    /* position: fixed; */
    /* width: 348px; */
  }

  .profilebuttons ul {
    padding: 0;
  }

  .profilebuttons ul li {
    list-style: none;
    /* align-items: center; */
    /* display: flex; */
    margin-left: 20px;
    margin-top: 50px;
  }

  .profilebuttons ul li a img {
    margin-right: 10px;
  }

  .profilebuttons ul li a {
    display: flex;
    align-items: center;
    color: rgba(31, 31, 31, 1);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .profilein1 {
    border-top: 2px solid rgba(217, 217, 217, 1);
    border-bottom: 2px solid rgba(217, 217, 217, 1);
    padding: 3rem 0rem;
  }

  .profilein1 input {
    outline: none;
    font-size: 11px;
    width: 240px;
    border: none;
    margin-left: 10px;
    background-color: rgba(245, 247, 252, 1);
  }
  .profileparent {
    background-color: rgba(245, 247, 252, 1);
    padding: 2rem 2rem;
    margin-top: 13px;
    border-radius: 8px;
  }

  /*profile css end*/

  /* privacy page css start  */
  .TablePrivacyPage h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }

  .TablePrivacyPage p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: system-ui;
    color: black;
    line-height: 1.2;
  }

  .TablePrivacyPage h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }

  .TablePrivacyPage table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
  }

  .TablePrivacyPage .container {
    max-width: 730px;
    margin: auto;
  }


.AddFriendBtn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 4px;
}

.AddFriendBtn .but1 {
    padding: 6px 36px;
    text-decoration: none;
}

.AddFriendBtn .but2 {
    padding: 6px 63px;
    background: #666666;
    text-decoration: none;
    color: white;
}

/*HOME PAGE STYLING*/
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* message css page */
.sidebarRight {
    position: relative;
    /* overflow: hidden; */
    /* background-color: #F6F7FC; */
    padding: 3rem 13px 1rem 25px;
    height: 100vh;
    /* position: fixed; */
    right: 0;
    top: 0;
    width: 346px;
    z-index: 0;
    height: 100%;
}

.user ul li .recent_text p {
    font-size: 11px;
    margin-left: 6px;
    color: #888888;
}

.recent_text {
    margin-top: 18px;
}

.user ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.details_bar {
    display: flex;
    /* gap: 272px; */
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.details_bar h6 {
    color: #222222;
}

.details_bar i {
    color: #222222;
}

.more_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.leftMore {
    display: flex;
    gap: 20px;
}

.details_profile {
    margin-top: 20px;
    text-align: center;
}

.details_profile h6 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
    color: #222222;
    line-height: 0;
}


.details_profile p {
    font-size: 11px;
    color: #9C9D9E;
}

.about_user {
    margin-top: 30px;
}

.about_user h6 {
    color: #222222;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
}

.about_user p {
    font-size: 15px;
    /* width: 243px; */
    color: #333333;
    font-weight: 500;
}

.about_user ul {
    gap: 30px;
    display: flex;
    list-style-type: none;
    margin: 30px 0px;
    line-height: 3.1rem;
}

.media h6 {
    color: #222222;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

.media_photos_first {
    margin-top: 20px;
}

.media_photos_first img {
    width: 70px;
}

.media_photos_second {
    margin-top: 5px;
}

.media_photos_second img {
    width: 70px;
}

.user_chatImg {
    width: 60px;
    border-radius: 50%;
    height: 60px;
}

.chat_bar {
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.chat_user h6 {
    margin-bottom: 0px;
    margin-left: 6px;
    color: #1C92FF;
}

.chat_user {margin-top: 18px;margin-left: 5px;}

.chat_user p {
    font-size: 11px;
    margin-left: 6px;
    color: #9C9D9E;
}

.chatOne {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.chatOne p {
    font-size: 13px;
    background-color: #EEEEEE;
    padding: 20px 20px 20px 20px;
    margin-top: 18px;
    margin-left: 20px;
    border-radius: 8px;
    color: #333333;
}

.check_status span {
    font-size: 10px;
    color: #A6A6A6;
}

.check_status {
    display: flex;
    justify-content: end;
    margin-right: 6px;
    margin-top: -12px;
}

.check_status .short_mesg {
    margin-right: 404px;
}

.userchatTwo {
    display: flex;
    justify-content: end;
    margin-top: 40px;
    align-items: center;
}

.chattingTwo {
    margin-top: 50px;
}

.userchatTwo p {
    font-size: 13px;
    background-color: #EEEEEE;
    padding: 20px 30px 20px 30px;
    margin-top: 18px;
    margin-right: 20px;
    border-radius: 8px;
    color: #333333;
}

.check_status_two {
    display: flex;
    justify-content: end;
    margin-right: 105px;
    margin-top: -12px;
}

.check_status_two span {
    font-size: 10px;
    color: #A6A6A6;
}

.chat {
    display: inline-block;
    width: 100%;
}
.userchatTwo img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50px;
}

.about_user li {
    font-size: 14px;
}

section.home-sec1 {
    /* overflow: hidden; */
    /* padding: 1rem 1rem; */
    overflow-x: hidden;
}

.container-fluid {
    padding: 0px;
}
.dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eeeeee;
    padding: 2px 5px;
    border-radius: 4px;
}

.writ input {
    outline: none;
    margin-left: 10px;
    width: 482px;
    border: none;
    background: #eeeeee;
}
.writ {
    display: flex;
}

.icon a {
    text-decoration: none;
    color: rgba(102, 102, 102, 1);
    font-size: 19px;
}

.icon {
    /* margin-right: 35px; */
}
.icon ul {
    padding: 0px;
    display: inline-flex;
    margin: 0px;
}

.icon ul li {
    list-style: none;
    margin-left: 13px;
}

i.fa-solid.fa-paper-plane.jsahd {
    margin-left: 13px;
    font-size: 23px;
    color: rgb(255 126 174);
}
.in {
    margin-top: 4rem;
    border-top: 1px solid #EEEEEE;
    padding: 10px;
}

.main h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 18px;
    cursor: pointer;
}

.main h3 a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 18px;
    cursor: pointer;
    color: #212529;
    text-decoration: none;
}

.main h4 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
}

.main h3,h4 {margin-left: 5px;}
/* message css page */

.sidebarRight:before {
    position: absolute;
    background: #f6f7fc;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    left: 0;
}

/* online status css start  */
.online::after {
    content: '';
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #41db51;
    position: absolute;
    top: 6px;
    right: 0;
    top: unset;
    bottom: 0;
    left: 29px;
    opacity: 0;
}
.user.recent_users .dots {
    display: flex;
    justify-content: end;
    cursor: pointer;
}
.offline::after {
    content: '';
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #8d8b8b;
    position: absolute;
    top: 6px;
    right: 0;
    top: unset;
    bottom: 0;
    left: 29px;
    opacity: 0;
}
/* online status css end  */
.user ul li img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50px;
}
.but0:hover {
    background-color: #ff7eae;
    color: white;
}
.trip-taken h6 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 18px;
    cursor: pointer;
    color: #212529;
    text-decoration: none;
    margin-bottom: 20px;
}

.trip-taken {
    margin: 40px 0px;
}
.trip-taken-box img {
    width: 100%;
    border-radius: 8px;
}

.trip-taken-box {
    background-color: #f6f7fc;
    padding: 14px;
    border-radius: 15px;
}

.trip-taken-box ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}

.trip-taken-box ul li {
    font-size: 11px;
    color: rgba(156, 157, 158, 1);
}

.trip-taken-box p {
    font-size: 12px;
    color: rgba(156, 157, 158, 1);
    margin-bottom: 10px;
}
.trip-taken-box h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 12px;
}
.trip-taken-box a {
    background-color: #ff7eae;
    color: white;
    padding: 4px 18px;
    font-size: 13px;
    border-radius: 50px;
    display: inline-block;
}
.com-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.com-img {
    flex: 0 0 40px;
}
.chatOne img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50px;
}
.trips-info {
    /* background-color: #ffffff; */
    border: 8px;
    padding: 2px 2px;
    margin-top: 2px;
    border-radius: 15px;
    margin-bottom: 2px;
}
.trips-info .nav-tabs {
    border: 0;
    gap: 15px;
    display: flex;
    flex-direction: row;
    box-shadow: 5px 10px 10px #bfbcbc61;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.trips-info .nav-tabs li {
    /* flex: 0 0 24%; */
    width: 49%;
    border: none;
}

.trip-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.trip-left ul li a {
    color: #222222;
    font-size: 14px;
    text-decoration: underline !important;
    display: block;
}

.trip-left ul li {
    margin-bottom: 10px;
}
.trip-left {
    height: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
.trip-right p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
}

.trip-right h6 {
    font-size: 24px;
    margin-bottom: 12px;
}

ul.trip-images {
    display: block;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 19px;
}

ul.trip-images li {
    /*flex: 0 0 24%;*/
}

ul.trip-images li img {
    width: 100%;
}

.trips-info .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 30px;
    border-radius: 50px;
}

.logoImg {
    width: 50%;
    display: flex;
    margin: auto;
}
.logoDashboard{
    width: 50%;
    display: flex;
    margin: auto;
}
.staoryup img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 27px;
}

/*Fpr Chat*/
.floating-chat {
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 28px;
    /* left: 112px; */
    right: 104px;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    border-radius: 50%;
    opacity: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #0a090a;
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.6;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgb(0 0 0 / 52%), 0 25px 20px rgba(0, 0, 0, 0.1);
}
  
  
.future-trip-button {
    text-align: right;
}

.future-trip-button .but {
    padding-top: 10px;
    padding-bottom: 10px;
}

.future-trips .nav.flex-column {
    padding: 0;
    height: 100%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.future-trips .nav.flex-column a {
    background-color: transparent !important;
    padding: 0;
    text-decoration: none !important;
    font-weight: 400;
    margin: 0;
    color: #222222;
    color: #222222 !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.commentbox input {
    color: rgba(29, 29, 29, 1);
    font-size: 12px;
    font-weight: 500;
    background: #f6f7fc;
    border-radius: 8px;
    /* margin-left: 14px; */
    padding: 10px 10px;
    border-color: white;
    border: 0px solid white;
}

.comment-button {
    background-color: #ff7eae;
    color: white !important;
    border-color: #ff7eae;
    font-size: 14px;
}
.commentbox input.form-control:focus{
    border-color: white;
    box-shadow: none;
}
.commentbox input.required {
    background-color: #ffbaba;
}
.commentbox p {
    color: rgba(29, 29, 29, 1);
    font-size: 13px;
    font-weight: 500;
    background: white;
    border-radius: 8px;
    /* margin-left: 14px; */
    padding: 10px 10px;
    border-color: white;
    border: 0px solid white;
}
.new-feedbut a.Liked {
    background-color: #ff7eae;
    color: white;
}
.new-feedbut a.Unliked {
    background-color: #d2d2d2;
}
.message .online{
    width: 2%;
    top: 0;
    background: #10ef10;
    height: 7px;
    border-radius: 50%;
    color: transparent;
}
.message .offline{
    width: 7px;
    top: 0;
    background: #7b827b;
    height: 7px;
    border-radius: 50%;
    color: transparent;
}
.postForm img {
    border-radius: 50%;
    width: 37px;
    height: 37px;

}
.newfeed-profile-name img {
    border-radius: 50%;
}
.writ img {
    border-radius: 50%;
}
.badge a {
    text-decoration: none !important;
    color: white;
}
.badge-danger {
    
    margin-bottom: 6px;
    
}



/*Menu Css*/
.navbar-v1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 19;
    height: 82px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    border-bottom: 1px solid #e8e8e8;
    transition: all .3s;
}

.navbar-v1 .container.is-fluid {
    padding: 0;
}

.container.is-fluid {
    margin: 0!important;
}

.navbar>.container {
    align-items: center;
    display: flex;
    min-height: 3.25rem;
    width: 100%;
}

.navbar-v1 .navbar-brand {
    height: 58px;
    margin-left: 0!important;
    margin-right: 20px;
}

.navbar-brand, .navbar-tabs {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem;
}

.navbar-v1 .navbar-brand .navbar-item {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 58px;
    min-width: 58px;
}

.navbar-v1 .navbar-item {
    position: relative;
}

a.navbar-item, .navbar-link {
    cursor: pointer;
}

.navbar-v1 .navbar-menu {
    /* margin-right: 0!important; */
}

.navbar-start {
    justify-content: flex-start;
    margin-right: auto;
}

.navbar, .navbar-menu, .navbar-start, .navbar-end {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

.navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
}

.navbar-item.is-icon {
    padding-left: 6px!important;
    padding-right: 6px!important;
}

.navbar-item, .navbar-link {
    align-items: center;
    display: flex;
}

.navbar-item.is-icon .icon-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    transition: all .3s;
}

.navbar-item.is-icon .icon-link svg {
    width: 25px;
    height: 25px;
    stroke: #999;
    stroke-width: 1.4px;
    transition: all .3s;
}

.navbar-item .nav-drop {
    position: absolute;
    top: 90%;
    left: 0;
    width: 340px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.65rem;
    margin-top: 16px;
    box-shadow: 0 5px 43px rgba(0,0,0,.18)!important;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all .2s;
    z-index: 100;
}

.navbar-end {
    justify-content: flex-end;
    margin-left: auto;
}

.navbar-v1 .control {
    position: relative;
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

.navbar-v1 .control .input {
    position: relative;
    height: 38px;
    width: 320px;
    padding-right: 85px;
    padding-left: 38px;
    padding-bottom: 8px;
    background: #f7f7f7;
    border-color: #f7f7f7;
    transition: all .4s;
    z-index: 1;
    border-radius: 9999px;
    font-size: .9rem;
    border: 1px solid transparent;
}

.navbar-v1 .control .input:not(:valid)~.reset-search {
    opacity: 0;
    pointer-events: none;
}

.navbar-v1 .control .reset-search {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    opacity: 1;
    pointer-events: all;
    transition: all .3s;
    z-index: 1;
    cursor: pointer;
}

.navbar-v1 .control .reset-search svg {
    height: 18px;
    width: 18px;
    stroke: #999;
}

.navbar-v1 .control .search-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
    z-index: 1;
}

div#tipue_drop_content {
    display: none;
    position: absolute;
    margin: 20px 0;
    line-height: 0;
    width: 300px;
    z-index: 1000;
}

.navbar-v1 .control .search-icon svg {
    height: 20px;
    width: 20px;
    stroke: #cecece;
    transition: all .3s;
}

.navbar-item, .navbar-link {
    color: #4a4a4a;
}

.navbar-item.is-cart .cart-button {
    position: relative;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navbar-item.is-cart .cart-button svg {
    height: 20px;
    width: 20px;
    stroke: #6f7592;
    stroke-width: 1.4px;
}

.navbar-item.is-cart .cart-button .cart-count {
    position: absolute;
    top: 0;
    right: 0;
    height: 12px;
    min-width: 12px;
    background: #3d70b2;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-item.is-cart .shopping-cart {
    position: absolute;
    top: 60px;
    right: -10px;
    background: #fff;
    width: 320px;
    border-radius: 3px;
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    border: 1px solid #e0e0e0;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: transform .3s,opacity .3s;
    z-index: 1;
}

.navbar-item.is-account {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.navbar-item.is-account .user-image {
    position: relative;
    max-height: 38px;
}

.navbar-item.is-account img {
    height: 38px;
    width: 38px;
    max-height: 38px;
    border-radius: 50%;
}

.navbar-item.is-account .user-image .indicator {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1.4px solid #fff;
    background: #41d6c3;
}

.navbar-item .nav-drop.is-account-dropdown {
    width: 300px;
    right: 0;
    left: unset;
    max-height: unset;
    z-index: 1;
}
.dropify-wrapper{

    color: #979799;
    background-color: #f7f8fc !important;
    border-radius: 10px !important;
    border: none !important;

}
.dropdown-item i {
    padding: 0px 6px !important;
    color: #999999 !important;
}
.dropdown-toggle::after {
    display: none;
}
.myTab {
    background-color: white;
    padding: 2rem 2rem;
    margin-top: 13px;
    border-radius: 15px;
}
.existTrip {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}
.existTrip i {
    color: #ff7eae;
}
#selectElement option[value="1"]::before {
    content: '\F1AD'; /* Unicode for the desired Bootstrap icon (check the Bootstrap Icons documentation) */
    font-family: 'Bootstrap Icons';
    margin-right: 5px; /* Adjust as needed to add space between icon and text */
}

#selectElement option[value="2"]::before {
    content: '\F126'; /* Another Bootstrap icon */
    font-family: 'Bootstrap Icons';
    margin-right: 5px;
}





section.sec-2-1 {
    padding: 58px 0px 30px;
    background-color: white;
}

.sjsj h2 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.sjsj p {
    font-size: 15px;
}

section.sec-2-1 .container {
    max-width: 1412px;
}
.sjsj img {
    width: 94px;
    text-align: start;
    margin-bottom: 13px;
}

.sjsj {}
.sjsj {
    /* align-items: center; */
    height: 385px;
    box-shadow: 0px 5px 23px 0px #ffc0cb82;
    padding: 20px 10px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.7s ease;
}

.sjsj:before {
    position: absolute;
    content: "";
    background-color: #f587ac;
    height: 6%;
    width: 6%;
    z-index: -1;
    top: 50%;
    transition: 0.7s ease;
    border-radius: 19px;
    left: 50%;
    opacity: 0;
}

.sjsj:hover:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.sjsj:hover h2 {
    color: white;
}

.sjsj:hover p {
    color: white;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs img {
    width: 141px!important;
    height: 134px!important;
    object-fit: cover;
}

.swiper.mySwiper2.mySwiperMain.swiper-initialized.swiper-horizontal.swiper-backface-hidden img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.swiper.mySwiper2.mySwiperMain.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    margin-bottom: 24px;
}

.swiper-main .swiper-button-next, .swiper-button-prev {
    color: gray;
}

.search-user .form-group {
    margin-top: 30px;
}

.search-user .form-group input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid black;
    padding: 0;
    font-size: 15px;
}

.search-user .form-group input button {
    border: 0;
}

.search-user .form-group  .input-group-append {
    border: 0;
}

.search-user button {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.search-user {
    margin-bottom: 25px;
}
.search-user .form-group input:focus {
    border-bottom: 1px solid black !important;
}

a.friend {
    background: #ff7eae;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 11px;
    color: white !important;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
}
.user ul li h6 a:first-child {
    display: block;
}

.user ul li h6 span {
    display: block;
}

.friends-list .user ul li h6 {
    flex: 0 0 75%;
}
.friends-list li.message {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding-bottom: 12px;
}
.friends-list h6 a {
    display: block;
}
.friends-list .message .pb-0 {
    padding-bottom: 0 !important;
}
.btns-friends a {
    width: 40px;
}

.btns.btns-friends {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}