* {
    margin: 0px;
    padding: 0%;
    box-sizing: border-box;
    list-style: none;
}

.width-figma {
    position: relative;
    z-index: 1;
}

.width-figma-design {
    width: 90%;
    margin: 0 auto;
}

img.logomain {
    height: 100px;
    width: 100%;
    padding-right: 5px;
}

/* -----------------login-page-style------------- */

.login-hero {
    /* background-image: url(../img/login_banner.png); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px 60px 0px;
    width: 100%;
    position: relative;
    background-position: center;
}

.login-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/login-overlay.png);
    background-size: cover;
}

/* -----------------login-page-style------------- */

.main-hero {
    /* background-image: url(../img/home-banner.png); */
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 0px 0px 0px 0px; */
    width: 100%;
    position: relative;
    background-position: center;
}

.main-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/overlay-banner.png);
    background-size: cover;
}

.main-parent-head {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.logo-child img {
    width: 100%;
}

.logo-parent {
    display: flex;
    align-items: center;
}

.logo-parent-second {
    display: flex;
    align-items: center;
}

.logo-text {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;

}

.logo-p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.logo-child-text a {
    text-decoration: none;
}

.logo-parent:hover .logo-child-right {
    background-color: #87A949;
}

.logo-parent:hover .logo-child-text a {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu.show {
    border: unset;
}

.logo-parent-second:hover .logo-child-right {
    background-color: #87A949;
}

.logo-parent-second:hover .logo-child-text a {
    text-decoration: none;
    color: #fff;
}

.logo-child-right {
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 14px 15px;
}

.logo-child-right img {
    width: 100%;
    margin-bottom: 2px;


}

.logo-txt-p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
    color: #fff;

}

.logo-txt-right {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;

}



/* ------------------header-top-end---------------- */
/*--------------------- header-bottom-start------------------- */
.drop-content {
    color: #000;
}

.menu-section {
    background-color: #159ECC;
    /* padding: 10px; */
    position: sticky;
    top: 0px;
    z-index: 7;
}

.horizontal {
    margin: 0px !important;
}

.drop-doen-c {
    padding: 0px 1px !important;
    border-radius: 0px !important;
    border: none;
    margin-left: 2px !important;
    margin-top: -1px !important;
}


.dro-h:focus,
.dro-h:hover {
    background-color: #159ECC;
    color: #fff !important;
}

.dro-h:hover .drop-content {
    color: #fff;
}



.nav-ul {
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
}

.nav-ul li {
    list-style: none;
}

.nav-ul li a {
    text-decoration: none;
    padding: 25px;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

.user-img img {
    width: 50px;
    height: 50px;
}

.my-black {
    color: #000;

}

.nav-ul li .active {
    background-color: #fff;
    color: #000;
    padding: 17px 14px;
}

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

.menu-left-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 60px;
}

.menu-left-child-c {
    margin: 0px 50px;
}

.lang-button .btn {
    border: 1px solid #fff;
    /* font-family: Product Sans; */
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.0115em;
    text-align: left;
    background-color: #159ECC !important;
    width: 140px;
    height: 45px;
    position: relative;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 16px;
}



.lang-button .btn::before {
    position: absolute;
    content: '';
    background-image: url(../img/arrow-down.png);
    top: 20px;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    left: 110px;
}

.menu-btn i {
    font-size: 25px;
    color: #fff;
    display: none;
}

.lang-dropdown {
    padding: 5px 0px;
}

.lang-dropdown li a {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;

}

.bell i {
    color: #fff;
    cursor: pointer;
}


.bell {
    position: relative;
}

.notice {
    position: absolute;
    right: 15px;
    top: 10px;
    height: 10px;
    width: 10px;
    background: #73a535;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}


.u-active {
    position: relative;
}

.side-mega-menu {
    position: absolute;
    right: 0%;
    background: #fff;
    top: 60px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffff;
    background-color: #159ecc;
}

.hide_menu {
    display: none;
}


#boxes-bcd {
    position: relative;
}

.sub_menus {
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    top: 41px !important;
    display: none;
}

#boxes-bcd:hover .sub_menus {
    display: block !important;
}



.box-c a {
    text-decoration: none;
    color: #656565;
}

.modal-width-custom {
    max-width: 90% !important;
}

.post-header-modal {
    background-color: #159ECC;

}

.post-header-modal .btn-close {
    margin: 0px !important;
}

.post-modal-heading {
    text-align: center;
    color: #fff;
    margin: auto;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 500;
}

.box-modal-x-p {
    display: flex;
}

.text-modal {
    display: grid;
    margin-left: 20px;
}

/*--------------------- header-bottom-end------------------- */
/* ---------------banner-section-------------------- */
.start-p {
    display: flex;
    align-items: center;
}

.star-child img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.star-child {
    position: relative;
}

.star-child::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    background-color: #fff;
    opacity: 0.2;
    padding: 20px;
}

.head-star {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0px;
}

.partcipate-head {
    font-family: Poppins;
    font-size: 55px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;


}

.change-headind {
    font-family: Racing Sans One;
    font-size: 50px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.0115em;
    text-align: left;
}

.clock-parent {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.clock-parent:before {
    content: '';
    position: absolute;
    background: #fff;
    opacity: 0.3;
    padding: 65px 240px;
    top: -17px;
}

.text-int {
    font-family: Roboto;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: 0.0115em;
    text-align: left;

}

.text-int {
    font-family: Roboto;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: 0.0115em;
    text-align: left;

}

.dots {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 600;
    line-height: 71px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #159ECC;
    position: relative;
    top: -50px;
}

.date-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 71px;
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;
    top: -35px;
    text-transform: uppercase;

}

.clock-d {
    margin-left: 20px;
    z-index: 1;
}

.dots {
    margin-left: 14px;
}

.btn-join .btn {
    background-color: #fff !important;
    box-shadow: none;
    border: 0px !important;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #000;
    padding: 12px 14px;
    transition: all 0.3s;
    border-radius: 10px;

}

.btn-join .btn:hover {
    background-color: #159ECC !important;
    color: #fff;
}

.police-img img {
    width: 100%;
    height: auto;
}




/* ---------------banner-section-------------------- */
/* ---------------post-section-start ----------------*/
.post-hero {
    background-color: #EAEAEA;
    padding: 30px 0px 10px 0px;
}

.post-p {
    display: flex;
}

.post-user img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.post-user-input {
    width: 100%;
}

.post-inout {
    margin-left: 10px;
}

.post-inout .form-control {
    background-color: #D9D9D9;
    border-radius: 15px;
    width: 100%;
    padding: 25px;
    min-height: calc(9.5em + 0.75rem + 2px) !important;
    ;
}

.post-inout .form-control::placeholder {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: left;

}

.post-button-poll .btn {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    color: #fff;
    background-color: #87A949 !important;
    width: 100%;
    text-align: center;
    box-shadow: none;
    border: none;
    padding: 15px;
}

.post-button-poll .btn:hover {
    background-color: #159ECC !important;
    color: #fff;
}

.post-button-image .btn {
    box-shadow: none;
    border: none;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #159ECC !important;
    padding: 15px;
}

.post-button-image .btn:hover {
    background-color: #87A949 !important;
    color: #fff;
}

.post-button-img-video .btn {
    box-shadow: none;
    border: none;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    text-align: center;
    /* width: 100%; */
    background-color: #159ECC !important;
    padding: 15px;
    margin: 0.375rem !important;
}

.img-photo {
    font-family: Poppins !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    margin-top: 3px;
}

.post-button-c-post .btn {
    font-family: Poppins !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    color: #fff;
    background-color: #87A949 !important;
    text-align: center;
    box-shadow: none;
    border: none;
    padding: 17px;
    margin: 0.375rem;
    width: 100%;
}

/* ------------------post-section-end--------------- */
/* ------------------election-capgion------------- */
.custom-padding {
    padding: 0px 0px 0px 20px;
}

.top-heading {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 0.0115em;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}

.heading-light {
    /* background-color: #159ECC !important; */
    color: #159ECC;
}

.top-p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #656565;
    margin: 20px 0px 20px 0px;
}

.camp-hero {
    position: relative;
}

.camp-hero img {
    width: 100%;
    position: relative;
}

.camp-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/election-ovelay.png);
    z-index: 1;

}




.E-right-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.election-btn .btn {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    background-color: #87A949;
    padding: 14px 24px;
    border: none;
    border-radius: 0px;

}

