@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css');

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    background: #fff;
}
h1,h2,h3,h4,h5,h6{
    
    font-family: 'Cinzel Decorative', serif;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.container{
    max-width: 95%;
}
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.common-btn{
     background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);

    padding:10px 35px;
   border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
}
.common-btn:hover , .common-btn:focus{
     background: linear-gradient(135deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
     color: #fff;
}

.common-btn1{
    background: #36A9E1;
    padding:10px 35px;
   border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
    font-family: 'Roboto Slab', serif;
}

.common-btn1:hover , .common-btn1:focus{
     background: #36A9E1;
     color: #fff;
}
.highlighted-head .highlighted-title{
    font-size: 40px;
}
 .highlighted-head .line{
    border: 0;
    border-top: 1px solid #E71D73;
    display: inline-block;
    margin: 6px 10px 4px;
    width: 40px;
}
 .highlighted-head .line {
    border-color: #E71D73;
}
 .highlighted-head .fa {
    color: #E71D73;
}

.highlighted-head p, .highlighted-head-white p{
    margin: 0 0 1rem;
}

.highlighted-head-white .highlighted-title{
    font-size: 40px;
    color: #fff;
}
 .highlighted-head-white .line{
    border: 0;
    border-top: 1px solid #fff;
    display: inline-block;
    margin: 6px 10px 4px;
    width: 40px;
}
 .highlighted-head-white .line {
    border-color: #fff;
}
 .highlighted-head-white .fa {
    color: #fff;
}

.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    border-radius: 0px !important;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.main-header .navbar{
    background: #fff;
    padding:   0px;
    position: relative;
    z-index: 1020;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
}
.main-header .navbar.box-none{
    box-shadow: none !important;
}
.main-header .navbar .navbar-brand img{
    width: 200px;
}
.main-header .navbar .nav-item{
    position: relative;
    display: block;
    transition-duration: 0.5s;
    padding:20px 25px;
}
.main-header .navbar .nav-link {
    font-size: 15px;
    color: #6e7889;
    font-weight: 400;
    padding: 0px;
    position: relative;
}

.main-header .navbar .nav-link.active{
    color: #E71D73;
}
.main-header .navbar .id-group{
    width: 200px;
    margin: 0px 25px 0px 0px;
}
.main-header .navbar .id-group .form-control{
    border-radius: 0px;
    border: 1px solid #ced4da;
    font-size: 15px;
}
.main-header .navbar .id-group .form-control::placeholder{
    color: #495057;
}
.main-header .navbar .id-group .input-group-text{
    border-radius: 0px;
    background: #fff;
    color: #E71D73;
}

.main-header .header-btn{
     background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    padding:10px 35px;
   border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
}
.main-header .header-btn:hover , .main-header .header-btn:focus{
     background: linear-gradient(135deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
}
.main-header .nav-item.dropdown .dropdown-toggle::after {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\F282";
    font-family: "Bootstrap-icons";
    margin-left: 5px;
    color: #000;
}
.main-header .navbar  .user-img{
    width: 40px;
    border-radius: 50%;
}
.main-header .navbar .dropdown-menu {
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    min-width: 190px;
    border: none;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}
.main-header .navbar .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 22px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px;
    border-color: transparent transparent #fff;
    box-sizing: border-box;
}
.main-header .navbar .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
    background: #fff;
}
.main-header .navbar .dropdown-menu .submenu{
    margin-left: 15px;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 2px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    float: left;
    letter-spacing: 0.5px;
    clear: both;
    position: relative;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.main-header .navbar .dropdown .dropdown-item:focus,
.main-header .navbar .dropdown .dropdown-item:hover,
.main-header .navbar .dropdown .dropdown-item.active {
    background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    color: #fff !important;
}
.main-header .navbar .dropdown-item.active,
.main-header .navbar .dropdown-item:active {
    background: 0 0;
}
.banner-carousel .banner-img{
    position: relative;
}

.banner-carousel .banner-img-1{
    background: url(../images/banner-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner-2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner-3.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner #header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
}



.banner-desc{
    padding: 10px 0px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .banner-content{
    padding: 10px 0px;
    width: 100%;
}
.banner .banner-content .search-form{
    background: #fff;
    box-shadow: 0 3px 5px rgba(16,35,62,.17);
    border-radius: 5px;
    padding: 15px;
    position: relative;
    z-index: 1010;
}
.banner .banner-content .search-form .search-form-header{
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}
.banner .banner-content .search-form p{
    font-size: 15px;
    color: #E71D73;
    margin-bottom: 20px;
}
.banner .banner-content .search-form .search-form-subtitle{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.banner .banner-content .search-form .search-form-subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E71D73;
}
.banner .banner-content .search-form form .form-label{
    font-size: 13px;
    color: #E71D73;
    font-weight: 400;
}
.banner .banner-content .search-form form label a{
    color: #E71D73;
}
.banner .banner-content .search-form form select , .banner .banner-content .search-form form input{
    color: #495057;
    font-size: 13px;
}
.banner .banner-carousel .owl-nav{
    display: none;
}
.banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 90%;
    left: 5%;
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 12px;
    height:12px;
    margin: 5px;
    background:#fff;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   border-color: #E71D73;
   background: #E71D73;
   outline: 1px solid #E71D73;
   outline-offset: 1px;
}


.banner-content.mobile-view{
    padding: 10px 0px;
    width: 100%;
}
.banner-content.mobile-view .search-form{
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    z-index: 1010;
}
.banner-content.mobile-view .search-form .search-form-header{
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.banner-content.mobile-view .search-form p{
    font-size: 15px;
    color: #E71D73;
    margin-bottom: 20px;
}
.banner-content.mobile-view .search-form .search-form-subtitle{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.banner-content.mobile-view .search-form .search-form-subtitle::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E71D73;
}
.banner-content.mobile-view .search-form form .form-label{
    font-size: 13px;
    color: #E71D73;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.banner-content.mobile-view .search-form form select , .banner-content.mobile-view .search-form form input{
    color: #495057;
    font-size: 13px;
    font-family: 'Roboto Slab', serif;
}

.about-us{
    padding: 60px 0px;
    position: relative;
    overflow-x: hidden;
    background: url(../images/best-service-bg-img.svg);
    background-repeat: no-repeat;
    background-position: right top 10px;
}
.about-us .leaf-1{
    position: absolute;
    top: 10%;
    right: -60px;
}
.about-us .leaf-2{
    position: absolute;
    bottom: 20%;
    left: -50px;
}
.about-us .leaf-1 img , .about-us .leaf-2 img{
    width: 120px;
}
.about-us .about-img {
    z-index: 1;
}
.about-us .img-box img{
    width: 100%;
    border-radius: 5px;
}
.about-us .about-img img{
    width: 100%;
    border-radius: 5px;
}
.about-us .about-img .img-{
    position: relative;
    width: 300px;
}
.about-us .about-img .img-1
{
    position: absolute;
    top: -10%;
    right: 10%;
    width: 300px;
}
.heart-1{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 220px;
    z-index: 1010;
    animation: swing ease-in-out 2s infinite alternate;
}
@keyframes swing {
    50% {
        transform: translateY(-20px);
   }
    100% {
        transform: translateY(20px);
   }
}
.image--container{
    display: grid;
    grid-auto-rows: 200px;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(200px , 1fr));
    grid-auto-flow: dense;
    position: relative;
    z-index: 1;
}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.box.tall{
    grid-row: span 2;
}
.box.wide{
    grid-column: span 2; 
}
.about-us .title{
    font-size: 50px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}


.about-us .subtitle{
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
 .about-us .text{
    font-size: 15px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.bubbling-heart div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,25vh) scale(0);
    opacity: 0;
    animation: bubbleUp 2s infinite;
}
.bubbling-heart div .fa {
    transform: translateX(12.5vw) rotate(25deg);
    animation: oscillate 4s ease-in-out infinite;
    color: #ad062a75;
}

@keyframes bubbleUp {
    50% {
        opacity: 1;
   }
    100% {
        transform: translate(-50%,-25vh) scale(2);
   }
}
@keyframes oscillate {
    50% {
        transform: translateX(-12.5vw) rotate(-25deg);
   }
}

.highlighted-members{
    padding: 60px 0px;
    background: url(../images/bg-pattern.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.highlighted-members .member-title{
    font-size: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    position: relative;   
}

.highlighted-members .member-box{
    border: 1px solid #ccc;
    margin: 10px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.highlighted-members .member-box .img-box{
    position: relative;
    width: 100%;
    height: 280px;
    margin:  0 auto 10px;
    z-index: 0;
}
.highlighted-members .member-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin:  0 auto;
    border-radius: 10px 10px 0px 0px;
}


.highlighted-members .member-box .detail-box{
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}
.highlighted-members .member-box:hover  .user-link a{
    transform: translateY(10px);
}
.highlighted-members .member-box .detail-box .user-name{
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
}
.highlighted-members .member-box .detail-box .user-age{
    color: #E71D73;   
}
.highlighted-members .member-box .detail-box .user-link a{
    color: #E71D73;
    transition: 0.7s all;
}
.highlighted-members .member-box .detail-box .user-vill{
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.highlighted-members .member-box .detail-box .user-vill span{
    color: #E71D73;
}
.highlighted-members .member-box .detail-box .user-degree{
    color: #E71D73;
    font-weight: 700;
}
.member-slide .owl-nav{
    display: block !important;
}
  .member-slide .owl-nav button.owl-prev {
position: absolute;
right: 110px;
background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
font-size: 14px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 0px;
color:#fff;
top: -70px;
}
.member-slide .owl-nav button.owl-next{
position: absolute;
right: 50px;
background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
font-size: 14px;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 0px;
color: #fff;
top: -70px;
}

.why-chse{
    background: url(../images/why-chse1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}
.why-chse::after{
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
background: linear-gradient(-316deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 58%);
z-index: -1;

}
.why-chse .highlighted-title{
    color: #fff;
    font-size: 40px;
}

.why-chse .delight-box{
    background: #19121557;
    padding: 20px;
}
.why-chse .delight-box img{
    width: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}
.why-chse .delight-box .title{
    color: #fff;
    font-size: 15px;
}
.why-chse .why-chse-text{
     font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
}


.success-stories{
    padding: 80px 0px;
}
.success-stories .highlighted-title{
    font-size: 40px;
}

.success-stories .story-text{
    font-size: 15px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
}
.success-stories .success-box{
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.success-stories .success-box .img-box{
    width: 100%;
    height: 300px;
}
.success-stories .success-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 0px 0px 10px;
}
.success-stories .success-box .box-title{
     font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}
.success-stories .success-box .box-text{
     font-size: 15px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
}
.success-stories .success-box .success-heart{
    position: absolute;
    bottom: 0;
    right: 0;
    animation: beat 1.5s infinite alternate;
}
@keyframes beat{
	to { transform: scale(1.15); }
}
.success-slider .owl-nav{
    display: none;
}
.success-slider .owl-dots {
    display: block;
    position: absolute;
    bottom: -10%;
    left: 5%;
    margin-top: 20px;
}
.success-slider .owl-dots .owl-dot span {
    width: 12px;
    height:12px;
    margin: 5px;
    background:#eee;
    border: 1px solid #eee;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.success-slider .owl-dots .owl-dot.active span{
   border-color: #E71D73;
   background: #E71D73;
   outline: 1px solid #E71D73;
   outline-offset: 1px;
}





.why-choose{
    padding: 60px 0px;
}
.why-choose .member-title{
    font-size: 50px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    position: relative;   
}

.why-choose  .why-choose-text{
    font-size: 15px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.why-choose .choose-box{
    background: #fff;
    border: 1px solid #E71D7345;
    border-radius: 5px;
    padding:30px 20px;
    transition: 0.6s all;
    outline-offset: 1px;
    outline: 1px solid #fff;
}
.why-choose .choose-box:hover{
    border-color: #E71D73;
    outline-color: #E71D73; 
}
.why-choose .choose-box .icon{
    text-align: center;
    margin-bottom: 25px;
}
.why-choose .choose-box .icon img{
    width: 64px;
}
.why-choose .choose-box .title{
    font-size: 18px;
    font-weight: 600;
    color: #E71D73;
    margin-bottom: 25px;
    position: relative;   
    text-align: center;
}
.why-choose .choose-box .text{
    font-size: 14px;
    line-height: 25px;
    color: #6e7889;
    font-weight: 400;
    text-align: center;
    position: relative;
}



.workspace-plan .workspace-bg{
    background: url(../images/jenish-ghaadiya-ffjf5ZR3754-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    padding: 40px 0px; 
    position: relative;    
    z-index: 0;
}
.workspace-plan .workspace-bg::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191919;
    opacity: 0.6;
    z-index: -1;
}
.workspace-plan .workspace-bg .workspace-plan-title{
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.workspace-plan .workspace-bg .workspace-plan-text{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.workspace-plan .workspace-detail{
    margin-top: -180px;
}
.workspace-plan .workspace-detail .container{
    max-width: 95%;
}
.workspace-plan .workspace-detail .work-space-card{
    background: url(../images/package-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding:30px 20px 15px;  
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    position: relative;
}
.workspace-plan .workspace-detail .work-space-card .work-card-title{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.workspace-plan .workspace-detail .work-space-card .work-card-text{
    font-size: 15px;
    color: #637879;
    line-height: 25px;
}
.workspace-plan .workspace-detail .work-space-card .work-card-list li{
    font-size: 14px;
    color: #637879;
    position: relative;
    margin-bottom: 5px;
}
/* .workspace-plan .workspace-detail .work-space-card .work-card-list li::before{
    content: "\f00c";
    margin-right: 7px;
    color: #E71D73;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} */
.workspace-plan .workspace-detail .work-space-card .work-card-list li::before{
    content: "\f00c";
    margin-right: 7px;
    color: #119233;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.workspace-plan .workspace-detail .work-space-card .work-card-list li.uncheck::before{
    content: "\58";
    margin-right: 7px;
    color: #ff0000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.workspace-plan .workspace-detail .work-space-card .work-card-smallnumber{
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
    color: rgba(255, 0, 0, 0.808);
}
.workspace-plan .workspace-detail .work-space-card .work-card-number{
    font-size: 30px;
    font-weight:400;
    color: #000;
    font-family: "Ubuntu", sans-serif;
}
.workspace-plan .workspace-detail .work-space-card .work-card-number span{
    font-size: 13px;
    color: #637879;
    font-weight: 400;  
}
.workspace-plan .workspace-detail .work-space-card .img-box{
    margin-bottom: 20px;
    text-align: center;
}
.workspace-plan .workspace-detail .work-space-card .img-box img{
    width: 100px;
}
.workspace-plan .workspace-detail .work-space-card .work-btn{
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    border: none;
    width: 100%;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff !important;
    border-radius: 30px;
    transition: 0.7s all;
    position: relative !important;
}
.workspace-plan .workspace-detail .work-space-card .work-btn:hover{
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}
.register-bg{
    padding: 80px 0px 50px;
}
.register-bg .bg-box{
    background: url(../images/celestial-matrimony.webp);
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    padding: 70px 0px;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}
.register-bg .bg-box::after{
     content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
      background: -webkit-linear-gradient(135deg, #3CACE2,  #ff4e8c , transparent);
    opacity: 1;
    z-index: -1;
}
.register-bg .bg-box .box-title{
    font-size: 40px;
    line-height: 55px;
    color: #fff;
}
.register-bg .bg-box .box-btn{
       background: -webkit-linear-gradient(135deg, #3CACE2,  #ff4e8c);
      border: 1px solid #ffffff91;
      border-radius: 30px;
      color: #fff;
      padding: 10px 50px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 350px;
  margin-left: auto;
}

.progress-container::before {
  content: ""; /* Mandatory with ::before */
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: #ff4e8c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background-color: #fff;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  transition: 0.4s ease;
}

.circle.active {
  border-color: #ff4e8c;
}



.common-btn:disabled {
  background-color: #fff;
  cursor: not-allowed;
}
.common-btn:active {
  transform: scale(0.98);
}

.login-section{
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 50px 0px;
}
.back-btn{
    position: absolute;
    left: 20px;
    top: 20px;
}
.back-button{
    background: #333 !important;
    color: #fff;
    border: none !important;
    padding: 6px 10px;
}
.login-detail .light-dark-mode{
    position: absolute;
    top: 20px;
    right: 20px;
}
.login-detail .login-left{
    width: 100%;
    height: 100%;
    padding: 50px;
}
.login-detail .login-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.login-detail .login-box{
    padding: 30px;
    color: #4a5568;
    background: rgb(255,255,255);
  background: linear-gradient(145deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 100%);
  border-radius: 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 2px outset rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.2); 
}
.login-detail .login-title{
    font-size:24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.login-text{
    font-size: 15px;
    font-weight: 400;
   text-align: center;
   margin-top: 15px;
   color: #fff;
}
.login-text a{
    color: #E71D73;
}
.login-detail .login-box .logo-box{
    margin-bottom: 25px;
    text-align: center;
}
.login-detail .login-box .logo-box  img{
    width: 250px;
}
.login-detail .login-box .or-title{
    font-size: 15px;
    color: #fff;
    position: relative;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.login-detail .login-box .form-label , .login-detail .login-box .form-check-label{
    font-size: 15px;
    color: #fff;
}
.login-detail .login-box .form-control , .login-detail .login-box .form-select{
    font-size: 13px;
    padding:  10px;
}
.login-detail .login-box .or-title::after ,.login-detail .login-box .or-title::before{
    content: "";
    flex: 1;
    height: 1px;
    margin: 0 1em;
    background: #dee2e6;
}
.login-detail .percentage-text{

  font-size: 16px;
    font-weight: 400;
   text-align: right;
   margin-bottom: 15px;
   display: inline-block;
   padding: 2px 4px;
   position: relative;
   color: #fff;
}
.login-detail .register-image{
    width: 100%;
    height: 530px;
    position: relative;
}
.login-detail .register-image::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000090;
}
.login-detail .register-image .content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50% , -50%);
    z-index: 1;
    padding: 20px;
}
.small-img{
    width: 128px;
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
}
.login-detail .register-image .content .title{
    color: #fff;
    font-size: 26px;
}
.login-detail .register-image .register-bg-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer{
    background: #151c29;
    padding: 30px 0px 0px;
}
.footer{
    background: url(../images/banner-1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;    
    position: relative;
}
.footer::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151c29;
}
.footer  .footer-text{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}
.footer .footer-space{
    padding: 20px 0px 20px;
    position: relative;
    z-index: 1;
}
.footer  .footer-title{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}
.footer  ul li{
    padding-bottom: 20px;
    position: relative;
}
.footer ul{
    margin-bottom: 0px;
}
.footer  .footer-link{
    font-size: 14px;
    color: #fff;
}
.footer  .footer-link i{
    font-size: 15px;
    margin-right: 10px;
}
.footer .footer-bottom{
    border-top: 1px solid #dddddd78;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}
.footer  .footer-logo img{
    width: 250px;
}
.footer .footer-bottom .copyright-text{
    font-size: 14px;
    color: #f1f1f1;
    text-align:center;
}
.footer .footer-bottom .copyright-text .copyright-link{
    color: #fff;
    font-weight: 700;
}
.footer .footer-bottom .copyright-text .copyright-link:hover{
    color: #fff;
}
.main-dasborad-section{
    background: url(../images/heart-pattern.png);
    padding: 50px 0px;
    background-size: 5% 5%;
    background-repeat: repeat;
}
.main-dasborad-section .user-dashpoard-list{
    background: url(../images/package-1.jpg);
    background-size: cover;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 10px;
    padding: 10px;
    position: sticky;
    top: 80px;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head{
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head .user-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head .user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head .profile-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head .profile-id{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head .profile-id span{
    color: #ff4e8c  ;
}
.main-dasborad-section .user-dashpoard-list .user-profile-head .profile-link{
    font-size: 14px;
    font-weight: 500;
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    text-decoration: underline;
    text-align: center;
}
.tab-pills .nav-link{
    background: #eee;
    padding: 10px 35px;
    color: #000;
    font-size: 15px;
    margin: 0 5px;
}
.tab-pills .nav-link.active{
    background: #ff4e8c;
}
.remain-box{
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 15px;
        box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    }
    .remain-box .icon img{
        width: 50px;
        margin-bottom: 15px;
    }
    .remain-box .box-title{
        font-weight: 500;
        font-size: 40px;
        font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    line-height: 30px;
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    }
    .remain-box .box-text{
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "DM Sans", sans-serif !important;
}
.main-dasborad-section .user-dashpoard-list .user-profile-body ul{
    list-style: none;
     margin: 0; 
    padding: 0;
    width: 100%;
    margin-left: 5px;
  }
  .submenu {
  display: none;
  margin-top: 11px !important;
}

.main-dasborad-section .user-dashpoard-list .user-profile-body .list-sss li {
      position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 12px;
  }

.main-dasborad-section .user-dashpoard-list .user-profile-body .list-sss li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
}
.main-dasborad-section .user-dashpoard-list .user-profile-body .list-sss li a i{
    font-size: 16px;
    margin-right: 15px;
}
.main-dasborad-section .user-dashpoard-list .user-profile-body .list-sss li a.active-sidess-1{
       background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);

    background-clip: text;


    -webkit-background-clip: text;
    color: transparent !important;
}
/* .main-dasborad-section .user-dashpoard-list .user-profile-body .list-sss li a.active-sidess-1:before{
    background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);

    background-clip: text;


    -webkit-background-clip: text;
    color: transparent !important;
} */
/* .main-dasborad-section .user-dashpoard-list .user-profile-body .list-sss li a:before{
       position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    color: #000;
    font-weight: 700;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
  } */

  .main-dasborad-section .work-space-card{
    background: url(../images/package-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding:30px 20px 15px;  
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    position: relative;
}
.main-dasborad-section .work-space-card .work-card-title{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.main-dasborad-section .work-space-card .work-card-text{
    font-size: 15px;
    color: #637879;
    line-height: 25px;
}
.main-dasborad-section .work-space-card .work-card-list li{
    font-size: 14px;
    color: #637879;
    position: relative;
    margin-bottom: 5px;
}
.main-dasborad-section .work-space-card .work-card-list li::before{
    content: "\f00c";
    margin-right: 7px;
    color: #119233;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.main-dasborad-section .work-space-card .work-card-list li.uncheck::before{
    content: "\58";
    margin-right: 7px;
    color: #ff0000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.main-dasborad-section .work-space-card .work-card-smallnumber{
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
    color: rgba(255, 0, 0, 0.808);
}
.main-dasborad-section .work-space-card .work-card-number{
    font-size: 30px;
    font-weight:400;
    color: #000;
    font-family: "Ubuntu", sans-serif;
}
.main-dasborad-section .work-space-card .work-card-number span{
    font-size: 13px;
    color: #637879;
    font-weight: 400;  
}
.main-dasborad-section .work-space-card .img-box{
    margin-bottom: 20px;
    text-align: center;
}
.main-dasborad-section .work-space-card .img-box img{
    width: 100px;
}
.main-dasborad-section .work-space-card .work-btn{
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    border: none;
    width: 100%;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff !important;
    border-radius: 30px;
    transition: 0.7s all;
    position: relative !important;
}
.main-dasborad-section .work-space-card .work-btn:hover{
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
}
.main-dasborad-section .side-off{
background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  padding: 20px; 
  border-radius: 16px; 
  margin-bottom: 30px;
  }
.main-dasborad-section  .side-off .side-off-1{
    text-align: center;
    color: #fff;
  }
.main-dasborad-section  .side-off .side-off-1 h3{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
     font-family: "Roboto", sans-serif;
  }
.main-dasborad-section  .side-off .side-off-1 h3 span{
    font-size: 20px;
  }
.main-dasborad-section  .side-off .side-off-1 h5{
color: #fff;
font-weight: 500;
font-size: 18px;
 margin-bottom: 15px;
  }
.main-dasborad-section .side-off .side-off-1 p{
color: #fff;
font-weight: 400;
font-size: 15px;
 margin-bottom: 25px;
  }
.main-dasborad-section  .side-off .side-off-1 a{
    border:1px solid #fff;
    border-radius: 35px;
    padding: 15px 25px;
    color: #fff;
    margin-bottom: 25px;
  }

  .premium-list{
    background: url(../images/dashboard.jpg);
    background-size: cover;
    border-radius: 10px;
    border: none !important;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }

  .main-dasborad-section .user-list{
    border-bottom: 1px solid #f7b5d15c;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
.main-dasborad-section .dashboard-title{
    font-size: 24px;
    color: #ff4e8c;
    margin-bottom: 15px;
}
.main-dasborad-section .dashboard-text{
    font-size: 16px;
    color: #36A9E1;
    margin-bottom: 15px;
}
.main-dasborad-section .member-box{
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.main-dasborad-section .member-box .img-box{
    position: relative;
    width: 100%;
    height: 280px;
    margin:  0 auto 10px;
    z-index: 0;
}
.main-dasborad-section .member-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin:  0 auto;
    border-radius: 10px 10px 0px 0px;
}
.main-dasborad-section .member-box .img-box .like-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.main-dasborad-section .member-box .img-box .like-icon a{
    color: #000;
}
.main-dasborad-section .member-box .img-box .like-icon.active a{
    color: red;
}
.main-dasborad-section .member-box .detail-box{
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}
.main-dasborad-section .member-box:hover  .user-link a{
    transform: translateY(10px);
}
.main-dasborad-section .member-box .detail-box .user-name{
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
}
.main-dasborad-section .member-box .detail-box .user-vill{
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.main-dasborad-section .member-box .detail-box .user-vill span{
    color: #E71D73;
}

.main-dasborad-section .verify-basic{
    background-image: url(../images/partner-preference.webp) ;
    background-size:cover;
    background-repeat: no-repeat;
     background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
  padding: 25px;
  
  border-radius: 10px;
  margin-bottom: 30px;
}
.main-dasborad-section .iconedss{
    width: 40px;
}
.main-dasborad-section .verify-basic .form-label{
 background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    margin-bottom: 10px;
}
.main-dasborad-section .verify-basic .form-label i{
    margin-right: 5px;
}


.main-dasborad-section .verify-basic  h3{
  font-size: 24px;
  margin-bottom: 10px;
}

.main-dasborad-section .verify-basic .verify-basic-set p{
  color: #888;
  font-size: 16px;
  margin-bottom: 10px;
   font-family: "DM Sans", sans-serif !important;
}

.main-dasborad-section .verify-basic .verify-basic-set .icons-ve a i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    /* background: red; */
    text-align: center;
    border: 1px solid #2bb673;
    border-radius: 5px;
    color: #2bb673;
}
/*.verify-details-set{
  display: flex;
  flex-wrap: wrap;
  gap: 25%;
  font-family: "DM Sans", sans-serif !important;
}*/
.verify-member{
    color: #d2691e;
    font-size: 14px;
    margin-left: 25px;
}
.verify-member i{
    margin-right:5px;
}

  .my-profile .form-group input[type='text'],
.my-profile .form-group input[type='email'],
.my-profile .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  padding: 10px 60px 10px 30px;
  font-size: 14px;
  font-weight: 500; 
  border-radius: 8px; 
  border: 1px solid #ddd;
/*  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);  */
  transition: all 500ms ease; 
    font-family: "DM Sans", sans-serif !important;                                                                            
}
.my-profile .form-group {
    position: relative;
    margin-bottom: 30px;
}
.next-prev-profile{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.next-prev-profile .prev{
    position: relative;
    padding-left: 25px;
}
.next-prev-profile .prev::after {
    content: "\f100";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.next-prev-profile .next{
    position: relative;
    padding-right: 25px;
}
.next-prev-profile .next::after {
    content: "\f101";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.next-prev-profile .prev .icon img , .next-prev-profile .next .icon img{
    width: 50px;
    border-radius: 50%;
}
.next-prev-profile .prev .icon small , .next-prev-profile .prev .icon img , .next-prev-profile .next small{
    font-size: 15px;
    margin-left: 10px;
}
.profile_detail .heading_wrapper{
  background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  padding: 25px 25px 0px;
  border-radius: 16px 16px 0px 0px;
}
.profile_detail .heading_wrapper .content_wrapper .user_name{
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.profile_detail .heading_wrapper .content_wrapper .member_id{
  font-size: 14px;
  color: #fff;
}
.profile_detail .heading_wrapper .content_wrapper hr{
  background: #fff;
  opacity: 0.3;
}
.profile_detail .heading_wrapper .content_wrapper .like_title{
  font-size: 16px;
  color: #fff;
  margin-bottom: 3px;
}
.profile_detail .heading_wrapper .content_wrapper .like_text{
  font-size: 12px;
  color: #d6d6d6;
}
.profile_detail .heading_wrapper .content_wrapper .desc_list {
    padding-left: 0px;
    column-count: 2;
}
.profile_detail .heading_wrapper .content_wrapper .desc_list li{
  font-size: 13px;
}
.profile_detail .heading_wrapper .content_wrapper .desc_list li .desc_title{
  color:#fff;
    margin-right: 10px;
}
.profile_detail .heading_wrapper .content_wrapper .desc_list li span{
  color: #d0d2db;
}
.profile_detail .heading_wrapper .content_wrapper .heart_icon{
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff !important;
}
.profile_detail .heading_wrapper .content_wrapper .heart_icon a{
  color: #fff !important;
}
.profile_detail .heading_wrapper .nav-link{
  background: transparent !important;
  color: #fff;
  border-radius: 0px;
  cursor:pointer;
}
.profile_detail .heading_wrapper .nav-link.active{
  border-bottom: 3px solid #fff;
}
.profile_detail  .body_wrapper{
  padding: 20px;
}
.profile_detail  .body_wrapper .user_image{
  background: #fff;
  padding: 10px;
  margin-top: -150px;
  width: 100%;
  height: 250px;
}
.profile_detail  .body_wrapper .user_image img{
 width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.profile_detail  .body_wrapper  .content_box{
  padding: 20px;
  background: #fff;
  margin-top: 10px;
}
.profile_detail  .body_wrapper .user_name{
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}
.profile_detail  .body_wrapper .member_id{
  font-size: 14px;
      background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
}
.filter_list li:not(:last-child){
  margin-bottom: 10px;
}
.filter_list li a{
  background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  padding:5px 10px;
  font-size: 14px;
  color: #fff !important;
  border-radius: 8px;
}
.filter_list li a i{
  margin-right: 5px;
}
.detail_wrapper{
  background: #fff;
  padding: 20px;
}
.detail_wrapper .desc_list{
display: grid; /* Use CSS Grid */
  grid-template-columns: repeat(2, 1fr); /* Single column by default */
}
.detail_wrapper .desc_list li{
  font-size: 14px;
  color:#000;
  margin-bottom: 5px;
   text-align: left;
   line-height: 25px;
}
.detail_wrapper .desc_list li:last-child{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.detail_wrapper .desc_list .desc_title{
        background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    margin-right:10px;
    
}
.designation {
    flex-grow: 1; /* Ensure the designation spans remaining space */
    text-align: left;
}


.detail_wrapper .desc_list1{
  display: grid; /* Use CSS Grid */
  grid-template-columns: repeat(2, 1fr); /* Single column by default */
}
.detail_wrapper .desc_list1 li{
  font-size: 14px;
  color:#000;
  margin-bottom: 5px;
  text-align: left;
   line-height: 25px;
}
.detail_wrapper .desc_list1 li:last-child{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.detail_wrapper .desc_list1 .desc_title{
        background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    margin-right:20px;
}
.detail_wrapper .wrapper-box{
  border: 1px solid #efefef;
  padding: 20px;
}
.detail_wrapper .profile-img-box{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.detail_wrapper .profile-img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination {
    justify-content: center;
}

.page-link {
    background: #efefef;
    color: #000000 !important;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    width: 45px;
    border: none;
    height: 45px;
    line-height: 33px !important;
    text-align: center;
    margin: 0px 10px;
    border-radius: 5px !important;
}

.page-link:hover , .page-item.active .page-link{
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    color: #fff !important;
}
.chat-box {
  height: 90%;
  width: 400px;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 15;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.005);
  right: 0;
  bottom: 0;
  margin: 15px;
  background: #fff;
  border-radius: 15px;
  visibility: hidden;
}
.chat-box-header {
  height: 8%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  font-size: 14px;
  padding: 0.5em 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 -1px 10px rgba(172, 54, 195, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.025);
}
.chat-box-header h3 {
  font-family: ubuntu;
  font-weight: 400;
  float: left;
  position: absolute;
  left: 25px;
}
.chat-box-header p {
  float: right;
  position: absolute;
  right: 16px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 3.25;
  margin: 0;
}
.chat-box-body {
  height: 75%;
  background: #f8f8f8;
  overflow-y: scroll;
  padding: 12px;
}
.chat-box-body-send {
  width: 250px;
  float: right;
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.015);
  margin-bottom: 14px;
}
.chat-box-body-send p {
  margin: 0;
  color: #444;
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.chat-box-body-send span {
  float: right;
  color: #777;
  font-size: 10px;
}
.chat-box-body-receive {
  width: 250px;
  float: left;
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.015);
  margin-bottom: 14px;
}
.chat-box-body-receive p {
  margin: 0;
  color: #444;
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.chat-box-body-receive span {
  float: right;
  color: #777;
  font-size: 10px;
}
.chat-box-body::-webkit-scrollbar {
  width: 5px;
  opacity: 0;
}
.chat-box-footer {
  position: relative;
  display: flex;
}
.chat-box-footer button {
  border: none;
  padding: 16px;
  font-size: 14px;
  background: white;
  cursor: pointer;
}
.chat-box-footer button:focus {
  outline: none;
}
.chat-box-footer input {
  padding: 10px;
  border: none;
  -webkit-appearance: none;
  border-radius: 50px;
  background: whitesmoke;
  margin: 10px;
  font-family: ubuntu;
  font-weight: 600;
  color: #444;
  width: 280px;
}
.chat-box-footer input:focus {
  outline: none;
}
.chat-box-footer .send {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  transform: translate(0px, 20px);
  cursor: pointer;
}
.chat-button {
  padding: 25px 16px;
  background: #2C50EF;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 2px 15px rgba(44, 80, 239, 0.21);
  cursor: pointer;
}
.chat-button span::before {
  content: '';
  height: 15px;
  width: 15px;
  background: #47cf73;
  position: absolute;
  transform: translate(0, -7px);
  border-radius: 15px;
}
.chat-button span::after {
  content: "Message Us";
  font-size: 14px;
  color: white;
  position: absolute;
  left: 50px;
  top: 18px;
}
.chat-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.chat-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
}
.chat-modal .modal-close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.chat-modal .close-button:hover {
  background-color: darkgray;
}
.chat-modal .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 30;
}


.mesaage-wrapper .message-left{
    height: 400px;
    overflow: auto;
}
.mesaage-wrapper .message-left::-webkit-scrollbar {
    width: 0px;
}
.mesaage-wrapper .chat-scroll{
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}
.mesaage-wrapper .chat-scroll::-webkit-scrollbar {
    width: 0px;
}
.mesaage-wrapper .message-title{
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.mesaage-wrapper  .nav-link{
   background: #efefef;
   border-radius: 50px;
   font-size: 13px;
   padding: 6px 15px;
   border: 1px solid #ddd;
   margin-right: 5px;
   color: #666;
}
.mesaage-wrapper  .nav-link.active{
    background: #ff4e8c;
    color: #fff;
    border-color: #ff4e8c;
}
.mesaage-wrapper .message-title span{
      background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
}
.mesaage-wrapper .profile-image {
	 width: 50px;
	 height: 50px;
	 border-radius: 40px;
}
 .settings-tray {
     background: #efefef;
	 padding: 10px 15px;
	 border-radius: 7px;
     margin-bottom: 15px;
}
 .settings-tray .no-gutters {
	 padding: 0;
}
 .settings-tray--right {
	 float: right;
}
 .settings-tray--right i {
	 margin-top: 10px;
	 font-size: 20px;
	  background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
	 margin-left: 14px;
	 transition: 0.3s;
}
 .settings-tray--right i:hover {
	 cursor: pointer;
}
 .search-box {
	 background: #fafafa;
	 padding: 10px 13px;
}
 .search-box .input-wrapper {
	 background: #fff;
	 border-radius: 40px;
}
 .search-box .input-wrapper i {
	 color: grey;
	 margin-left: 7px;
	 vertical-align: middle;
}
.search-box input {
	 border: none;
	 border-radius: 30px;
	 width: 80%;
}
.search-box input::placeholder {
	 color: #e3e3e3;
	 font-weight: 300;
	 margin-left: 20px;
}
.search-box input:focus {
	 outline: none;
}
 .friend-drawer {
	 padding: 15px 15px;
	 display: flex;
	 align-items: center;
     justify-content: space-between;
	 transition: 0.3s ease;
}
.friend-drawer .pop-dropdown .dropdown-toggle::after {
   border: none;
}
.friend-drawer .pop-dropdown .dropdown-menu {
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    min-width: 190px;
    border: none;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}
.friend-drawer .pop-dropdown .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 22px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px;
    border-color: transparent transparent #fff;
    box-sizing: border-box;
}
.friend-drawer .pop-dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
    background: #fff;
}
 .friend-drawer--grey {
	 background: #efefef;
     padding: 10px 15px;
}
 .friend-drawer .text {
	 margin-left: 12px;
	 width: 100%;
}
 .friend-drawer .text h6 {
	 margin-bottom: 6px;
}
 .friend-drawer .text p {
	 margin: 0;
      background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
}
 .friend-drawer .time {
	 color: grey;
}
.friend-drawer--onhover:not(:last-child){
    border-bottom: 1px solid #efefef;
}
 .friend-drawer--onhover:hover {
	 background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
	 cursor: pointer;
}
 .friend-drawer--onhover:hover p, .friend-drawer--onhover:hover h6, .friend-drawer--onhover:hover .time {
	 color: #fff !important;
}
 .chat-bubble {
	 padding: 10px 14px;
	  background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
	 margin: 10px 0px 10px 30px;
	 border-radius:0px 9px 9px;
     color: #fff;
	 position: relative;
	 animation: fadeIn 1s ease-in;
}
 .chat-bubble:after {
	 content: '';
	 position: absolute;
	 top: -1px;
     transform: rotate(-90deg) translateY(-50%);
	 width: 13px;
	 height: 15px;
}
.chat-bubble--left:after {
    left: 0;
    background: -webkit-linear-gradient(235deg, #3CACE2, #a14bc1, #ff4e8c);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-left: 0;
    margin-left: -5px;
}
 .chat-bubble--right:after {
	 left: 0;
	 background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	 margin-left: -5px;
}
 @keyframes fadeIn {
	 0% {
		 opacity: 0;
	}
	 100% {
		 opacity: 1;
	}
}
 .offset-md-9 .chat-bubble {
	background: linear-gradient(235deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
	 color: #fff;
}
 .chat-box-tray {
	 background: #efefef;
	 display: flex;
	 align-items: baseline;
     justify-content: space-between;
	 padding: 10px 15px;
	 align-items: center;
	 margin-top: 19px;
	 bottom: 0;
     border-radius: 7px;
}
 .chat-box-tray input {
	 margin: 0 10px;
	 padding: 8px 12px;
     border: none;
     width: 80%;
     border-radius: 5px;
}
 .chat-box-tray i {
	 color: #fff;
	 font-size: 16px;
	 margin-right: 5px;
}
 



.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:25px;
}

.accordian-style-one{
	margin-top:30px;
}

.accordian-style-one .block:before{
	position: absolute;
    content: '';
    left: 18px;
    top: 25px;
    height: 100%;
    width: 1px;
    border:1px dashed #e7e7e7;
}

.accordian-style-one .block:last-child::before{
	display:none;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:17px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	padding:7px 30px 7px 55px;
	overflow:hidden;
  font-family: 'Ubuntu', sans-serif;
	color:#2c3032;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
	background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	position:relative;
}
.accordion-box .block .acc-btn.active .icon-outer  img{
  filter: brightness(0) invert(1);
}
.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width: 37px;
  height: 37px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
	text-align:center;
	font-size:16px;
	color:#707070;
	background-color:#ffffff;
	border:1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.accordion-box .block .icon-outer img{
  width: 20px !important;
  margin: 0 auto;
}
.accordian-style-one .block .icon-outer .icon{
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.accordian-style-one .block .acc-btn.active .icon-outer{
	color:#ffffff;
}

.accordion-box .block .acc-content{
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content-text{
	position:relative;
	font-size:14px;
	padding:10px 0px 5px 55px;
}

.accordian-style-one .block .content-text p{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:14px;
}
.accordian-style-one .block .content-list li{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:14px;
}

.accordian-style-one .block .content-text p:last-child{
	margin-bottom:0px;	
}

.accordian-style-two .block .icon-outer{
	background-color:#f9f9f9;
}

.accordian-style-two .block .acc-btn.active .icon-outer{
	background-color:#30355d;
	color:#ffffff;
}

.accordian-style-two .block .acc-btn{
	font-size:16px;
	font-weight:400;
}

.accordian-style-two .block .acc-btn.active .icon-outer .icon{
	left:2px;
}

.accordian-style-two .block .content-text{
	padding-right:0px;
}

.accordian-style-two .block:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 25px;
    height: 100%;
    width: 1px;
    border: 1px dashed #e7e7e7;
}

.accordian-style-two .block:last-child::before{
	display:none;
}



@media only screen and (max-width: 575.98px) {
  .profile_detail .heading_wrapper .content_wrapper .desc_list{
    column-count: 1;
  }
  .profile_detail .heading_wrapper .nav-link{
font-size: 12px;
padding: 5px 10px;
  }
  .profile_detail .heading_wrapper .nav-link span{
    display: none;
  }
 .detail_wrapper .desc_list , .detail_wrapper .desc_list1{
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
  line-height: 22px;
}
.accordion-box .block .content-text {
    padding: 10px 0px 5px 35px;
}
.detail_wrapper .wrapper-box {
    padding: 10px;
}
.profile_detail .body_wrapper .user_image{
  margin-top: 20px;
  height: 400px;
}
.detail_wrapper .profile-img-box {
    height: 170px;
}
}
@media screen and (min-width: 576px) and (max-width: 768px) {

 
  .profile_detail .heading_wrapper .nav-link span{
    display: none;
  }
.detail_wrapper .desc_list , .detail_wrapper .desc_list1{
  grid-template-columns: repeat(1, 1fr); /* Single column by default */
}
.accordion-box .block .content-text {
    padding: 10px 0px 5px 35px;
}
.detail_wrapper .wrapper-box {
    padding: 10px;
}
.profile_detail .body_wrapper .user_image{
  margin-top: 0px;
}
.detail_wrapper .profile-img-box {
    height: 170px;
}
}


.team-matches .team-block-inner-one{
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:url(../images/partner-preference.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius:10px;
}
.team-matches .team-block-inner-one .image-box{
    width:100%;
    height:200px;
}
.team-matches .team-block-inner-one .image-box{
    width:100%;
    height:225px;
    margin-bottom: 0px;
}
.team-matches .team-block-inner-one .image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: top;
}

  .team-matches .team-block-inner-one:hover .shape-small {
       bottom: 0px;
    right: 0px;
      position: absolute;
    z-index: 5;
  display: block;
    transition: 0.6s;
    pointer-events: none;
}
.team-matches .team-block-inner-one .shape-small {
 display: none;
}
.team-matches .team-block-inner-one:hover .shape-small i{
    position: absolute;
    right: 10px;
    /* z-index: 99999; */
    bottom: 10px;
    font-size: 16px;
    color: #fff;
  }



.team-block-inner-one .inner-box .image-box{
  position: relative;
  /*background: #4527a4;
  border-radius: 50%;*/
  overflow: hidden;
      object-position: top;
    aspect-ratio: 1;
        border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.team-block-inner-one .inner-box .image-box img{
  width: 100%;
/*  border-radius: 50%;*/
  transition: all 500ms ease;
}

.team-block-inner-one:hover .inner-box .image-box img{
  transform: scale(1.1);
}

.team-block-inner-one .inner-box .lower-content{
  position: relative;
  padding: 15px;
 
}

.team-block-inner-one .inner-box .lower-content h2{
     position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    /* text-transform: uppercase; */
    margin-bottom: 10px;

}
.team-block-inner-one .inner-box  .desc-list li{
  font-size: 13px;
  color:#000;
  margin-bottom: 10px;
}
.desc-title{
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    margin-right:20px;
}
.team-block-inner-one .inner-box .lower-content h2{
    font-weight: 400;
    font-size: 20px;
     font-family: "Ubuntu", sans-serif;
}
.team-block-inner-one .inner-box .lower-content h2 a span{
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
}
.team-block-inner-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #222;
}
.team-block-inner-one .inner-box .lower-content h2  small{
    font-size:14px;
    font-family: "Ubuntu", sans-serif;
   
}
.team-block-inner-one .inner-box .lower-content h2  small span{
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Ubuntu", sans-serif;
}


.team-block-inner-one .inner-box .lower-content .designation{
  position: relative;
  font-size: 13px;
}

.team-block-inner-one .inner-box .lower-content .icon-1{
  position: absolute;
  left: 7px;
  top: -77px;
  background: #131d27;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.team-block-inner-one .inner-box .lower-content .icon-2{
  position: absolute;
  right: -4px;
  top: -115px;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}
 .advanced-search{
        background: url(../images/package-1.jpg);
    background-size: cover;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 10px;
    padding: 10px;
    position: sticky;
    top: 80px;
 }
 .advanced-search .search-title{
            font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 9px;
    }


.ribbon6 {
    width: 200px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 38px;
    left: -44px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 3px #a14bc1,  0px 21px 5px -18px rgba(0,0,0,0.6);
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    color: #fff;
    text-align: center;
    font-size: 12px;
}
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 48%;
  }
}


.matching-slider .owl-nav{
    display: block !important;
}
  .matching-slider .owl-nav button.owl-prev {
position: absolute;
right: 50px;
background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
font-size: 14px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 0px;
color:#fff;
top: -80px;
}
.matching-slider .owl-nav button.owl-next{
position: absolute;
right: 0px;
background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
font-size: 14px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 0px;
color: #fff;
top: -80px;
}
.matches-detail .matches-tabs{
    border: none;
}
.matches-detail .matches-tabs .nav-link{
   background: #efefef;
   border-radius: 20px 20px 0px 0px;
   font-size: 15px;
   margin-right: 5px;
   color: #000;
   border: none;
}
.matches-detail .matches-tabs .nav-link.active{
    background: #ff4e8c;
    color: #fff;
}
.matches-detail .filter-box{
    background: url(../images/package-1.jpg);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background-size: cover;
    padding: 10px;
    border-radius: 10px;
}
.matches-detail .filter-box .nav-item{
    margin: 0px 2px;
}
.matches-detail .filter-box .nav-link{
    background: #efefef;
    padding: 10px;
    border-radius: 0px;
    color: #000;
    margin: 0 2px;
    font-size: 15px;
    outline: none;
}
.matches-detail .filter-box .nav-link.active{
     background: linear-gradient(135deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
     color: #fff;
}
.matches-detail .filter-box .accordion-button{
    background-color: #efefef;
     background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    /* color: transparent !important; */
    border: none;
        font-family: "Ubuntu", sans-serif;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(0);
}
.matches-detail .filter-box .sort-list .list-item{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.matches-detail .filter-box .sort-list .list-item:last-child{
    margin-bottom: 0px;
}
.matches-detail .filter-box .sort-list .list-item .edit-icon{
     background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    margin-left: 10px;
    font-size: 15px;
}
.form-check-label{
    color: #ff4e8c;
}
.matches-detail .filter-box .sort-title{
    font-size: 18px;
     background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}
.matches-detail .filter-box .sort-list-title{
     font-size: 18px;
      background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
     padding:8px 10px;
         font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}
.matches-detail .filter-box .sort-list{
    padding-left: 15px;
}
.matches-detail .filter-box .sort-list li{
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.matches-detail .filter-box .sort-list li::after {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.matches-detail .filter-box .sort-list li span{
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
}
.matches-detail .filter-box hr{
    border-color: #ff4e8c49;
}
 .btn-send-msg {
   border: 1px solid #ed1e79;
   padding: 5px;
   background: white;
   border-radius: 18px;
   font-size: 13px;
   color: #ed1e79 !important;
   display: block;
 }

  .btn-send-msg:hover ,  .btn-send-msg:focus{
     border: 1px solid #ed1e79;
        color: #ed1e79 !important;
  }

 .btn-call-now {
   border: 1px solid #ed1e79;
   padding: 5px;
   background: #ed1e79;
   border-radius: 18px;
   font-size: 13px;
   color: white !important;
   display: block;
 }

 .btn-call-now:hover , .btn-call-now:focus{
    background: #ed1e79;
    border: 1px solid #ed1e79;
 }



  .user-icons {
   margin-bottom: 0px;
 }

 .user-icons ul {
   display: flex;
   justify-content: space-around;
   margin-bottom: 0px;
   text-align: center;
 }

 .user-icons ul li a {
   font-size: 12px;
   line-height: 20px;
   color: #000;
 }

 .user-icons ul li a i {
   font-size: 16px;
 }


 .team-matches .team-block-inner-two{
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:url(../images/partner-preference.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius:10px;
}
.team-matches .team-block-inner-two .image-box{
    width:100%;
    height:250px;
    margin-bottom: 0px;
}
.team-matches .team-block-inner-two .image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: top;
}

  .team-matches .team-block-inner-two:hover .shape-small {
       bottom: 0px;
    right: 0px;
      position: absolute;
    z-index: 5;
  display: block;
    transition: 0.6s;
    pointer-events: none;
}
.team-matches .team-block-inner-two .shape-small {
 display: none;
}
.team-matches .team-block-inner-two:hover .shape-small i{
    position: absolute;
    right: 10px;
    /* z-index: 99999; */
    bottom: 10px;
    font-size: 16px;
    color: #fff;
  }



.team-block-inner-two .inner-box .image-box{
  position: relative;
  /*background: #4527a4;
  border-radius: 50%;*/
  overflow: hidden;
      object-position: top;
    aspect-ratio: 1;
        border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.team-block-inner-two .inner-box .image-box img{
  width: 100%;
/*  border-radius: 50%;*/
  transition: all 500ms ease;
}

.team-block-inner-two:hover .inner-box .image-box img{
  transform: scale(1.1);
}

.team-block-inner-two .inner-box .lower-content{
  position: relative;
  padding: 15px;
 
}

.team-block-inner-two .inner-box .lower-content h2{
     position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #222;
    /* text-transform: uppercase; */
    margin-bottom: 10px;

}
.team-block-inner-two .inner-box  .desc-list li{
  font-size: 13px;
  color:#000;
  margin-bottom: 10px;
}
.team-block-inner-two .inner-box .lower-content h2{
    font-weight: 400;
    font-size: 20px;
     font-family: "Ubuntu", sans-serif;
}
.team-block-inner-two .inner-box .lower-content h2 a span{
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
}
.team-block-inner-two .inner-box .lower-content h2 a{
  display: inline-block;
  color: #222;
}
.team-block-inner-two .inner-box .lower-content h2  small{
    font-size:14px;
    font-family: "Ubuntu", sans-serif;
   
}
.team-block-inner-two .inner-box .lower-content h2  small span{
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    font-family: "Ubuntu", sans-serif;
}


.team-block-inner-two .inner-box .lower-content .designation{
  position: relative;
  font-size: 13px;
}

.team-block-inner-two .inner-box .lower-content .icon-1{
  position: absolute;
  left: 7px;
  top: -77px;
  background: #131d27;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.team-block-inner-two .inner-box .lower-content .icon-2{
  position: absolute;
  right: -4px;
  top: -115px;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}




.advanced-search{
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 20px;
}
.advanced-search .nav-link{
   padding: 0px;
text-align: left;
background: transparent;
color: #000;
font-size: 16px;
    position: relative;
}
.advanced-search .nav-link.active{
   background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    padding-bottom: 10px;
}
   .advanced-search .nav-link.active:after {
    position: absolute;
    content: '';
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    width: 6%;
    height: 2px;
    left:42%;
    bottom: 0px;
}
.advanced-search .nav-link.active:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    width: 40%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.advanced-search label{
     background-image: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    margin-bottom: 10px;
}
.advanced-search .form-control , .advanced-search .form-select{
    font-size: 14px;
}



.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}


.contact-section{
    padding: 50px 0px 50px;
}
.contact-section .highlighted-title{
    font-size: 40px;
}

 .contact-section .contact-right{
    padding-left:  50px;
}
.contact-section .contact-left{
    background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    padding: 30px;
}
.contact-section .contact-left .social-icons ul li {
    list-style-type: none;
}
.contact-section .contact-left .social-icons ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}
.contact-section .contact-left .social-icons ul li {
    color: rgba(255,255,255,0.80);
    text-align: center;
    font-size: 14px;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255,255,255,0.80);
    border-radius: 0px;
    line-height: 45px;
    margin:0px 10px 0px 0px;
    transition: 0.6s all;
}
.contact-section .contact-left .social-icons li a {
    cursor: pointer;
    color: rgba(255,255,255,0.80);
}
.contact-section .contact-left .social-icons li:hover{
    color: var(--main-color);
    background: #fff;
}
.contact-section .contact-left .social-icons li:hover a{
    color: var(--main-color) !important;
}
.contact-section .contact-title{
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
.contact-section .contact-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: rgba(255,255,255,0.80);
    margin-bottom: 10px;
}
.contact-section .contact-detail{
    display: flex;
    margin-bottom: 25px;
}
.contact-section .contact-detail .icon{
    font-size: 26px;
    color: rgba(255,255,255,0.80);
    text-align: center;
    position: relative;
}
.contact-section .contact-detail .text{
    margin-left: 15px;
    margin-top: 10px;
}
.contact-section .contact-detail .text .reservation-text{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-section .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
}
.contact-section .contact-detail .text .reservation-title a{
    font-size: 15px;
    color: rgba(255,255,255,0.80);
    margin-right: 10px;
}
.contact-section .get-title{
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 24px;
}
.contact-section form .form-label{
    color: #1D66A7;
    font-weight: 600;
}
.contact-section form .form-control{
    max-width: 100%;
    padding:12px 10px ;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width:  1px;
    border-style: solid;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-section .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #ececec;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .contact-section .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
  }
  
 .contact-section .input-field:focus {
    border: none;
  }


.attribution {
    font-size: 11px;
    text-align: center;
     font-family: "Ubuntu", sans-serif;
  }
  .attribution a {
    color: hsl(228, 45%, 44%);
  }

.profile-picture {
  width: 60px;
  border-radius: 50%;
  margin-left: 2vw;
  margin-right: 2vw;

}   
.seconday-heading {
    font-weight: 400;
  color:hsl(219, 12%, 42%);
  margin-bottom: 0;
  font-size: 16px;
   font-family: "Ubuntu", sans-serif;
}
.notificationPopupClass {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    margin-top: 2vh;
}
.notificationPopupClass:hover{
    cursor: pointer;
}
.notificationPopupClass .unread{
    border-radius: 50%;
    height: 2px;
}
.notificationPopupClass .name{
    color: #ff4e8c;
    font-weight: 400;
}
.notification-heading{
    color:  hsl(224, 21%, 1);
    font-weight: 400;
    font-size: 24px;
}
.notification-no{
    border-radius: 6px;
    padding:1px 9px;
    background:linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);;
color: hsl(0, 0%, 100%);
}
.chess-club{
    color:  hsl(219, 85%, 26%);
    font-weight: 400;
}
.read{
     background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    text-decoration: underline;
    font-size: 16px;
}
.profile-picture:hover{
    transform: scale(1.2);
}
.header:hover{
    cursor: pointer;
}
.read:hover{
    cursor: pointer;
}
.notification-colour{
    background-color: hsl(0, 0%, 100%);
    margin-top: 2vh;
}
.time{
    color: hsl(219, 14%, 63%);
}
.notificationPopupClass .fa-solid{
    font-size: .7rem;
    color:hsl(1, 90%, 64%);
}
.my-post{
    color:hsl(224, 21%, 14%);
}

.main-profile {
   position: relative;
 }

 .main-img-set {
   width: 100%;
   height: 400px;

 }

 .main-img-set img {

   border-top-right-radius: 16px;
   border-top-left-radius: 16px;
   width: 100%;
   min-width: 100%;
   height: 100%;
   object-fit: inherit;
   position: relative;
   object-position: top;
   z-index: 0;

 }

.main-img-set .main-names{
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.main-images-upload-profile a {
   padding: 12px 18px;
    background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
   border: none;
   border-radius: 5px;
   /* position: absolute;
    top: 9%;
    right: 5%;*/
   z-index: 99;
   font-weight: 400;
   color: #fff;
   margin-bottom: 15px;
 }

 .main-images-upload-profile a i {
   margin-right: 5px;
   color: #fff;
   font-size: 16px;
 }

 .main-img-set .main-names h3 {
   font-size: 20px;
   color: #000;
   margin-bottom: 10px;
   font-weight: 500;

 }

 .main-img-set .main-names h5 {
   font-size: 14px;
   color: #ff4e8c;
   margin-bottom: 0px;
   font-weight: 300;
   font-family: "Ubuntu", sans-serif;

 }

 .main-img-set .main-images-upload a {
   padding: 8px 18px;
   background: #fff;
   border: 1px solid #29abe2;
   border-radius: 13px;
   position: absolute;
   top: 9%;
   right: 5%;
   font-family: "DM Sans", sans-serif !important;
   z-index: 99;
   font-weight: 600;
   color: #29abe2;
 }

 .main-img-set .main-images-upload a i {
   margin-right: 10px;
   color: #29abe2;
   font-size: 16px;
 }
.profile-horscope {
   padding: 30px 0;
 }

 .profile-horscope .img-box {
   width: 100%;
   height: 180px;
   margin-bottom: 20px;
   margin-top: 10px;
 }

 .profile-horscope img {
   position: relative;
   border-radius: 0px;
   width: 100%;
   min-width: 100%;
   height: 100% !important;
   object-fit: cover;
 }

 .horoscope-img {
   width: 100%;
   height: 150px;
   margin-bottom: 20px;
 }
.delete-image-btn {
   background: #d90000;
   border-radius: 8px;
   color: #fff;
   border: none;
   padding: 8px 10px;
 }

 .delete-image-btn i {
   margin-right: 5px;
   font-size: 13px;
 }
 .main-content-seg {
   background: #fff;
   padding: 20px;
   margin-bottom: 25px;
   border-radius: 16px;
 }

 .main-content-seg.radius {
   border-radius: 16px !important;
 }

 .iconedss {
   width: 30px;
   height: 30px;
   display: block;
   border-radius: 50%;
   stroke: #fff;
   background: #50E38E;

   -webkit-animation: bounceIcons .17s ease-in-out;
   animation: bounceIcons .17s ease-in-out;
   -webkit-animation-delay: .25s;
   animation-delay: .25s;
 }

.icons-editeds a i {
   width: 40px;
   height: 40px;
   line-height: 40px;
   background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
   text-align: center;
   border-radius: 5px;
   color: #fff;
   position: absolute;
   top: 5%;
   right: 5%;

   z-index: 99;
 }


.interest-detail {
  /* background: #f9fafd; */
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(60,172,226,0.08), 0 1.5px 3px rgba(161,75,193,0.06);
  padding: 20px 20px;
  margin-bottom: 32px;
  transition: box-shadow 0.2s;
}

.interest-detail:hover {
  box-shadow: 0 6px 32px rgba(60,172,226,0.15), 0 3px 10px rgba(161,75,193,0.10);
}

.interest-detail .header {
  background: linear-gradient(135deg, #ff4e8c, #a14bc1, #3CACE2);
  padding: 9px 16px;
  color: #fff;
  border-radius: 16px 16px 0px 0px;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(255,78,140,0.11);
  letter-spacing: 0.2px;
  font-family: 'Cinzel Decorative', serif;
}

.interest-detail .table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.interest-detail .table thead th {
  border-bottom: 2px solid #f0f0f0;
  background: #f3f7fb;
  color: #3CACE2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 10px;
}

.interest-detail .table .table-img-box {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(60,172,226,0.07);
  background: #f3f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interest-detail .table .table-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.interest-detail .table.fold-table>tbody>tr.view td,
.interest-detail .table.fold-table>tbody>tr.view th {
  cursor: pointer;
  background: #fff;
  transition: background 0.2s;
}

.interest-detail .table.fold-table>tbody>tr.view:hover td,
.interest-detail .table.fold-table>tbody>tr.view:hover th {
  background: #f6f9fd;
}

.interest-detail .table.fold-table>tbody>tr.view td:first-child,
.interest-detail .table.fold-table>tbody>tr.view th:first-child {
  position: relative;
  padding-left: 42px;
}

.interest-detail .table.fold-table>tbody>tr.view td:first-child:before,
.interest-detail .table.fold-table>tbody>tr.view th:first-child:before {
  content: "\2b";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
  font: 15px 'Font Awesome 5 Free';
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(60,172,226,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(.4,2.2,.2,1);
}

.interest-detail .table.fold-table>tbody>tr.view.open td:first-child:before,
.interest-detail .table.fold-table>tbody>tr.view.open th:first-child:before {
  transform: translateY(-50%) rotate(-180deg);
  background: linear-gradient(135deg, #a14bc1, #ff4e8c, #3CACE2);
}

.interest-detail .close-btn,
.interest-detail .success-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #ef486a;
  border-radius: 50% !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #f2e0e3;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin-right: 8px;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: 0 0.5px 3px rgba(239, 72, 106, 0.06);
}

.interest-detail .close-btn:hover,
.interest-detail .close-btn:focus {
  background: #ef486a !important;
  color: #fff !important;
  border-color: #ef486a;
  box-shadow: 0 4px 28px rgba(239, 72, 106, 0.08);
}

.interest-detail .success-btn {
  color: #0abb75;
  border: 1.5px solid #aedfd1;
  box-shadow: 0 0.5px 3px rgba(10, 187, 117, 0.06);
}

.interest-detail .success-btn:hover,
.interest-detail .success-btn:focus {
  background: #0abb75 !important;
  color: #fff !important;
  border-color: #0abb75;
  box-shadow: 0 4px 28px rgba(10, 187, 117, 0.09);
}

.interest-detail .table.fold-table>tbody>tr>td>span {
  margin-left: 12px;
  font-size: 15px;
  color: #222;
}

.interest-detail .table.fold-table>tbody>tr.fold {
  display: none;
}

.interest-detail .table.fold-table>tbody>tr.fold.open {
  display: table-row;
  background: #f4f8ff;
  animation: fadeInFold .3s;
}

@keyframes fadeInFold {
  from { opacity: 0; transform: translateY(-6px);}
  to   { opacity: 1; transform: translateY(0);}
}

.fold-content {
  padding: 1.2em 0.5em 1.5em 0.5em;
  background: #f7fafd;
  border-radius: 0 0 14px 14px;
  border-top: 1.5px solid #edeff3;
}

.fold-content h3 {
  margin-top: 0;
  font-size: 1.15em;
  color: #3CACE2;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.fold-content > .interest-detail .table {
  border: 2px solid #eaeaea;
  border-radius: 10px;
  background: #fff;
}

.fold-content > .interest-detail .table > tbody tr:nth-child(even) {
  background: #f3f7fd;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #121212;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: #FFC107;
}

@media (min-width:2000px) {
    .banner .banner-img{
        position: absolute;
        top: 0;
        right: 0;
        width: 730px;
        z-index: 1;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
      box-shadow: 0 2px 8px rgba(0,0,0,.16);
        background: #fff;
    }
    .mobile-header .logo img {
        width: 60px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 120px;
    }
    .toggler {
    color: #E71D73;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #E71D73;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .search-form .search-form-header , .about-us .title{
        font-size: 20px;
        line-height: 30px;
    }
    .banner .banner-carousel .owl-dots{
        top: 75%;
    }
    .banner-carousel .banner-img-1 , .banner-carousel .banner-img-2 ,.banner-carousel .banner-img-3{
      height: 250px;
    }
    .heart-1{
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
      box-shadow: 0 2px 8px rgba(0,0,0,.16);
        background: #fff;
    }
    .mobile-header .logo img {
        width: 160px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 120px;
    }
    .toggler {
    color: #E71D73;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #E71D73;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .search-form .search-form-header , .about-us .title{
        font-size: 20px;
        line-height: 30px;
    }
    .banner .banner-carousel .owl-dots{
        top: 75%;
    }
    .banner-carousel .banner-img-1 , .banner-carousel .banner-img-2 ,.banner-carousel .banner-img-3{
      height: 250px;
    }
    .heart-1{
        display: none;
    }
     .highlighted-head .highlighted-title , .highlighted-head-white .highlighted-title{
        font-size: 26px;
    }
    .member-slide .owl-nav button.owl-next{
        right: 5px;
    }
    .member-slide .owl-nav button.owl-prev{
        right: 65px;
    }
    .register-bg .bg-box{
        padding: 50px 20px;
    }
    .register-bg .bg-box .box-title{
        font-size: 24px;
        line-height: 30px;
    }
    .workspace-plan .workspace-detail {
    margin-top: -150px;
}
.workspace-plan .workspace-detail .work-space-card .work-card-number{
    font-size: 20px;
}
.highlighted-members .member-box .img-box{
    height: 250px;
}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
      box-shadow: 0 2px 8px rgba(0,0,0,.16);
        background: #fff;
    }
    .mobile-header .logo img {
        width: 160px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 120px;
    }
    .toggler {
    color: #E71D73;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #E71D73;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .search-form .search-form-header , .about-us .title{
        font-size: 20px;
        line-height: 30px;
    }
    .banner .banner-carousel .owl-dots{
        top: 75%;
    }
    .banner-carousel .banner-img-1 , .banner-carousel .banner-img-2 ,.banner-carousel .banner-img-3{
      height: 250px;
    }
    .heart-1{
        display: none;
    }
     .highlighted-head .highlighted-title , .highlighted-head-white .highlighted-title{
        font-size: 26px;
    }
    .member-slide .owl-nav button.owl-next{
        right: 5px;
    }
    .member-slide .owl-nav button.owl-prev{
        right: 65px;
    }
    .register-bg .bg-box{
        padding: 50px 20px;
    }
    .register-bg .bg-box .box-title{
        font-size: 24px;
    }
    .workspace-plan .workspace-detail {
    margin-top: -150px;
}
.workspace-plan .workspace-detail .work-space-card .work-card-number{
    font-size: 20px;
}
.highlighted-members .member-box .img-box{
    height: 250px;
}
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
      box-shadow: 0 2px 8px rgba(0,0,0,.16);
        background: #fff;
    }
    .mobile-header .logo img {
        width: 160px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 120px;
    }
    .toggler {
    color: #E71D73;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #E71D73;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .search-form .search-form-header , .about-us .title{
        font-size: 20px;
        line-height: 30px;
    }
    .banner .banner-carousel .owl-dots{
        top: 75%;
    }
    .banner-carousel .banner-img-1 , .banner-carousel .banner-img-2 ,.banner-carousel .banner-img-3{
      height: 250px;
    }
    .heart-1{
        display: none;
    }
    .highlighted-head .highlighted-title , .highlighted-head-white .highlighted-title , .banner-content.mobile-view .search-form .search-form-header{
        font-size: 26px;
    }
    .member-slide .owl-nav button.owl-next{
        right: 5px;
    }
    .member-slide .owl-nav button.owl-prev{
        right: 65px;
    }
    .register-bg .bg-box{
        padding: 50px 20px;
    }
    .register-bg .bg-box .box-title{
        font-size: 24px;
    }
    .workspace-plan .workspace-detail {
    margin-top: -150px;
}
.workspace-plan .workspace-detail .work-space-card .work-card-number{
    font-size: 20px;
}
.highlighted-members .member-box .img-box{
    height: 250px;
}
.contact-section .contact-right {
    padding-left: 0px;
}

.mobile-header .sign-in .dropdown .dropdown-toggle::after {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\F282";
    font-family: "Bootstrap-icons";
    margin-left: 5px;
    color: #000;
}
.mobile-header .sign-in .dropdown  .user-img{
    width: 40px;
    border-radius: 50%;
}
.mobile-header .sign-in .dropdown .dropdown-menu {
    margin: 0;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    min-width: 190px;
    border: none;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}
.mobile-header .sign-in .dropdown .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 22px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px;
    border-color: transparent transparent #fff;
    box-sizing: border-box;
}
.mobile-header .sign-in  .dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
    background: #fff;
}
.mobile-header .sign-in .dropdown .dropdown-menu .submenu{
    margin-left: 15px;
}
.mobile-header .sign-in .dropdown  .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 2px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    float: left;
    letter-spacing: 0.5px;
    clear: both;
    position: relative;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.mobile-header .sign-in .dropdown .dropdown-item:focus,
.mobile-header .sign-in .dropdown .dropdown-item:hover,
.mobile-header .sign-in .dropdown .dropdown-item.active {
    background: -webkit-linear-gradient(135deg, #3CACE2, #a14bc1, #ff4e8c);
    color: #fff !important;
}
.mobile-header .sign-in .dropdown-item.active,
.mobile-header .sign-in .dropdown-item:active {
    background: 0 0;
}


}