@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --theme: #5ccbf6;
    --primary: #322f2f;
    --secondary: #fff;
    --para: #2f3239;
    --border: #f3f3f3
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
label,
li,
del,
input,
select,
button,
textarea {
    font-family: 'Open Sans';
}

body {
    background-color: var(--border);
}

p {
    color: var(--para);
    font-size: 14px;
    word-break: break-word;
}

ul {
    padding-left: 0px;
}

li {
    list-style: none;
}

a {
    color: #000000;
    text-decoration: inherit;
}

.get-btn-title {
    position: relative;
    /*background-color: white;*/
    margin-bottom: 12px;
}

.get-btn-title svg {
    position: absolute !important;
    top: 11px;
    height: 20px;
    cursor: pointer;
    left: 10px;
    padding: 2px 4px;
    border-radius: 50%;
    display: inline-block !important;
}

.get-btn-title i {
    display: inline-block !important;
}

a.shareexpbtn {
    background: #5ccbf6;
    width: 100%;
    display: block;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px !important;
    /*margin-bottom: 15px;*/
}

.get-btn-title i {
    display: inline-block !important;
}

.mobileNav {
    display: none;
}

.topBar ul.navbar-nav li a {
    color: var(--primary);
    background-color: transparent;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 15px;
}

.topBar ul.navbar-nav li ul li {
    margin: 0;
}

.topBar ul.navbar-nav li ul li a {
    padding: 0;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 6px 14px;
}

.topBar ul.navbar-nav li ul.dropdown-menu.show {
    padding: 0;
    margin-left: 7px;
    border-radius: 0;
}

.topBar ul.navbar-nav li ul li a:hover,
.topBar ul.navbar-nav li ul li a.active {
    background-color: #5ccbf6;
    color: #fff !important;
}

.topBar ul.navbar-nav li {
    margin-left: 14px;
}

.toppara:before {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    left: 22.9%;
    right: 0;
    margin: 0 auto;
    background-color: #000;
    top: 30%;
}

.toppara {
    margin-bottom: 6%;
    margin-left: 22%;
    font-size: 17px;
    font-weight: 600;
}

.topBar .topbarheaf {
    display: inline-block;
    text-align: center;
    position: relative;

}

.toppara:after {
    content: "";
    border-bottom: 1px solid var(--primary);
    width: 60.6%;
    height: 0px;
    position: absolute;
    left: 165px;
    right: 0;
    top: 51%;
    margin: 0 auto;
    display: block;
}

.bd_top:after {
    content: "";
    position: absolute;
    height: 22px;
    width: 1px;
    bottom: 90%;
    margin-left: -5.2px;
    background-color: #000;
}

span.get-title-here {
    background-color: #fff;
    top: 0px;
    position: relative;
    font-size: 10px;
    padding: 8px 12px;
    display: none;
    text-align: center;
}
span.get-title-here.show {
    display: flex !important;
}
a.shareexpbtn:hover {
    background: black;
    color: white;
}

.get-btn-title:hover svg {
    color: #fff;
}

.post-blogs .nav-tabs li.nav-item button {
    background-color: white !important;
    margin-right: 10px;
    border-radius: 0px;
    border-style: none;
    font-size: 13px;
    color: #000;
}

.post-blogs .nav-tabs li.nav-item button.active,
.post-blogs .nav-tabs li.nav-item button:hover {
    background-color: var(--theme) !important;
    color: #fff;
}


/*poll css*/
::selection {
    color: #fff;
    background: #6665ee;
}

.wrapper {
    background: #fff;
    border-radius: 8px;
    padding: 31px 20px 15px 20px;
    max-width: 100%;
    width: 46%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    margin-bottom: 35px !important;
    border: 1px solid #ccc;
}

.wrapper header {
    font-size: 22px;
    font-weight: 600;
}
header {
    background-color:#ffffff;
}
.wrapper .poll-area {
    margin: 20px 0 15px 0;
}

/* .poll-area label {
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 6px 18px;
    border: 2px solid #e6e6e6;
    transition: all 0.2s ease;
    cursor: pointer;
} */

.poll-area label:hover {
    border-color: #ddd;
}

label.selected {
    border-color: #5ccbf6 !important;
}

label .row {
    display: flex;
    pointer-events: none;
    justify-content: space-between;
}

label .row .column {
    display: flex;
    align-items: center;
}

