@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');



body {
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    font-family: 'IBM Plex Serif', serif;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.w-94 {
    width: 94% !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #00adef transparent;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #000;
}

::selection {
    background: #00adef;
}

::selection {
    color: #fff;
    text-shadow: none;
}

:root {
    scroll-behavior: smooth;
}

.pt {
    padding-top: 20px;
    align-items: baseline;
}

.pb {
    padding-bottom: 20px;
}

.p-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-control:focus {
    box-shadow: none !important;
}

a:hover {
    color: #00adef;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #000;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.datepicker-dropdown {
    padding: 20px !important;
}

/* ============ top-bar ================ */

.top-bar {
    padding: 12px 0px;
    background: #00adef;
}

.top-bar h4 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.border {
    margin: 15px 0px;
}

.borders {
    margin: 15px 0px;
    border: 1px solid #000;
}

/* ============ top-bar ================ */

/* ==================== header =================== */
.navbar-nav li a {
    border-right: 1px solid #fff;
    line-height: 20px;
    color: #fff;
    transition: all 1s;
    padding: 0px 15px;
    font-size: 15px;
}

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

div#navbarSupportedContent {
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
    width: 100%;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-nav {
    /*  align-items: center;*/
    width: auto;
    /*    justify-content: space-around;*/
    color: #fff;
}

.navbar-nav .title a {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    transition: all 1s;
}

.navbar-nav .title a:hover {
    font-size: 17px;
    font-weight: 600;
    color: #00adef !important;
}

.username {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.navbar {
    background-color: #000;
}

.navbar-nav li a {}

.navbar .navbar-nav .nav-link {
    padding: 10px 10px;
}

.navbar .navbar-nav .nav-link:hover {
    padding: 10px 10px;
}

.navbar-nav li a:hover {
    color: #00adef;
}

.profile #profile_name {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}


#list {
    background-color: #fff;
}

#list ul {
    position: absolute;
    top: 40px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    z-index: 999;
    border-radius: 5px;
    margin-left: -10px;
    width: 145px;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    text-align: center !important;
    display: block;
    width: 50%;
    margin: auto;
    padding: 8px 11px !important;
    margin-bottom: 20px !important;
}

#list ul li {
    text-align: start !important;
}

#list ul .profile a {
    color: #000 !important;
    font-size: 15px;
    padding-left: 15px;
}

.navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
    transition: all .3s;
}

#profile_name {
    margin-bottom: 0px;
}

.profile button {
    margin-top: 10px;
    background-color: #fff !important;
    border-radius: 5px;
    color: #000 !important;
}

#list ul li {
    text-align: center;
    display: flex;
    align-items: baseline;
    background: #fff;
    padding: 0px 0px;
}

#profile_name button {
    margin-top: 0px !important;
    padding: 10px 20px !important;
}

.icon {
    color: #000 !important;
    font-size: 17px;
}

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

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("https://samvadparikrama.com/wp-content/uploads/2023/06/toggle.png");
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("https://samvadparikrama.com/wp-content/uploads/2023/06/close.png");
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

.nav-item {
    cursor: pointer;
    align-items: center;
    display: flex;
    background-color: #00adef;
    padding: 5px 20px !important;
    border-radius: 30px;
    width: auto !important;
}

.feed a,
.nav-item a {
    border-right: none !important;
}

.nav-item a:hover {
    color: #fff !important;
}

.profile {
    cursor: pointer;
    align-items: center;
    display: flex;
    background-color: #00adef;
    padding: 10px 20px !important;
    color: #000;
    border-radius: 5px;
    font-weight: 600 !important;
    width: fit-content !important;
}

.profile i {
    padding-top: 5px;
}

.danger {
    background-color: #F00 !important;
    border: 1px solid #F00 !important;
    width: fit-content;
    margin: auto;
    padding: 8px 20px !important;
    border-radius: 5px !important;
    text-align: center;
    display: block;
}

