@media (max-width: 1366px) {
    .latest-registered-section .content {
        padding-right: 90px;
    }

    .latest-registered-section::before {
        left: -60px;
        -webkit-transform: skewX(-15 deg1199);
        -ms-transform: skewX(-15deg);
        transform: skewX(-15deg);
    }

    .log-reg .image {
        width: 40%;
    }
}


@media (max-width: 1199px) {
    .banner-section {
        padding: 189px 0 120px;
    }

    .latest-registered-section {
        padding-bottom: 98px;
    }

        .latest-registered-section .content {
            padding-left: 10%;
            padding-right: 10%;
            text-align: center;
            margin-bottom: 60px;
        }

            .latest-registered-section .content .section-header {
                text-align: center;
            }

        .latest-registered-section::before {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            transform: skew(0deg);
        }

        .latest-registered-section::after {
            display: none;
        }

        .latest-registered-section .registered-slider .single-slider .inner-content .name {
            color: #333;
        }

    .statistics-section .stat-item .icon img {
        height: 100px;
    }

    .statistics-section .stat-item .icon {
        width: 180px;
        height: 180px;
        line-height: 180px;
    }

    .banner-section {
        background-position: left;
    }

    .how-it-work-section .shape2 {
        right: 0%;
    }

    .single-work-box .icon img {
        width: 100%;
    }

    .single-work-box .icon {
        width: 170px;
    }

        .single-work-box .icon .number {
            width: 40px;
            height: 40px;
            font-size: 20px;
            line-height: 40px;
        }

    .banner-section .img1 {
        max-width: 45%;
    }

    .footer-section .shape3 {
        max-width: 40%;
    }

    .footer-section .shape1 {
        width: 100%;
    }

    .banner-section.home2 .img3 {
        width: 50%;
        top: 28%;
    }

    .steps-section .steps-section-inner {
        display: block;
    }

        .steps-section .steps-section-inner .myCol1 {
            width: 100%;
            text-align: center;
            padding-right: 0px;
        }

        .steps-section .steps-section-inner .myCol2 {
            border-left: 0px;
            width: 100%;
        }

        .steps-section .steps-section-inner .myCol3 {
            text-align: center;
            width: 100%;
            margin-top: 10px;
        }

    .steps-section .steps-section-inner {
        border-radius: 10px;
    }

    .profile-section .left-profile-area .profile-about-box .top-bg {
        background-size: cover !important;
    }

    .profile-section .profile-aside-area {
        margin-top: 60px;
    }

    .contact-form-wrapper {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
    }

    .header-wrapper .menu li a {
        padding: 5px 0px !important;
    }

    .pricing-plan-wrapper .left-img,
    .pricing-plan-wrapper .right-img {
        display: none;
    }

    .single-product-list-2 {
        display: block;
    }

        .single-product-list-2 .content .price {
            left: auto;
            right: 10px;
            top: -30px;
        }

        .single-product-list-2 .content {
            position: relative;
            padding: 62px 30px 30px;
        }
}