label .row .circle {
    height: 12px;
    width: 12px;
    display: block;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

label.selected .row .circle {
    border-color: #5ccbf6;
}

label .row .circle::after {
    content: "";
    height: 8px;
    width: 8px;
    background: #5ccbf6;
    border-radius: inherit;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.poll-area label:hover .row .circle::after {
    display: block;
    background: #e6e6e6;
}

label.selected .row .circle::after {
    display: block;
    background: #5ccbf6 !important;
}

label .row span {
    font-size: 13px;
    font-weight: 500;
}

label .row .percent {
    display: none;
}

label .progress {
    height: 7px;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    margin: 8px 0 3px 0;
    border-radius: 30px;
    display: none;
    pointer-events: none;
}

label .progress:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #ccc;
    width: calc(1% * var(--w));
    border-radius: inherit;
    transition: all 0.2s ease;
}

label.selected .progress::after {
    background: #5ccbf6;
}

label.selectall .progress,
label.selectall .row .percent {
    display: block;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

/*poll css*/


/*card css*/
.card-post {
    border: 1px solid var(--border);
    background-color: white;
    margin-bottom: 20px;
    padding: 28px 34px;
}

.user-profile {
    width: 75px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 75px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex.profile-post-details {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-details {
    width: 89%;
}

.user-profile img {
    height: 38px;
}

.post-lf {
    display: flex;
    width: 10%;
}

.post-info .d-flex {
    flex-direction: row-reverse;
}

.post-info .d-flex h2 {
    font-size: 24px;
    /* width: 80%; */
    font-weight: 500;
    text-transform: capitalize;
}

.post-info .d-flex h2 a {
    color: #000000;
    font-size: 20px;
}

.post-img img {
    height: 200px;
    border-radius: 10px;
}

.youtube-video iframe {
    height: 200px;
    width: 343px;
    border-radius: 10px;
}

.post-details>* {
    margin-bottom: 16px;
}

.post-tags>* {
    background: #5ccbf6;
    color: #fff;
    padding: 1px 11px;
    font-size: 13px;
}

.question-meta-first {
    border-top: 1px solid #ccc;
    padding-top: 18px;
    margin-top: 30px;
    align-items: center;
}

.question-meta-first>* {
    margin-right: 20px;
    font-size: 12px;
}

ul#myTab {
    border-bottom: 2px solid #5ccbf6;
    padding-bottom: 20px;
}

.post-info .d-flex h2 a:hover {
    color: #5ccbf6;
}

.question-meta-first>* i {
    color: #5ccbf6;
    margin-right: 4px;
    font-size: 16px;
    width: 17px;
    position:relative;
    top:1px;
}
.se-cc {
    width: 100%;
}
.se-cc select#postCat, .cat-sear input.form-control {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
.se-cc button.theme-btn {
    width: 100%;
}
.coff button.theme-btn {
    background-color: #000;
    color: #ffffff;
    padding: 0 18px;
}
.cat-sear {
    width: 100%;
}


/* card css */



.inner_pagehaead {
    background-color: var(--theme);
    color: var(--secondary);
    padding: 40px 0px;
    position: relative;
}

.inner_pagehaead h1 {
    font-size: 25px;
}

.crumbs .current {
    color: #2f3239;
}

.crumbs-span {
    margin: 0 5px;
}

.crumbs {
    line-height: 24px;
    padding-top: 14px;
    font-size: 14px;
}

.crumbs a {
    color: var(--secondary);
    text-decoration: none;
}


.search_section span#basic-addon1 {
    background-color: var(--primary);
    color: white;
    border-radius: 0px;
    padding: 7px;
    font-weight: 700;
    font-size: 14px;

}

.search_section input.form-control {
    border-style: none;
    font-size: 13px;
    font-weight: 700;
    color: black;
    font-style: italic;


}

.search_section nav.navbar.navbar-light {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

form.container {
    padding: 5px;
}

.search_section button.btn.btn-outline-success {
    background-color: var(--theme);
    border-style: none;
    color: white;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;



}

section.search_section {
    margin: 40px 0px 0px 0px;
}

.search-inp {
    display: flex;
    /* gap: 12px; */
    align-items: center;
}
.search-inp span {
    background: black;
    color: white;
    padding: 6px 8px;
    font-size: 13px;
}
.search-inp input {
    width: 100%;
    padding: 5px 20px;
    background: #f3f3f3 !important;
    border: none;
    color: black;
    border-color: transparent !important;
    font-size: 16px;
    outline: inherit;
    box-shadow: 0px 0px 0px !important;
}

.search-inp input::placeholder {
    color: #888686;
    font-weight: 600;
    font-style: italic;
}

.search-inp button {
    background: #5ccbf6;
    border: none;
    color: white;
    padding: 5px 13px;
    font-size: 14px;
    width: 160px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 10px 10px 0;
}

.search-inp input:focus {
    border: 1px solid #5ccbf6;
    border-radius: 0 !IMPORTANT;
}

.search-sec {
    margin-top: 30px;
    margin-bottom: 30px;
}

.search-sec .card-body {
    padding: 10px;
}

.input-gr {
    margin-bottom: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    display: block !important;
}

.post_c button {
    background: #5ccbf6;
    width: 100%;
    color: white;
    border: none;
    padding: 11px;
    font-size: 16px;
    border-radius: 4px;
}

.vid_op {
    display: none;
}

.pol_op {
    position: relative;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    padding: 9px;
    border-radius: 5px;
    text-align: center;
}

.pol_op input {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    top: 0px;
    right: 1px;
    cursor: pointer;
}

.poll-w-a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.poll-w-a .pol_op {
    width: 47%;
}


button.reac_oop {
    background: no-repeat;
    border: sienna;
    box-shadow: 2px 1px 10px #ccc;
    padding: 8px 14px;
}

.all-reactions {
    display: none;
}

.all-reactions {
    position: fixed;
    top: 8rem;
    background: white;
    width: 52%;
    margin: 0 auto;
    padding: 22px;
    border: 1px solid black;
    z-index: 99;
    height: 350px;
    max-height: 350px;
    overflow-y: auto;
    left: 0;
    right: 0;
    border-radius: 4px;
}

.reaction-group ul li {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    padding: 13px;
    align-items: center;
}

.rec-overlay {
    display: none;
    position: fixed;
    height: 100vh;
    background: #000000d4;
    width: 99vw;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

button.close-r-o {
    float: right;
    position: absolute;
    bottom: 9px;
    right: 18px;
    padding: 7px 35px;
    font-size: 16px;
    background: black;
    color: white;
    text-transform: capitalize;
    border: navajowhite;
    border-radius: 5px;
}

.us_d-e {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 300;
}

.us_d-e img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 100%;
}

.bi-hand-thumbs-up-fill {
    color: #1877f2 !important;
    font-size: 1.2em;
}

.bi-heart-fill {
    color: #e60023 !important;
    font-size: 1.2em;
}

.bi-emoji-laughing-fill {
    color: #f7b928 !important;
    font-size: 1.2em;
}

.bi-emoji-astonished-fill {
    color: #f7b928 !important;
    font-size: 1.2em;
}

.bi-emoji-frown-fill {
    color: #f7b928 !important;
    font-size: 1.2em;
}

.bi-emoji-angry-fill {
    color: #f56a6a !important;
    font-size: 1.2em;
}

.user-reaction i {
    margin-right: 5px;
}

.all-reactions .reaction-group li i {
    margin-right: 5px;
}

.all-reactions .rect-cc i {
    margin-right: 5px;
}

nav.flex.items-center svg {
    width: 28px;
}

nav.flex.items-center {
    margin-bottom: 46px;
}

.poll-vote-ratio {
    margin-top: 20px;
}

.poll-option {
    margin-bottom: 10px;
}

.progress-bar-container {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 10px;
    height: 20px;
    margin-top: 5px;
}

.progress-bar {
    height: 100%;
    border-radius: 10px;
    background-color: #5ccbf6;
    transition: width 0.5s ease;
}

.progress-bar[data-value="0"] {
    background-color: #ff5555;
}

.progress-bar[data-value="100"] {
    background-color: #4caf50;
}


.pol_op.voted {
    background: #5ccbf6;
    color: white;
    font-weight: 500;
}

.pol_op input[disabled] {
    cursor: no-drop;
}

.rect-cc {
    display: flex;
    gap: 15px;
}

.youtube_video {
    width: 60%;
}

.youtube_video iframe {
    height: 250px;
}

img.featured-img {
    width: 60%;
}

.reaction-btns i {
    margin-right: 0;
}

.post-head p {
    text-align: justify;
    width: 98%;
}

.user-card a {
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #cccc;
    padding: 11px 0px;
}

.user-card img {
    width: 38px;
    height: 38px;
    object-fit: cover;
}

.allUsers {
    background: white;
    padding: 28px;
    border-radius: 7px;
}

.user-card h4 {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
    color: var(--para);
}

.user_p_b .user_im {
    width: 24%;
}

.user_p_b .user_im img {
    width: 90px;
    height: 90px;
    border: 3px solid #5ccbf6;
    border-radius: 100%;
    padding: 16px;
    background: #f6f6f6;
}

.user_p_b .user_im input[type='file'] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.user_p_b {
    position: relative;
    padding-bottom: 10px;
}

.auth_bo_i {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.author_img {
    width: 16%;
}

.auth_info {
    width: 79%;
}

.auth_bo_i {
    padding-top: 40px;
}

.author_img img {
    width: 100%;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.username {
    font-weight: bold;
}

.comment-time {
    color: #888;
    margin-left: 10px;
}

.card-area {
    background: #ffffff;
    padding: 30px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.user-details {
    display: flex;
    align-items: center;
    position: relative;
}

.user-details .user-img img {
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    object-position: center;
}

.user-details .user-img {
    margin-right: 10px;
    border: 1px solid 1px solid var(--primary);
    border-radius: 50px;
}

.user-details .user-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 19px;
}

.user-details .post-time {
    display: flex;
    color: #82959b;
    position: relative;
    top: -9px;
    font-size: 10px;
}

.user-details .user-info span.user-name {
    font-weight: 700;
}

.user-details .user-info span.user-designation {
    font-size: 10px;
}

.single-post-card .post-details {
    margin-top: 14px;
    width: 100%;
}

.discussions h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.single-post-card .post-details p {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    margin-bottom: 10px;
}

.single-post-card .post-details .youtube-video iframe {
    width: 100%;
    height: 400px;
}

.edit_del_follow {
    margin-top: 0;
}

.edit_del_follow a {
    background-color: var(--theme);
    padding: 2px 16px;
    border-radius: 50px;
    color: #ffffff;
    margin-left: 10px;
    font-size: 12px;
}

.single-post-card .question-meta-first.d-flex {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.single-post-card .post-btm {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 30px;
}

.single-post-card .post-img img {
    height: 300px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    object-fit: cover;
}

.post-img {
    display: flex;
}

.comment-sections h6 {
    font-size: 20px;
    font-weight: 600;
    /*	    padding: 0px 0 10px;*/
    /*	    border-bottom: 2px solid #dedede;*/
    color: var(--theme);
    margin-bottom: 20px;
}

.comment-input textarea {
    border: 0;
    box-shadow: 0px 0px 0px !important;
    padding: 0;
}

.comment-input {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cmn-btm p {
    margin-bottom: 0;
    font-size: 12px;
    color: #82959b;
    display: flex;
    align-items: center;
}

.comment-sections button.btn.btn-success {
    background-color: var(--theme);
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 21px;
}

.cmn-btm {
    margin-top: 10px;
}

.cmn-btm p input {
    margin-right: 6px;
    border-color: #82959b;
}

.comment-sections .comment-box {
    position: relative;
}

.comment-box span.username {
    font-size: 14px;
}

.comment-box span.comment-time {
    font-size: 13px;
}

.comment-box span.heart {
    color: red;
}

.comment-box button {
    font-size: 12px;
    color: #8a8a8a;
    text-decoration: inherit;
}

.comment-box.d-flex.reply-box:before {
    content: "";
    width: 1px;
    height: 30%;
    background-color: #ccc;
    position: absolute;
    left: -18px;
    top: 4px;
}

.comment-box.d-flex.reply-box {
    position: relative;
    left: -8px;
}

.comment-box.d-flex.reply-box:after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    top: 3px;
    left: -58px;
    background-color: #cccc;
}

.comment-sections .comment-box:before {
    content: "";
    width: 1px;
    height: 94%;
    position: absolute;
    background-color: #cccc;
    left: -10px;
    top: 8%;
}

.reply-input button {
    font-size: 12px;
    color: #fff;
    background-color: var(--theme) !important;
    border: 0;
}

span.mention-person {
    font-weight: 600;
}

.comment-box.d-flex.reply-box div {
    font-size: 14px;
}

.see-comment-replies {
    display: none;
}

.reply-btns.d-flex button {
    margin-right: 10px;
}

textarea.form-control {
    box-shadow: 0px 0px 0px !important;
}

.post-time {
    padding-top: 4px;
}

.comment-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-right: 6px;
}


.op_bb {
    background: #5ccbf6;
    color: white;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.op_bb .d_n {
    background: black;
    border-radius: 3px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.op_bb h4 {
    margin-top: 14px;
    font-size: 22px;
}

.account-details_op .card-body {
    padding: 30px;
}

.form_bb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.togl_eye i {
    position: relative;
    left: -5px;
    z-index: 999;
    cursor: pointer;
}

.reg_div {
    margin-top: 23px;
    text-align: center;
}

.reg_div h5 {
    padding-bottom: 6px;
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}

.innerPage_box input.input-field {
    width: 100%;
}

.innerPage_box {
    background-color: var(--secondary);
    padding: 20px;
    margin-bottom: 20px;
}

.innerPage_box .input-container {
    border: 1px solid var(--theme);
    /* padding: 0px 10px; */
    margin-bottom: 10px;
    DISPLAY: FLEX;
    gap: 14px;
    align-items: center;
    padding-left: 16px;
}

.innerPage_box .input-container input {
    width: 100%;
    border-style: none;
    padding: 10px 0px;
    box-shadow: 0px 0px 0px !important;
    outline: 0px !important;
}
.innerPage_box .input-container i {
    width: 20px;
}

.innerPage_box .input-container svg {
    color: var(--theme);
}

.innerPage_box button.btn {
    text-align: center;
    background-color: var(--theme);
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.sidebox_haed {
    margin: -20px 0 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px;
    border-bottom: 2px solid #dedede;
    color: var(--theme);
}

.web-alert {
    background: #5ccbf6;
    color: white;
    padding: 9px 20px;
    border-radius: 4px;
}

.post_c .card {
    padding: 20px 30px;
}

.post_c .card-body {
    padding: 0;
}

.post_c .form-control {
    width: 100%;
}

span.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding-left: 3px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post_c .card-body form .select2-container--default .select2-selection--single {
    background-color: #f3f3f3;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
}
.post_c .card-body form .select2-results__options li {
    font-size: 13px;
    line-height: 20px;
}
.break-row .form-check {
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single span.select2-selection__clear {
    position: absolute;
    right: 20px;
}

.select2-container--default .select2-selection--single span.select2-selection__arrow {
    position: relative;
    top: 0;
}

.select2-container--default .select2-selection--single,
.post_c .form-control {
    background-color: #f3f3f3;
    box-shadow: 0px 0px 0px !important;
    border-color: #dedede !important;
}

.post_c .card-body form .input-gr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}

.post_c .card-body form .input-gr>* {
    width: 75% !important;
}

.post_c .card-body form .input-gr>label {
    width: 25% !important;
    font-size: 16px;
    font-weight: 600;
    color: #2f3239;
    line-height: 20px;
}

.post_c .card-body form .input-gr.textarea {
    align-items: flex-start;
}

.post_c h4 {
    margin: -20px 0 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px;
    border-bottom: 2px solid #dedede;
    color: var(--theme);
}

.post_c .card-body form .input-gr label.form-check-label {
    color: #707885;
    font-size: 12px;
}

.post_c .card-body form .input-gr .form-check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.post_c .card-body form .input-gr .form-check label.form-check-label {
    line-height: 16px;
    position: relative;
    top: 2px;
}

.post_c .card-body form .input-gr .form-check input {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    border: 1px solid #dedede !important;
    box-shadow: 0px 0px 0px !important;
}

.post_c .card-body form .input-gr .form-check label.form-check-label a {
    color: #5ccbf6;
    font-weight: 500;
}

.post_c .card-body form .input-gr .form-check input:checked[type=checkbox] {
    background-image: url('/web_assets/images/check-mark.png');
}

.sidebox h2, .author_details h4, ul.list-unstyled li, .about_au h5 {
    margin: -20px 0 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px;
    border-bottom: 2px solid #dedede;
    color: var(--theme);
    width: 100%;
}

.sidebox {
    background-color: var(--secondary);
    padding: 20px 20px 16px;
    margin-bottom: 20px;
}

.sidebox.refr div a {
    display: flex;
    color: white;
    background-color: #3b5998;
    padding: 16px 20px;
    margin-bottom: 10px;
    align-items: center;
}

.sidebox.refr div a p {
    margin-bottom: 0;
    color: #ffffff;
}

.sidebox.refr div.refer_twi a {
    background-color: #55acee;
}

.refer_mail p {
    color: #dddddd;
    position: relative;
}

.refer_mail p:before,
.refer_mail p:after {
    content: "";
    width: 42%;
    left: 0;
    top: 11px;
    position: absolute;
    background-color: #dddddd;
    height: 1px;
}

.refer_mail p:after {
    left: unset;
    right: 0;
}

.refer_mail form input {
    background-color: #f3f3f3 !important;
    border-radius: 0px !important;
    border-color: #ccc !important;
}

.form-control:focus {
    box-shadow: 0px 0px 0px;
}

.refer_mail form button {
    background-color: #5ccbf6;
    color: #ffffff;
    width: 100%;
    border: 0;
    padding: 5px 10px;
    margin-top: 10px;
}

.status_inner {
    display: flex;
    background-color: var(--border);
    margin-bottom: 10px;
    padding: 10px;

}

.status_inner i {
    background-color: var(--primary);
    padding: 5px;
    font-size: 16px;
    color: white;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sidebox p {
    margin-bottom: 0;
    line-height: 30px;
}

.Profie_inner {
    display: flex;
    padding: 2px 0px;
    border-bottom: 1px solid var(--border);
    width: 100%;
}
.Profie_inner:last-child {
    border-bottom: 0;
}
.Profie_inner i {
    padding-right: 10px;
    color: #555;
    font-size: 14px;
    width:25px;
}

.Profie_inner a {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.Profie_inner p {
    margin-bottom: 0px;
    color: #555;
    font-size: 13px;
}

.carddetails {
    display: flex;
    align-items: center;
    margin-top: 2px;
}

h2.cardSubHead {
    font-size: 12px;
    color: white;
    background-color: var(--theme);
    display: inline-block;
    padding: 2px 8px;
    margin-top: 18px;
    margin-bottom: 0;
}

.star {
    color: gold;
    font-size: 14px;
}

.points img {
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 60px !important;
    height: 60px;
    object-fit: cover !important;
    padding: 2px;
}

.tags_inner p {

    line-height: 20px;
    color: var(--secondary);
    margin: 0 3px 3px 0 !important;
    padding: 2px 10px;
    font-size: 12px !important;
    background-color: #2f3239;
    display: inline-block;
    border-radius: 2px;
}

.tags_inner p:hover {
    background-color: var(--theme);

}

.lb-closeContainer {
    position: absolute;
    top: 0;
    right: 24rem;
    left: 0;
    bottom: 0;
}

.user-messages ul li img {
    width: 55px;
    height: 55px;
    background: #ccc;
    border-radius: 100%;
    padding: 11px;
}

.user-messages ul li {
    text-transform: capitalize;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px;
    margin-bottom: 12px;
    justify-content: space-between;
}

.u_m-n {
    display: flex;
    align-items: center;
    gap: 17px;
}

.mes_cc span {
    background: #5ccbf6 !important;
    padding: 10px 13px;
    font-size: 13px;
}

span.un_mes_cc {
    background: #5ccbf6;
    width: 24px;
    height: 24px;
    color: white;
    padding: 4px 6px;
    position: relative;
    top: -6px;
    left: 4px;
    font-size: 11px;
    display: inline-block;
    border-radius: 50%;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 9px;
}
.user-card a img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 4px;
}
div#userSearch {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 6px 24px;
    border-radius: 5px;
}
div#userSearch label {
    width: 9%;
    cursor: pointer;
    font-size:12px;
}
div#userSearch input.form-control {
    border-color: transparent;
    font-size: 13px;
    color: var(--para);
}
nav[aria-label="Pagination Navigation"] {
    margin-top: 30px;
}

nav[aria-label="Pagination Navigation"] div.flex:first-child {
    display: none;
}
nav[aria-label="Pagination Navigation"] span.relative > * {}
.search-inp > * {
    height: 50px;
}
.search-inp > span {
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 10px 0 0 10px;
}
/* profile page */
.banner-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.banner-img {
    position: relative;
}
.banner-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}

.author-info {margin-top: -62px;position: relative;z-index: 2;align-items: flex-end;padding-left: 30px;color: #000000;}
.author-info .author_img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #5ccbf6;
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.author-info .author_img img {
    object-fit: contain;
}
.author-info .name_ll h5 {
    font-weight: 500;
    font-size: 20px;
    color: var(--theme);
    margin-bottom: 4px;
}
.author-info .name_ll ul li {
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    color: var(--para);
}
.author-info .name_ll ul li i {
    font-size: 10px;
}
.author-info .name_ll ul li i {
    margin-right: 6px;
    width: 12px;
    display: inline-block;
    color: var(--para);
}
.auth_bo_i .auth_info {
    width: 100%;
}
.ac_tbb {
    position: absolute;
    z-index: 2;
    bottom: 11px;
    right: 11px;
}
.ac_tbb a {
    background-color: var(--theme);
    color: #ffffff;
    padding: 8px 24px;
    font-size: 13px;
    transition: all 0.3s linear;
    border-radius: 50px;
}
.ac_tbb a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0px 2px 4px #fff;
}

.user-stats {
    margin-top: 22px;
}
.user-stats .st_c {
    display: flex;
    align-items: center;
    background-color: var(--border);
    margin-bottom: 10px;
    padding: 10px;
}
.user-stats .st_c p {
    margin-bottom: 0;
}
.user-stats .st_c a {
    display: flex;
    align-items: center;
}
.user-stats .st_c i {
    background-color: var(--primary);
    color: white;
    width: 16px;
    margin-right: 14px;
    font-size: 17px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}
.search-sec .card {
    border-radius: 14px;
    padding: 8px;
}

.regis_formm {
    max-width: 580px;
}

.regis_formm .form-control {
    border: 1px solid #dedede;
    background-color: #f3f3f3;
}

.regis_formm .form-control:focus {
    border: #ff7361 !important;
    outline: #ff7361 !important;
    box-shadow: none !important;
}

.regis_formm .btn {
    text-align: center;
    background-color: var(--theme);
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: white;
    font-size: 15px;
}

.regis_formm .modal-content {
    padding: 19px;
    border-radius: 0px;
    padding-bottom: 22px !important;
}

.regis_formm label {
    color: #2f3239;
    display: block;
    font-size: 13px;
    font-weight: 600;
}


.regis_formm .modal-header {
    padding-bottom: 10px !important;
    margin-bottom: 16px;
}

.log_bb .form_bb label {
    font-size: 13px;
    color: #5ccbf6;
    font-weight: 700;
}

.log_bb .form_bb {
    margin-bottom: 6px;
}

.log_bb .reg_div {
    margin-top: 19px;
    border-top: 1px solid #ccc;
    padding-top: 7px;
}

.log_bb .reg_div h5 {
    color: black;
    font-weight: 700;
    font-size: 15px;
}
/*footer */
footer {
    background-color: #2f3239;
}
.logo img {
    width: 100%;
    max-width: 70%;
}
.newsletter h2 {
    color: white;
    font-size: 50px;
}
.newletterinput input {
    height: 40px;
    width: 80%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
}
.newletterinput button {
    background-color: var(--theme);
    color: white;
    height: 40px;
    width: 18%;
    font-size: 14px;
    margin-left: -5px;
    border-style: none;
}
.newsletter {
    padding: 30px 0px;
}
h2.footerHead {
    color: var(--theme);
    font-size: 18px;
    margin-bottom: 20px;
}
p.footer_p {
    color: #c2c8d4;
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.5;
}
.sociallink i {
    font-size: 30px;
    color: white;
    padding-right: 20px;
    padding-top: 20px;
}
ul.footer_pagelink li {
    color: #c2c8d4 !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #ecedee;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 23px;
}
.page_questions {
    display: flex;
    flex-direction: column;
}
.popular h3 {
      color: #c2c8d4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.get-btn-title a {
    font-weight: 600 !important;
}
.points img {
    border: 1px solid var(--border);
    border-radius: 50%;
    width:60px !important;
    height:60px;
    object-fit:cover !important;
    padding:2px;
}
.popular p {
    margin: 5px 0;
    font-size: 13px;
    color: #c2c8d4;
    font-weight: normal;
    line-height: 22px;
}
p.popular_date {
    color: var(--theme);
    font-size: 12px;
    margin-bottom: 20px;
}
.contact ul li {
    padding-bottom: 10px;
}
.contact ul li a {
    color: #c2c8d4 !important;
    text-decoration: none;
    padding-left: 0px;
    font-size: 13px;
}
.contact ul li a svg {
    padding-right: 10px;
}
.contact img {
    display: inline-flex;
    width: 100%;
    float: inline-end;
    justify-content: unset;
    max-width: 70%;
    padding-top: 40px;
    filter: brightness(0) invert(1);
}

ul.footer_pagelink li a {
    color: #c2c8d4 !important;
}
.footer_inner {
    padding: 50px 0 10px;
}
.copy img {
    width: 100%;
    max-width: 35%;
    float: right;
}
.copy p , .copy a{
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
}
.copy {
    padding: 20px 0px;
    border-top: 1px solid var(--border);
    margin-top: 20px;
}
.contact ul li a i {
    width: 20px;
}
.contact ul li:last-child {display: flex;justify-content: flex-start;text-align: left;}
.contact ul li a img {
    float: none;
}
ul.footer_pagelink li:last-child {
    border-bottom: 0;
} 


.for-pp a {
    padding-top: 15px;
    font-size: 13px;
    color: #5ccbf6;
    font-weight: 600;
    text-align: center;
    display: block;
    text-decoration: underline;
}
.card-post.is_sticky:before {content: "\f08d";font-family: 'FontAwesome';position: absolute;top: 22px;background-color: var(--theme);width: 30px;height: 30px;border-radius: 50%;display: flex;align-items: center;justify-content: center;z-index: 1;transform: rotate(39deg);color: #fff;}


.modal-confirm {
  color: #636363;
  width: 400px;
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
  display: block;
  padding: 0 !important;
}
.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
}
.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}
.modal-confirm .modal-body {
  color: #999;
}
.modal-confirm .modal-footer {
  border: none;
  /* text-align: center; */
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
  display: block;
}
.modal-confirm .modal-footer a {
  color: #999;
}
.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 60px;
  display: inline-block;
  margin-top: 13px;
}
.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
  outline: none !important;
}
.modal-confirm .btn-info {
  background: #c1c1c1;
}
.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
  background: #a8a8a8;
}
.modal-confirm .btn-danger {
  background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
  background: #ee3535;
}
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.card-post  img.featured-img {
    margin-bottom: 20px;
}
.card-post.is_sticky {
    position: relative;
}
.d-flex.points-profile {
    align-items: center;
}
.d-flex.points-profile h2.cardSubHead {
    margin-top: 0;
    margin-left: 16px;
}
.mobile-bottom-icon {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: #ffffff;
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: space-around;
    display:none;
}
.mobile-bottom-icon a {
    cursor:pointer;
}
.mobile-bottom-icon a i {
    font-size: 24px;
}
a.clos-icon {
    background: var(--theme);
    width: 40px;
    display: inline-block;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
    cursor:pointer;
}

.notification-card {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 48px !important;
    padding-bottom: 13px;
}

.notification-card p {
    margin-bottom: 0;
}




.pref_e button.btn.btn-primary {
    background-color:var(--theme) !important;
}
.notifications_cpp .card-body {
    background: transparent;
    padding: 0;
}
.notifications_cpp .card {
    background: transparent;
    border: 0;
}
.notification-card {
    background-color: #ffffff;
    padding: 11px 20px;
    margin-bottom:12px;
}
span.badge {
    color: #000 !important;
}
/*.banner img.d-block {height: 210px;object-fit: cover;}*/
div#adsCarousel:hover button span {
    background-color: #000;
    position: relative;
    z-index: -1;
}