/* .elect-text-content {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    margin-bottom: 0%;
} */
.elect-text_content {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    margin-bottom: 0%;
}



.elect-p {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.0115em;
    margin: 18px 0px 14px 0px;


}

.front-side-head {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.0115em;
    margin-bottom: 20px;
}

.elect-p-text {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #656565;
    margin-bottom: 0px;
}

.comment-like-p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.like-c a {
    text-decoration: none;
    color: #000;
}

.dislike-c a {
    text-decoration: none;
    color: #000;
}

.coment-c a {
    text-decoration: none;
    color: #000;
}

.like-c {
    margin-right: 20px;
}

.dislike-c {
    margin-right: 20px;
}

.dislike-text span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;
    top: 3px;


}

.box--x-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-user-post-c img {
    height: 130px;
    width: 130px;
}

.c-text {
    margin-left: 15px;
}

.dislike-text img {
    transform: rotate(180deg);
}


.like-text span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;




}

.coment-text span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;
    top: 3px;
}

.capigion-text {
    position: absolute;
    top: 70%;
    left: 42%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.button-p {
    display: flex;
    align-items: center;

}

.ct-e {
    margin-right: 70pcx;
}

.ct-e-text {
    margin-left: 70px;
}

.overlay-text-camp {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.text-change {
    color: #fff;
}

.parent-change {
    margin-top: 20px;
}

.parent-change::before {
    background-color: transparent;

}

.c-change {
    margin-left: 0px;
}



/* ------------------election-capgion-end------------- */
/* ---------------election-media-gallery-------------- */

.media-gallery {
    background-image: url(../img/home-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    width: 100%;
    position: relative;
}

.media-gallery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/overlay-banner.png);
    background-size: cover;
}

.media-text {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.media-light {
    background-color: #87A949;
    padding: 10px;
}

.media-p {
    display: flex;
}

.gallery-c img {
    width: 100%;


}

.gallery-p img {
    width: 100%;
}

.gallery-p:nth-child(2) {
    margin: 16px 0px;
}

.gallery-c {
    margin: 16px;
}

.bx-c {
    position: relative;
    z-index: 3;
}

.galley-box {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.text-gallery a {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.overlay-pach-img {
    position: absolute;
    z-index: 1;
    bottom: 46px;
    right: 20px;
}

.gallery-c {
    position: relative;
    overflow: hidden;

}

.gallery-c img {
    transition: all 0.5s;
}

.gallery-c img:hover {
    transform: scale(1.2) rotate(0deg);
}

/* -----------------election-media-end---------------- */
/* ------------latest-news-& article----------------- */

.news-main-article {
    margin: 50px 0px 30px 0px;
}

.v-box-c {
    margin-right: 30px;
}

.news-img {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 5px;
}

.news-art-p {
    position: absolute;
    bottom: 20px;
    padding: 20px;
}

.smith-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* text-shadow: 2px 2px 3px #000; */
}

.text-bx {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #000;
    /* text-shadow: 2px 2px 3px #000; */
}

.text-news {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}

.card-title a {
    
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.0115em;
     color: #000;
    text-decoration: none;
    text-align: left;
cursor: pointer;


}
.btn-box9 {
    margin-top: 12px;
}
.text-bx i {
    color: #87a949;
    font-size: 16px;
}
.card-body{
padding:12px;
}
.card-img-top {
    height: 230px;
    object-fit: cover;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #87a949;
    border-color: #87a949;
    border-radius: 7px;
    text-align: center;
    line-height: 18px;

}

.btn-primary:hover {
    color: #fff;
    background-color: #159ECC;
    border-color: #159ECC;
    border-radius: 7px;
    text-align: center;
    line-height: 18px;

}

.news-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.right-side-news-p {
    display: flex;
}

.news-img-c img {
    width: 100%;
}

.news-text {
    margin-left: 10px;
}

.news-date {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.0115em;
    color: #656565;
}

.news-content {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
}

.news-img span {
    transition: all 0.3s;
    position: relative;
}

.news-img {
    position: relative;
    overflow: hidden;

}

.news-img img {
    transition: all 0.5s;
}

.news-img img:hover {
    transform: scale(1.2) rotate(0deg);
}

/* -----------------latest-news-article---------------- */
/* -- --------------About-upcoming------------- -- */

.upcoming-heroo {
    background-image: url(../img/upcoming-bannerr.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px;
    width: 100%;
    position: relative;
    background-position: center;
}

.upcoming-heroo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/upcoming-banner-overlay.png);
}

.upcoming-hero {
    background-image: url(../img/upcoming-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px;
    width: 100%;
    position: relative;
    background-position: center;
}

.upcoming-hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/upcoming-banner-overlay.png);
}


.upcoming-head {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;

}

.light-upcoming {
    background-color: #159ecc;
}

.para-upcoming {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}

.upcoming-btn .btn {
    background-color: #fff !important;
    color: #000;
    border: none;
    box-shadow: none;
    padding: 16px 40px;
    margin-top: 15px;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;

}

.upcoming-btn .btn:hover {
    background-color: #159ecc !important;
    color: #fff;
}

/* - ---------about-upcoming-end ------------------- */

/* -------------------footeer-section-start------------------------------------ */

.footer-section {
    background-color: #090909C9;
    padding: 20px 0px;
}

.footer-section-bottom {
    background-color: #090909C9;
    padding: 20px 0px;
    border-top: 2px solid #595959;
}

.f-parent {
    display: flex;
}

.f-text {
    margin-left: 3px;
}

.logo-text {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;

}

.text-f-p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.text-content {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    color: #fff;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
}

.f-heading-all {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.icon-list {
    display: flex;
}

.icon-list img {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

.icon-list p {
    margin-left: 10px;
}

.privacy a {
    text-decoration: none;
}

.foter-btn .btn {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #87A949 !important;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.f-right-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foter-text p {
    margin-bottom: 0px;
}

.right-bottom p {
    letter-spacing: 0px !important;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5;

}

/* ----------------------Home-page-end------------------ */
/* ----------------------About-us------------------------ */
.custom-super-power {
    margin: 80px 0px 80px 0px;
}

.custom-ab-padding {
    padding: 30px 0px 100px 0px;
}

.about-text {
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.sp-text {
    font-family: Roboto;
    font-size: 45px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 0.0115em;
    text-align: left;
    text-transform: uppercase;

}

.sp-heading-light {
    background-color: #159ecc;
    padding: 8px;
    color: #fff;
}

.sp-pach {
    margin-top: 20px;
    padding: 20px 20px 15px 20px;
    background-color: #EFEFEF;
    border-left: 15px solid #87A949;
}

.patch-parent {
    display: flex;
}

.radio-p {
    display: flex;
    align-items: center;

}

.Cus {
    margin-left: 20px;
}

label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox+label {
    background-color: #EFEFEF;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}



.regular-checkbox:checked+label {
    background-color: #e9ecee;

    color: green;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 3px;
    color: green;
}



.big-checkbox+label {
    padding: 22px;
    border-radius: 50%;
}

.big-checkbox:checked+label:after {
    font-size: 28px;
    left: 3px;
}

.custom-padding-camp {
    padding: 17px 0px;
}

.positive-parent-p {
    display: flex;
}

.cus-positive {
    margin-left: 20px;
    border-left: 3px dotted #DFDFDF;
    padding-left: 20px;
}

.positive-heading {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #159ECC;
}

.past-election {
    background-position: center;
}

.see-more-btn .btn {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #000;
    background-color: #fff !important;
    box-shadow: none;
    border: none;
    padding: 20px 50px;
    text-transform: uppercase;
    border-radius: 10px;
}

/* --------------------past-end------------- */
/* --------about-upcoming-news--------------------- */



.about-upcoming {
    background-image: url(../img/ab-upcoming-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 30px 0px;
    width: 100%;
    position: relative;
    background-position: center;
}

.about-upcoming::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;

    background-image: url(../img/upcoming-overlay.png);
}

.btn-join .btn a {
    text-decoration: none;
    color: #000;
}

.btn-join .btn:hover a {
    color: #fff;
    text-decoration: underline;
}

.text-up-elect-p {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #fff;
}

.act .ct-view {
    text-transform: capitalize !important;
    padding: 20px 30px;
}

.upcoming-new-clock {
    display: flex;
    justify-content: center;
}

.parent-change-upcoming {
    margin-top: -20px;
    background-color: transparent;
}

/* --------about-upcoming-news-end--------------------- */


/* ----------------------About-us-end--------------------- */

/*----------------- News-section------------------- */

.custom-news-section {
    padding: 30px 0px 50px 0px;
}

.news-box-p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.news-box-child {
    width: 31.3%;
    margin: 10px;
}

@media screen and (max-width:1100px) {
    .news-box-child {
        width: 47%;
    }
}

@media screen and (max-width:767px) {
    .news-box-child {
        width: 100%;
        margin: 15px 0px;
    }
}

/*--------------------- news-section-end---------------- */
/*------------------- social-icon-desktop----------------- */
.show-mobile {
    display: none;
}


/* --------------------------blogs---------------- */
.blogs-box-p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blogs-box-child {
    width: 31%;
    margin: 10px;
}

/* --------------------blogs-end----------------------- */

/* --------------------upcoming-election-start------------------- */

.upcoming-elected-p {
    padding: 40px 0px 40px 20px;
}

.elector-lables {
    background-color: #159ECC;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -10px;
}

.elector-lables span {
    color: #fff;
    text-align: center;
    display: flex;
    margin: auto;
    font-size: 30px;
}

.up-com-elec-box-p {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.elected-box-childs {
    width: 48%;
    margin: 10px;
    position: relative;
}

.upcome-p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;

}

.upcome-c-img {
    width: 50%;
}

.upcome-c-img img {
    width: 100%;
    height: auto;
    /* width: 50%; */
}

.upcome-c-text {
    width: 50%;
    padding-left: 10px;
}

.code-text-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.up-e-text-left {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    margin-bottom: 0px;


}

.up-e-text-right {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #87A949;
    margin-bottom: 0px;

}

.elector-name {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #373737;
    margin-bottom: 0px;

}

.elector-desination {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #AEAFB3;
    margin-bottom: 0px;

}

.elected-descript {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #373737;
    margin-bottom: 7px;
    margin-top: 10px;
}

.elector-time-date-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F1F5F8;
    padding: 7px;
    border-radius: 5px;
}

.elected-date {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #9A9FA3;
    margin-bottom: 0px;
}

.elected-year {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #9A9FA3;
    margin-bottom: 0px;
}

.elected-date-i {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #373737;
    margin-bottom: 0px;
}

.elected-example {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #9A9FA3;
    margin-bottom: 0px;
}

.box-elector-p {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
}

.box-elector-cx {
    margin-right: 10px;
}

.elcted-v-btn {
    color: #FFF;
    padding: 10px 50px;
    background-color: #87A949 !important;
    box-shadow: none;
    border: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    border-radius: 10px;
}

.elcted-v-btn a {
    color: #fff;
    text-decoration: none;
}

.elected-text-box {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #159ECC;
    margin-bottom: 0px;
}

.elcted-v-btn:hover {
    background-color: #159ECC !important;
}

.elcted-v-btn:hover a {
    text-decoration: underline;

}

/* -------------see-more------------------------ */
.see-more-elected {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    background-color: #87A949 !important;
    padding: 16px 60px;
    border-radius: 10px;
}

.see-more-elected a {
    color: #fff;
    text-decoration: none;
}

.see-more-elected:hover {
    background-color: #159ecc !important;
}

.see-more-elected:hover a {
    text-decoration: underline;
}

.upcoming .btn {

    margin-top: 20px;
}

.see-more-btn .btn:hover {
    background-color: #87A949 !important;
    color: #fff !important;
    text-decoration: underline;
    margin-top: 20px;
}

/* -----------------------vote----------------------- */
.elected-vote {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #121212;
}

.elected-vote-input {
    background-color: #EFEFEF;
    border: 1px solid #4B4B4B;
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 5px;
}

.elected-vote-input::placeholder {
    color: #282828;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;


}

.Vote-custop-padding {
    padding-top: 40px;
    padding-left: 30px;
}

.voted-text {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #282828;
    margin-bottom: 0px;
}

.with-gap {
    padding: 50px;
}

/* --raduio */
.check-votes-p {
    display: flex;
    margin-top: 30px;
}

.vote-child-text {
    margin-left: 30px;
}

.elcted-clock {
    display: flex;
    justify-content: end;
}

/* .roundedOne */
.roundedOne {
    width: 28px;
    height: 28px;
    position: relative;

    background: #fcfff4;
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;

}

.roundedOne label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;

    border-radius: 50px;

}

.roundedOne label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #27ae60;
    background: linear-gradient(to bottom, #87a949 0%, #87a949 100%);
    opacity: 0;
    border-radius: 50px;

}

.roundedOne label:hover::after {
    opacity: 0.3;
}

.roundedOne input[type=checkbox] {
    visibility: hidden;
}

.roundedOne input[type=checkbox]:checked+label:after {
    opacity: 1;
}

/* end .roundedOne */



/* ----------------------vote-mobile-view------------ */
@media screen and (max-width:990px) {
    .upcome-p {
        display: block;

    }

    .elected-box-childs {
        width: 100%;

    }

    .upcome-c-img {
        width: 100%;
    }

    .upcome-c-text {
        width: 100%;
        margin-top: 20px;
    }

    .elected-box-childs {
        font-size: 14px;
    }

    .elected-text-box {
        font-size: 14px;
    }

    .elector-name {
        font-size: 18px;
    }

    .elector-lables span {
        font-size: 18px;
    }

    .elector-lables {
        width: 40px;
        height: 40px;
    }
}

/* ----------------------vote-mobile-view------------ */


/* ------------------result----------------------- */

/* .ovelay-result-img{
    background-image: url(../img/back-overlay-result.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.result-p-u {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
}

.votes-parent {
    position: relative;
}

.vote-main-box {
    padding: 0px 120px;

}

.vote-c-img {
    width: 63%;

}

.img-rsult {
    position: relative;
}

.vote-text-img {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #fff;
    padding: 0px 20px;
}

.vote-c-img img {
    width: 100%;
}

.resul_c-text {
    width: 35%;
    padding: 10px 15px;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;

}

.box-result-vote-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.elector-name-result {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #333333;
}

.result-desination {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #61677F !important;
}

.result-s-box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    margin-top: 25px;

}

.result-support {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #159ECC;
}

.result-congrate {
    font-family: Roboto;
    font-size: 50px;
    font-weight: 800;
    line-height: 59px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #72A437;
    text-transform: uppercase;
}

.congrate-padding {
    padding: 100px 0px 30px 0px;
}

.para-congrate {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #121212;
    margin-top: 15px;
}

.congrate_p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.0115em;
    text-align: center;
    color: #fff;
    margin-top: 50px;

}

/*---------------------------- notification--------------------------- */
/* changes */
.bell i {
    color: #fff;
    padding: 16px;
}


.bell_active {
    background: #fff !important;
    color: #000 !important;
}

/* changes-end */

.noti-box-c {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 370px;
    padding: 15px;
    position: absolute;
    top: 65px;
    height: 500px;
    overflow-y: scroll;
}

.notificate-head {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
    margin-bottom: 0px;
}

.main-n-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dots-icon-i i {
    font-size: 30px;
}

.box-notifi-text {
    display: flex;
    align-items: center;
}

.noti-name-p {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
    background-color: #D9D9D9;
    padding: 0px 5px;
}

.noti-name-child {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
    margin-left: 20px;

}

.noti-name-right {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}

.see-left-n a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #159ECC;
    text-decoration: none;

}

.side-notifi-text {
    display: flex;
}

.img-notificated img {
    width: 60px;
    height: 60px;
}

.left-to-right {
    margin-left: 15px;
}

.left-n-text {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.0115em;
    text-align: left;
    margin-bottom: 0;
}

.text-n-right-d {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #656565;
    margin-bottom: 10px;
}

.day-ago-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #159ECC;
}

.only-text {
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.only-name-text {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.note-boc-cx-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.days-ago-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #159ECC;
}

.latest-news-head {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}



.lang-buuton-p {
    padding: 0px !important;
}

.lang-buuton-p li a {
    text-decoration: none;
    padding: 15px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 15px;
}

.image-profile-dropdown {
    padding: 0px !important;
    top: 3px !important;
    left: 10px !important;
}

.image-profile-dropdown li a {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #696969;
    padding: 20px 30px;
}

.m-img img {
    width: 200px;
    height: 200px;
}

.box-modal-x-p {
    width: 100%;
}

.mf-img-p {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.m-img {
    width: 28%;
    margin: 10px;
}

.m-img img {
    width: 100%;
}

.multi-flex {
    width: 50%;
}

.multi-text-flex {
    width: 50%;
}

.custom-margin {
    margin-top: 10px;
}

/* .image-profile-dropdown li a:last-child{
    padding-bottom: 15px;
} */

/*--------------------------------- notification-------------------------- */

/* --------------------result------------------------ */
/* ---------------------vote-end----------------- */

/* -------------News-home-about-responsive------------------ */
@media screen and (max-width:990px) {
    .menu-btn {
        padding: 15px 0px;
    }

    .logo-parent {
        display: block;
    }

    .main-hero {
        padding-top: 20px;
    }

    .logo-child img {
        height: 100px;
        display: block;
        margin: auto;
        width: auto;
        margin-bottom: 10px;
    }

    .logo-txt-right {
        font-size: 16px;
    }

    .logo-txt-right {
        font-size: 16px;
    }

    .show-desktop {
        display: none;
    }

    .social-icon {
        padding-right: 0px;
    }

    .show-mobile {
        display: block;
    }

    #menu-nav {
        display: none;
    }

    .menu-btn i {
        display: block;
    }

    .menu-parent {
        display: none;
    }

    .main-parent-head {
        display: block;
    }

    .menu-parent {
        display: block;
    }

    .nav-ul {
        display: block;
    }

    .nav-ul li {
        padding: 10px 0px;
    }

    .nav-ul li .active {
        background-color: transparent;
        padding-left: 0px;
    }

    .nav-ul li a {
        padding-left: 0px;
    }

    .drop-content {
        color: #000;
        padding: 15px;
    }

    .user-img img {
        width: 50px;
        height: 50px;
        position: relative;
    }

    .head-star {
        font-size: 24px;
    }

    .partcipate-head {
        font-size: 24px;
    }

    .change-headind {
        font-size: 40px;
    }

    br {
        display: none;
    }

    .dots {
        font-size: 30px;
        margin-left: 5px;
        top: -45px
    }

    .clock-d {
        margin-left: 5px;
    }

    .text-int {
        font-size: 30px;
    }

    .date-text {
        font-size: 14px;
        top: -40px;
    }

    .clock-parent:before {
        padding: 60px 130px;
        top: -10px;
    }

    .btn-join {
        text-align: center;
        margin-bottom: 30px;
    }

    .post-p {
        display: block;
    }

    .post-inout {
        margin-left: 0px;
        margin-top: 15px;
    }

    .post-button-img-video .btn {
        width: 100%;
    }

    .post-button-poll {
        margin-bottom: 0px !important;
    }

    .post-button-poll .btn {
        margin: 0.375rem;
    }

    .post-button-image .btn {
        margin: 0.375rem;
    }

    .top-heading {
        font-size: 23px;
    }

    .top-p {
        font-size: 14px;
    }

    .foter-btn .btn {
        font-size: 14px;
    }

    .text-content {
        font-size: 14px;
    }

    .overlay-text-camp {
        font-size: 20px;
    }

    .clock-parent {
        margin-top: -7px;
    }

    .capigion-text {
        left: 50%;
    }

    .overlay-text-camp {
        margin-top: 0px;
    }

    .E-right-p {
        display: block;
    }

    .election-btn .btn {
        width: 100%;
        font-size: 18px;
    }

    .elect-text-content {
        margin-top: 15px;
        font-size: 18px;
    }

    .elect-p {
        font-size: 20px;
    }

    .elect-p-text {
        text-align: justify;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .media-text {
        font-size: 19px;
        line-height: 0px;
    }

    .media-p {
        display: block;
    }

    .gallery-c {
        margin: 15px 0px;
    }

    .text-gallery a {
        font-size: 16px;
    }

    .overlay-pach-img {
        bottom: 20px;
    }

    .galley-box {
        bottom: 16px;
    }

    .pt-5 {
        padding-top: 0px !important;
    }

    .news-main-article {
        margin-top: 0px
    }

    .news-img {
        margin: 10px 0px;
    }

    .text-news {
        font-size: 20px;
    }

    .smith-p {
        display: block;
    }

    .right-side-news-p {
        margin-top: 15px;
        display: block;
    }

    .news-text {
        margin-top: 15px;
        margin-left: 0px;
    }

    .upcoming-head {
        font-size: 18px;
    }

    .para-upcoming {
        font-size: 16px;
        margin-top: 0px;
        text-align: justify;
    }

    .upcoming-btn .btn {
        padding: 7px 16px;
        font-size: 16px;
    }

    .f-heading-all {
        font-size: 16px;
    }

    .about-text {
        font-size: 30px;
        text-align: center;
    }

    .btn-join .btn {
        padding: 7px 13px;
        font-size: 16px;
    }

    .sp-text {
        font-size: 19px;
    }

    .patch-parent {
        display: block;
    }

    .big-checkbox:checked+label:after {
        font-size: 14px;
        left: 4px;
    }

    .big-checkbox+label {
        padding: 14px;
    }

    .regular-checkbox:checked+label:after {
        top: 2px;
    }

    .positive-heading {
        font-size: 30px;
    }

    .positive-parent-p {
        display: block;
    }

    .cus-positive {
        padding-left: 0%;
        border-left: 0px;
        border-top: 3px dotted #DFDFDF;
        margin-left: 0px !important;

    }

    .see-more-btn .btn {
        font-size: 16px;
        padding: 10px 30px;
    }

    .text-up-elect-p {
        font-size: 20px;
        text-align: justify;
    }

    .noti-box-c {
        width: 290px;
    }

    .menu-left-parent {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }


}

@media screen and (max-width:500px) {
    .blogs-box-child {
        width: 100%;
        margin: 10px 0px;
    }

    /* add-buuton-responsive-issue */
    .menu-left-child-c {
        margin: 0px 10px;
    }

    .lang-button .btn {
        width: 100%;
        padding: 8px 40px 8px 10px;
    }

    .lang-button .btn::before {
        left: 90px;
    }

    .menu-left-parent {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:420px) {
    .bell {
        position: relative;
    }

    /* comment-for-notice */
    /* .notice {
        position: absolute;
        left: 10px;
        top: -30px !important;
    } */

    /* New-add-for-blog */
    .blogs-box-child {
        width: 100%;
        margin: 10px 0px;
    }
}

/* .u-active {
    background-color: #fff;
    padding: 6px;
} */


/* -------------News-home-about-responsive------------------ */



/* ------------------------shreya-start-css------------------------- */
/*faq*/
.wrapper {
    width: 100%;
}

.aa {
    background: #E6E6E6;

    color: #343434;
    border-radius: 15px;

    margin: 20px 0;
}

.faq-head {
    margin-top: 80px;
    text-align: center;
}

.faq-head h1 {

    color: #323232;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: center;


}

.faq-head h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.0115em;
    text-align: center;

    color: #323232;
}


.question {

    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    color: #343434;
    cursor: pointer;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}


.answer {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px 20px;
    line-height: 1.5rem;
    color: #343434;
}

.faq {
    margin-bottom: 80px;
}


@media screen and (max-width:990px) {
    .faq-head h2 {
        font-size: 25px;
    }

    .faq-head h1 {
        font-size: 18px;
    }

    .question {
        padding: 20px 50px 20px 0px;
        font-size: 16px;
    }

    .answer {
        font-size: 16px;
    }
}



/* -----------------------shreya-FAQ------------------------ */



/* ----------------------vote-mobile-view------------ */
@media screen and (max-width:990px) {
    .custom-super-power {
        margin: 30px 0px;
    }

    .see-more-elected {
        padding: 10px 30px;
        font-size: 16px;
    }
}

/* ----------------------vote-mobile-view------------ */



/* ----------------------latest-campigion------------ */
@media screen and (max-width:990px) {
    .front-side-head {
        font-size: 20px;
        /* text-align: center; */
    }

    .box--x-p {
        display: block;
    }

    /* .c-user-post-c img{
        margin: auto;
        display: block;
    } */
    .c-text {
        margin-left: 0px;
    }

    .elect-text_content {
        text-align: start;
    }

    .comment-like-p {
        justify-content: space-between;
        margin-top: 10px;
    }

    .notificate-head {
        margin-top: 20px;
        font-size: 20px;
        text-align: center;
    }
}

/* ----------------------latest-campigion-end------------ */

/* ----------------------menu-start------------ */
@media screen and (max-width:1300px) {
    .menu-left-parent {
        margin-right: 0px;
    }

    .menu-left-child-c {
        margin: 0px 10px;
    }

    .lang-button .btn {
        font-size: 14px;
        width: 110px;
    }

    .lang-button .btn::before {
        left: 90px;
    }

    .nav-ul li a {
        font-size: 13px;
    }

    .noti-box-c {
        width: 290px;
        z-index: 999999;
    }
}



/* ----------------post-modal-staert */
.post-m-parent {
    display: flex;
}

.post-mdl {
    max-width: 800px !important;
}

.post-child-a_b {
    margin-left: 20px;
}

.post-headin-m {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}

.p-img img {
    width: 50px;
    height: 50px;
}

.post-user-heading {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
}

/* dop-down */
.dropbtn-b {
    background-color: #D9D9D9;
    ;
    color: #4B4B4B;
    padding: 8px 14px;
    border-radius: 25px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    border: none;
}

.dropdown-a {
    position: relative;
    display: inline-block;
}

.dropdown-content-c {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.dropdown-content-c a {
    font-family: Poppins;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
    text-decoration: none;
    display: block;
}

.dropbtn-b i {
    transform: rotate(90deg);
}

.dropdown-content-c a:hover {
    background-color: #159ECC;
    color: #fff;
}

.dropdown-a:hover .dropdown-content-c {
    display: block;
}

.dropdown-a:hover .dropbtn-b {
    background-color: #159ecc;
    color: #fff;
}


#input-posted {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #949494;
}

.input-posted {
    border: none;
    min-height: 200px !important;
}

.btn-mdl-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#edit-posted {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #2b2b2b;
}

.post-button-img-video {
    position: relative;
}

.check-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #74A535;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -10px;
    top: -18px;
}

.check-icon i {
    color: #fff;
    font-size: 30px;
}


/* ----------------.post-modal-end */

/* -----------------help & support-start--------------- */
.help-box-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help-heading {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}

.rounded-abc {
    background: #E6E6E6;
    padding: 20px;
    width: 500px !important;
    border-radius: 12px !important;

}


.rounded-abc::placeholder {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #979EAE;
    padding-left: 50px;
}

.rounded {
    position: relative;
}

.search-bars {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 30px;
}


.search-bars i {
    color: #979EAE;
    font-size: 30px;

}

.help-para {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
}

.help-h {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
}

.para-a {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #777777;
}

/* -----------------help & support-end---------------- */

/*--------------------change-password------------- */
.change-heading {
    font-family: Poppins;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}

.change-label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4b4b4b;
}