/* ==================== header End =================== */
/* .banner-height{
    height: 113vh;
    overflow: auto;
    margin-bottom: 50px;
} */
.banner-two {
    padding: 40px 0px 40px 0px;
}

.banner-two .main-heading {
    line-height: 30px;
    margin-top: 0px;
}

.banner-two .main-heading a {
    font-size: 25px;
    color: #000;
    transition: all .3s;
}

.banner-two .main-heading a:hover {
    color: #00adef;
}

.banner-two .post-items .sub a {
    color: #00adef;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.banner-two .post-items .name {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.banner-two .post-items .name a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.post-items .date {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.banner-two p {
    font-size: 16px;
    line-height: 25px;
    color: #505050;
    margin-top: 10px;
}

.banner-two .more {
    padding: 8px 15px;
    color: #505050;
    background-color: #fff;
    transition: all .3s;
    box-shadow: none;
    border: 1px solid;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-two .more:hover {
    color: #fff;
    background-color: #000;
}

.banner-two .post h2 {
    line-height: 20px;
}

.banner-two .post h2 a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 10px;
    transition: all .3s;
}

.banner-two .post h2 a:hover {
    color: #00adef;

}

.cards h2 a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    transition: all .3s;
    line-height: 17px;
}

.cards h2 a:hover {
    color: #00adef;
}

.banner-two .post p {
    font-size: 15px;
    line-height: 25px;
    color: #505050;
}

.cards h2 {
    line-height: 18px;
}

.banner-two .cards h5 a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    transition: all .3s;
    color: #000 !important;
}

.banner-two .cards h5 a:hover {
    color: #00adef;
}

.banner-two .cards p {
    font-size: 15px;
    line-height: 25px;
    color: #505050;
}

.banner-two .border-one {
    border: 1px solid #000;
    margin: 0px 0px 15px 0px;
}

.banner-two h4 {
    font-size: 25px;
    color: #00adef;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-two .news::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #e8e8e8;
    left: 0px;
    width: 2px;
}

.banner-two .news::after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #e8e8e8;
    right: 0px;
    width: 2px;
    bottom: 0px;
}

.newss::after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #e8e8e8;
    right: 0px;
    width: 2px;
    bottom: 0px;
}

.newa::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #e8e8e8;
    left: 0px;
    width: 2px;
    bottom: 0px;
}

.banner-two .main-heading a {
    font-size: 25px;
    color: #000;
    transition: all .3s;
    line-height: 40px;
    font-weight: 600;
}

.banner-two .post h2 {
    line-height: 18px;
    padding-bottom: 10px;
}


.footer {
    background-color: #00adef !important;
    margin-top: 40px;
    padding: 40px 0px;
}

.footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 20px;
}

.footer .top-footer::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e4e2e2;
    width: 100%;

}

.footer .icon {
    justify-content: end;
}

.footer .icon li a {
    color: #fff;
    padding: 0px 10px;
    transition: all .3s;
}

.footer .icon li a:hover {
    color: #00adef;
    padding: 0px 10px;
}

.footer h4 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 20px;
    position: relative;
}

.footer p {
    color: #9a9a9a;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 20px;
}

.footer .itams {
    padding-left: 0px !important;
    margin-bottom: 0px;
}

.footer .itams li a {
    color: #fff;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
}

.footer .itams li a:hover {
    color: #000 !important;

}

.footer .bottom-footer {
    padding: 30px 0px;
    position: relative;
    padding-bottom: 0px;
}

.footer .bottom-footer .copy-line {
    color: #fff;
    font-size: 14px;
}

.footer .bottom-footer .copy-line a {
    color: #e4e2e2;
    font-size: 16px;
}

.footer .bottom-footer .copy-line a:hover {
    color: #000 !important;
}

.footer .bottom-footer .texts {
    justify-content: end;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer .bottom-footer .texts li a {
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
}

.footer .bottom-footer::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #e4e2e2;
    left: 0px;
    width: 100%;
    margin-bottom: 30px;
}

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

