/*------------------------------------*\
    RESPONSIVE MIN WIDTH
\*------------------------------------*/

@media (min-width: 1025px) {
    .nav_area ul li:hover ul.sub-menu { display: block;}


    .nav_area > ul > li ul.sub-menu {
        transform-origin: 50% 0;
        left: 50%;
        transform: scaleY(0) translateX(-50%) translateZ(0);
        opacity: 0;
        transition: transform 0.3s, opacity 0.3s;
        display: block;
        min-width: 190px;
    }

    .nav_area > ul > li:hover ul.sub-menu {
        transform: scaleY(1) translateX(-50%) translateZ(0);
        opacity: 1;
    }

    /*ul.menu{display:block !important; }*/
    .member-sign-up .right-side::after {
        left: 50px;
    }
}


@media (min-width: 992px) {
    .toggle {
        display: none !important;
    }


}


@media (min-width: 768px) {
    .border-col {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-left: 15px;
        margin-right: 15px;
    }


    .member-sign-up:before {
        content: '';
        display: block;
        width: 48%;
        height: 100%;
        background: linear-gradient(to right, #f3f2e2, #c8ebeb);
        position: absolute;
        right: 0;
        z-index: -1;
    }
}


/*------------------------------------*\
    RESPONSIVE MAX WIDTH
\*------------------------------------*/

@media only screen and (max-width: 1400px) {
    .review {
        display: none;
    }
}

@media only screen and (max-width: 1250px) {
    .consultant-slider {
        padding: 0 70px;

    }
    .consultant-slider.owl-theme .owl-nav, .payment-slider.owl-theme .owl-nav {
        width: 100%;
        left: 0;
    }
    .head-top-link a, a.book-session, .head-btn {
        font-size: 10px;
    }
    .nav_area ul li a {
        padding: 12px 10px;
        font-size: 10px;
    }

    .logo-slider img {
        margin: 0 auto !important;
    }

}


@media only screen and (max-width: 1024px) {
    .guidance-section .experience-img {
        left: 50%;
    }
    .head-top-link a, a.book-session {
        font-size: 9px;
    }
    .nav_area ul li a {
        padding: 12px 10px;
        font-size: 10px;
    }
    .head-btn {
        margin-left: auto;
        margin-right: 10px;
    }

    .member-sign-up .account-side .experience-img {
        left: 50%;

    }
    .top-footer.pt-lg-5 .col-lg-3:last-child h4 + h4 {
        font-size: 20px;
    }


}


@media only screen and (max-width: 1117px) {
    li.volunteer a:first-child {
        margin-left: 25px;
    }
    li.volunteer a:last-child {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1073px) {
    .border-start {
        border-left: 0 !important;
    }
    li.volunteer a:first-child {
        margin-left: 10px;
    }
    li.volunteer a:last-child {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 995px) {
    .head-social.d-flex.gap-2 ul li {
        margin-right: 10px;
    }
    li.volunteer a {
        font-size: 13px !important;
    }
    li.volunteer a:last-child::before {
        content: '';
        background: url(../img/icon/login.svg);
        position: absolute;
        left: -17px;
        top: 0;
        height: 15px;
        width: 15px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    li.volunteer a:first-child::before {
        content: '';
        background: url(../img/account.svg);
        position: absolute;
        left: -18px;
        height: 15px;
        width: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 0;
    }
    .head-social.d-flex.gap-2 ul li:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {


    .menu {
        position: fixed;
        width: 80%;
        height: 100vh;
        max-width: 280px;
        background: #fafafa;
        left: -100%;
        visibility: hidden;
        top: 0px;
        z-index: 999;
        transition: all .5s ease-in-out;
        box-shadow: 0 0 10px #a1a1a1;
    }

    .menu.open {
        visibility: visible;
        left: 0;
    }
    /*.site-search{*/
    /*	display: none !important;*/
    /*}*/
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
        margin: 0;
        border: none;
    }

    .nav_area > ul > li > ul.sub-menu > li, .nav_area > ul > li > ul.sub-menu > li > a {
        padding: 5px 10px;
        border: none;
    }
    .nav_area ul li {
        display: block;
    }

    .nav_area ul li a {
        font-size: 14px;
    }

    .toggle {
        font-size: 18px;
        text-align: center;
        display: block;
        z-index: 999;
        width: 30px;
        height: 30px;
        background: var(--purple);
        color: #fff;
        line-height: 32px;
        border-radius: 3px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        width: 40px;
        height: 30px;
        top: 10px;
    }

    .consultant-slider.owl-theme .owl-nav img, .payment-slider.owl-theme .owl-nav img {
        width: 30px;
    }
    .consultant-slider, .payment-slider {
        padding: 0 60px;
    }
    .member-sign-up .right-side .experience-img {
        left: 63%;
        top: 75%;
    }

    .head-top-link a img {
        margin-right: 7px;
    }
    .bg-white.head-menu .row {
        align-items: center;
    }
    .otp-field {
        height: 100px;
    }
    .founder h3::after {
        right: 0;
        bottom: 0;
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .founder h3::before {
        left: -30px;
        top: 0;
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .payment-box h2 {
        font-size: 30px;
    }
    .create-account .member-userpic {
        margin-left: 0 !important;
    }
    .member-sign-up.create-account:before {
        width: 100%;
        top: 47%;
    }
    .fs-54 {
        font-size: 40px;
        line-height: 46px;
    }
    .payment-slider a.butn {
        padding: 16px 8px;
        font-size: 14px;
    }

}


@media only screen and (max-width: 990px) {
    .single-contact-item {
        margin-bottom: 20px;
        height: 300px;
    }
    .row .col-md-9 .nav_area ul.menu li:nth-child(3) {
        padding-left: 10px;
    }
    .themes-h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .themes-h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contaent-sec h6 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -2px;
        margin-bottom: 20px;
    }
    ul.social-share {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {

    .fs-54 {
        font-size: 38px;
        line-height: 44px;
    }

    .number-section .inner-item {
        border-left: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #cbb5ce;
    }

    .consultant-slider {
        padding: 0 40px;
    }
    .consultant-slider.owl-theme .owl-nav img {
        width: 25px;
    }
    .head-top-link a {
        font-size: 16px !important;
        display: flex;
    }
    .book-session {
        font-size: 0 !important;
        margin-left: 10px;
    }
    .head-top-link .border-start {
        border: none !important;
    }
    .head-btn {
        order: 4;
        margin-right: 0;
        padding: 10px 10px;
    }
    .head-social a img {
        margin: 0 !important;
    }
    .member-sign-up .account-side:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #f3f2e2, #c8ebeb);
        position: absolute;
        right: 0;
        z-index: -1;
        top: 0;
    }
    .otp-field {
        height: 80px;
    }
    .contact .right-side {
        padding: 20px;
    }
    .left-gradient .experience-img {
        top: 60%;
        left: 50%;
    }
    .right-content {
        left: 50%;
    }
    .number-section h2, .our-efforts h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .founder h3::before {
        top: -35px;
    }
    .founder h3::after {
        bottom: -15px;
    }
    .accordion-body {
        font-size: 16px;
        line-height: 24px;
    }
    .review {
        font-size: 15px;
    }
    .support-form .right-side {
        padding: 20px;
    }
    .support-form .left-gradient .experience-img {
        top: 60%;
        left: 50%;
    }
    li.volunteer {
        display: flex;
    }
    .head-social.d-flex.gap-2 ul li:last-child {
        margin-right: 0;
    }
    .founder h3 {
        max-width: 100% !important;
    }
    .founder h3::before {
        top: -10px;
        left: 0;
        rotate: 180deg;
        height: 50px;
        width: 50px;
        background-size: contain;
    }
    .founder h3::after {
        bottom: 0;
        right: 0;
        height: 50px;
        width: 50px;
        background-size: contain;
    }
    ul.social-share {
        display: flex;
        margin-bottom: 15px;
        margin-top: 5px;
    }
    .container.insights-detail .d-flex.align-items-start.pt-md-5.pt-4.gap-3.post-by {
        display: block !important;
    }

    .container.insights-detail .d-flex.align-items-start.pt-md-5.pt-4.gap-3.post-by .d-flex.justify-content-between.pb-2 {
        display: block !important;
    }

    .container.insights-detail .d-flex.align-items-start.pt-md-5.pt-4.gap-3.post-by .d-flex.justify-content-between.pb-2 h5 {
        margin-bottom: 10px;
    }
    ul.social-share li.title {
        margin-right: 20px;
        margin-left: 0;
    }
    .modal-dialog.dontainetion-popup {
        max-width: 100% !important;
    }
    .name-adds ul li {
        position: relative;
        width: auto;
    }
    .name-adds ul li:first-child {
        display: block;
    }
    .name-adds ul li:first-child button {
        right: 15px;
        top: 60%;
        transform: translate(0%, -30%);
    }
    .social-share-wrap .share-list-icon {
        flex-wrap: wrap;
    }
    .social-share-wrap .share-list-icon ul {
        width: 100%;
    }
    .social-share-wrap .share-list-icon .share-title {
        width: 25%;
        font-size: 14px;
    }
    .sponser-box ul li:first-child {
        width: 20%;
        margin-right: 10px;
    }
    .dontainetion-popup ul li:first-child {
        width: 75%;
    }

    .dontainetion-popup ul li:last-child {
        width: 25%;
    }
    .dontainetion-popup ul.border1 {
        border-bottom: 0;
    }
    .dontainetion-popup h4.form-head {
        color: #02b0ef;
        letter-spacing: 0;
        margin: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .right-side.position-relative::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #fc6c7887;
        border-radius: 15px;
        display: block;

    }
}

@media only screen and (max-width: 883px) {
    .head-social.d-flex.gap-2 ul li a i {
        font-size: 12px;
    }
}

@media only screen and (max-width: 823px) {
    li.volunteer a {
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 781px) {
    li.volunteer a:last-child {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .head-social.d-flex.gap-2 ul li a i {
        font-size: 20px;
    }
    li.volunteer a:last-child {
        margin-left: 30px;
    }
    li.volunteer a:last-child::before {
        content: '';
        background: url(../img/icon/login.svg);
        position: absolute;
        left: -28px;
        top: -2px;
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    li.volunteer a {
        font-size: 15px !important;
    }
    li.volunteer a:first-child {
        margin-left: 40px;
    }
    li.volunteer a:first-child::before {
        content: '';
        background: url(../img/account.svg);
        position: absolute;
        left: -28px;
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 0;
    }
    .head-social.d-flex.gap-2 ul li {
        margin-right: 15px;
    }

}

@media only screen and (max-width: 575px) {

    .fs-sm-36 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .fs-sm-22 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
    .fs-sm-18 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .fs-sm-16 {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .fs-sm-12 {
        font-size: 12px !important;
        line-height: 18px !important;
    }

}

@media only screen and (max-width: 1222px) {
    .dontainer-box-inner .ct-item .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 {
        display: block !important;
        padding: 0 !important;
    }

    .dontainer-box-inner .ct-item .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 p {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .used-sec.overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #beeeff6b;
        z-index: -1;
    }
    .used-sec.overlay .useud-banner-img {
        z-index: -2;
    }
}
@media only screen and (max-width: 991px) {
    .menu.open {
        display: grid !important;
        align-content: flex-start;
        padding-left: 20px;
        padding-top: 100px;
    }
    .menu.open li:first-child a {
        padding: 12px 10px;
    }
    ul.menu.open img.side-bar-logo {
        display: block;
        padding-left: 10px;
    }
    ul.menu.open #menu-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #fc6c78;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
    }
    li.first a {
        margin-left: 10px;
    }
    .head-top-link a img {
        margin-right: 0;
        display: block;
    }

    .home-banner {
        position: relative;
        z-index: 0;
    }
    .home-banner::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #edfaff7a;
        z-index: -1;
    }
    .review {display: none;}
    .guidance-section::after {
        width: 100%;
        z-index: -1;
    }

    .name-adds ul li.mob-value {
        display: block;
    }
    .name-adds ul li select {
        display: none;
    }
    .name-adds ul li:first-child input {
        width: 80%;
    }

    .name-adds ul li {
        width: auto;
    }

    .name-adds ul li label {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    #desktopSponsorMessage {
        display: none;
    }
    #mobileSponsorMessage {
        display: block;
    }

    .site-logo {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    /*.header .container .middel{
            justify-content: space-between !important;
        }*/
    .col-md-4.d-flex.align-items-center.justify-content-end.head-top-link.gap-2.middel {
        justify-content: space-between !important;
        margin: 0 !important;
        height: 50px;
    }

    .bg-white.head-menu .row {
        align-items: center;
    }

    .guidance-section::after {
        width: 100%;
        z-index: -1;
    }
    .bottom-footer.py-4 {
        text-align: center;
    }
    .themes-h4 {
        margin-bottom: 0;
    }
    .themes-h2 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-bottom: 10px !important;
    }
    .used-sec ul {
        display: block;
    }
    .used-sec ul li:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .used-sec ul li:first-child a {
        margin: 0 !important;
    }
    .used-sec ul li:last-child a {
        display: block;
    }
    .themes-h3 {
        font-size: 27px;
        letter-spacing: -2px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .founder h3::before {
        top: 0;
        height: 40px;
        width: 30px;
        background-size: contain;
    }
    .founder h3::after {
        height: 40px;
        width: 30px;
        background-size: contain;
        bottom: 20px;
    }
    .campaigns-nav-right {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .campaigns-nav-right .input-box {
        margin-top: 10px;
    }
    .ct-item.position-relative .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 {
        align-items: center;
        padding: 10px !important;
    }
    .capmpaign-box .ct-item.position-relative .d-flex.border-top.align-items-center.justify-content-between.px-3.py-4.style {
        flex-wrap: wrap;
    }

    .capmpaign-box .ct-item.position-relative .d-flex.border-top.align-items-center.justify-content-between.px-3.py-4.style p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .chat-box-top {
        flex-wrap: wrap;
    }
    /* .chat-area{
        display: none;
    } */
    .chat-box-top div {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .search-b {
        position: relative;
        width: 100% !important;
        margin: 10px 0;
    }
    .review {
        display: none;
    }
    .single-contact-item {
        margin-bottom: 20px;
        height: 300px;
    }
    .ct-item.position-relative a img.ct-img {
        height: 200px;
    }
    .ct-item.position-relative .ct-info h3 {
        color: #005f81;
        font-weight: 500;
        font-size: 20px;
    }
    .ct-item.position-relative .px-3.py-4.d-flex.gap-2.ct-contact.justify-content-between.w-100 p {
        font-size: 11px;
    }

    .ct-item.position-relative .px-3.py-4.d-flex.gap-2.ct-contact.justify-content-between.w-100 a {
        font-size: 12px !important;
    }
    #gdpr-cookie-message button {
        padding: 8px 10px;
    }
    .modal-dialog.dontainetion-popup .modal-content {
        height: auto;
    }
    .dontainetion-popup .modal-content {
        padding: 20px 20px;
        border-radius: 20px;
        overflow: hidden;
    }
    .dontainetion-popup h4 {
        margin: 20px 0;
    }
    .capmpaign-box .style div:last-child {
        display: block;
        align-items: center;
    }
    .ct-info ul li:last-child {
        margin-left: 0;
    }
    .capmpaign-box .ct-info ul li img {
        height: 100px;
        width: 100px;
        margin-right: 10px;
    }
    .ct-info ul li h4 {
        font-size: 20px;
    }
    .dontainetion-popup .d-flex label {
        width: 80%;
    }

    .campaign-detail-sec img.ct-img {
        height: 250px;
        object-position: center;
    }
    /*  */
    .medical-document-btn .boxed-btn {
        padding: 13px 10px;
        margin-top: 20px;
        font-size: 13px;
    }

    .author-data-tab .tabs li {
        font-size: 14px;
        padding: 10px 15px;
    }

    .header-area .title {
        font-size: 75px;
        line-height: 85px;
    }

    .section-title.section-title-four span {
        font-size: 16px;
    }

    .work-towards-area .left-content .inner-section-title .title {
        font-size: 42px;
        line-height: 52px;
    }

    .section-title .title {
        font-size: 36px;
        line-height: 46px;
    }

    .section-title .title {
        font-size: 30px;
        line-height: 32px;
    }

    .section-title.section-title-four .title img {
        top: -12px;
    }

    .recent-single .recent-contents .title {
        font-size: 24px;
    }

    .single-events .events-flex-contents {
        display: inline-block;
    }

    .single-events .events-flex-contents .events-date {
        height: 120px;
        width: 120px;
        margin-bottom: 20px;
    }

    .events-single-item {
        display: block;
    }

    .events-single-item .thumb {
        max-width: 100%;
    }

    .events-single-item .thumb .bg-image {
        min-height: 280px;
    }

    .work-towards-area .left-content .inner-section-title .title {
        font-size: 36px;
        line-height: 46px;
    }

    .counterup-area.bg-image.padding-bottom-105.padding-top-90 {
        padding-bottom: 85px;
    }

    .breadcrumb-area .page-title {
        font-size: 52px;
        line-height: 62px;
    }

    .breadcrumb-area .page-title {
        font-size: 42px;
        line-height: 52px;
    }

    .blog-details-item .title,
    .blog-classic-item-01 .content-wrapper .title {
        font-size: 28px;
        line-height: 38px;
    }

    .help-and-support-right .support-img::after {
        display: none;
    }

    .events-single-item .content {
        padding: 35px 20px 40px;
    }

    .problem-area .problem-area-wrapper {
        padding: 75px 30px 45px;
    }

    .blog-details-footer {
        display: block;
    }

    .blog-details-footer .left .tags {
        margin-bottom: 20px;
    }

    .content-carousel.slick-slider .slick-list {
        padding: 0 20px !important;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
        right: 20px;
    }

    .user-dashboard-wrapper {
        display: block;
        position: relative;
    }

    .user-dashboard-wrapper > ul {
        width: 260px;
        position: absolute;
        z-index: 99999;
    }

    .user-dashboard-wrapper .tab-content {
        width: 100%;
        overflow: scroll;
        display: block;
        /* overflow-y: hidden; */
    }
    .user-dashboard-wrapper .tab-content .table-wrap.table-responsive {
        overflow-x: unset;
    }
    section.login-page-wrapper.bg-style {
        overflow: hidden;
    }
    .user-dashboard-wrapper > ul .mobile_nav {
        top: -50px;
    }

    .user-dashboard-wrapper > ul.show .mobile_nav {
        top: 0;
    }

    .header-style-01.header-variant-01 .topbar-inner .right-contnet .volunteer-right,
    .header-style-01.header-variant-01 .info-items-02 li.volunteer,
    .header-style-01.home-page-variant-02 .topbar-inner .right-contnet .volunteer-right,
    .header-style-01.home-page-variant-02 .info-items-02 li.volunteer {
        display: block;

        display: block;
    }

    .header-style-01.home-page-variant-02 .navbar-area .nav-container .responsive-mobile-menu .logo-wrapper {
        background-color: transparent;
        padding: 0 20px;
        box-shadow: none;
        min-height: 100px;
    }

    .header-style-01.home-page-variant-02 .navbar-area .nav-container .responsive-mobile-menu {
        display: flex;
        justify-content: space-between;
        background-color: var(--secondary-color);
    }

    .header-area .header-inner-05 .title {
        font-size: 50px;
        line-height: 1.4;
    }

    .rise-area .single-donate .form-control {
        width: 150px;
    }

    .header-area .header-inner-06 .progress-wrapper .progress-item .single-progressbar {
        max-width: 190px;
    }

    .navbar-area.nav-style-02.charity-nav-06 {
        padding: 0px 0px;
    }

    /*  dashboard*/
    .user-dashboard-wrapper ul.nav {
        width: 40%;
        position: absolute;
        z-index: 9;
        left: -40%;
        transition: .3s all;
        padding: 0 15px;
        height: 100%;
        display: block;
    }

    .user-dashboard-wrapper ul.nav.show {
        left: -20px;
    }

    .user-dashboard-wrapper li.mobile_nav.bg-purple {
        position: absolute;
        right: -50px;
        top: 0;
        width: 50px !important;
        color: #fb727e;
        height: 50px;
        transition: all .3s;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
    }

    li.nav-item.mg-30 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .selectFirstNameAmoundDesktop {

    }

    .selectMiddleNameAmoundDesktop {

    }
    div#media_upload_modal ul#nav-tab {
        width: 100%;
        display: flex;
        left: inherit;
        position: relative;
        height: 50px;
    }
    div#media_upload_modal .media-uploader-image-list {
        padding-bottom: 50px;
        max-height: 100%;
        min-height: 100%;
    }

    div#media_upload_modal .modal-content .modal-body {
        overflow: hidden;
    }
    .ct-info .d-flex.border-top.align-items-center.justify-content-between.px-3.py-4 {
        display: none !important;
    }

}
@media only screen and (max-width: 650px) {
    .chat-ineer-box ul li:first-child {
        width: 17%;
        margin-right: 10px;
    }
    .chat-ineer-box ul li {
        width: 60%;
    }
    .chat-ineer-box ul li:last-child {
        width: 30%;
    }
    .capmpaine-chatbox .pagnation {
        margin-bottom: 20px;
    }
    .right-boy-box .boy-top li {
        width: 100%;
        margin-bottom: 10px;
    }
    .right-boy-box .boy-top {
        margin: 0;
        flex-wrap: wrap;
    }
    /* .right-boy-box .boy-top .firsct {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    } */
    .name-adds ul {
        flex-wrap: wrap;
    }
    .name-adds ul li:first-child input {
        width: 70%;
    }
    .name-adds ul li .name-add-price {
        margin-top: 10px;
    }
    .payment-chosse img.visa {
        width: 80%;
    }
    .payment-chosse {
        align-items: center;
    }
    .donations-btn {
        padding: 20px 15px;
        font-size: 17px;
    }
    .share-box .d-flex {
        flex-wrap: wrap;
    }
    .share-box .d-flex ul {
        margin-bottom: 10px;
    }
    .sponser-box ul li h5 {
        color: #000;
        font-weight: 700;
        font-size: 15px;
    }
    .sponser-box ul li:first-child {
        width: 20%;
        margin-right: 10px;
    }
    .sponser-box ul li {
        width: 60%;
    }
    .sponser-box ul li h6 {
        font-size: 14px;
    }
    .sponser-box ul li:last-child {
        width: 30%;
    }
    .sponser-box ul {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .share-box form button {
        font-size: 14px;
    }
    .right-side-bar h3 {
        font-size: 20px;
    }
    .right-side-bar {
        display: block !important;
    }
    .right-boy-box {
        display: block !important;
        margin-top: 20px;
        padding: 15px 25px;
    }
    form.site-form.style ul {
        display: block;
    }
    form.site-form.style ul li:first-child {
        margin-right: 0;
    }
    form.site-form.style ul .butn {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    form.site-form.style ul .pur-btn {
        width: 100%;
    }
    form.site-form.login a {
        text-align: left;
        margin-bottom: 20px;
    }
    .member-sign-up .account-side .member-userpic {
        margin-left: 0;
    }
    .dontainer-box-inner .ct-item .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 p {
        display: none;
    }
    .footer.pt-5 .row.pb-lg-5 .col-lg-3.col-md-6:first-child .footer-widget.widget.newsletter-widget {
        display: block !important;
    }
    .footer.pt-5 .row.pb-lg-5 .col-lg-3.col-md-6:first-child .footer-widget.widget.newsletter-widget .newsletter-form-wrap {
        width: 100% !important;
    }
    .row.mb-4.rmber-area {
        display: block;
    }

    .row.mb-4.rmber-area .col-6 {
        width: 100%;
    }

    .row.mb-4.rmber-area .col-6 a {
        margin-bottom: 10px;
    }
    .custom-control.custom-checkbox.mr-sm-2 {
        margin-bottom: 10px;
    }
    .col-md-6.account-side.position-relative.pt-5.ps-lg-5 {
        margin-top: 20px;
    }
    .padd-top-b {
        padding: 20px 0 0;
    }
    .sponser-box {
        margin-bottom: 20px;
    }
    .footer.pt-5 .row.pb-lg-5 .col-lg-3.col-md-6:first-child .footer-widget.widget.newsletter-widget h4 {
        color: #beeeff;
        font-size: 22px;
        letter-spacing: 0;
    }
    .back-to-top {
        right: 15px;
        bottom: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
        box-shadow: 0 0 5px rgb(0 0 0 / 31%);
    }
    .ct-item.position-relative .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 {
        display: none !important;
    }
    .ct-info .border-top {
        border-top: 0 !important;
    }
    .themes-h2 {
        letter-spacing: 0;
    }
    .ct-info ul {
        align-items: flex-start;
    }
    .ct-info ul li:last-child {
        margin: 0 0 0 10px;
        text-overflow: ellipsis;
    }
    .user-dashboard-wrapper ul.nav {
        width: 80%;
        left: -80%;
    }
    .campain-table-user table {
        width: 900px !important;
    }
    .campain-table-user table tbody tr td:last-child {
        justify-content: flex-start;
    }
    td.midel ul {
        all: unset;
    }
    ul.cutom-capm-ul {
        flex-wrap: wrap;
    }
    ul.cutom-capm-ul li .butn {
        margin-bottom: 10px;
    }
    form.raning-form .d-flex.flex-column .d-flex.flex-row {
        display: block !important;
    }
    .overflow-auto.bg-white.name-box-dasd {
        margin-top: 20px;
    }
    form.raning-form .d-flex.flex-column .d-flex.flex-row div {
        width: 100% !important;
    }
    form.raning-form a.butn.custom-width {
        margin-bottom: 10px;
    }
    .d-flex.flex-column.mr-5.custom-width {
        width: 100% !important;
    }
    section.login-page-wrapper.bg-style table {
        width: 900px !important;
    }
    .user-dashboard-wrapper .tab-content {
        padding-top: 70px;
    }
    .mg-btom {
        margin-bottom: 20px;
    }
    .card-body .themes-h4.d-flex {
        display: block !important;
    }
    .card-body .themes-h4.d-flex a {
        margin-top: 10px;
    }
    .table-mob-style {
        width: 950px;
    }
    .table-mob-style div#DataTables_Table_0_wrapper .row {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .table-mob-style div#DataTables_Table_0_wrapper .row .col-sm-12.col-md-6 {
        width: 50%;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-mob-style div#DataTables_Table_0_wrapper .row .col-sm-12.col-md-6 input.form-control.form-control-sm {
        margin-bottom: 0;
    }
    .table-mob-style div#DataTables_Table_0_wrapper .row .col-sm-12.col-md-6:last-child {
        justify-content: flex-end;
    }
    div#media_upload_modal .all-uploaded-images {
        height: 100%;
    }
    .mob-flex {
        display: block !important;
    }

    .mob-flex button {
        width: 100%;
        text-align: center;
        display: block;
        margin: 5px 0;
    }
    section.login-page-wrapper.bg-style table.reposn-table {
        width: 100% !important;
    }
    .campain-table-user table.reposn-table tbody tr td:last-child {
        flex-wrap: wrap;
    }
    .campain-table-user table.reposn-table tbody tr td.midel .campaign-image-wrap {
        width: 100%;
    }
    .campain-table-user table.reposn-table tbody tr td.midel {
        display: block !important;
    }
    .reposn-table thead tr {
        display: flex;
    }
    .campain-table-user table tbody tr {
        width: 100%;
        justify-content: space-between;
    }
    .campain-table-user table tbody tr th {
        border: 0;
    }
    .follow-table {
        overflow-x: scroll;
        padding-top: 70px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 10px 0 !important;
        white-space: nowrap;
        justify-content: center !important;
    }
    .pagination {
        justify-content: center;
    }
    .pagination li {
        margin-right: 10px;
    }
    .dashboard-form-wrapper.edit-profile {
        padding: 20px;
    }
    .dashboard-form-wrapper.edit-profile .themes-h3 {
        margin-top: 50px;
        margin-bottom: 10px !important;
    }
    .dashboard-form-wrapper.change-pass {
        padding: 20px;
    }
    .dashboard-form-wrapper.change-pass .themes-h3 {
        margin-top: 50px;
        margin-bottom: 10px !important;
    }
    .user-ticket {
        padding: 55px 20px;
    }
    .user-dashboard-wrapper {
        min-height: 700px;
    }
    .header-area-wrap.d-flex.justify-content-between.custmo-flex {
        display: block !important;
        margin-bottom: 20px;
    }

    .header-area-wrap.d-flex.justify-content-between.custmo-flex .themes-h3 {
        margin-bottom: 15px !important;
    }
    .d-flex.flex-row.custom-row {
        display: block !important;
    }

    .d-flex.flex-row.custom-row .d-flex.flex-column.mr-5 {
        margin-bottom: 20px;
    }
    .d-flex.flex-row.mob-d-block {
        display: block !important;
    }
    .name-adds ul li label {
        width: 27%;
    }
    .name-adds ul li:first-child button {
        right: 15px;
        top: 50%;
        transform: translate(-15%, -50%);
    }
    .ct-info {
        min-height: auto;
    }
    .ct-info .d-flex.border-top.align-items-center.justify-content-between.px-3.py-4 {
        padding: 0 !important;
    }
    .ct-info p {
        margin: 0;
        margin-bottom: 10px px;
    }
    .capmpaign-box .ct-item.position-relative .d-flex.border-top.align-items-center.justify-content-between.px-3.py-4.style p {
        margin-top: 10px;
        margin-left: 30px;
        margin-bottom: 10px;
    }
    .campain-update-dektop {
        display: none;
    }

    .campain-update-mobile {
        display: block;
    }
    .cause-update-section-body {
        display: block;
    }
    .cause-update-section-body .content h3 {
        margin: 10px 0;
    }
    .cause-update-section-body .thumb {
        margin-right: 0;
        display: inline;
    }
    .cause-update-section-body .thumb img {
        border-radius: 20px;
    }

}

@media only screen and (max-width: 469px) {
    .name-adds ul li:first-child input {
        width: 100%;
        margin-top: 10px;
    }
    .name-adds ul li:first-child button {
        right: 8px;
        top: 56%;
        transform: translate(0, 0);
    }
    .name-adds ul li label {
        width: 100%;
    }
    .ct-info ul {
        position: relative;
    }
    .mob-follow-btn {
        display: block;
        margin-top: 5px;
    }
    .mob-d-none {
        display: none;
    }
    .ct-info ul {
        align-items: center;
    }
    .right-side-bar h3 span {
        font-size: 16px;
    }

}

@media only screen and (max-width: 400px) {
    .ct-item.position-relative .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 p {
        font-size: 13px;
    }

    .ct-item.position-relative .px-3.d-flex.gap-2.ct-contact.justify-content-between.w-100 a {
        padding: 10px;
        font-size: 14px;
    }
    .themes-h3 br {
        display: none;
    }
    .themes-h3 {
        font-size: 22px !important;
        letter-spacing: -2px !important;
        line-height: 27px !important;
        margin-bottom: 10px !important;
    }
    .themes-h4 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .site-form label br {
        display: none;
    }
    ul.mt-4.list-number li {
        margin-bottom: 10px;
    }
    ul.mt-4.list-number li a {
        font-size: 16px;
    }
    div#mobile_start a {
        width: 80%;
        left: 10%;
    }
    .footer.pt-5 .row.pb-lg-5 .col-lg-3.col-md-6:first-child .footer-widget.widget.newsletter-widget h4 {
        color: #fff;
        font-size: 28px !important;
    }
    li.volunteer a:first-child {
        margin-left: 15px;
    }
    li.volunteer a:first-child::before {
        left: -20px;
        height: 17px;
        width: 17px;
    }
    .head-social.d-flex.gap-2 ul li {
        margin-right: 10px;
    }

    li.volunteer a {
        font-size: 11px !important;
    }
    .head-social.d-flex.gap-2 ul li a i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 350px) {
    .ct-info ul li h4 {
        font-size: 14px;
    }
    .ct-info ul li a span {
        font-size: 15px;
    }
}