.round-input {
    background: #E6E6E6;
    padding: 20px;
    width: 500px !important;
    border-radius: 12px !important;
    /* position: relative; */
}

.round-input::placeholder {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;

}

.change-btn .btn {
    background-color: #74A535 !important;
    color: #fff;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    box-shadow: none;
    border: none;
    padding: 20px 120px;
    border-radius: 10px;
}

.pass1 {
    position: relative;
}

.eye {
    position: absolute;
    right: 70px;
    top: 45px;
    background-color: #159ECC;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.eye i {
    color: #fff;
}

/* --------------change-password-end */
/* --------------edit-profile-start */

.pro-p2 {
    display: flex;
}

.pro-c1 img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.pro-c2 {
    padding-left: 50px;
}

.w-155 {
    width: 700px !important;
    background-color: #E6E6E6;
    min-height: 140px !important;
    border-radius: 15px;
}

.w-70 {
    width: 400px !important;
    background-color: #E6E6E6;
    padding: 20px;
    border-radius: 10px;
}

.w-70::placeholder {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4b4b4b;
}

#place-child {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
}

.w-150 {
    width: 550px !important;
    background-color: #E6E6E6;
    min-height: 40px !important;
    border-radius: 15px;
}

.gender-c {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4b4b4b;
}

.g-box-c {
    display: flex;
    align-items: center;
}