.footer h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    bottom: -15px;
    left: 0;
    top: 60px;
}

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

.footer .bottom-footer .copy-line a {

    text-decoration: underline;
}

.footer .bottom-footer .text-style {
    text-align: start;
    display: block;
}

.footer .bottom-footer .texts li a {
    color: #fff;
    font-size: 15px;
    padding: 0px 10px;
    font-weight: 400;
}

.footer .wrep {
    display: flex;
    flex-wrap: wrap;
}

.footer .wrep li {
    width: 33%;
}

.site-main {
    margin-top: 40px;
}

.widget {
    width: 100%;

    float: left;
    clear: both;
    margin-top: 7px;
    margin-bottom: 20px;
}

.widget .widget-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.entry-header .title {
    font-size: 22px !important;
    font-weight: 600;
}

#categoryList .btn {
    border: none !important;
    margin: 30px 0px;
    background: #00adef !important;
    font-size: 15px !important;
    padding: 9px 10px !important;
    border-radius: 5px;
}

.nav-links .nav-previous {
    float: left;
    text-align: left;
    width: 100%;
    display: contents;
}

.page-header h1 {
    margin-bottom: 0px;
    font-weight: 600;
}


.page-header span {
    margin-bottom: 22px;
    font-size: 33px;
    font-weight: 600;
}

.nav-links .nav-next {
    width: 100%;
    display: contents;
}

.nav-next a {
    padding-left: 20px;
}

ul.page-numbers,
.nav-links {
    padding: 0;
    height: auto;
    margin: 10px auto 20px auto;
    align-items: center;
    display: flex;
}

.nav-links .nav-previous {
    float: left;
    text-align: left;
    width: 100%;
    display: contents;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 20px 29px #c4c4c4 !important;
}

.nav-links .nav-previous a {
    background: #00adef !important;
    padding: 10px 10px;
    color: #fff !important;
    margin-right: 20px;
    border-radius: 5px;
}

.nav-links .nav-next {
    width: 100%;
    display: contents;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px !important;
}

.nav-links .nav-next a {
    background: #00adef !important;
    padding: 10px 10px;
    color: #fff !important;
    border-radius: 5px;
}

.entry-header .title {
    font-size: 25px !important;
}

#categoryList .btn {
    border: none !important;
    margin: 30px 0px;
    background: #00adef !important;
    font-size: 15px !important;
    padding: 9px 10px !important;
    border-radius: 5px !important;
}

.nav-links .nav-next {
    float: right;
    text-align: right;
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #00adef !important;
    border-color: #00adef !important;
    border-radius: 5px !important;
}

.forget-password {
    margin: 50px 0px;
}

.forget-password .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}

.forget-password .btn {
    border-radius: 5px;
    display: block;
    background: #00adef !important;
    margin-top: 20px;
    width: fit-content;
}

.reset-password {
    margin: 50px 0px;
}

.reset-password .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}

.reset-password .btn {
    border-radius: 5px;
    display: block;
    background: #00adef !important;
    margin-top: 20px;
}

.rss-table {
    margin-top: 15px;
    margin-bottom: 50px;
}

.rss-table .title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

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

.rss-table .rsss_feed {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rss-table .rsss_feed .feed-url {
    width: 100% !important;
}

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

.rss-table .rsss_feed .w-30 {
    width: 30%;
}

.imgs {
    width: 25% !important;
    height: auto;
}

.pre {
    justify-content: center;
    margin: auto;
    display: flex;
}

.pre .pre-button {
    margin: 10px;
    border-radius: 5px !important;
    padding: 5px 10px !important;
}

a.btn.pre-button.active {
    background-color: black !important;
}

th {
    background: #000;
    color: #fff;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-color: #00adef !important;
}

.imgs {
    width: 30% !important;
    height: auto;
    border-radius: 5px;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    padding: 16px 30px;
    font-weight: 700;
    border: none;
    background: #00adef !important;
}

table {
    margin-top: 15px;
}

.btn {
    background: #00adef !important;
}

.btn {
    background: #00adef !important;
    border-radius: 5px !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 16px 30px;
    font-weight: 700;
    border: none;
    background: #00adef !important;
    border-radius: 5px;
    color: #fff !important;
}

#loginform-custom {
    width: 70%;
    margin-top: 38px;
}

