/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
    border-color: rgba(232, 117, 2, 1);
}


/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 10s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}






#topbar a {
    line-height: 0;
    color: rgba(255, 255, 255, .5) !important;
    transition: 0.3s;
    padding-right: 10px;
    font-size: 13px;

}

#topbar .contact-info a:hover {
    color: #fff;
}

#topbar .contact-info i {
    color: #4DB7FE !important;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0;
    margin-right: 0px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}


#topbar .dark-call {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFC107;
    border-radius: 50%;
    position: relative;
    top: 3px;
    right: 3px;
}

#topbar .light-call {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 3px;
}



#topbar .js-font-decrease {
    padding-right: 10px !important;
}

#topbar .js-font-normal {
    padding-right: 10px !important;
}


#topbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

#topbar a.dropdown-item {
    color: #0d003a !important;
    font-size: 13px;
    line-height: 20px;
}

#topbar .dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 0;
    padding: 0 0 5px 0;
    margin: 11px 0 0 0 !important;
}

.dropdown-menu a {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
}

.dropdown-menu a:hover {
    color: #ea7c02;
}

#topbar .dropdown-menu ul {
    padding: 0 0 20px 0;
    line-height: 0;
}

#topbar .dropdown-menu li {
    padding: 0;
    line-height: 0;
}

#topbar a.dropdown-item:hover {
    color: #106eea !important;
    font-size: 13px;
    line-height: 20px;
}

@media (max-width: 400px) {
    #topbar .contact-info a {
        padding-right: 6px;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar-brand img {
    height: 80px;
}

.navbar .navbar-nav {
    padding: 0px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ee9101 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}


.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 15px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 14px;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.header-bg {
    background: linear-gradient(to right, blue, rgba(0, 0, 0, 0)), url(https://grainy-gradients.vercel.app/noise.svg);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }

    .navbar ul {
        flex-direction: column;
    }

    .d-none-head {
        display: none !important;
    }

    /* .navbar-brand img {
        height: 50px;
    } */
}

.brand-name {
    font-size: 40px;
    line-height: 55px;
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    text-align: center;
}

.brand-name span {
    font-size: 20px;
    color: #4DB7FE;
    display: block;
    text-align: center;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

/*.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}*/

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 70px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #f3680b !important;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: #fed800;
    transition: .8s;
}

.carousel-control-next {
    width: 70px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #f3680b !important;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: #fed800;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 16px;
    height: 16px !important;
    background: #ff934bbd !important;
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
    /* padding: 0px; */
    box-sizing: border-box;
    border: none;
}

#carouselId .carousel-indicators li.active {
    background: #f3680b !important;
}

#carouselId .carousel-indicators li:hover {
    background: #fed600;
    opacity: 1;
}

@media (max-width: 992px) {


    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0px !important;
}
@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 34px;
        height: 42px;
        top: 35%;
    }

    .carousel-control-prev span .carousel-control-next span {
        width: 25px !important;
    }

    .carousel-item img {
        min-height: 200px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }

    .about-img1 {
        display: none;
    }
    .page-header {
    padding: 70px 0px !important;
}
.search-users-header {
  padding: 30px 0px !important;
}
}



.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;

}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}

.blog-icon-1 {
    position: relative;
    top: -4px;
}

.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/
/*
.testimonial-item {
    background: #e3e4f0;
}
*/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #e3e4f0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #f3680b;
}

/*.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}*/

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

/*.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}*/

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(214 225 255), rgba(230, 250, 245, .3)), center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
    background-color: #d5d8ea;
}

.contact-map {
    background: #ffffff;
    /* background: linear-gradient(180deg, rgba(255,218,0,1) 0%, rgba(232,117,2,1) 100%); */
    box-shadow: 0px 0px 10px 0px #00000021;
}

.contact-detail i {
    font-size: 24px;
}

.contact-icons {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
}

.contact-form {
    /* background: #4DB7FE; */
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
}

.services-content-icon h4 {
    min-height: 60px;
}

/*** Contact End ***/
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 15px 0;
    text-align: center;
}

.clients img {
    max-width: 65%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

.clients img:hover {
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .clients img {
        max-width: 40%;
    }
}

#clients .section-bg {
    background-color: #f6f9fe;
}

#clients {
    background-color: #EDF1FC !important;
}

/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #fff;
    opacity: 1;
}

/*** Footer End ***/

.pm-5 {
    padding: 3rem !important;
}

.dm-none {
    display: block;
}

.dm-none-reverse {
    display: none;
}

.text-color {
    color: #f3680b !important;
    font-size: 20px;
}

.contact-detail a {
    font-size: 15px;
}

.form-select {
    height: 50px;
    font-size: 18px;
    margin-bottom: 10px;
}


.form-button {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
    font-size: 20px;
    height: 50px;
}