.refer_mail {
    padding-top: 24px;
}

input#mc-embedded-subscribe {
    background: #5ccbf6 !important;
    width: 100% !IMPORTANT;
}

#mc_embed_signup .foot {
    display: block !important;
}

#mc_embed_signup div.response {
    width: 100% !important;
    margin: 0 !important;
    top: 0 !important;
    float: unset !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-weight: 400 !IMPORTANT;
}
div#adsCarousel img {
    object-fit: cover !important;
    /*height: 150px;*/
    min-height:100%;
}

.lb-details {
    display: none !important;
}

.lb-nav {
    display: none !important;
}

span.question-date a:hover {
    color: black !IMPORTANT;
    pointer-events: none !important;
}
nav.flex.items-center.justify-between .shadow-sm.rounded-md {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 0px 0px !important;
}
span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md span span {padding: 0 !important;height: 40px;display: block;width: 40px;display: flex;justify-content: center;align-items: center;}
span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md a.relative {
    padding: 0 !important;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    section.body-sec .row .col-lg-9 {
        width: 68%;
    }
    
    section.body-sec .row .col-lg-3 {
        width: 32%;
    }
    
    .post-blogs .nav-tabs li.nav-item button {
        font-size: 11px;
    }
    .question-meta-first>* {
        margin-right: 10px;
        font-size: 10px;
    }
    .question-meta-first>* i {
        font-size: 13px;
        width: 13px;
    }
}