.login-username {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
}

.login-username #user_login {
    width: 100% !important;
    border-radius: 10px;
    height: 60px;
    border: 1px solid #B3B0B0;
    padding: 20px;
    outline-style: none;
}

.login-username #user_login:focus {
    border: 1px solid #039be5
}

.login-username label {
    position: absolute;
    left: 14px;
    top: -14px;
    color: #001042;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    border-radius: 5px;
    padding: 0 10px;
    background: #ffffff;
}

.login-password #user_pass {
    width: 100% !important;
    border-radius: 10px;
    height: 60px;
    border: 1px solid #B3B0B0;
    padding: 20px;
    outline-style: none;
}

.login-password #user_pass:focus {
    border: 1px solid #039be5
}

.login-password label {
    position: absolute;
    left: 14px;
    top: -14px;
    color: #001042;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    border-radius: 5px;
    padding: 0 10px;
    background: #ffffff;
}

.login-password {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-right: 20px;
    position: relative;

}

.login-remember {
    margin-bottom: 5px;
    margin-top: 15px;
}

.login-submit {
    text-align: center;
}

.login-submit .button {
    width: 100%;
    color: #fff !important;
}

.sign {
    display: grid;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
}

.sign a {
    color: #00adef;
}

.sign span {
    color: #000;
}

.scroller {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-color: rebeccapurple green;
}

/* .login-remember label {
    margin: 15px 0px;
} */

.payment {
    margin: 50px 0px;
}

.payment .user {
    font-size: 20px;
    color: #00a400;
    text-align: center;
}

.payment .heading {
    font-size: 48px;
    line-height: 52px;
    margin: 0 0 40px 0;
    text-align: center;
    font-weight: 600;
}

.payment .membership {
    background: #14324f;
    padding: 30px 20px;
    border-radius: 10px;
    border-top: 10px solid #039be5;
    transition: all 0.5s ease-out 0s;
}

.payment .membership .top-plan-box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.payment .membership .top-plan-box h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.payment .membership .top-plan-box h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.payment .membership .top-plan-box span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.payment .membership .top-plan-box .btn-default {
    background: #00adef;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 14px 27px 16px 27px;
    border-radius: 36px;
    width: fit-content;
    transition: all 0.5s ease-out 0s;
    margin-top: 0px;
    display: block;
    cursor: pointer
}

.btn-default.memberbtn {
    margin-left: 40px;
    background: #00adef;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 14px 27px 16px 27px;
    border-radius: 5px;
    width: fit-content;
    transition: all 0.5s ease-out 0s;
    margin-top: 0px;
    display: block;
    cursor: pointer;
}

h4.text-center.ortext.m-auto.mt-4.pe-2 {
    font-size: 18px;
    color: #6e6e6e;
}

.pre.mt-3.skip {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}




/* .btn-default.memberbtn:hover {
    background-color: #000 !important;
} */

h4.text-center.m-auto.mt-4 {
    margin-top: 14px !important;

}

.errors {
    position: absolute;
    top: 45%;
    text-align: center;
    margin-left: 28%;
    color: red;
    background-color: #a2bdc7;
    font-size: 14px;
}

.payment .membership ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.payment .membership ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.payment .membership .point-icon {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}

.payment .membership .points-content {
    color: #fff;
    font-size: 16px;
}

/* .payment .membership:hover {
    background: #00adef;
    color: #000;
    border-color: #000;
}

.payment .membership:hover .top-plan-box h4,
.membership:hover .top-plan-box h3 {
    color: #000;
    border-color: #000;
}

.payment .membership:hover .points-content {
    color: #000;
}

.payment .membership:hover .btn-default.memberbtn {
    background-color: #000 !important;
}
.payment .membership:hover .top-plan-box span {
    color: #000;
} */
.payment .link {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
}

