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

    .button-none {
        display: none !important;
    }

    .news-banner .heading {
        font-size: 47px !important;
        line-height: 60px;
    }

    .btns {
        padding: 8px 10px !important;
        align-items: center !important;
    }

    .btns i {
        font-size: 15px !important;
        font-weight: 600;
    }

    .errors {
        position: absolute;
        top: 27% !important;
        margin-left: 44% !important;

    }

    .card-bodys h5 {
        font-size: 22px !important;
    }

    .card-body p {
        font-size: 15px !important;
    }

    .edit-lable {
        font-size: 15px;
    }

    .navbar-nav li a {
        padding: 0px 12px !important;
    }


}

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

    .navbar-nav {
        padding-top: 0px !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0px !important;
    }

    .navbar-nav li a:hover {
        color: #000 !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-top: 15px;
    }

    #list ul {
        position: absolute;
        top: unset !important;
    }

    #loginform-custom {
        width: 50% !important;
        margin-top: 50px;
    }

    .login-username #user_login {
        width: 80% !important;
        border-radius: 10px;
    }

    .login-username label {
        width: auto !important;
    }

    .top-bar {
        display: none;
    }

    .navbar-brand {
        display: block;
    }

    .button-none {
        display: block !important;
    }

    .navbar {
        background-color: #00adef !important;
    }

    .rss-table .rsss_feed .w-30 {
        width: 35% !important;
        text-align: end;
    }

    .navbar-nav {
        align-items: start !important;
    }

    h2.entry-title.default-max-width {
        line-height: 53px;
    }

    .news-banner .heading {
        font-size: 44px !important;
        line-height: 60px;
    }

    .banner-two .cards h2 {
        line-height: 25px !important;
        font-size: 17px !important;
    }

    .profile {
        background-color: #fff !important;
    }

    .profile #profile_name {
        color: #000 !important;
    }

    .errors {
        position: absolute;
        top: 41% !important;
        margin-left: 25% !important;
    }

    .nav-item {
        cursor: pointer;
        align-items: center;
        display: flex;
        background-color: #fff !important;
        padding: 10px 20px !important;
        border-radius: 30px;
        margin-top: 9px !important;
    }

    .nav-item a {
        color: #000 !important;
        padding: 8px 20px 8px 20px !important;
    }

    .thankyou p {
        padding: 0px 30px !important;
    }

    .card-bodys h5 {
        font-size: 19px !important;
    }

    .navbar-nav li a {
        border-right: 0px solid #fff !important;
    }

    .navbar-nav li {
        border-bottom: 1px solid #fff;
        width: 100%;
    }

    .profile {
        margin-top: 15px;
    }

    .navbar-nav li a {
        padding: 2px 0px !important;
        font-size: 15px;
        width: 100%;
        display: block;
    }



    .mobile-button {
        display: flex;
    }


}

@media only screen and (max-width:991px) {
    .rss-table button.Buttons {
        margin-left: 0px !important;
    }

    .rss-table .rsss_feed .w-30 .imgs {
        width: 45% !important;
    }

    #loginform-custom {
        width: 50% !important;
        margin-top: 50px;
    }

    .login-username #user_login {
        width: 80% !important;
        border-radius: 10px;
    }

    .login-username label {
        width: auto !important;
    }

    .terms .sub-heading {
        font-size: 16px !important;

    }

    .top-bar {
        display: none;
    }

    .navbar {
        background-color: #00adef !important;
    }

    .footer .bottom-footer .copy-line {
        color: #fff;
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        margin: auto;
        display: block;
    }

    span.copy-line.text-center.d-block {
        margin-top: 10px;
    }

    .navbar-nav {
        align-items: start !important;
    }

    .errors {
        position: absolute;
        top: 41% !important;
        margin-left: 15% !important;
    }

    .widget {
        width: 100%;
        padding: 0px !important;
        float: left;
        clear: both;
        margin-top: 7px;
        margin-bottom: 20px;
    }


    .footer .bottom-footer .text-style {
        text-align: center !important;
        display: block;
    }

    .footer .bottom-footer .copy-line {
        text-align: center !important;
    }

}

@media only screen and (max-width:767px) {
    .rss-table .rsss_feed {
        display: grid !important;
        align-items: center;
    }

    .rss-table .rsss_feed .w-30 {
        width: 45% !important;
        text-align: center !important;
        margin: 10px auto 0px auto;
    }

    .rss-table .rsss_feed .w-30 {
        width: 45% !important;
        /* text-align: end; */
    }

    #loginform-custom {
        width: 70% !important;
        margin-top: 50px;
    }

    .login-username #user_login {
        width: 80% !important;
        border-radius: 10px;
    }

    .login-username label {
        width: auto !important;
    }

    .terms .sub-heading {
        font-size: 15px !important;
    }

    .top-bar {
        display: none;
    }

    .navbar {
        background-color: #00adef !important;
    }

    .rss-table .rsss_feed .w-30 .imgs {
        width: 80% !important;
    }

    .navbar-nav {
        align-items: start !important;
    }

    .news-banner .heading {
        font-size: 36px !important;
        line-height: 45px !important;
    }

    .errors {
        position: absolute;
        top: 41% !important;
        margin-left: 17% !important;
    }

    #user-submitted-posts {
        width: 68% !important;
    }

}