.round-bc label:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #159ECC !important;
    background: linear-gradient(to bottom, #5e6c44 0%, #87a949 100%);
    opacity: 0;
    border-radius: 50px;
}

.profile-1 {
    position: relative;
}

.edit {
    position: absolute;
    right: -6px;
    top: 9px;
    height: 35px;
    width: 35px;
    background: #159ECC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.edit2 {
    position: absolute;
    right: 140px;
    top: 9px;
    height: 35px;
    width: 35px;
    background: #159ECC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.edit1 {
    position: absolute;
    right: 290px;
    top: 9px;
    height: 35px;
    width: 35px;
    background: #159ECC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

/* ----------upload-img-video------------- */

[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"]+label {
    background-color: #159ECC;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;


    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    outline: none;
    padding: 1rem 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

[type="file"]+label:hover {
    background-color: #87A949 !important;
}

/* ----------upload-img-video------------- */
/* --------------edit-profile-end */

.warper-buton {
    margin-top: 20px;
}

.input-ch-label {
    margin: 0;
    padding: 20px 25px;
    width: auto;
    max-width: 300px;
    height: auto;
    background-color: #159ecc;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-family: Poppins !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
}

.input-ch-label:hover {
    background: #ADADAD;
}

.input-choose {
    display: none;
}


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

    .input-ch-label {
        max-width: 100%;
        padding: 20px 20px;
    }

    .warper-buton {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .post-button-c-post .btn {
        margin: 0px;
    }
}


/* ---------------terms-and-conditions--------------------- */
.terms-header-back {
    background-image: url(../img/home-banner.png) !important;
    background-position: center;
    background-size: cover;
    padding: 100px;
    position: relative;
    top: -17px;
}

.terms-header-back:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/login-overlay.png);
    background-size: cover;
}