.font1 {
    font-size: 30px;
}

.text-color1 {
    color: #fed400;
}

.main-btn {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
    color: #000000 !important;
    padding: 10px 30px;
    border: 1px solid #ea7c02 !important;
    font-size: 18px;
    width: max-content;
}

.textarea-box {
    height: unset !important;
}

.form-padding {
    padding: 50px !important;
}

.el-card-content h6 {
    color: #f3680b !important;
    font-size: 18px;
    margin-bottom: 15px;
}

.el-card-content p {
    font-size: 20px;
    color: #f26734;
    font-weight: 700;
    margin-top: 10px;
}

.text-size {
    color: #36393c !important;
    font-size: 18px;
}

.margin-box {
    margin-right: 10px;
}

label.error {
    color: #bb0000;
}

.text-pad {
    padding-top: 50px;
}

.f-size {
    font-size: 30px !important;
}

p strong,
div strong,
p b {
    color: #f3680b !important;
}

.pages-content {
    padding: 60px 0px 100px;
}

.padding-top {
    padding: 50px 0px;
}

.account-btn {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
    color: #000000 !important;
    padding: 10px 30px;
    border: 1px solid #ea7c02 !important;
    font-size: 18px;
    width: 100%;
}

.account-title {
    color: #f3680b !important;
    font-size: 30px;
}

.card-body {
    padding: 25px;
}

.card.shadow-sm.bg-white.rounded {
    border: 2px solid #ffe984;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: bold;
    color: #484848;
}

#terms {
    gap: 10px;
}

#terms .form-label {
    margin: 0px !important;
}

.nav-tabs {
    gap: 10px;
    border: none;
    padding: 0px 10px;
}

.nav-tabs .nav-link {
    border-color: #f3680b;
    border-radius: 10px;
    color: #f3680b;
    font-size: 20px;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f3680b;
    border-color: #f3680b;
    border-radius: 10px;
}

.tab-content label {
    font-weight: bold;
    color: #484848;
}

.submit-btn {
    background: linear-gradient(180deg, rgb(255, 218, 0) 0%, rgb(232, 117, 2) 100%);
    border: none;
    color: #000 !important;
    padding: 12px 40px;
}

.back-btn {
    background: #1a213d;
    color: #fff !important;
    padding: 12px 40px;
    border: none;
}

.dashboard-menu .nav-link {
    font-weight: 700;
}

.dashboard-menu .nav-link:hover {
    border-color: #f3680b;
}

.dashboard-content2 {
    padding: 50px;
}

.card-header {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.user-name-profile {
    color: #f3680b;
}

.dashboard-side-menu {
    padding: 50px 10px !important;
}

.dashboard-side-menu #menu {
    width: 100%;
}

.dashboard-side-menu .nav-item {
    width: 100%;
    padding: 0px !important;
}

.dashboard-side-menu .nav-link.active {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
    color: #000 !important;
    padding: 10px !important;
}

.dashboard-side-menu #menu li a {
    color: #fff;
    border: 1px solid #fff;
    margin: 8px 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard-button {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(232, 117, 2, 1) 100%);
    color: #000000 !important;
    padding: 10px 30px;
    border: 1px solid #ea7c02 !important;
    font-size: 18px;
}

#types_of_manglik {
    margin-top: 16px;
}

@media (max-width:990px) {
    .pm-5 {
        padding: 1rem !important;
    }

    .dm-none {
        display: none;
    }

    .dm-none-reverse {
        display: block;
    }

    .main-btn {
        /*        margin-bottom: 10px;*/
        padding: 8px 20px;
        font-size: 15px;
        line-height: 30px;
    }
   .mobile-header .dropdown-toggle{
      margin-left: 50px;
    }
    .search-users-title{
        font-size: 28px !important;
    }

    .navbar-toggler {
        font-size: 28px;
        border: 1px solid #fff !important;
        padding: 8px 18px;
        border-radius: 5px;
    }

    .form-padding {
        padding: 35px 20px !important;
    }

    .home-form .form-select,
    .home-form .form-control {
        margin-bottom: 10px;
    }

    .brand-name {
        font-size: 28px;
        line-height: 40px;
    }

    .box-pad {
        padding-top: 00px;
    }

    .mb-size {
        margin-bottom: 10px;
    }

    .f-size {
        margin-top: 30px !important;
    }

    .dashboard-content2 {
        padding: 20px;
    }

    #myTab .nav-item {
        width: 100%;
    }

    #myTab .nav-item .nav-link {
        width: 100%;
    }

    .thankyou-title {
        font-size: 45px !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1rem;
        height: 1rem;
    }

    #navbarCollapse {
        position: absolute;
        top: 170px;
        left: 0px;
        z-index: 999;
        background-color: #115b74;
        width: 100% !important;
    }

    .price-title {
        font-size: 50px !important;
    }

    .users-name span {
        font-size: 31px !important;
        text-align: center;
    }

    .users-name {
        font-size: 22px !important;
        text-align: center;
        line-height: 30px;
    }

    .caste-title {

        font-size: 30px !important;
    }
}