@media(max-width:575px) {
    /* 
    .searchandfilter ul li {
        width: 49%;
    }

    .searchandfilter ul li:last-child {
        width: 160px;
        margin: 15px auto 0 auto;
    } */

    .searchandfilter ul li {
        width: 48% !important;
    }

    .searchandfilter ul li:last-child {
        width: 100% !important;
        margin-top: 20px !important;
    }
}

@media only screen and (max-width:480px) {
    .rss-table .rsss_feed {
        display: grid !important;
        align-items: center;
    }

    .rss-table .rsss_feed .w-30 {
        width: 45% !important;
        text-align: center !important;
        margin: 10px auto 0px auto !important;
    }

    .rss-table .rsss_feed .w-30 {
        width: 45% !important;
        /* text-align: end; */
    }

    #loginform-custom {
        width: 90% !important;
        margin-top: 50px;
    }

    .login-username #user_login {
        width: 80% !important;
        border-radius: 10px;
    }

    .login-username label {
        width: auto !important;
    }

    .rss-table button.Buttons {
        padding: 6px 6px;
        margin-left: 0px;
        border-radius: 5px;
        font-size: 12px !important;
    }

    .terms .sub-heading {
        font-size: 14px !important;
    }

    .top-bar {
        display: none;
    }

    .navbar {
        background-color: #00adef !important;
    }

    .navbar-nav {
        align-items: start !important;
    }

    .news-banner .heading {
        font-size: 32px !important;
        line-height: 45px !important;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 75% !important;
    }

    .errors {
        position: absolute;
        top: 50% !important;
        margin-left: 3% !important;
    }

    .thankyou p {
        line-height: 25px !important;
    }

    .thank-button {
        display: grid !important;
    }

    .banner-two .news::before {
        content: "";
        display: none;
    }

    .banner-two .news::after {
        content: "";
        display: none;
    }

    .px-3 {
        padding: 0px !important;
    }

    .newa::before {
        content: "";
        display: none;
    }

    .newss::after {
        content: "";
        display: none;
    }

    .footer .wrep li {
        width: 50% !important;
    }

    .post-navigation {
        margin: var(--global--spacing-vertical) auto;
        gap: 20px;
        display: grid;
    }

    .post-navigation a {
        margin-left: 0px !important;
    }



    #user-submitted-posts {
        width: 95% !important;
    }

    #usp-submit {
        text-align: center;
        margin: 10px auto !important;
    }

    #user-submitted-image {
        display: grid !important;
    }
}

@media only screen and (max-width:420px) {
    .searchandfilter ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .searchandfilter ul li:last-child {
        width: 100%;
        margin: 0 auto;
    }

    .searchandfilter ul li input {
        padding: 12px 20px;
    }
}

@media only screen and (max-width:400px) {
    .rss-table .rsss_feed {
        display: grid !important;
        align-items: center;
    }

    .rss-table .rsss_feed .w-30 {
        width: 60% !important;
        text-align: center !important;
        margin: 0px auto 0px auto !important;
    }

    .rss-table .rsss_feed .w-30 {
        width: 60% !important;

    }

    #loginform-custom {
        width: 95% !important;
        margin-top: 50px;
    }

    .login-username #user_login {
        width: 80% !important;
        border-radius: 10px;
    }

    .login-username label {
        width: auto !important;
    }

    .rss-table button.Buttons {
        padding: 2px 4px !important;
        margin-left: 30px;
        border-radius: 5px;
        font-size: 8px !important;
        width: fit-content;
        font-weight: 600 !important;
    }

    .payment .heading {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 0 0 40px 0;
        text-align: center;
        font-weight: 600;
    }

    .terms .sub-heading {
        font-size: 13px !important;
        margin-bottom: 5px;
    }

    .top-bar {
        display: none;
    }

    .navbar {
        background-color: #00adef !important;
    }

    .rss-table .rsss_feed .w-30 {
        width: 40% !important;
        text-align: end;
    }

    .rss-table .rsss_feed .w-30 .imgs {
        width: 100% !important;
    }

    td,
    th {
        padding: 5px !important;
        text-align: center;
        width: 1%;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 75% !important;
    }

    .navbar-light .navbar-brand img {
        width: 95% !important;
    }

    .entry-title {
        overflow-wrap: break-word;
        font-size: 25px !important;
        line-height: 35px !important;
        font-weight: 600 !important;
    }

    .navbar-nav {
        align-items: start !important;
    }

    .news-banner h5 {
        font-size: 22px !important;
    }

    .errors {
        position: absolute;
        top: 10% !important;
        margin-left: 24% !important;
    }

    .thankyou p {
        padding: 0px 0px !important;
    }




    #user-submitted-posts {
        width: 95% !important;
    }
}


@media only screen and (max-width:380px) {
    .user-profile {
        padding: 50px 10px !important;
    }

    .errors {
        position: absolute;
        top: 49% !important;
        margin-left: 6% !important;
    }

    .thankyou p {
        padding: 0px 0px !important;
    }

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

    .news-banner {
        padding: 50px 0px !important;
    }

    .news-banner .heading {
        font-size: 24px !important;
        line-height: 45px !important;
    }

    .post-navigation {
        margin: var(--global--spacing-vertical) auto;
        gap: 20px;
        display: grid;
    }


    #user-submitted-posts {
        width: 95% !important;
    }

    .searchandfilter ul li {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .searchandfilter ul li:last-child {
        width: 100% !important;
        margin-top: 0px !important;
    }
}