input[type="radio"] {
    opacity: 0.011 !important;
    z-index: 100;
}

.razorpay-payment-button {
    text-align: center;
    margin: auto;
    display: block;
    background: #00adef !important;
    border-radius: 5px;
    width: fit-content !important;
}

.link {
    text-align: center;
    display: block;
    font-size: 19px;
    font-weight: 600;
}

.or {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.usname {
    display: grid;
    align-items: baseline;
    width: 100% !important;
    margin-bottom: 10px !important;
}

.form-control {
    padding: 16px !important;
    border-radius: 10px !important;
}

.register {
    margin-top: 50px !important;
}

.register a {
    text-decoration: underline;
}

.forget-password .title,
.register .title {
    margin-bottom: 15px !important;
    font-size: 30px;
    font-weight: 600;
    max-width: 300px;
    margin: auto;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.register .sub-titles {
    font-size: 18px;
    text-align: center;
}

.btn {
    text-align: center;
    display: flex !important;
    margin: auto;
    margin-bottom: 25px;
    padding: 10px 40px;
    border-radius: 5px;
    display: block;
    background: #00adef !important;
    width: auto;
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    width: fit-content;
}

.btn {
    text-align: center;
    display: flex !important;
    margin: auto;
    margin-bottom: 25px;
    padding: 10px 10px;
    border-radius: 5px;
    display: block;
    background: #00adef !important;
    width: auto;
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    width: fit-content;
}

.btns {
    text-align: center;
    display: flex !important;
    padding: 8px 5px;
    margin: 10px 0px !important;
    border-radius: 5px;
    display: block;
    background: #00adef !important;
    width: auto;
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    width: fit-content;
}

.btns i {
    font-size: 13px;
    font-weight: 600;
}

.privacy {
    background-color: #5fd3ff;
    padding: 40px 0px;
}

.privacy .heading {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.privacy .sub-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

.terms .sub-heading {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 10px;
}

.terms .sub-heading a {
    color: #00adef;
    font-size: 18px;
    font-weight: 400;
    padding-top: 0px;
}

.terms h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

hr {
    box-sizing: content-box;
    background-color: #c3c3c3 !important;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 20px;
}

.thankyou {
    padding: 70px 0px;
}

.thankyou .heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
    padding-top: 40px;
}

.thankyou p {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding: 0px 64px;
}


.thank-button a {
    background-color: #00adef;
    padding: 8px 20px;
    width: fit-content;
    margin: 20px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 5px;
}

.contacts {
    margin: 50px 0px;
}

.hm-contact-form {
    margin-top: 40px !important;
}

.hm-contact-form .input-field {
    position: relative;
}

.col-md-6.field-size {
    width: 100%;
    margin-bottom: 101px;
}

.wpcf7-not-valid-tip {
    color: red;
}

.hm-contact-form .input-field label {
    position: absolute;
    left: 5px;
    top: -15px;
    color: #001042;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    border-radius: 5px;
    padding: 0 10px;
    background: #ffffff;
}

.hm-contact-form .input-field input,
.contacts .hm-contact-form .input-field textarea {
    width: 100%;
    padding: 16px 20px 18px 20px;
    font-size: 15px;
    color: #000;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    background-color: #ffffff;
    margin-bottom: 10px;
    line-height: 6px;
}

.hm-contact-form .input-field input:focus,
.contacts .hm-contact-form .input-field textarea:focus {
    border: 1px solid #039be5
}

.submit-btn.text-center.mt-4 {
    margin-top: 50px !important;
}

.input-field select {
    width: 100%;
    padding: 16px 20px 18px 20px;
    font-size: 14px;
    color: #656565;
    border: 1px solid #E7E7E7;
    border-radius: 12px;
    background-color: #ffffff;
    margin-bottom: 10px;
    line-height: 20px !important;
}

.hm-contact-form .input-field input,
.contacts .hm-contact-form .input-field textarea:focus {
    outline: none !important;
}

.exclusive-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    text-align: center;
    padding: 15px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.exclusive-card i {
    font-size: 35px;
    color: #00adef;
}

.exclusive-card h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: #000;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.exclusive-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
}

h2.entry-title.default-max-width {
    font-size: 31px;
}

.news-banner {
    background: linear-gradient(238deg, rgb(22 22 22 / 91%) 0%, rgb(10 10 10 / 50%) 100%), url("../images/news.jpg");
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-banner .heading {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    line-height: 75px;
    padding: 15px 0px;
}

.news-banner .heading a {
    transition: all .3s;
}

.news-banner .heading a:hover {
    color: #00adef !important;
}

.news-banner h5 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    padding-bottom: 20px;
}

.icons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.login-banner {
    margin: 35px 0px;
}

.user-profile {
    border-radius: 5px;
    padding: 30px 0px;
}

.login-banner h1 {
    font-size: 40px !important;
    font-weight: 600;
    font-style: normal;
}

.login-banner p {
    font-size: 17px !important;
}

.thank-list {
    margin-top: 50px;
    padding-left: 0px;
}

.thank-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 0px;
    color: #000000;
    flex-wrap: wrap;
    gap: 20px;
}