.thankyou-title {
    font-size: 70px;
}

.thankyou-text {
    font-size: 20px;
    line-height: 40px;

}

.price-color {
    color: #115b74;
    font-size: 70px;
}

.rich-color {
    color: #ec8702;
    font-size: 40px;
}

.price-title {
    color: #115b74;
    font-size: 70px;
}

.user-details {
    font-size: 20px;
}

.user-list-items {
    list-style: none;
    padding: 0px;
    font-size: 18px;
}

.user-list-items li {
    margin-bottom: 10px;
}

.users-name {
    font-size: 25px;
    line-height: 45px;

}

.users-name span {
    color: #f3680b !important;
    font-size: 35px;
    line-height: 45px;
}

.users-image {
    border: 3px solid #f3680b !important;
    padding: 10px !important;
    border-radius: 20px;
}

.users-phone {
    font-size: 20px;
    color: #f3680b;
}

.users-phone span {
    color: #000;
}

#profile_upload_form {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.caste-title {
    color: #115b74;
    font-size: 50px;
}

.caste-content {
    max-width: 1100px;
    width: 100%;
    font-size: 18px;
}

.user-border {
    border: 1px solid #ec8502;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0px !important;
    box-shadow: 0px 0px 3px 0px #f3680b69;
}

.user-border .users-phone {
    font-size: 18px;
}

.user-border .users-image {
    border: 3px solid #f3680b !important;
    padding: 5px !important;
}

@media(max-width: 990px) {
    .user-border .users-phone {
        text-align: center;
    }
}

.pricing-box {
    border: 1px solid #ec8702;
    padding: 40px 20px;
    height: 100%;
    margin: 7px;
    border-radius: 10px;
}

.pricing-box.active {
    box-shadow: 0px 0px 10px 0px #ec8702;
}

.user-profile-card {
    display: flex;
    gap: 20px;
    border: 1px solid #ea810c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000017;
    margin-bottom: 15px;
}

.user-profile-img {
    position: relative;
    border-radius: 10px;
    width: 40%;
    height: 100%;
}
.user-profile-content {
  width: 60%;
}
.user-profile-img img {
    width: 100%;
    height: 160px;
    border-radius: 10px;
}

.user-profile-img {
    position: relative;
}

.user-profile-img:hover .profile-img-hover {
    opacity: 1;
    transform: scale(1);
}

.profile-img-hover {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background-color: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    display: flex;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

}

.profile-img-hover p {
    background-color: #fff;
    color: #f7b501;
    width: 40px;
    height: 40px;
}

.user-profile-name {
    font-size: 18px;
    color: #ea7c02;
    text-transform: capitalize;
}

.user-profile-id {
    font-size: 16px;
}

.user-profile-address {
    font-size: 16px;
    color: #ea7c02;
}

.user-profile-education {
    font-size: 16px;
}

.testimonial-item .user-profile-img img {
    height: 250px;
}

.testimonial-item .user-profile-name {
    font-size: 22px;
    margin-bottom: 20px;
}

.testimonial-item .user-profile-id {
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-item .user-profile-address {
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-item .user-profile-education {
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-item .user-profile-img {
    width: 40%;
}

.sea-all-btn {
    margin: 0 0 auto auto;
    width: fit-content;
    display: block;
    border-radius: 10px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.search-box-form {
    border: 1px solid #ea810c;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #00000017;
    margin-bottom: 10px;
}

.search-box-card {
    height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #ea810c #bf884b5e;
    /* Firefox */
}

.search-box-card:-webkit-scrollbar {
    width: 5px;
    /* Scrollbar की चौड़ाई */
}

.search-box-card:-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Scrollbar ट्रैक का बैकग्राउंड */
    border-radius: 10px;
}

.search-box-card:-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #007bff, #00c6ff);
    /* Gradient effect */
    border-radius: 10px;
}

.search-box-card:-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #0056b3, #0084ff);
    /* Hover effect */
}

#myTabContent .user-profile-card{
    margin-bottom: 0px;
}


@media(max-width: 990px) {
    .user-profile-card {
        display: block;
    }

    .user-profile-img {
        width: 100%;
    }
.user-profile-content {
  width:100%;
}
    .user-profile-img img {
        height: auto;
    }

    .user-profile-content {
        text-align: center;
        margin-top: 20px;
    }

    .testimonial-item .user-profile-img {
        width: 100%;
    }

    .search-box-card {
        padding-right: 0px;
    }
    .sea-all-btn {
  margin: 0 auto;
}
}