@media only screen and (max-width:992px) {
    .card-post {
        max-width: 100%;
        overflow: hidden;
    }
    .topbarheaf {
        display: none !important;
    }

    .mobileNav {
        display: block;
    }
    header {
        position:relative;
    }
    .mobileNav {
        position: absolute;
        right: 0;
        top: 44%;
        right: 28px;
        z-index: 9999;
    }

    nav.navbar a.navbar-brand img {
        height: 90px;
        width: auto;
    }

    .mobileNav a.btn.btn-primary {
        background-color: #58C8F2 !important;
        border: 0 !important;
        box-shadow: 0px 0px !important;
    }

    .chatifyarea .mobileNav a.btn.btn-primary {
        position: relative;
        top: -17px;
        right: 55px;
    }

    .container.chatifyarea section.search_section {
        display: none;
    }

    .container.chatifyarea .page_questions {
        display: none;
    }

    .mobileNav a.btn i,
    .mobileNav a.btn svg {
        color: #fff !important;
    }

    div#offcanvasExample {
        background-color: #31343b;
    }

    p.toppara {
        color: #fff;
        margin: 0;
        display: none;
    }

    div#offcanvasExample ul.navbar-nav li a {
        color: #fff !important;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 11px;
        letter-spacing: 1px;
    }

    div#offcanvasExample ul.navbar-nav li a:after {
        position: absolute;
        right: 0;
        top: 17px;
        z-index: 9999;
        font-size: 22px;
        /*display: none;*/
    }

    .offcanvas-header .btn-close {
        background-color: #5CCBF6;
    }

    .navbar-nav ul.dropdown-menu {
        background-color: transparent;
        position: relative !important;
        height: auto !important;
        /* top: -41px !important; */
        min-width: 100% !important;
        padding-top: 0;
        border: 0;
        inset: unset !important;
        transform: translate(0px) !important;
    }

    .navbar-nav ul.dropdown-menu li a {
        color: #fff;
    }

    .inner_pagehaead form.example {
        margin: 13px 0;
    }

    .header_navdrop_inner {
        margin-top: 14px;
    }

    .bd_top:after {
        display: none;
    }

    div#offcanvasExample ul.navbar-nav li ul li a {
        font-size: 13px;
        letter-spacing: 1px;
    }

    a.shareexpbtn {
        font-size: 13px;
    }
    .pgttt {
        flex-direction: column;
    }
    .pgttt > * {
        width: 100% !important;
    }
    .pgttt  .cat-pag-t {
        text-align: center;
    }
    .coff {gap: 8px;flex-direction: column;}
    a.clos-icon {
        display:flex;
    }
    .mobile-bottom-icon {
        display:flex;
    }
    .col-lg-3.sidebar-outer {
        position: fixed;
        z-index: 99999;
        width: 70%;
        top: 0;
        background-color: #fff;
        right: -70%;
        overflow-y: scroll;
        height: 100%;
        padding-top: 30px;
        border: 1px solid #ccc;
        transition:all 0.3s linear;
         opacity:0;
    }
    .col-lg-3.sidebar-outer.show {
        right:0;
        opacity:1;
    }
    footer {
        margin-bottom: 60px;
    }
    .welcome-txt {
        text-align: center;
    }
    main.py-4 {
        padding-top: 0 !important;
    }
    .post-blogs ul#myTab {
        display: flex;
        flex-wrap: unset;
        overflow-x: scroll;
        margin-bottom: 14px;
    }
    .post-blogs ul#myTab li {
        min-width: 48%;
        margin-right: 2%;
    }
    .post-blogs ul#myTab li button {
        width: 100%;
    }
    .post-info .d-flex {flex-direction: column;}
    .d-flex.profile-post-details {
        flex-direction: column;
    }
    .card-post > div {
        position: relative;
    }
    .post-info .d-flex .post-tags {
        position: absolute;
        top: 0;
        right: 0;
    }
    .user-profile {
    }
    .post-lf {
        width: 100%;
    }
    .post-head p {
        width: 100%;
    }
    .wrapper.poll-area {
        width: 100%;
    }
    .post-details {
        width: 100%;
    }
    .post-head {
        margin-top: 12px;
    }
    .wrapper.poll-area {
        margin: 10px 0;
    }
    .question-meta-first.d-flex {
        flex-wrap: wrap;
    }
    .question-meta-first > * {
        min-width: 40%;
        padding-bottom: 10px;
    }
    .question-meta-first.d-flex .reaction-btns {
        width: 100%;
    }
    .question-meta-first.d-flex .reaction-btns button i {
        font-size: 18px;
    }
    .youtube_video iframe {
        width: 100% !important;
    }
    .youtube_video {
        width: 100%;
    }
    .emoji-container {
        left: 140px !important;
        right: 0 !important;
        margin: 0;
        top: -56px;
    }
    .reaction-btns {
        position: relative;
    }
    .sidebar-area {
        margin-top: 24px;
    }
    .points {
        margin-bottom: 10px;
    }
    /*.points .col-md-4 {*/
    /*    width: 24%;*/
    /*}*/
    /*.points .col-md-8 {*/
    /*    width: 70%;*/
    /*}*/
    footer  .footer_inner {
        text-align: center;
    }
    .contact ul li:last-child {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .copy {
        text-align: center;
    }
    footer h2.footerHead {
        margin-top: 30px;
    }
    footer ul.footer_pagelink {
        margin-bottom: 0;
    }
    .single-blog h3 {
        font-size: 18px !important;
    }
    
    .single-blog .clamp p {
        line-height: 21px;
    }
    .accordion-header button.accordion-button {
        font-size: 13px !important;
    }.accordion-body {
        font-size: 13px;
    }
    /*.comment-sections.card-area.p-4 {*/
    /*    padding: 0  !important;*/
    /*}*/
    .post_c .card-body form .input-gr {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .post_c .card-body form .input-gr label {
        font-size: 14px;
        margin-bottom: 8px;
        width: 100% !important;
    }
    .post_c .card-body form .input-gr > * {
        width: 100% !important;
    }
    .post_c .card-body form .input-gr .form-check {}
    .post_c .card-body form .input-gr .form-check label.form-check-label {
        margin-bottom: 0;
        line-height: 18px;
    }
    section.body-sec .post_c .container {
        padding: 0;
    }
    .author-info .author_img {
        width: 70px;
        height: 70px;
    }
    .author-info .name_ll {position: relative;top: 20px;}
    .cmn-btm {flex-direction: column;align-items: flex-start !important;}
    .cmn-btm button.btn.btn-success {
        width: 100%;
        margin-top: 10px;
    }
    .question-meta-first>* {
        font-size: 10px;
    }
    .logo img {
        max-width: 40%;
    }
    /*.banner img.d-block {*/
    /*    height: 100px;*/
    /*    object-fit: contain;*/
    /*}*/
    .form_bb {
        flex-direction: column;
    }
    
    .form_bb > * {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    .form_bb a {
        font-size: 14px;
    }
    
    .reg_div h5 {
        font-size: 14px;
    }
    
    .search-inp button {
        width: 100%;
    }
    
    .search-inp {
        flex-wrap: wrap;
    }
    
    .search-inp > span {
        width: 10%;
        font-size: 12px;
        height: 34px;
    }
    
    .search-inp input {
        width: 90%;
        height: 34px;
        border-radius: 0 10px 10px 0;
        font-size: 13px;
    }
    
    .search-inp button {
        margin-top: 12px;
        border-radius: 10px;
        height: 34px;
        font-size: 14px;
    }
    div#adsCarousel img {object-fit: contain;height: auto;}
    .blogTop h4 {
        font-size: 15px;
    }
    .blogTop p {
        font-size: 14px;
        line-height: 20px !important;
    }
    .banner button.carousel-control-prev, .banner button.carousel-control-next, div#adsCarousel button  {
        display: none;
    }
}
@media only screen and (max-width:768px){
    .single-blog h3 {
        margin-top: 18px;
    }
    .author-info {
        margin-top: -44px;
    }
    .author-info .name_ll h5 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .user-profile {
    width: 45px;
    height: 45px;
  }

  .user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* keeps image proportionate inside the box */
    border-radius: 50%; /* optional if you want circular profile images */
  }

  .card-post.is_sticky:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px; /* centers the text/icon inside */
    text-align: center;
  }
}