.terminal-css {
    position: relative;
    /* z-index: 11; */
}

.term-header {
    color: #fff;
}

.terminal-css a {
    text-decoration: none;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.terminal-css a:hover {
    color: #159ECC;
    font-weight: 600;
}

.term-p {
    color: #ccc;
}

.text-18 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
}

/* --------------terms-and-condition-end--------------------- */




.contact-box-parent {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;

}

.contact-box-child12 {
    width: 80% !important;
}

.contact-box-child {
    display: flex;
    flex-direction: column;
    color: #313030;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px;
    border-radius: 10px;
    width: 31.6%;
    margin: 10px;
}

.contact-lastt-child i {
    font-size: 22px;
    color: #159ecc;
    border-radius: 50%;
    border: 2px dotted #159ecc;
    float: left;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-lastt-child h3 {
    font-size: 20px;
    color: #656262;
    font-weight: 700;
    margin-left: 10px;
    font-family: Poppins;
}

.contact-lastt-child a {
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 33px;
    color: #4B4B4B;
    text-decoration: none;

}

.next-c {
    margin-left: 60px;
}

@media screen and (max-width:767px) {
    .contact-box-child {
        width: 100%;
    }

    .contact-box-parent {
        display: block;
    }

    .next-c {
        margin-left: 0px;
    }

}

.custom-cx i {
    color: #85ac55;
    font-size: 25px;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px;
    position: relative;
    bottom: 10px;
}

.custom-cx {
    font-size: 14px;
    padding: 0px !important;
    position: relative;
    bottom: 35px;
    left: 0px;
    color: #159ECC;
    background-color: transparent;
    display: inline-grid;
}

.custom-cx:hover {
    background-color: transparent;
}

/* -comment-section-user */
.main-section-comment {
    height: 300px;
    overflow-y: scroll;
}

.img-user-c img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.con-cx-bg {
    padding: 10px;
    border-radius: 15px;
    background-color: #f0f2f5;
    margin-left: 15px;
}

.user-name-text {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;


}

.commment-text {
    font-size: 13px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}

.users-m {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;

}

.coomet-areas {
    min-width: 500px;
    margin-left: 15px;
    margin-top: 10px;

}

.flow-comment {
    margin-left: 15px !important;
}

.comment-btns .btn {
    font-family: Poppins !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    color: #fff;
    background-color: #87A949 !important;
    text-align: center;
    box-shadow: none;
    border: none;
    padding: 10px;
    margin: 0.375rem;
    width: 100%;
    margin-left: 35px;
    margin-bottom: 15px;

}

.like-text i {
    font-size: 26px;
    color: #7e7e7e;
    margin-left: 3px;

}

.dislike-text i {
    font-size: 26px;
    color: #7e7e7e;
    margin-left: 3px;
}

.coment-text i {
    font-size: 26px;
    color: #7e7e7e;
    margin-left: 3px;
}

/* -----------view-detail-page----------- */
.wrpare-detail {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.childs-cx-detail {
    width: 48%;
    margin: 10px;
}

.childs-cx-detail a {
    text-decoration: none;
    color: inherit;
}

/* ---------icon-add---------- */
.childs-cx-detail {
   border-radius: 10px;
    padding: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.remove-icons {
    display: flex;
    position: absolute;
    right: 20px;

}

.remove-icons i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 20px;
    color: #09a370;
    cursor: pointer;

}

.c-user-post-c {
    width: 20%;
}

.c-text {
    width: 74%;
}

.update-v-btn {

    color: #FFF;
    padding: 6px 12px;
    background-color: #87A949 !important;
    box-shadow: none;
    border: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    border-radius: 10px;

}

.update-v-btns {
    color: #FFF;
    padding: 6px 12px;
    background-color: #159ecc !important;
    box-shadow: none;
    border: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.0115em;
    text-align: left;
    border-radius: 10px;
}

.update-v-btns,
.update-v-btn:hover {
    color: #fff !important;
    /* background-color: #09a370 !important; */
}

.comment-btn {
    margin-top: 10px;
}

.cus-text-rea {
    border: 1px solid #159ecc !important;
}

/* ---------404 page created by anjani-------- */

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: Poppins;
}

.page_404 img {
    width: 100%;
}

.four_zero_four_bg {
    background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}

.four_zero_four_bg .text-ct {
    font-size: 80px;
    font-family: Poppins;
}

.four_zero_four_bg .text-ct {
    font-size: 80px;
    font-family: Poppins;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #87A949 !important;
    margin: 20px 0;
    display: inline-block;
    font-family: Poppins;
    font-size: 20px;
}

.contant_box_404 {
    margin-top: -50px;
}

/* ---end--404-page------- */

@media screen and (max-width:767px) {
    .c-user-post-c {
        width: 100%;
    }

    .c-text {
        width: 100%;
    }

    .childs-cx-detail {
        margin: 0px;
    }
}

@media screen and (max-width:767px) {
    .wrpare-detail {
        display: block;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .childs-cx-detail {
        width: 100%;
        margin: 10px;
    }
}

.elect-text_contentt {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 0px;
    letter-spacing: 0.0115em;
    text-align: center;
    margin-bottom: 0%;
}

/* .c-user-post-cd {
    width: 40%;
} */


.pt-pb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-section.pm-5 {
    padding: 8px;
}

.logo-child-text a:hover {
    text-decoration: none;
}

.shadow-sm.p-3.mb-5.bg-body.rounded {
    height: 360px;
    overflow: hidden;
}

.news-box-child.openNewsModel:hover {
    cursor: pointer;
}
.openNewsModel {
    cursor: pointer;
}
a.nav-link.dropdown-toggle {
    padding: 0;
}






.login-page .content {
    width: 600px;
    background: #fff;
    border-radius: 30px;
    padding: 30px 60px;
}

.login-page .text-login {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #101010;
    text-align: center;
    margin-bottom: 30px;
}

.login-page .field input {
    height: 100%;
    width: 100%;
    padding-left: 52px;
    font-size: 18px;
    outline: none;
    border: none;
    color: #858585;
    background: #D9D9D9;
    border-radius: 10px;
}

.login-page .checkmark {
    position: absolute;
    top: -2px;
    left: -10px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
    border: 3px solid #858585;
}

.login-page .check-contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-page .log_in-btn {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    background-color: #159ECC !important;
    width: 100%;
    text-align: center;
    height: 70px;
    border-radius: 10px;
}



.login-page .forgot-pass-text {
    text-align: center;
    margin: 20px 0px;
}

.login-page .forgot-pass-text a {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #0E6F8F;
    text-align: center;
    margin: 30px 0px;
}

.login-page .field:nth-child(2) {
    margin-top: 20px;
}

.login-page .content .field {
    height: 70px;
    width: 100%;
    display: flex;
    position: relative;
}

.login-page .field i {
    position: absolute;
    width: 50px;
    font-size: 25px;
    margin-left: 20px;
    line-height: 50px;
    color: #62842B;
    margin-top: 10px;
}

.login-page .check-contain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #262626;
    margin: 30px 0px;
    margin-left: 10px;
}

ul li {
    list-style-type: none !important;
}


.post-section .userImage {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.post-section i.fa.fa-play-circle-o {
    height: 198px;
    padding-top: 40px;
    overflow: hidden;
}

.navbar-brand {
    font-size: 1.4em;
}

a.nav-link.dropdown-toggle {
    padding: 0px 15px;
}

.navbar-dark .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 1.1em;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: #000;
    font-size: 1em;
    padding: 5px 10px;
}

.dropdown-menu li .dropdown-item:hover {
    color: #fff;
    background-color: #159ecc;
}

/* .dropdown-menu li:first-child a {
      font-weight: bold;
      font-size: 1.1em;
      text-transform: uppercase;
    }

    .dropdown-menu li:first-child a:hover {
      background-color: #f1f1f1;
    } */

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    border-bottom: 2px solid #159ecc;
    min-width: auto;
    top: 27px;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    /*    column-count: 3;*/
}