@media (min-width: 992px) {
 
    body > footer > div.container-fluid > div > div:nth-child(2) > div.col-lg-4.col-md-12.col-sm-12.footerda > h5 {
        margin-right: 0 !important;
    }

    body > footer > div.container-fluid > div > div:nth-child(2) > div.col-lg-4.col-md-12.col-sm-12.footerda > div {
        margin-right: 0 !important;
    }
  /*  .log-reg .log-reg-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }*/
    .side-search {
        width: 25% !important
    }
    /*   button{
        height: 40px;
        line-height: 9px;
    }*/
    .custom-button {
        font-size: 14px !important;
    }

    table td, .table th {
        padding: 0.5rem;
    }

    .widget-1 {
        margin-bottom: 30px;
        padding: 0px !important;
    }

    .widget-categories .table th {
        font-size: 14px !important
    }

    .widget-categories .table td, .widget-categories .table th {
        font-size: 13px !important;
    }

    .header-wrapper .menu li {
        padding: 5px 3px;
        position: relative;
    }

        .header-wrapper .menu li a {
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .header-wrapper .menu li .submenu {
            position: absolute;
            top: 100%;
            left: 6px;
            background: #ffffff;
            min-width: auto;
            padding: 20px 0;
            -webkit-box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
            transform: translateY(15px);
        }

            .header-wrapper .menu li .submenu li {
                padding: 0 20px;
            }

                .header-wrapper .menu li .submenu li a {
                    text-transform: capitalize;
                    font-weight: 600;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    color: #292929;
                }

                    .header-wrapper .menu li .submenu li a:hover,
                    .header-wrapper .menu li .submenu li a.active {
                        padding-left: 10px;
                        color: #29a631;
                    }

            .header-wrapper .menu li .submenu::before {
                position: absolute;
                content: "";
                top: 0;
                left: 15px;
                -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
                width: 0;
                height: 0;
                border: 10px solid #ffffff;
                border-bottom-width: 15px;
                border-right-color: transparent;
                border-left-color: transparent;
                border-top-color: transparent;
            }

            .header-wrapper .menu li .submenu li .submenu {
                left: calc(100% + 20px);
                top: 0;
                -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
                transform: translateX(10px);
            }

                .header-wrapper .menu li .submenu li .submenu::before {
                    left: -2px;
                    top: 3px;
                    -webkit-transform: translateX(-100%) rotate(-90deg);
                    -ms-transform: translateX(-100%) rotate(-90deg);
                    transform: translateX(-100%) rotate(-90deg);
                }

            .header-wrapper .menu li .submenu li:hover > .submenu {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

        .header-wrapper .menu li:hover > .submenu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            display: block !important;
        }

        .header-wrapper .menu li .nice-select {
            background: transparent;
            border: none;
            color: #ffffff;
            padding: 0px 25px 0px 0px;
        }

            .header-wrapper .menu li .nice-select::after {
                border-bottom: 2px solid #fff;
                border-right: 2px solid #fff;
            }

            .header-wrapper .menu li .nice-select .list li {
                color: #222;
                padding: 0px 10px;
            }

        .header-wrapper .menu li.separator span {
            color: #fff;
        }

        .header-wrapper .menu li .serch-icon {
            cursor: pointer;
            color: #fff;
        }

            .header-wrapper .menu li .serch-icon i {
                color: #fff;
                font-size: 16px;
            }

        .header-wrapper .menu li.user-profile .submenu {
            left: auto !important;
            right: 0px !important;
        }

            .header-wrapper .menu li.user-profile .submenu::before {
                left: auto;
                right: 15px;
            }

    .header-wrapper .menu > li > a {
        position: relative;
        font-size: 12px !important;
    }
    .header-wrapper .logo a img {
        max-width: 100%;
        max-height: 66px !important;
    }

        .header-wrapper .menu > li > a::before {
            width: calc(100% - 18px);
            height: 2px;
            background: #fff;
            top: calc(100% + 18px);
            position: absolute;
            content: "";
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
        }

        .header-wrapper .menu > li > a:hover::before,
        .header-wrapper .menu > li > a.active::before {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            display:none;
        }

    .header-wrapper .menu > li.header-button a::before {
        display: none;
    }
}


    @media (max-width: 991px) and (min-width: 576px) {
        .header-wrapper .menu {
            padding-left: 45px;
        }

            .header-wrapper .menu::-webkit-scrollbar-thumb {
                background-color: #000000;
            }

            .header-wrapper .menu::-webkit-scrollbar {
                width: 3px;
                background-color: #ffffff;
            }

        .bannertext h6 {
            font-size: 18px;
        }

        .bannertext * {
            line-height: 55px;
        }

        .bannertext h3 {
            font-size: 39px!important;
        }

        .banner-section.home2 {
            padding: 145px 0 40px;
        }

        .copyright-wrapper span {
            width: 72% !important
        }

        .single-plan {
            width: 66% !important;
            display: block !important;
            margin: auto !important;
            margin-top: 15px !important
        }

        .pricing-plan-wrapper {
            margin-top: 0px;
            margin-bottom: 15px;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .log-reg .log-reg-inner .main-content .custom-button {
                padding: 16px 40px;
                margin-top: 20px !important;
            }

            .log-reg .log-reg-inner .main-content .or-content p {
                line-height: 21px;
            }

        .log-reg .top-menu-area .logo img {
            margin: auto !important
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 26px;
        }

        .log-reg .log-reg-inner .main-content .or-content .or-btn {
            margin-bottom: 7px
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 15px;
        }

        .log-reg .top-menu-area .backto-home {
            padding: 4px 0px 7px;
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .header-wrapper .menu {
            padding-left: 50px;
        }
        .check-area input {
            width: 2% !important;
        }
        .bannertext h3 {
            font-size: 30px;
        }

        .bannertext h6 {
            font-size: 18px;
        }

        .bannertext * {
            line-height: 55px;
        }

        .copyright-wrapper span {
            width: 51% !important
        }

        .section-header .sub-title {
            font-size: 29px !important;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .log-reg .log-reg-inner .main-content .custom-button {
                padding: 16px 40px;
                margin-top: 20px !important;
            }

            .log-reg .log-reg-inner .main-content .or-content p {
                line-height: 21px;
            }

        .log-reg .top-menu-area .logo img {
            margin: auto !important
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 26px;
        }

        .log-reg .log-reg-inner .main-content .or-content .or-btn {
            margin-bottom: 7px
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 15px;
        }

        .log-reg .top-menu-area .backto-home {
            padding: 4px 0px 7px;
        }
    }

    @media (max-width:1023px) {
        .steps-section {
            display: none
        }

        .img-right {
            display: none
        }

        .log-reg .log-reg-inner .section-header.inloginp {
            padding-top: 0px;
        }

        .log-reg .image {
            display: none;
        }

        .log-reg {
            overflow: auto;
        }

            .log-reg .top-menu-area .backto-home {
                color: #000;
            }

        .single-blog.post-details .right {
            width: 100%;
        }

        .single-blog .sub-title {
            font-size: 18px;
            line-height: 30px;
            text-align: justify
        }

        .log-reg .log-reg-inner {
            padding-top: 30px;
            padding-bottom: 40px;
            height: auto;
            padding-right: 0px;
            overflow: unset;
            padding-left: 0 !important;
        }

        .header-wrapper .menu {
            display: none;
            position: fixed;
            background: #f258b4;
            width: 100%;
            max-width: 500px;
            top: 99px;
            right: 0;
            padding-right: 15px;
            height: calc(100vh - 80px);
            overflow-y: auto !important;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .header-wrapper .menu li {
                width: 100%;
                padding: 0;
            }

                .header-wrapper .menu li .submenu {
                    display: none;
                    padding-left: 20px;
                }

                    .header-wrapper .menu li .submenu li {
                        padding: 0;
                    }

                        .header-wrapper .menu li .submenu li a {
                            text-transform: capitalize;
                            color: #ffeff2 !important;
                            font-weight: 500;
                            font-size: 15px !important;
                        }

                .header-wrapper .menu li a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #fff;
                    text-transform: uppercase;
                    padding-right: 20px;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                    padding-top: 7px;
                    padding-bottom: 7px;
                }

                .header-wrapper .menu li.header-button {
                    margin-top: 20px;
                }

            .header-wrapper .menu.active {
                animation-name: fadeInRight;
                -webkit-animation-name: fadeInRight;
                -moz-animation-name: fadeInRight;
                animation-duration: 1s;
                -webkit-animation-duration: 1s;
                -moz-animation-duration: 1s;
                display: block;
            }

        .header-section {
            -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            background: #f258b4;
            border: none;
        }

        .banner-section .img1 {
            position: relative;
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            display: block;
            margin: 0 auto;
        }

        .banner-section .main-title {
            margin-top: 46px;
        }

        .single-feature {
            margin-bottom: 30px;
        }

        .feature-section {
            padding: 118px 0px 88px;
        }

        .flirting-section .content {
            margin-bottom: 60px;
        }

        .single-work-box {
            margin-bottom: 30px;
        }

        .how-it-work-section {
            padding: 118px 0px 90px;
        }

        .banner-section .main-title {
            font-size: 44px;
            line-height: 54px;
        }

        .statistics-section .stat-content .counter-item,
        .section-header .title,
        .home2-statistics-section .stat-content .counter-item,
        .pricing-plan-wrapper .single-plan .number,
        .breadcrumb-area .content .title {
            font-size: 30px;
            line-height: 40px;
        }

            .pricing-plan-wrapper .single-plan .number sup {
                font-size: 18px;
            }

        .statistics-section .stat-item .icon {
            width: 130px;
            height: 130px;
            line-height: 130px;
        }

        .section-header .sub-title {
            font-size: 25px;
            line-height: 28px;
        }

        .join-now-section .shape2 {
            right: -2%;
            max-width: 300px;
        }

        .join-now-section .shape1 {
            width: auto;
        }

        .feature-section .main-content-area .left-image {
            position: relative;
            width: 100%;
            height: 400px;
            border-radius: 0px 30px 30px 0px;
        }

            .feature-section .main-content-area .left-image .offer {
                top: 50%;
                right: 50%;
                transform: translate(50%, -50%);
            }

        .feature-section .main-content-area .feature-lists {
            padding: 62px 0px 42px;
        }

        .feature-section.extra-feature {
            padding: 118px 0px 77px;
        }

        .single-story-box {
            margin-bottom: 30px;
        }

        .sucess-stories-section {
            padding: 118px 0px 90px;
        }

        .link-wrapper.one,
        .link-wrapper.two {
            margin-bottom: 25px;
        }

        .banner-section {
            padding: 179px 0 120px;
        }

        .banner-section {
            margin-bottom: 20px
        }

        .section-header.white-color .title {
            color: #fff;
            margin-bottom: 31px;
        }

        .feature-section .main-content-area .feature-lists .single-feature-list .content .title,
        .latest-registered-section .registered-slider .single-slider .inner-content .name,
        .single-story-box .content .title,
        .footer-section .footer-links .link-wrapper .f-l-title,
        .single-feature h4,
        .single-work-box .title,
        .steps-section .steps-section-inner .myCol1 .title,
        .single-community-box .content .title,
        .membership-section .plan-info .title,
        .single-product .content .title,
        .single-w-c-u-box .title,
        .profile-section.single-community .profile-aside-area .recent-member .title,
        .profile-section.single-community .profile-aside-area .recent-photo .title,
        .widget-1 .subtitle,
        .profile-section .left-profile-area .profile-uplodate-photo .p-u-p-header,
        .profile-section .profile-aside-area .other-profile .o-p-header .title,
        .profile-section .profile-aside-area .chat-request .c-r-heading .title,
        .profile-section .profile-main-content .info-box .header .title,
        .blog-page .single-blog .content .right .title,
        .widget .title,
        .blog-author .author-content .title a,
        .blog-comment > .title,
        .leave-comment .title {
            font-size: 20px;
            line-height: 30px;
        }

        .copyright-wrapper {
            text-align: center;
        }

        .footer-section .copyright-wrapper .footer-social-links {
            text-align: center;
            margin-top: 10px;
        }

        .profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right .title {
            font-size: 18px;
            line-height: 28px;
        }

        .profile-section .left-profile-area .profile-about-box .p-inner-content .name,
        .single-blog.post-details .right .post-header .m-title {
            font-size: 24px;
            line-height: 34px;
        }

        .feature-section .main-content-area .left-image .offer .offer-inner-content h2 {
            font-size: 34px;
            line-height: 44px;
        }

        .feature-section .main-content-area .left-image .offer {
            width: 215px;
            height: 215px;
        }

        .profile-bc-area {
            padding: 183px 0 106px;
        }

        .statistics-section .stat-item {
            margin-bottom: 21px;
        }

        .statistics-section {
            padding: 120px 0px 114px;
        }

        .product-category {
            padding: 40px 0px 79px;
            position: relative;
            width: 100%;
            background: url(../images/logokh-o.png);
            background-size: 50%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .feature-section .main-content-area .left-image {
            height: 320px;
        }

        .header-section .menu li.separator {
            display: none;
        }

        .header-wrapper .menu li .serch-icon {
            display: block;
            color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .header-section .menu .language-select {
            display: block;
            float: none;
        }

        .header-wrapper .menu li {
            display: block;
        }

            .header-wrapper .menu li .nice-select {
                padding: 0px 25px 0px 10px;
                height: 30px;
                line-height: 30px;
                width: 120px;
                display: block;
                float: none;
            }

                .header-wrapper .menu li .nice-select .list {
                    width: 100%;
                }

                    .header-wrapper .menu li .nice-select .list li {
                        min-height: 30px;
                        height: 30px;
                        padding: 0px 10px;
                    }

        .feature-section .main-content-area .left-image .offer::before {
            display: none;
        }

        .banner-section.home2 .img3 {
            position: relative;
            left: auto;
            top: auto;
            right: auto;
            bottom: auto;
            display: block;
            margin: 0 auto;
            width: 60%;
        }

        .member-slider-section .content .section-header {
            text-align: center;
            margin-bottom: 36px;
        }

        .member-slider-section {
            padding: 120px 0px 111px;
        }

        .home2-statistics-section .stat-item .icon img {
            height: 70px;
        }

        .home2-statistics-section .stat-item {
            margin-bottom: 25px;
        }

        .home2-statistics-section {
            padding: 120px 0px 111px;
        }

        .home2-sucess-stories-section {
            padding: 0px 0px 88px;
        }

        .update-profile-section .img {
            padding: 0px 100px;
            margin-top: 60px;
        }

        .update-profile-section .content {
            text-align: center;
        }

            .update-profile-section .content .section-header {
                text-align: center;
            }

        .single-community-box {
            margin-bottom: 30px;
        }

        .community-section {
            padding: 118px 0px 85px;
        }

        .profile-bc-area {
            /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
        }

        .pricing-plan-wrapper .single-plan {
            margin-bottom: 30px;
        }

        .membership-section .plan-info {
            margin-bottom: 21px;
        }

        .membership-section .m-s-top {
            padding-bottom: 90px;
        }

        .about-section .content {
            margin-top: 58px;
        }

        .about-section .content {
            margin-bottom: 0px;
        }

        .single-w-c-u-box {
            margin-bottom: 30px;
        }

        .w-c-u-section {
            padding: 120px 0px 90px;
        }

        .left-profile-area .c-group-info .profile-image {
            width: 250px;
            display: block;
            margin: 0 auto;
        }

        .left-profile-area {
            text-align: center;
        }

        .profile-section.single-community {
            padding-top: 120px;
            margin-top: 0px !important;
        }

            .profile-section.single-community .profile-main-content {
                margin-top: 120px;
            }

            .profile-section.single-community .profile-aside-area {
                margin-top: 120px;
            }

        .community-bc {
            padding: 184px 0 106px;
        }

        .single-community-menu .top-menu {
            padding-left: 0px;
            padding-right: 0px;
        }

        .single-community-menu .top-menu {
            text-align: center;
        }

        .nice-select .option {
            font-size: 14px !important;
        }

        .profile-section .profile-main-content .profile-single-post .p-s-p-content p {
            font-size: 16px;
            line-height: 26px;
        }

        html,
        body,
        p,
        .product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point span,
        a {
            font-size: 16px;
            line-height: 26px;
        }

        .membership-section .pricing-plans .contact-link a {
            display: block;
            margin-top: 10px
        }


        .profile-section.single-community .profile-main-content {
            padding: 0px 0px 0px;
        }


        .profile-section.single-community .profile-main-content {
            border: 0px;
            background: none;
        }

        section.community-section.inner-page {
            padding-bottom: 120px;
        }

        .community-section.inner-page .single-friend .content {
            padding-right: 0px;
        }

            .community-section.inner-page .single-friend .content .connnect-btn {
                position: relative;
                transform: translate(0px);
                margin-top: 15px;
            }

        .pagination-area a {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .product-category .filter-area {
            margin-top: 30px;
        }

        .profile-main-content {
            margin-top: 60px;
        }

        .product-details-section .nav-tabs li {
            margin: 2px;
        }

        .product-details-section .nav-tabs {
            padding: 10px 10px;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
            margin-bottom: 17px;
        }

        .section-404 .title {
            font-size: 24px;
            line-height: 34px;
        }

        .widget-search {
            margin-top: 30px;
        }

        .single-product-list {
            display: block;
        }

            .single-product-list .content .content-inner .price {
                left: auto;
                right: 10px;
                top: -30px;
            }

            .single-product-list .content .content-inner {
                display: block;
            }

                .single-product-list .content .content-inner .right-content {
                    width: 100%;
                    padding: 0px;
                    border-top: 1px solid rgba(0, 0, 0, 0.2);
                    height: 100%;
                    border-left: 0px;
                    margin-top: 23px;
                    padding-top: 4px;
                    text-align: left;
                }

        .spl-wrapper .my-col {
            flex: 50%;
            max-width: 50%;
        }

        .single-product-list .content {
            padding: 63px 30px 30px 30px;
        }

        .single-community-menu .top-menu {
            margin-left: 0px;
        }
    }


    @media (max-width: 767px) {
        .footer-section .hr {
            margin: 20px 0px 10px;
        }

        .star-area.d-flex.justify-content-between {
            display: block !important;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area h5 {
            display: block;
            width: 100%;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li .star i {
            font-size: 12px;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li {
            margin-right: 10px;
            padding-right: 10px;
        }

            .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li::before {
                height: 12px;
                right: 0px;
                top: 55%;
            }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
            padding-bottom: 40px;
        }
    }

    @media (max-width: 575px) {
        .spl-wrapper .my-col {
            flex: 100%;
            max-width: 100%;
        }

        .link-wrapper.three {
            margin-bottom: 25px;
        }

        .how-it-work-section .shape2 {
            display: none;
        }

        .banner-section .img1 {
            max-width: 70%;
        }

        .banner-section.home2 .img3 {
            width: 70%;
        }

        .steps-section .steps-section-inner .myCol2 .steps-list li {
            display: block;
            margin-right: 0px;
            margin-bottom: 21px;
        }

        .steps-section .steps-section-inner .myCol2 .steps-list::before {
            display: none;
        }

        .steps-section .steps-section-inner .myCol3 {
            margin-top: 6px;
        }

        .community-section.inner-page .top-filter {
            display: block;
            text-align: center;
        }

            .community-section.inner-page .top-filter .left {
                margin-bottom: 13px;
            }

        .profile-bc-area {
            padding: 185px 0 140px;
        }

        .left-profile-area .c-group-info .profile-image {
            width: 150px;
        }

        .profile-section .profile-main-content .profile-single-post .p-s-p-content-footer {
            text-align: center;
            display: block;
            justify-content: center;
        }

            .profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select {
                float: none;
            }

            .profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .left {
                margin-bottom: 13px;
            }

        .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
            width: 45%;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text {
            padding-left: 0px;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
            position: relative;
            margin-bottom: 15px;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
            margin-left: 22%;
        }

        .footer-section .shape2,
        .footer-section .shape3,
        .join-now-section .shape1,
        .how-it-work-section .shape1,
        .how-it-work-section .shape2,
        .flirting-section .img .bg-shape {
            animation: none;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form {
            padding-top: 120px;
        }

        .widget-categories .table td, .widget-categories .table th {
            font-size: 14px;
        }

        .table td, .table th {
            padding: .35rem;
            font-size: 13px;
        }

        html, body, p, .product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point span, a {
            font-size: 15px;
        }

        .bannertext h3 {
            font-size: 29px!important;
        }

        .bannertext h6 {
            font-size: 17px;
        }

        .banner-section.home2 {
            padding: 145px 0 35px;
        }

        .bannertext * {
            line-height: 55px;
        }

        .bannertext h4 {
            font-size: 26px;
        }

        .log-reg .log-reg-inner .main-content .form-group label {
            font-size: 16px;
        }

        .log-reg .log-reg-inner .main-content .f-pass {
            font-size: 14px;
        }

        a {
            font-size: 13px;
            font-weight: bold;
        }

        .or-btn {
            font-size: 15px
        }

        .widget-categories .table th {
            font-size: 16px;
        }

        .widget-categories .table td {
            font-size: 13px;
        }

        .custom-button {
            width: unset;
            padding: 7px 22px !important;
            margin-top: 10px;
        }

        .custom-button {
            font-size: 14px !important;
        }

        .scrollToTop {
            width: 31px;
            height: 31px;
            line-height: 35px;
        }

        .profile-section .profile-main-content .profile-single-post .p-s-p-content p {
            font-size: 13px;
        }

        .profile-single-post h6 a {
            color: #29a631;
            font-size: 16px;
        }

        h6 {
            font-size: 14px;
        }

        .footer-section .footer-social-links {
            display: block;
            text-align: center;
            margin-top: 18px;
            margin-bottom: 18px;
        }

        .copyright-wrapper span {
            width: 100% !important
        }

        .widget-categories h6.subtitle {
            margin-bottom: 18px;
            font-size: 17px;
            padding: 6px;
        }

        .header-bar {
            width: 18px;
            height: 18px;
        }

            .header-bar.active {
                height: 25px;
            }

        .statistics-section .stat-content .counter-item, .section-header .title, .home2-statistics-section .stat-content .counter-item, .pricing-plan-wrapper .single-plan .number, .breadcrumb-area .content .title {
            font-size: 26px;
        }

        .breadcrumb-area .content .breadcrumb-list li a {
            font-size: 17px;
        }

        .subtitle {
/*            font-size: 19px !important
*/        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 13px !important;
        }

        .footer-section .newslater-section .newslater-wrapper .icon img {
            width: 53px;
        }

        .footer-section .newslater-section .newslater-wrapper .icon {
            width: 102px !important;
            height: 102px !important;
            line-height: 99px !important;
        }

        .single-blog .sub-title {
            font-size: 18px;
        }

        .product-category {
            padding: 40px 0px 0px;
            position: relative;
            width: 100%;
            background: url(../images/logokh-o.png);
            background-size: 50%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .membership-section {
            padding: 67px 0px 91px;
        }

        .section-header .sub-title {
            font-size: 22px;
            line-height: 28px;
            font-weight: bold;
        }

        .statistics-section .stat-content .counter-item, .section-header .title, .home2-statistics-section .stat-content .counter-item, .pricing-plan-wrapper .single-plan .number, .breadcrumb-area .content .title {
            font-size: 20px;
        }

        .membership-section .plan-info {
            margin-bottom: 44px;
        }

        .single-plan {
            margin-top: 15px
        }

        .pricing-plan-wrapper {
            margin-top: 0px;
            margin-bottom: 15px;
        }

            .pricing-plan-wrapper .single-plan .duration {
                font-size: 17px;
            }

        .membership-section .pricing-plans .contact-link a {
            font-size: 21px;
        }

        .single-blog .sub-title {
            font-size: 15px !important;
            margin-bottom: 10px;
        }

        .single-blog.post-details .right .post-header blockquote {
            font-size: 14px !important;
        }

        .listhand li {
            font-size: 13px;
        }

        .log-reg .log-reg-inner .main-content .form-group label {
            font-size: 14px;
        }

        .form-control {
            font-size: .9rem;
        }

        .log-reg .log-reg-inner .section-header .title {
            font-size: 23px;
        }

        .post-header .custom-button {
            font-size: 16px !important;
            padding: 11px 25px !important
        }

        .log-reg .log-reg-inner .main-content .form-group .option label {
            font-size: 15px;
        }

        .log-reg .log-reg-inner .main-content .custom-button {
            font-size: 16px !important;
            padding: 11px 25px !important
        }

        .section-header .sub-title {
            font-size: 25px;
        }

        .log-reg .log-reg-inner .section-header.inloginp .title {
            font-size: 25px;
        }

        .log-reg .log-reg-inner .main-content .form-group label {
            font-size: 16px;
        }

        .log-reg .top-menu-area .logo img {
            height: 60px;
            display: block;
            margin: auto !important;
            width: 97px;
        }

        .profile-section .profile-main-content .top-menu li {
            font-size: 18px;
            font-weight: bold;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .log-reg .log-reg-inner .main-content .custom-button {
                padding: 16px 40px;
                margin-top: 20px !important;
            }

            .log-reg .log-reg-inner .main-content .or-content p {
                line-height: 21px;
            }

        .log-reg .top-menu-area .logo img {
            margin: auto !important
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 26px;
        }

        .log-reg .log-reg-inner .main-content .or-content .or-btn {
            margin-bottom: 7px
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 15px;
        }

        .log-reg .top-menu-area .backto-home {
            padding: 4px 0px 7px;
        }
    }

    @media (max-width: 500px) {
        .input_copy_wrapper {
            width: auto !important;
            padding: 50px;
            margin: 0 auto;
        }

        .profile-section .profile-main-content .profile-friends .single-friend .content {
            padding-right: 0px;
        }

        .inloginp .subtitle {
            text-align: center
        }

        input, button, select {
            font-size: 12px;
        }

        .product-details-section label {
            font-size: 15px !important
        }

        .pricing-plan-wrapper .single-plan .number {
            font-size: 24px !important;
        }

        .subtitle {
            font-size: 15px !important;
        }

        .side-search {
            width: 19% !important;
            height: 35px !important;
        }

        .side-search {
            padding: 4px !important;
            font-size: 15px !important;
        }

        .fast-search {
            text-align: center;
            font-size: 19px
        }

        .section-header .sub-title {
            font-size: 18px !important;
        }

        .section-header .title {
            font-size: 18px !important;
        }

        .membership-section .pricing-plans .contact-link {
            font-size: 14px;
        }

            .membership-section .pricing-plans .contact-link a {
                font-size: 17px;
            }

        .profile-section .left-profile-area .profile-about-box .p-inner-content {
            padding-bottom: 3rem !important;
        }

        .profile-section .left-profile-area .profile-about-box .top-bg {
            margin-top: 10px;
        }

        .log-reg .log-reg-inner {
            height: calc(90vh - 15px) !important;
        }

        .log-reg .log-reg-inner {
            padding-right: 0px !important;
        }

        .log-reg .log-reg-inner {
            overflow-y: unset !important;
        }

            .log-reg .log-reg-inner .main-content .or-content .or-btn {
                margin-bottom: 14px !important;
            }

        .side-search {
            padding: 7px !important;
            font-size: 17px;
        }

        .nice-select {
            font-size: 16px !important;
            line-height: 56px;
        }

        .contact-form-wrapper .custom-button {
            padding: 11px 23px !important;
        }

        th .custom-button {
            padding: 2px 15px !important;
        }

        .custom-button {
            font-size: 15px !important;
            padding: 9px 15px !important;
            margin-top: 0px;
        }

        .profile-section .profile-main-content .profile-friends .single-friend .content .connnect-btn {
            position: relative;
            transform: translate(0px);
            margin-top: 15px;
        }

        .widget-categories {
            padding: 29px -5px 13px !important;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .log-reg .log-reg-inner .main-content .custom-button {
                padding: 16px 40px;
                margin-top: 20px !important;
            }

            .log-reg .log-reg-inner .main-content .or-content p {
                line-height: 21px;
            }

        .log-reg .top-menu-area .logo img {
            margin: auto !important
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 26px;
        }

        .log-reg .log-reg-inner .main-content .or-content .or-btn {
            margin-bottom: 7px
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 15px;
        }

        .log-reg .top-menu-area .backto-home {
            padding: 4px 0px 7px;
        }
    }

    @media (max-width: 414px) {
        .banner-section .main-title {
            font-size: 30px;
            line-height: 40px;
        }

        .filter-main .right .item {
            margin: 4px;
        }

        .feature-section .main-content-area .left-image .offer {
            width: 190px;
            height: 190px;
        }

        .update-profile-section .img {
            padding: 0px 0px;
        }

        .footer-section .newslater-section .newslater-wrapper .icon {
            width: 120px;
            height: 120px;
            line-height: 120px;
        }

        .banner-section.home2 .img3 {
            animation: none;
        }

        .footer-section .newslater-section .newslater-wrapper .icon img {
            width: 60px;
        }

        .footer-section .shape3 {
            max-width: 50%;
        }

        .footer-section .shape2 {
            max-width: 50%;
        }

        .footer-section .copyright-wrapper .footer-social-links li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

        .profile-section .profile-main-content .profile-single-post .p-s-p-content {
            padding-left: 0px;
        }

        .product-details-section .tab-content .top-content-fifth {
            padding: 30px;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon {
            top: -60px;
        }

        .blog-page .single-blog .post-footer {
            display: block;
        }

            .blog-page .single-blog .post-footer .left p {
                margin-bottom: 0px;
            }

        .blog-page .single-blog .post-footer {
            padding: 30px 30px 40px;
        }

        .widget-tags ul li a {
            padding: 2px 20px;
        }

        .comment-area li {
            display: block;
        }

            .comment-area li .blog-content,
            .comment-area li .blog-thumb-info,
            .blog-author .author-content {
                padding-left: 0px;
                width: 100%;
            }

        .single-blog.post-details .right .post-header blockquote {
            padding: 20px;
            padding-right: 20px;
            font-size: 16px;
            line-height: 26px;
        }

        .blog-author .author-thumb,
        .comment-area li .blog-thumb a {
            margin-bottom: 10px;
            display: inline-block;
        }

        .log-reg .log-reg-inner .main-content .content-title {
            font-size: 20px;
            line-height: 30px;
        }
    }

    @media (max-width: 320px) {
        .banner-section .img1 {
            max-width: 90%;
        }

        .banner-section.home2 .img3 {
            width: 90%;
        }
    }

    @media (max-width: 390px) {
        .banner-section .join-now-box .single-option {
            display: block;
        }

        .product-details-section .input-counter .add-cart-btn {
            margin-left: 15px;
        }

        /*.custom-button {
        padding: 7px 20px !important;
    }*/

        .product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
            margin-left: 28%;
        }

        .blog-page .single-blog .content .left {
            margin-right: 30px;
        }

        .blog-page .single-blog .content {
            padding: 30px 20px 19px;
        }

        .product-details-section .qtySelector {
            width: 155px;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-review {
            display: block;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
            flex-wrap: wrap;
        }

        .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li {
            display: block;
            float: none;
            width: 100%;
        }

            .product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li::before {
                display: none;
            }

        footer .link-wrapper.four {
            text-align: center
        }

        footer h5 {
            text-align: center
        }

        .footer-section .copyright-wrapper .footer-social-links {
            text-align: center !important;
        }
    }


    @media (min-width: 992px) {
        .header-wrapper .menu li a {
            color: #fff;
            font-size: 13px;
        }
        .footerda {
            text-align: center;
        }
        .log-reg .top-menu-area .logo img {
            height: 60px;
            display: block;
            margin: auto;
            width: 97px;
        }

        .log-reg {
            /*        height: 118vh !important;
*/
        }
    }

    @media (min-width: 1400px) {
        .footerda {
            text-align: right !important;
        }
        .single-blog .sub-title {
            font-size: 22px;
            margin-top: 10px;
        }
        .newslater-container {
            margin-top: 2rem !important
        }
        .single-blog .sub-title {
            font-size: 21px;
        }
        .log-reg .log-reg-inner {
            padding-left: 40px !important;
            padding-right: 0;
        }
        .header-wrapper .menu li a {
            color: #fff;
            font-size: 14px !important;
        }

        .header-wrapper .menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            /* margin-left: 13rem !important;*/
            margin-right: auto !important;
        }


        .log-reg .top-menu-area .logo img {
            height: 60px;
            display: block;
            margin: unset;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .log-reg .log-reg-inner .main-content .custom-button {
                padding: 16px 40px;
                margin-top: 20px !important;
            }

            .log-reg .log-reg-inner .main-content .or-content p {
                line-height: 21px;
            }

        .product-category .log-reg {
            /*! height: 92vh; */
        }
        /* .log-reg .top-menu-area .logo img {
        margin: auto !important
    }*/
        .log-reg .log-reg-inner .main-content .or {
            margin-top: 26px;
        }

        .log-reg .log-reg-inner .main-content .or-content .or-btn {
            margin-bottom: 7px
        }

        .log-reg .log-reg-inner .main-content .or {
            margin-top: 15px;
        }

        .log-reg .top-menu-area .backto-home {
            padding: 4px 0px 7px;
        }

        .log-reg .log-reg-inner .main-content .custom-button {
            padding: 16px 40px;
            margin-top: 20px !important;
            margin-bottom: 0px !important;
            font-size: 17px !important;
        }

        .log-reg {
            /*! height: 100vh !important; */
        }
    }

    /*@media (min-width: 1241px) {
    .header-wrapper .logo a img {
        max-width: 100%;
        max-height: 66px!important;
    }
}*/
    @media (max-width: 1200px) {
        .footerda {
            text-align: right !important;
            font-size:16px
        }
        h5 {
            font-size: 18px;
            margin-top: -8px;
        }
        .log-reg .top-menu-area .logo img {
            height: 60px;
            display: block;
            margin: unset;
            width: 97px;
        }

        .steps-section .steps-section-inner .myCol1 .title {
            font-size: 26px;
        }

        .widget-1 .subtitle {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 24px;
        }

        .fast-search {
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 24px;
        }

        .log-reg .log-reg-inner .main-content .form-group label {
            font-size: 17px;
        }

        .profile-section .profile-main-content .profile-single-post .p-s-p-content p {
            margin-bottom: 20px !important;
            display: block;
            font-size: 17px;
        }

        .bannertext h3 {
            font-size: 37px;
            color: #3fe64a;
        }

        .steps-section .steps-section-inner {
            padding: 16px 60px 16px;
        }

        .log-reg .log-reg-inner {
            padding-left: 19px !important;
            padding-right: 19px !important;
        }

        .bannertext h6 {
            font-size: 21px;
            font-weight: 100;
        }

        .banner-section.home2 {
            background-image: url(../images/banner/hero-banner2.jpg) !important;
            padding: 145px 0 181px;
        }

        h6 {
            font-size: 14px;
            margin-top: -5px;
        }

        .newslater-container {
            margin-top: 2rem !important
        }
        /*  .header-wrapper .menu {

        margin-left: 5rem!important ;
    }*/
        .header-wrapper .menu > li > a {
            position: relative;
            font-size: 16px !important;
        }

        .header-wrapper .logo {
            width: 5rem !important;
        }

        .container {
            max-width: 1214px;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

            .log-reg .log-reg-inner .main-content .custom-button {
                padding: 16px 40px;
                margin-top: 20px !important;
                margin-bottom: 34px !important
            }

            .log-reg .log-reg-inner .main-content .or-content p {
                line-height: 21px;
            }

        .product-category .log-reg {
            /*            height: 80vh;
*/
        }

        .widget-1 {
            margin-bottom: 30px;
            padding: 11px !important;
        }
    
    }


    @media (max-width: 992px) {
        .newslater-container {
            margin-top: 0rem !important
        }

        .footerda {
            text-align: center !important;
            margin-bottom: 2rem
        }

        body > footer > div.newslater-section > div > div > div > div > div > div:nth-child(1) > div {
            justify-content: center
        }

        body > footer > div.newslater-section > div > div > div > div > div > div:nth-child(3) {
            text-align: center !important
        }

        body > footer > div.newslater-section > div > div > div > div > div > div:nth-child(2) {
            margin-top: 0 !important
        }
        /*     .log-reg .log-reg-inner {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }*/


    }

    @media (max-width: 768px) {
        body > footer > div.newslater-section > div > div > div > div > div > div:nth-child(1) > div {
            justify-content: center
        }
        /*   .check-area input {
            width: 2%!important;

        }*/
        .input_copy_wrapper {
            width: auto !important;
            padding: 50px;
            margin: 0 auto;
        }

        .footerda {
            text-align: center
        }

        body > footer > div.newslater-section > div > div > div > div > div > div:nth-child(3) {
            text-align: center !important
        }

        .footerda {
            text-align: center !important
        }

        .maarofsec img {
            margin-top: 10px !important
        }

        .link-wrapper.four {
            margin-bottom: 1.5rem
        }

        .footerda h5 {
            margin-top: 1rem
        }

        .con {
            font-size: 15px;
            width: 68%;
        }
    }

    .product-category {
        padding: 40px 0px 79px;
        position: relative;
        width: 100%;
        /*        background: url(../images/logokh-o.png);
*/ background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .widget-1.userdata:first-child {
        border: 1px solid rgba(0, 0, 0, 0.2) !important;
    }

    .widget-1.userdata .widget-1-body {
        border: none !important
    }

    @media (min-width: 1400px) {
        .footerda {
            text-align: right !important;
        }

        .footerdata li {
            line-height: 36px !important;
            font-size: unset;
        }

        h6 {
            font-size: 16px;
            margin-top: -5px;
        }

        .infolist li span {
            font-size: 15px !important;
        }

        .profile-section .profile-main-content .info-box .header .title {
            font-size: 20px !important;
        }

        .p-inner-content span {
            font-size: 20px !important;
        }

        .lastdateenter {
            font-size: 18px !important;
        }

        .text-danger {
            font-size: 14px !important;
        }

        .widget-categories .table td, .widget-categories .table th {
            font-size: 16px !important;
        }

        .membership-section .plan-info .title {
            font-size: 17px !important;
        }

        .section-header .sub-title {
            font-size: 29px !important;
        }

        .section-header .title {
            font-size: 28px;
        }

        .widget-1 {
            margin-bottom: 30px;
            padding: 9px !important;
        }

        .con {
            width: 89%
        }
    }

    @media (max-width: 1600px) {
        .profile-section .profile-main-content .info-box .header .title {
            font-size: 15px;
        }

        .infolist li span {
            font-size: 12px;
        }

        .profile-section .profile-main-content .info-box {
            background-color: white;
            margin-top: 30px;
            border-radius: 10px;
            padding: 11px;
        }

        .p-inner-content span {
            font-size: 14px
        }

        .profile-section .left-profile-area .profile-about-box .p-inner-content .name {
            font-size: 22px;
        }

        .lastdateenter {
            font-size: 12px;
        }

        .text-danger {
            color: #dc3545 !important;
            font-size: 14px !important;
            margin-top: 17px !important;
        }

        .widget-categories .table td, .widget-categories .table th {
            font-size: 11px;
        }



        .section-header .sub-title {
            font-size: 25px;
        }

        .section-header .title {
            font-size: 25px;
        }

        .membership-section .plan-info .title {
            font-size: 14px;
        }

        .pricing-plan-wrapper .single-plan .number {
            font-size: 28px;
        }

        .membership-section .pricing-plans .contact-link {
            font-size: 19px;
            margin-top: 10px;
        }

        .log-reg .log-reg-inner {
            padding-top: 0px;
            padding-bottom: 0px;
            /*        height: calc(84vh - 16px)!important;
*/ padding-right: 40px;
            overflow-y: auto;
        }
    }



    @media (min-width:1023px) {


        .d-size-none {
            display: none;
        }
    }
    /*.header-wrapper .menu{
    margin:auto
}*/

    @media (min-width:1023px) {
        .header-wrapper .menu > li > a {
            position: relative;
            font-size: 11px !important;
        }

        .header-wrapper .menu li a {
            padding: 5px 0px !important;
        }

        .header-wrapper {
            padding: 0 !important
        }
    }

    @media (min-width:1159px) {
        .con {
            font-size: 15px;
            width: 95%;
        }
    }

    @media (min-width:1199px) {
        .header-wrapper .menu > li > a {
            position: relative;
            font-size: 14px !important;
        }

        .con {
            font-size: 15px;
            width: 95%;
        }
    }

    @media (min-width:1200px) {

        body > footer > div.newslater-section > div > div > div > div > div > div:nth-child(1) {
            margin-top: 5rem !important
        }

        .single-blog.post-details .right .post-header p {
            margin-bottom: 32px;
            font-size: 16px;
        }

        .single-blog .sub-title {
            font-size: 20px;
            margin-top: 10px
        }

        h5 {
            font-size: 18px;
            margin-top: -8px;
        }

        .footerdata li {
            line-height: 36px !important;
            font-size: 16px;
            font-family: "SansArabiclight", sans-serif!important;
        }

        .header-wrapper .menu > li > a {
            position: relative;
            font-size: 13px !important;
        }

        .header-wrapper .menu li a {
            padding: 5px 2px !important;
        }

        .header-wrapper {
            padding: .5rem !important
        }

            .header-wrapper .logo a img {
                max-width: 100%;
                max-height: 68px !important;
            }

        .con {
            font-size: 15px;
            width: 95%;
        }
    }

    @media (min-width:1023px) {
      

        .d-size-none {
            display: none;
        }

        .con {
            color: white;
            font-weight: bold;
            background: #29A631;
            padding: 7px;
            width: auto !important;
            margin: auto;
            margin-top: 3rem;
        }
    }

    @media (min-width:1400px) {
        .footerda {
            text-align: right !important;
        }

        h5 {
            font-size: 22px;
            margin-top: -8px;
        }

        .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
            padding-left: 15px;
            padding-right: 15px;
        }

        .container {
            max-width: 1537px !important;
        }

        .header-wrapper .menu > li > a {
            position: relative;
            font-size: 14px !important;
        }

        .header-wrapper {
            padding-left: .5rem !important;
            padding-right: .5rem !important
        }

            .header-wrapper .logo a img {
                max-width: 100%;
                max-height: 80px !important;
            }

            .header-wrapper .menu li a {
                padding: 5px 5px !important;
            }

        .con {
            color: white;
            font-weight: bold;
            background: #29A631;
            padding: 7px;
            width: 89% !important;
            margin: auto;
            margin-top: 3rem;
            font-size: 17px !important;
        }
    }

    .newslater-container {
        margin-top: 2rem
    }

    .con {
        font-size: 14px;
    }

    @media(max-width:991px) {
        .con {
            width: 63% !important
        }
    }

    @media (max-width: 500px) and (min-width: 300px) {
        .bannertext h3 {
            font-size: 28px;
            color: #3fe64a;
        }

        .bannertext h6 {
            font-size: 18px;
            font-weight: 100;
        }
        body > footer > div.container-fluid > div > div:nth-child(2) > div> span {
            font-size: 11px !important
        }
        body > footer > div.container-fluid > div > div:nth-child(2) > div.col-lg-4.col-md-12.col-sm-12.footerda > h5 {
            margin-right: 0 !important;
        }

        body > footer > div.container-fluid > div > div:nth-child(2) > div.col-lg-4.col-md-12.col-sm-12.footerda > div {
            margin-right: 0 !important;
        }

        .profile-section .profile-main-content .profile-single-post .p-s-p-content p {
            margin-bottom: 20px !important;
            display: block;
            font-size: 14px;
        }

        .log-reg .log-reg-inner .main-content .form-group label {
            font-size: 15px;
        }

        .profile-section .left-profile-area .profile-about-box .p-inner-content .name, .single-blog.post-details .right .post-header .m-title {
            font-size: 22px;
            line-height: 34px;
        }
    }

    @media (max-width: 1400px) {
        .footerda {
            text-align: right;
        }
      
        }
@media (max-width:1400px) and (min-width:992px) {
    .footerda {
        text-align: right !important;
        margin-bottom: 2rem
    }
    .widget-1 {
        padding: 11px!important;
    }
}
@media (max-width:1400px) and (min-width:507px) {
    .table-responsive{
        display:block;
    }
}
@media (max-width:1400px) and (min-width:507px) {
    .table-responsive {
        display: revert;
    }
}
.text-danger {

    font-size: 100%!important;
}