.thankyou-banner {
    border-top: 5px solid #00adef;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
    padding: 20px;
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 4px;

}

.payments-banner {

    border-radius: 5px;
}

.btne {
    text-align: center;
    display: flex !important;
    padding: 15px 30px !important;
    margin: 10px 0px !important;
    border-radius: 5px;
    display: block;
    background: #00adef !important;
    width: auto;
    color: #fff !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    width: fit-content;
}

.card-body p {
    font-size: 16px;
}

.card-body .name {
    font-size: 15px;
    font-weight: bold;
}

.error {
    text-align: center;
    color: red;
    padding-top: 25px;
    margin: auto;
    display: block;

}

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

.success {
    text-align: center;
    color: red;
    margin-top: 25px;
}

#result {
    color: green;
    text-align: right;
    font-size: 15px;
}

.card-body img {
    width: 25%;
}

.card-bodys {
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.card-bodys h5 {
    font-size: 25px;
    text-align: center;
    padding: 5px 0px;
    background-color: #fff;
}

.card-bodys h6 {
    font-size: 18px;
    text-align: center;
    padding: 5px 0px;
    background-color: #fff;
}

.card-bodys ul {
    display: grid;
    padding-left: 0px;
}

.card-bodys ul li {
    text-align: start;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
    background-color: #e9e9e9;
    padding: 8px;
    font-weight: 600;
}

.card-bodys ul li a:hover {
    color: #000 !important;
}

.card-bodys ul li a {
    color: #000 !important;
    width: 100%;
    display: block;
}

.card-bodys ul .active {
    background-color: #00adef !important;
    color: #fff;
}

.card-bodys ul .active a {
    color: #fff !important;
}

.card-bodys ul .active a:hover {
    color: #fff !important;
}

.posted-by {
    margin: 0px;
}

.entry-date {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background-image: transparent url("https://samvadparikrama.com/wp-content/uploads/2023/06/close.png");
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    background-color: #fff !important;
    opacity: 1;
}

.btn-close {
    color: #000 !important;
    background-color: #fff !important;
    opacity: 1;
}

.rss-table table th {
    font-size: 15px
}

.rss-table table tr td {
    font-size: 15px;
}

.rss-url {
    display: grid;
    background: lightgoldenrodyellow;
    padding: 15px 10px;
}

.rss-url li {
    font-size: 12px;
    font-weight: bolder;
    line-height: 24px;
}

.entry-content .join-membership-link {
    color: #fff;
    background-color: #00adef;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    height: auto;
    border-radius: 5px;
    margin-left: 10px;
}

.pre .pre-button {
    margin: 3px;
    border-radius: 3px !important;
    padding: 1px 11px !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #FFF;
    text-decoration: none;
    background-color: #00adef;
    border: 1px solid #00adef;
    padding: 1px 11px !important;
    margin: 3px;
    border-radius: 3px;
}

.alignwide {
    display: block;
}

#usp-error-message {
    display: none;
}