.dropdown-menu li a {
    color: gray;
    padding: 0.5em 1em;
}

/* .dropdown-menu li:first-child a {
      font-weight: bold;
      font-size: 1.1em;
    } */

@media screen and (min-width: 993px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }

    .login-button-top-menu {
        color: #000;
        background-color: #ffffff !important;
        border-color: #fff !important;
        font-weight: 600 !important;
    }

    .login-hero {
        padding-top: 0px !important;
    }
}

.dropdown-toggle::after {
    display: none;

}




.PolicyLinks {
    color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.PolicyLinks a {
    color: white;
    font-size: 20px;
    line-height: 2em;
    border-right: 2px solid #fff;
    padding: 26px;
    background: red;
    width: 25%;
    margin-bottom: 15px;
    text-decoration: none;
}


.dropdown:hover .dropdown-menu {
    display: flex;
}

.all-member .card_item {
    margin-bottom: 30px;
    /*    border-bottom: 3px solid #159ECC;*/
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.all-member .card_item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.all-member .card_item .memberimg {
    text-align: center;
    background: #f6f6f6;
    padding: 10px 0;
}

.all-member .card_item .card-body {
    padding: 0;
}

.all-member .card_item .memberimg img {
    width: 100px;
    object-fit: cover;
    object-position: center;
    height: 100px;
    border-radius: 50%;
}

.all-member .card_item .card-body h3 {
    font-size: 22px;
    margin-top: 10px;
}

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

.text-center nav {
    margin-top: 20px;
}

.text-center nav ul.pagination {
    justify-content: center;
}

.all-member .theme-color {
    color: #678c33;
}

.all-member .title-sub {
    padding: 10px 20px;
    padding-top: 0;
    font-size: 17px;
}

.all-member .text-detail {
    color: #000000;
    font-size: 14px;
    text-align: justify;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    min-height: 50px;
    max-height: 300px;
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;
}


.our-gallery-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.links_cards li {
    list-style-type: disclosure-closed !important;
}

.links_cards li a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
}

.links_cards li a:hover {
    color: #159ECC;
}

.bdr_897 {
    border: 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: all 0.3s ease-out;
}

.bdr_897:hover {
    transform: scale(.9);
}

.card_bo_567 {
    display: flex;
    justify-content: space-between;
}


.social-icon a img {
    width: 90%;
}

/* -------added-by-anjani----16-02-2024- */
.footer-section {
    position: relative;
}
.footer-section::after {
    // position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 450px;
    background: url(http://design.mishainfotech.com/design/Shreya/gcsl/assets/img/map.svg);
    background-size: cover;
    background-repeat: no-repeat;
    /* / z-index: -1; / */
    opacity: 0.3;
}

/* --------16-02-2027 */

/* testimonial css start */
.testimonial {
    background-color: #fff;
    border-right: 4px solid #159ecc;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #159ecc;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
   
    left: 20px;
}
.testimonial .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #159ecc;
    margin: 0;
}
.testimonial h3 {
    font-size: 30px;
    font-family: Poppins ;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: green;
    font-style: italic;
}
.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #159ecc;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}
/* testimonial css end */
/* police department css start */
.video-two-section {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 120px 0 120px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.video-two-sec-content {
    margin-left: 40px;
}


.video-two-sec-content h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 20px;
}

.video-two-sec-content p {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    line-height: 30px;
}


/* police-department section end */


/* About us ection start */
.about-tow-section {
    position: relative;
    display: block;

    padding: 80px 0 30px;
}

.about-two-sec-image {
    position: relative;
    display: block;
    z-index: 5;
}
.about-two-left-content {
    position: relative;
    display: block;
}
.about-two-sec-image-bg-1 {
    position: absolute;
    top: -22px;
    left: -22px;
    height: 233px;
    width: 233px;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -1;
}
.about-two-sec-image-bg-2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 210px;
    width: 210px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.about-two-sec-image img {
    width: 100%;
    border-radius: 6px;
}
.about-two-right-content {
    margin-left: 50px;
    margin-top: -8px;
}
.about-two-title {
    padding-bottom: 10px;
}
.section_title-subheading {
    font-size: 14px;
    color:#73a535;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-family: Poppins;
}
.sub-title-shape-left:before {
    position: relative;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background:#73a535;
    display: inline-block;
    margin-right: 12px;
}
.about-two-title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 21px;
    font-family: 'Poppins';
}
.about-tow-section.about-page .about-two-title-text {
    padding-top: 20px;
}