#user-submitted-posts {
    width: 60%;
    margin: 50px auto;
    margin-top: 20px;
}

#usp_add-another {
    display: none;
}

.usp-name,
.usp-title,
.usp-captcha,
.usp-content,
.usp-images {
    padding: 8px 0px 0px 0px !important;
}

#user-submitted-posts .usp-input {
    padding: 10px;
}

#user-submitted-posts label {
    font-weight: 600 !important;
}

#user-submitted-posts .usp-input {
    padding: 10px;
    color: #2a2929;
    font-size: 15px;
    border: 1px solid #00adef;
    border-radius: 5px;
}

#user-submitted-posts .usp-input:focus {
    outline: none;
}

#user-submitted-posts .usp-textarea {
    padding: 10px;
    color: #2a2929;
    font-size: 15px;
    border: 1px solid #00adef;
    border-radius: 5px;
}

#user-submitted-posts .usp-textarea:focus {
    outline: none;
}

#user-submitted-image {
    margin-top: 10px;
}

#usp-submit {
    text-align: end;
    margin: auto;
}

.searchandfilter {
    width: 100%;
    margin: 0 0 25px 0;
    background: #fff;
    height: 100%;
    padding: 30px 0px;
    border: none;
    box-shadow: 0 15px 35px #eee;
}

.searchandfilter>div {
    max-width: 800px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

.searchandfilter ul {
    display: flex;
    width: 100%;
    padding-left: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.searchandfilter ul li {
    width: 38%;
}

.searchandfilter ul li:nth-child(2) {
    display: none;
}

.searchandfilter ul li:last-child {
    width: 20%;
}

.searchandfilter ul li input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 36px;
    font-size: 16px;
}


.searchandfilter ul li input:focus {
    outline: none;
}

.searchandfilter .postform {

    cursor: pointer;
}

.searchandfilter input[type="submit"] {
    color: #fff;
    font-size: 20px;
    border-radius: 36px;
    color: #fff !important;
    border: 2px solid #00adef;
    text-transform: uppercase;
}

.searchandfilter input[type="submit"]:hover {
    border: 2px solid #00adef;
}

.buttons-flex {
    padding-left: 0;
    justify-content: end;
    display: flex;
}

.btn-meni {
    background-color: #fff !important;
    padding: 7px 15px;
    color: #000 !important;
    border-radius: 3px !important;
    border: none;
}

.btn-secondary {
    background-color: #000 !important;
    padding: 8px 15px;
    color: #fff !important;
    border-radius: 3px !important;
    border: none;
}

.page-id-4971 .alignwide {
    display: block;
}

.byline {
    padding-left: 9px;
    font-size: 16px;
}

@media only screen and (min-width:300px) and (max-width:480px) {
    .banner-two .border-one {
        border: 1px solid #000;
        margin: 10px 0px 15px 0px;
    }

    .banner-two {
        padding: 40px 0px 0px 0px;
    }

    .footer .top-footer img {
        text-align: center;
        display: block;
        margin: auto;
    }

    .footer .icon {
        justify-content: center;
        margin-top: 15px;
        padding-left: 0px;
    }

    .footer .bottom-footer .texts {
        justify-content: center;
        padding-left: 0px;
    }

    .footer .bottom-footer .copy-line {
        text-align: center;
        display: block;
        padding-bottom: 10px;
    }

    .footer .form-check-input {
        width: 25px;
        height: 15px;
    }

    .thankyou p {
        font-size: 18px;
        font-weight: 500;
        line-height: 35px;
        padding-bottom: 20px;
    }

}