.about-two-title .about-two-title-text {
    font-size: 14px;
 
    font-family: 'Poppins';
}
.about-tow-experience-years {
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-tow-experience-years {
    display: flex;
    align-items: center;
}
.about-tow-experience-years-icon {
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: #87A949 ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-tow-experience-years-icon {
    position: relative;
    line-height: 80px;
}
.about-tow-experience-years-icon i {
    color: #ffffff;
}
 .about-tow-experience-years-text {
    margin-left: 12px;
}
.about-tow-experience-years-text h2 {
    font-size: 20px;
    color: #000;
    font-weight: 800;
    line-height: 30px;
}
/* About us section end */
/* ----------news-annoouncement-------- */

.cart-tax,
.discount-code-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 45px 18px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-tax,
  .discount-code-wrapper {
    padding: 15px 30px 20px;
  }
}
.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap {
  position: relative;
}
.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: 'Poppins';
  /* padding-right: 18px; */
  color: #159ecc;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-tax .title-wrap h4.cart-bottom-title,
  .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    font-size: 16px;
  }
}
.cart-tax .title-wrap .section-bg-gray,
.discount-code-wrapper .title-wrap .section-bg-gray {
  background-color: #f8f9f9;
  position: relative;
  z-index: 99;
  padding: 5px 10px;
}
.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper {
  margin-top: 10px;
}
.cart-tax .tax-wrapper p,
.discount-code-wrapper .tax-wrapper p {
  margin: 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper {
  margin: 5px 0 0;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
  margin: 0 0 26px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
  color: #242424;
  font-size: 14px;
  margin: 0 0 5px;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: var(--secondary-color) url("../../assets/img/icon-img/cart.png") no-repeat scroll
    right 18px center;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
  font-size: 12px;
  height: 40px;
  padding: 0 50px 0 15px;
  width: 100%;
  cursor: pointer;
}
.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
  background: var(--secondary-color) none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 40px;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,
.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2 {
  background-color: var(--primary-color);
  border: medium none;
  border-radius: 50px;
  color: var(--secondary-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 42px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,
.discount-code-wrapper
  .tax-wrapper
  .tax-select-wrapper
  button.cart-btn-2:hover {
  background-color: #333;
}
.cart-tax .discount-code,
.discount-code-wrapper .discount-code {
  margin: 21px 0 0;
}
.cart-tax .discount-code p,
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.cart-tax .discount-code form input,
.discount-code-wrapper .discount-code form input {
  background: var(--secondary-color);
  border: 1px solid #ebebeb;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
}
.cart-tax .discount-code form button.cart-btn-2,
.discount-code-wrapper .discount-code form button.cart-btn-2 {
  background-color: var(--primary-color);
  border: medium none;
  border-radius: 50px;
  color: var(--secondary-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 42px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-tax .discount-code form button.cart-btn-2:hover,
.discount-code-wrapper .discount-code form button.cart-btn-2:hover {
  background-color: #333;
}

.grand-totall {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 45px 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grand-totall {
    padding: 45px 18px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grand-totall {
    margin-top: 30px;
  }
}
.grand-totall .title-wrap {
  position: relative;
}
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-right: 18px;
}
.grand-totall .title-wrap .section-bg-gary-cart {
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}
.grand-totall h5 {
  font-size: 14px;
  margin: 36px 0 27px;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 14px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0px;
}
.grand-totall .total-shipping ul li {
  color: #242424;
  list-style: outside none none;
  margin: 0 0 6px;
}
.grand-totall .total-shipping ul li:last-child {
  margin: 0 0 0px;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #626262;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall h4.grand-totall-title {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}
.grand-totall h4.grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: var(--primary-color);
  border-radius: 50px;
  color: var(--secondary-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
}
.grand-totall a:hover {
  background-color: #333;
}

.discount-code-wrapper {
  margin: 30px 0;
}

.recent-post-meta {
    display: flex;

    justify-content: space-between;
}
.recent-post-meta a {
    color: #958e8e;
    text-decoration: none;
    font-size: 14px;
}
.default-btn {
    background-color:#73a535;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 13px 20px 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: 0.5px;
    border-radius: 8px;
  // margin-top: 30px;
    text-decoration: none;
}
.default-btn:hover{
    background-color:#159ECC;
    color: #fff;
}
.new_67 h5 {
    font-family: 'Poppins';
    font-size: 15px;
    color: #212529;
}
.see-all h5 a {
 
    color: #159ecc;
}
.see-all h5{
    text-align: right;
}
/* Anjni-design end */

/* slider section start */

.wrapp-post {
    position: relative;
    overflow: hidden;
    height: 310px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   
    margin-bottom: 30px;
}
.entry-header {
    position: relative;
}
.entry-thumbnail {
    overflow: hidden;
}
.entry-thumbnail img{
    transition: 500ms;
    width: 100%;
    height: 200px;
    cursor: pointer;

}
.wrapp-post .category {
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
}
.wrapp-post .category ul{
     display: flex;
     flex-wrap: wrap;
     padding-left: 0;
}

.global-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapp-post .category ul li:last-child {
    margin-right: 0;
}
.wrapp-post .category ul li {
    margin-right: 2px;
    margin-top: 2px;
}
.entry-title a {
    text-decoration: none;
    color: #000;
    font-family: 'Poppins';
}
.wrapp-post .category ul li a {
    color: #fff;
    display: block;
    padding: 3px 10px;
    background-color:#87a949;
    text-decoration: none;
}
.wrapp-post .entry-content {
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
}
.entry-content:before{
    content: "";
    display: table;
    table-layout: fixed;
}
.mid-post.wrapp-post .entry-title {
    font-size: 16px;
}
.wrapp-post .entry-title {
    
    font-weight: 500;
}
.global-list li a {
    text-decoration: none;
    color: #159ecc;
    font-weight: 600;
}
.global-list li i {
    text-decoration: none;
    color: #159ecc;
    font-weight: 600;
}
.wrapp-post:hover .entry-thumbnail img {
    transition: all 0.3s ease 0s;
    transform: scale(1.1);
}
.wrapp-post:hover   .entry-title a {
    color: #339ecc;
}
.slider-voting {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* owl caraousel start*/
.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: var(--primary-color);
}


.owl-nav button {
    position: absolute;
    top: 30%;
    color: #159ecc !important;
    border: 1px solid #159ecc !important;
    background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 50px !important;
    border-radius: 50% !important;
    margin: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 10;
}

.owl-prev span {
    top: -26px;
    position: relative;
}

.owl-next span {
    top: -26px;
    position: relative;
}
/* owl caraousel end */


/* ---------Alert page design-------- */
.sa-post {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.post-style-1, .medium-post-style-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.entry-thumbnails {
    overflow: hidden;
}
.entry-thumbnails img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

.post-style-1 .entry-header {
    max-width: 140px;
    min-width: 140px;
    min-height: 90px;
}
.entry-header {
    position: relative;
}
.sa-post.post-style-1 .entry-thumbnail {
    background-color: #000;
    height: 100%;
}
.entry-thumbnail {
    overflow: hidden;
}
.small-post .entry-content {
    font-size: 13px;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.sa-post .entry-content {
    padding: 10px 15px;
    font-size: 14px;
}

.sa-post .category ul, .entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-post .entry-meta ul li {
    font-size: 12px;
}
.entry-meta li i {
    margin-right: 5px;
}
.entry-meta li, .entry-meta li a {
    color: #aaa;
}
.entry-thumbnails img {
    height: 93px;
    width: 140px;
    object-fit: cover;
}
/* -------------Alert-end--------- */
/* -------details--page--start--------- */
.blog-details-top {
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
.blog-details-top .blog-details-content-wrap {
    padding: 34px 30px 50px;
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
}

.blog-details-top .blog-details-content-wrap .b-details-meta-wrap .b-details-meta ul li {
    color:#159ECC;
    font-size: 16px;
    margin-right: 40px;
    font-weight: 600;
}
.blog-details-top .blog-details-content-wrap .b-details-meta-wrap span {
    background-color:#159ECC;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px 8px;
    margin: 3px 0 0;
}
.blog-details-top .blog-details-content-wrap h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 23px;
    color: #000;
}

.sidebar-title {
    position: relative;
}
.sidebar-title h4 {
    color: #000;
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 17px;
    line-height: 1;
}
.sidebar-search form {
    position: relative;
}
.sidebar-search form input {
    background: transparent;
    border: none;
    height: 45px;
    font-size: 14px;
    color: #333;
    width: 100%;
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(136, 136, 136, 0.1);
    box-shadow: 0 0px 12px 0.8px rgba(136, 136, 136, 0.1);
    padding: 2px 40px 2px 20px;
}
.sidebar-search form button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
}
.sidebar-about .sidebar-social ul{
    padding-left: 0px;
    padding-top: 20px;
}
.sidebar-about .sidebar-social ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.sidebar-about .sidebar-social ul li a.facebook {
    color: #0054a6;
}

.sidebar-about .sidebar-social ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    background-color: #f6f6f6;
    font-size: 12px;
    text-align: center;
}

.sidebar-about .sidebar-social ul li a.youtube:hover {
    background-color: #c4302b;
    color: #fff;
}
.category-list ul li {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.category-list ul{
    padding-left: 0px;
}
.category-list ul li a {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.blog-details-top img {
    height: 315px;
    width: 100%;
    object-fit: cover;
}
/* -------details-page-end-------- */

.new_67 h5 a {
    font-family: 'Poppins';
    font-size: 15px;
    color: #212529;
    text-decoration: none;
}

/* 20-02-2024 */

.card-listing ul {
    padding: 0;
    margin: 0;
}
.card-listing ul li:nth-child(odd) {
    background-color: #f5f5f5;
}
.card-listing ul li {
    margin: 0;
    padding: 15px 20px;
}
.card-listing .notification-view {
    width: 80%;
    display: inline-block;
}
.card-listing .notification-view .tab-title {
    font-weight: 500;
}
.card-listing .tab-view {
    float: right;
   cursor: pointer;
    color: #fff;
    padding: 9px 20px 10px;
    display: inline-block;
    font-size: 14px!important;
    line-height: 17px;
    text-align: center;
    background: #73a535;
    border-radius: 2px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
}
.card-listing .tab-view:hover{
    background: #159ecc;
}
.card-listing ul li:nth-child(even) {
    background-color:#fff;
}
.card-listing {
    padding-bottom: 50px;
}
.quick-link{
    margin-top: 10px;
}
.quickLink{
    margin: 10px;
}
.Link_urls_point{
	cursor: pointer;
}

/* 22-02-2024 : added by Sherya */

.card-header.vote-contact {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: rgb(21 158 204);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.mb-20{
    margin-bottom: 20px;
}
 .card-text i{
    color: #159ecc;
}
.vote-contact span img{
    height: 36px;
    margin-right: 5px;
}
.social-img img {
    height: 30px;
    margin-right: 5px;
}
.card-flex {
    display: flex;
}
.update_img img{
    height: 160px;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
}
.update_txt h2{
    line-height: 25px;
}
.update_txt h2 {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}
.up_wrap h4 {
    font-size: 12px;
    color: #8f8f8f;
}
.up_date {
    display: flex;
    align-items: center;
}
.up_wrap {
    margin-right: 12px;
}
.up_wrap span{
    color: #159ecc;
}
.update_txt p {
font-size: 16px;
}

.top-heading span img{
    height: 60px;
    margin-right: 5px;
}

.see-all a {
    font-size: 20px;
}

.default-btn-see {
    background-color:#159ECC;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 13px 20px 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: 0.5px;
    border-radius: 8px;
   margin-top: 30px;
    text-decoration: none;
}
.default-btn-see:hover{
    background-color:#73a535;
    color: #fff;
}
.wrap-link{
         margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.openblogsModel {
    cursor: pointer;
}

/*Shreya 27/02/2021*/
@media screen and (max-width:767px) {
 /*   .width-figma-design {
    width: 100%;
}
*/
.blogs-box-p {
    padding-bottom: 20px;
}
    .p-3{
        padding: 10px 0!important;

    }
    .about-tow-sections {
    margin-top: 40px;
}
.about-two-right-content {
    margin-left: 0px;
    margin-top: 20px;
}
/*.mbb-20 {
    margin-bottom: 20px;
}*/
.cart-tax {
    margin-top: 20px;
    
}
.owl-prev span {
    top: -22px;
    position: relative;
}
.owl-next span {
    top: -22px;
    position: relative;
}
.see-all {
    margin-bottom: 20px;
}
.about-two-sec-image-bg-1{
    height: 180px;
}
.about-two-sec-image-bg-2{
    display: none;
}
.crd-pd-30{
    padding: 0px 30px;
}
.top-heading{
    line-height: 20px;
    font-size: 22px!important;
}
.news-main-article{
    margin-bottom: 0px;
}
.slider-voting {
    margin-top: 10px;
    margin-bottom: 0px;
}
.mt-res-0{
    margin-top: 0px!important;
}
.con_btm{
    margin-bottom: 10px!important;
}
/*header*/
.nav-ul li {
    padding: 10px 0px 0px 0px;
}
.dropdown-menu.st_drop ul li {
    padding-top: 0px;
    width: 100% !important;
    min-width: 300px;
}
.dropdown-menu.st_drop li .dropdown-item {
    color: #000;
    font-size: 12px !important;
    
}
.st_span i {
    font-size: 10px !important;
}

.st_span {
    position: absolute;
    right: 0px;
    top: 20px;
}
.dropdown-menu.st_drop ul li {
    padding-top: 0px;
}
.dropdown-menu.st_drop.show {
    max-height: 60vh;
    overflow-y: auto;
}
a.nav-link.dropdown-toggle {
    padding: 0px 0px 0px 0px;
}
.logo-parent {
    display: flex!important;
    padding: 0px 4px;
}
.dropdown-menu.st_drop {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    border-bottom: 2px solid #159ecc;
    min-width: auto;
    top: 42px;
}
.about-two-left-content{
    z-index: 0;
}
.nav-ul li .active{
    color: #fff!important;
}

/*header end*/

.card-listing {
    padding-bottom: 20px;
}
.about-two-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}
.wrap-link {
     margin-top: 0px;
     margin-bottom: 0;
     padding-bottom: 20px;
 }
.wrap-link .width-figma-design .top-heading{
    margin-top: 0!important;
}
.testimonial{
    padding: 30px 30px 30px 90px;
}
.testimonial .pic{
        width: 60px;
    height: 60px;
}
.change-heading {
    font-size: 30px!important;
    text-align: center;
}
.PolicyLinks a{
    padding: 20px;
}
.childs-cx-detail{
    margin: 0!important;
}
.text_change {
    font-size: 16px !important;
    margin-top: 10px;
    }
.c-user-post-c img {
    height: 100px;
    width: 100px;
}
.top-heading{
    margin-bottom: 10px!important;
}
.vot-elect{
    margin-bottom: 20px;
}

}

/*my all post css start*/
.modal-post.modal_post .box--x-p{
    padding: 50px 0px 0px;
}

.wrap select {
    padding: 5px;
    border-radius: 8px;
    margin-left: 14px;
}

/*26032024*/
@media screen and (max-width:767px) {
.terms-header-back{
    padding: 80px 20px;
}
.about-text {
    font-size: 26px;
    text-align: center;
}
.update_txt {
    margin-top: 14px;
}
.camp-hero {
    margin-top: 20px;
    margin-bottom: 10px;
}
.faq-head {
    margin-top: 24px;
    text-align: center;
}
.faq {
    margin-bottom: 20px;
}
.card-listing .notification-view {
    width: 75%;
    display: inline-block;
}
.box-modal-x-p {
    display: block;
}
.text-modal {
    display: grid;
    margin-left: 0px;
    margin-top: 10px;
}
.coomet-areas {
    min-width: 100%;
    margin-left: 0px;
    margin-top: 10px;
}
.comment-btns .btn{
    margin-left: 15px;
}
}