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

.notification-view.quick_link_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body,h1,h2,h3,h4,h5,h6,p,a{
    font-family: "Montserrat", sans-serif !important;
}

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

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

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

/* -----------------login-page-style------------- */
.login-button-top-menu {
   color: #fff;
   display: flex;
    background-color: #70a744;
    border-radius: 0px;
    border-color: #70a744;
    font-weight: 600;
    padding: 8px 18px 9px;
    margin-left: 50px;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.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: unset;
}

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

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

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

}
.logo-child-text{
    margin-left: 10px;
}
.logo-p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-bottom: 0;

}


.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;
    z-index: 9999;
}

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

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

.logo-child-right {
    margin-right: 10px;
       border: 3px solid #70a744;
    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;

}

.btn.login-button-top-menu:hover{
    color: #fff;
}

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

.menu-section {
/*    background-color: #fff;*/
    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;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0px;
}

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

.nav-ul li a {
    text-decoration: none;
    padding: 10px 7px 11px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;

}

.user-img img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    object-fit: cover;
    cursor: pointer;
}

.my-black {
    color: #000;

}

.nav-ul li .active {
    /*background-color: #fff;
    color: #000;*/
/*    padding: 12px 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: "Montserrat", sans-serif;
    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: 36px !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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: 48px 205px;
    top: 1px;
}

.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: -20px;
}

.date-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
/*    line-height: 71px;*/
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;
    top: -10px;
    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: "Montserrat", sans-serif;
    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;
    border-radius: 10px;
}
  .post-inout label {
    font-size: 18px;
    margin-left: 6px;
    color: #000;
    font-weight: 500;
}
.upload-img-video label {
    font-size: 18px;
   
    color: #000;
    font-weight: 500;
}
.ml-10{
    margin-left: 10px;
}

.post-p {
    display: flex;
      /*  padding: 20px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    background-color: #fff;*/
}

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

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

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

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

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

}

.post-button-poll .btn {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    margin-top: 3px;
}

.post-button-c-post .btn {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    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: 8px 18px;
    margin: 0.375rem;
    margin-top: 16px!important;
    width: 100%;
}

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

.top-heading {
    font-family: Roboto;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    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;
   
}

.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: 10px;
}

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

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


}

.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: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;
    color: #000;




}
.box-ic-p.postt_det{
    justify-content: space-between;
}
.coment-text span {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.0115em;
    text-align: center;
    position: relative;
    top: 3px;
    color: #000;
}

.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: #000;
}

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

/*.parent-change::before {
    background-color: #149ecc;

}*/

.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: 35px;
    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: 14px;
    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:10px 10px 10px;
}
.card-img-top {
    height: 230px;
    object-fit: contain;
    cursor: pointer;
}

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

}

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


}

.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: "Montserrat", sans-serif;
    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;
    align-items: center;
}

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

.logo-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-bottom: 0px;

}

.text-f-p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.text-content {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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-super-power1 {
    padding: 60px 0px 60px 0px;
}
.custom-ab-padding {
    padding: 30px 0px 100px 0px;
}

.about-text {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: 12px;
}

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

.elected-box-childs {
    width: 31%;
    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: 130px;

    /* 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: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.0115em;
    text-align: left;
    margin-bottom: 0px;


}

.up-e-text-right {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #87A949;
    margin-bottom: 0px;

}

.elector-name {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 7px;
    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: center;
}

/* .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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}

.see-left-n a {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #696969;
    padding:6px 30px;
    padding-left: 15px;
}

.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: flex;
    }

    .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: flex;
    }

    .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: -20px;
/*        top: -45px*/
    }

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

    .text-int {
        font-size: 30px;
    }
      .date-text {
        font-size: 14px;
        top: -20px;
    }

  /*  .date-text {
        font-size: 14px;
        top: -40px;
    }*/
     .clock-parent:before {
        padding: 0px;
        top: 0px;
    }

   /* .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: 0px;
    }
    /*.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 {
    color: #343434;
    border-radius: 15px;
padding: 0;
    margin: 20px 0 0;
}

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

.faq-head h1 {

    color: #323232;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: center;


}

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

    color: #323232;
}


.question {

    padding: 15px 80px 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
   color: #fff;
    background: #159ecc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    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;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


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

}

.faq {
    padding: 40px 0 60px;
    background-color: #f9f9f9;
}


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

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

    .question {
     padding: 20px 50px 15px 15px;
        font-size: 14px;
        line-height: 20px;
    }

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



/* -----------------------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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #4B4B4B;
}

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

.para-a {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.0115em;
    text-align: left;
    color: #323232;
}

.change-label {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    text-align: left;
    box-shadow: none;
    border: none;
    padding: 10px 60px;
    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%;
    object-fit: cover;
}

.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: #fff;
    padding: 20px;
    border-radius: 10px;
}

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

#place-child {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    font-size: 16px;
    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------------- */
#file_input_label img{
        height: 20px;
    margin-top: -4px;
}
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

[type="file"]+label {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
margin-top: 5px;
border: 1px solid lightgray;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.0115em;
    outline: none;
    padding: 8px 18px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    width: 100%;
    margin-left: 7px;
}

/*[type="file"]+label:hover {
    background-color: #87A949 !important;
}*/
img.img-form-upload {
    margin-left: 8px;
    margin-top: 10px;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}
.post-button-c-post {
    margin-top: 20px;
}
/* ----------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: "Montserrat", sans-serif !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: 50px;
    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: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

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

.term-p {
    color: #ccc;
}

.text-18 {
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
}

.contact-lastt-child a {
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif !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: 10px;
    top: 10px;

}

.remove-icons i {
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 15px;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
    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: "Montserrat", sans-serif;
}

.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: "Montserrat", sans-serif;
}

.four_zero_four_bg .text-ct {
    font-size: 80px;
    font-family: "Montserrat", sans-serif;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #87A949 !important;
    margin: 20px 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    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-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.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;
}

.pd-40{
    padding: 40px 20px;
}




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

.login-page .text-login {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    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: 14px;
    outline: none;
    border: none;
    color: #858585;
    background: #e8f0fe;
    border-radius: 10px;
}

.login-page .checkmark {
    position: absolute;
    top: 2px;
    left: -10px;
    height: 18px;
    width: 18px;
    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: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    background-color: #159ECC !important;
    width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 10px;
    border:unset;
}



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

.login-page .forgot-pass-text a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    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: 45px;
    width: 100%;
/*    display: flex;*/
    position: relative;
}

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

}
.width-figma.login-page {
    background: #92b860;
}

.login-page .check-contain {
    display: block;
    position: relative;
    padding-left: 18px;
    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: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #262626;
    margin: 20px 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: 5px 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: 14px;
    padding: 5px 10px;
}

.dropdown-menu li .dropdown-item:hover {
    color: #fff!important;
    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: unset;
/*    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{
    margin-bottom: 40px;
}
.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 {
/*    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    background: #fff;
    border: none;
        margin-bottom: 10px;
    border-bottom: 1px solid lightgray;
    
}

.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: 150px;
    object-fit: cover;
    object-position: top;
    height: 150px;
    border-radius: 50%;
}


.all-member .card_item .card-body h3 {
    font-size: 25px;

}

.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: "Montserrat", sans-serif;
}

.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;
    align-items: center;
}


.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: "Montserrat", sans-serif ;
}
.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: "Montserrat", sans-serif;
}
.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: 35px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 10px;
    font-family: '"Montserrat", sans-serif';
}
.about-tow-section.about-page .about-two-title-text {
    padding-top: 20px;
}

.about-two-title .about-two-title-text {
    font-size: 14px;
 
    font-family: '"Montserrat", sans-serif';
}
.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: 15px;
  -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: '"Montserrat", sans-serif';
  /* padding-right: 18px; */
  color: #fff;
  background-color: #159ecc;
      border-radius: 10px;
    border-bottom-left-radius: 0px;
}
@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!important;
    text-decoration: none;
    font-size: 12px;
}

.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: '"Montserrat", sans-serif';
    font-size: 14px;
    color: #212529;
    margin-bottom: 3px;
}
.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: 220px;
    cursor: pointer;
    object-fit: cover;

}
.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: '"Montserrat", sans-serif';
}
.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;
    text-transform: capitalize;
}
.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: 16px;
    margin-bottom: 20px;
}
/* owl caraousel start*/
.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40%;
}
.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: -23px;
    position: relative;
}

.owl-next span {
    top: -23px;
    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: '"Montserrat", sans-serif';
    font-size: 14px;
    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: 10px 20px;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*.card-listing .notification-view {
    width: 80%;
    display: inline-block;
}*/
.card-listing .notification-view .tab-title {
    font-weight: 500;
    color: #000;
}
.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.cont-card{
    border: none;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 10px;
}
.card-header.vote-contact {
    padding:0.5rem 1rem 0 10px;
    font-weight: 600;
    margin-bottom: 0;
    color: #159ecc;
    background-color: #fff;
    border-bottom: none;
}
.card-header.vote-contact .card-text {
    margin-bottom: 8px;
}
.top-heading.cont-head-img{
    font-size: 26px;
}
.mb-20{
    margin-bottom: 20px;
}
 .card-text i{
    color: #159ecc;
}
p.card-text{
    margin-bottom: 6px;
}
.vote-contact span img{
    height: 36px;
    margin-right: 5px;
}
.social-img img {
    height: 20px;
    margin-right: 5px;
}
.card-flex {
    display: flex;
}
.update_img img{
    height: 160px;
    width: 100%!important;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.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;
}

.cont-head-img span img{
    height: 50px;
    margin-right: 5px;
}

.underline-imgg img{
    width: 300px;
    margin-left: 45px;
    margin-top: -30px;
}
.see-all a {
    font-size: 14px;
}
.see-all .default-btn-see:hover {
    color: #fff;
    background-color: #159ECC;
    border-color: #159ECC;
}

.default-btn-see {
    background-color:#159ECC;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 14px 10px;
    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) {
.cart-tax, .discount-code-wrapper {
    height: 100%!important;
            padding: 12px 10px 20px!important;

}
.mbcart_tax .tax-wrapper{
    padding-bottom: 10px!important;
}
.blogs-box-p {
    padding-bottom: 20px;
}
.mbcart_tax{
    margin-bottom: 20px;
}
.statsti .tab-title h4 {
    font-size: 14px;
}

.card.pres-card {
    margin-bottom: 15px;
}
    .about-tow-sections {
    margin-top: 40px;
}
.pagination .page-link {
    color: #159ecc;
    font-size: 12px;
}
.sidebar-item.recent-post {
    padding: 0px 0px 0px 0px!important;
}
.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: 20px!important;
}
.news-main-article{
    margin-bottom: 0px;
}
.slider-voting {
    margin-top: 10px;
    margin-bottom: 0px;
            padding: 0px 20px;
}
.mt-res-0{
    margin-top: 10px!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: '"Montserrat", sans-serif';
}
.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;
}
.course-btn.home-page-btn-view-all .btn-primary {
    position: absolute;
    bottom: 5px!important;
}
.search-head .form-control {
    width: 100%!important;
}
}

/*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: 50px 20px;
}
.recent-post-meta-statics img {
    height: 16px;
    margin-left: 0px;
}
.mt-res-0{

}
.statsti .tab-title h4{
    margin-bottom: 3px;
    font-size: 14px;
}
.recent-post-meta-statics{
    font-size: 10px;
}
.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: 100%;
    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;
}
}




/*shreya 09May2024*/
.single-item {
    margin-bottom: 30px;
}
.single-item .item {
    box-shadow: 0 0 10px #e7e7e7;
}
.thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.thumb .post-date {
    position: absolute;
    right: 10px;
    top: 10px;
  
}
.thumb .post-date img{
    height: 50px;
    display: none;
}
.item .info {
    background: #ffffff;
    padding: 20px;
}

.detail-area .info h4 {
    line-height: 1.3;
    font-weight: 600;
       margin-bottom: 0;

}
.detail-area .info h4 a {
    font-weight: 600;
      text-decoration: none;
    color: #000;

}

.thumb img{
    width: 100%;
    
    object-fit: cover;
}
.info span{
    font-size: 11px;
    color: #159ecc;
    font-weight: 600;
}
.info p{
    margin-top: 5px;
}
.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.sidebar-item.recent-post li {
    color: #cdd0d3;
    height: 60px;
}
.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}
.sidebar-item.recent-post li a:last-child {
    display: inline-block;
}
.sidebar-item.recent-post li a {
    line-height: 18px;
    color: #333333;
    font-weight: 600;
    display: block;
    font-size: 14px;
}
.sidebar-item.recent-post .thumb img {
    width: 100%;
}
.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
/*    padding-left: 25px;*/
    vertical-align: top;
}
.sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 600;
}
.sidebar-item.recent-post .meta-title {
    font-family: Inter, sans-serif;
/*    margin-top: 5px;*/
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

h2.entry-title:hover {
    color: #159ecc;
}
.sidebar-item.recent-post li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
    color: #1ebeb6;
}
.sidebar-item.recent-post .thumb img{
    height: 50px;
    object-fit: contain;
        width: 70px;
}

.box-list-img img{
    width: 100%;
}
.card-logo-img{
    position: absolute;
    top: 10px;
    right: 10px;
}
.card-logo-img img{
    height: 50px !important;
    display: none;
}
.card.blog-card{
    padding-bottom:5px;
}
.box-list-img{
    position: relative;
}
.post-list{
    position: absolute;
    top: 10px;
    right: 10px;
}
.post-list img{
    height: 50px;
}
.mrl-10{
    margin-left: 10px;
}
.mrl-5{
    margin-left: 5px;
}
.view-ey i{
    color: #159ed6;
    font-size: 13px;
}
.view-ey{
    display: flex;
    align-items: center;
    justify-content: end;
}
.pdl-0{
    padding-left: 0;
}
.pres-card .card-title {
    font-size: 14px;
    color: #000;
}
.pres-card .text-bx i {
    color: #15aadb;
   }
   .pres-card:hover .card-title.pres-h{
     color: #15aadb;
   }
   .pd-20{
    padding: 20px 0px;
   }
/*press list new*/
.box-list {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px;
}
.box-list-txt h4{
    font-weight: 600;
    text-decoration: none;
    color: #000;
        margin-bottom: 0;
}
.box-list-txt span {
    font-size: 12px;
    color: #159ecc;
    font-weight: 600;
}
a{
    text-decoration: none;
}
.pdr-15{
    padding-right: 15px;
}
.box-list-txt {
    padding: 15px 15px 15px 0px;
}
.box-list-txt p {
    color: #212529;
    margin-top: 5px;
}
.mtt-4 {
    margin-top: 25px;
    margin-bottom: 50px;
}

.thumb{
    position: relative;
}
.post-list-side img {
    height: 25px !important;
}
.post-list-side{
    position: absolute;
    top: 7px;
    right: 3px;
}
.detail-pp blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px 30px;
    border-left: 3px solid #159ecc;
    font-style: italic;
   
}
.detail-pp blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
.detail-pp blockquote i{
    font-size: 50px;
    color: #159ecc;
}
.box-ic-p{
    display: flex;
        justify-content: end;
        margin-top: 18px;
        margin-bottom: 20px;
}
.box-ic img {
    height: 30px;
}
.box-ic{
    margin: 5px 3px;
}
.box-ic i {
    margin-top: 8px;
    color: #159ed6;
}
.detail-area {
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 20px;
}
.sidebar-item.recent-post {
    padding: 0px 0px 0px 15px;
}
.sidebar-item.recent-post h4 {
   
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}
.sidebar-item.recent-post ul {
    padding-left: 0;
}
.card.pres-card {
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.related-post img{
    width: 100%;
}
.related-post{
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 10px;
}

.slider-voting .owl-dots {
    display: none;
}
.testimonial{
    margin-bottom: 15px!important;
}
.terms-header-back{
    top: 0!important;
}
.testi-sec{
        padding: 15px 0px 40px 0px;
}
.related-wrap{
    background-color: #f9f9f9;
    margin-top: 20px;
    padding: 6px 0px 30px;
}
.related-post h4{
    color: #000;
/*    margin-top: 5px;*/
    font-size: 15px;
    padding: 5px 10px 5px;
    line-height: 20px;
    border-bottom: 1px solid #d3d3d37a;
    text-transform: capitalize;
    height: 50px;
    overflow: hidden;
}

.related-post a:hover h4{
    color: #159ECC;
}
.related-post .text-bx i {
    color: #159ecc;
    font-size: 14px;
}
.related-post .card_bo_567{
    padding: 0px 10px;
}
.related-post .text-bx{
    font-size: 10px;
}

/*home page*/

.cart-tax, .discount-code-wrapper{
    height: 400px;
    position: relative;
}
.course-btn.home-page-btn-view-all .btn-primary {
    position: absolute;
    bottom: 14px;
}

.btn-gallery-home{
        background-color: #fff !important;
    box-shadow: none;
    border: 0px !important;
    font-family: "Montserrat", sans-serif;
    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;
}


/*album home or pages*/
.album-d{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    background-color: #fff;
}
.album-d .gallery-c {
    border-bottom: 1px solid #d3d3d3a8;
    margin: 20px 0px 10px;
}
.album-d .card_bo_567{
    padding: 0px 10px;
}
.album-d .text-bx i {
    color: #159ecc;
    font-size: 16px;
}
.album-d .gallery-c img{
    border-radius: 20%;
}
.album-d .gallery-c img:hover{
    border-radius: 20%;
}
.gallery-p:nth-child(2) {
    margin: inherit!important;
}
.home-gal .gallery-c{
    margin: 15px 0;
}
.btnn-home-gallery button{
    border: none;
    padding: 10px 23px 8px;
    background: #fff;
    font-size: 16px;
    color: #159ecc;
    font-weight: 600;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btnn-home-gallery button:hover{
    background-color: #159ecc;
    color: #fff;

}





.box-album-image {
    display: flex;
    min-width: 16rem;
    max-height: 16rem;
    position: relative;
    border-radius: .35rem;
    box-shadow:
    rgb(40, 40, 40, 0.1) 0px 2px 3px,
    rgb(20, 20, 20, 0.2) 0px 5px 8px,
    rgb(0, 0, 0, 0.25) 0px 10px 12px;
    overflow: hidden;
    transition: transform var(--anim-time--med) ease;
    margin-bottom:15px;
}



.box-album-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 0;
    object-position: top;
}


.box-album-image:hover .square-bx{
    transition: 0.9s;
    transform: rotateY(360deg);
}

.box-album-image:hover::before {
    opacity: 0.8;
}

.box-album-image:hover .header__caption {
    transform: translateY(0);
    opacity: 1;
}
.box-album-image:hover img{
    transform: scale(1);
}

.album-head {
   text-align: left;
    font-size: 17px;
    color: #000;
}
.square-bx {
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
   border-radius: 10px;
    padding: 6px 12px 5px;
    color: #fff;
    background: #159ecc;
}
.square-bx h2 {
    font-size: 16px;
    margin-bottom: 0;
}
.square-bx i{
    font-size: 18px;
}
.col-md-4.px-10 {
    padding: 30px;
}
.col-md-4.px-10 a{
    color:#000;
}
.square-bx img {
    height: 30px;
}

.news-main-article .album-head{
    color:#fff;
}

@media screen and (max-width:767px) {
   .col-md-4.px-10 {
        padding: 0px;
    }
    .default-btn {
        margin-bottom: 20px;
    }
    .square-bx img {
        height: 30px !important;
    }
    .pd-mob-0{
        padding: 0;
    }
    .topbar-one__guide-btn{
        margin: 2px;
    }
   

}
/*album home or pages*/



/*shreya 09May2024*/


/*mohit 13may2024*/
.slider-related-press .related-post img{
    height: 220px;
    object-fit: contain;
/*    background: #fff;*/
}
/*#social-links {
    display: block !important; 
}*/
.socialmedia-icon a{
    display: block!important;
}

.login-button-top-menu h2{
    font-size: 14px;
    margin-bottom: 0;
}
.login-button-top-menu i{
    font-size: 21px;
    margin-right: 5px;
}

/*.login-button-top-menu{
    color: #71a642;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #ffffff;
    font-weight: 600;
    padding: 4px 26px;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}*/
button.btn.btn-secondary.login-button-top-menu:hover {
    background: #70a744;
    color: #fff;
    border: none;
     padding: 8px 18px 9px;
 }

/*mohit 13may2024*/

/*shreya 14may*/
.logo-child-right i{
        color: #70a744;
    font-size: 18px;
}
.logo-child-right:hover i{
    color: #fff;
}
.logo-child-right{
    display: flex;
    align-items: center;
    justify-content: center;
       width: 40px;
    height: 40px;
}
.about-two-title h4{
    margin-bottom: 0;
}
.quick-link-section .cart-tax, .discount-code-wrapper{
padding: 15px 15px 35px;
}
.quick-link-section .cart-tax .title-wrap .section-bg-gray {
    background-color: #159ecc;
    position: relative;
    z-index: 99;
    padding: 5px 10px;
    color: #fff !important;
    border-top-left-radius: 15px;
}
.quick-link-section .cart-tax .title-wrap::before{top:16px}

.quick-link-section i{
    color: #159ecc;
}
.new_67:hover h5{
color: #159ecc;
}
.new_67 h5 a:hover {
    color: #159ecc;
}

.course-btn.home-page-btn-view-all .btn-primary i{
    color: #fff;
}
/*15 may*/
.card-title.pres-h {
    height: 38px;
    line-height: 120%;
}

.login-page .content h3 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.left-side.new-pst{
    width: 50%;
   
}
.left-side.new-pst i{
    font-size: 18px;
}

.approv {
    font-size: 11px;
    background: #159ecc;
    padding: 2px 5px;
        margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0;
    color: #fff;
}
#login_menu {
    display: flex;
    align-items: center;
}
.logout_div i {
    margin-left: 20px;
    color: #fff;
    font-size: 30px;
}
.field.chng-pas {
    margin-bottom: 34px;
    height: 40px!important;
}
.chng-pas .change-label{
    color: #000!important;
}
.latest_d_img {
    border-radius: 10px;
        max-height: 400px;
    object-fit: contain;
   /* height: 400px;
    object-fit: cover;*/
    width: 100%;
}
.update_section{
    text-align: justify;
}
.login-page .field.chng-pas input{
    padding-left: 10px;
       
}
.card.pres-card img {
    height: 250px;
    object-fit: contain;
    width: 100%;
}

/*mohit*/
/*.ad-votes{
    height: 45px;
    max-height: 46px;
}*/
.nav-item.dropdown a .st_span{font-size: 14px;}
/*mohit*/

/*16may*/
.card-title{
    line-height: 15px;
        height: 40px;
}
.card-body .openNewsModel- {
    height: 58px;
    line-height: 20px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #159ecc;
    border-color: #159ecc;
}
.pagination .page-link{
        color: #159ecc;
}
.pagination .page-link:hover{
        color: #159ecc;
}
 .save-bbtn{
    padding: 10px 20px;
    margin-top: 10px;
    background: #159ecc;
}
/*.wrapp-post.home-page-post.mid-post {
    height: 290px;
}*/

.new_67 img {
    height: 18px;
    margin-right: 5px;
}
.new_67 {
    display: flex;
    align-items: center;
}
.statsti .card-listing{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 0!important;
    margin-bottom: 50px;
}
.statsti{
/*    width: 800px;*/
}
.statsti .tab-title h4{
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}
.recent-post-meta-statics{
        color: #000;
    font-weight: 500;
    font-size: 12px;
        align-items: center;
    display: flex;
}
.recent-post-meta-statics img{
    height: 20px;
    margin-left: 5px;
}
.statis-wrap{
    display: flex;
    align-items: center;
  
}
.statis-i i{
     color: #000;
    margin-right: 14px;
    font-size: 25px;
}
.push-class{
    padding: 0px 15px 5px 0px;
    float: left;
    width: 50%;
}
.statis-wrap .notification-view{
    padding-right: 20px;
}

.statis-dwn-a{
    width: 80%;
}
.statis-dwn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.update_section .dflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.see-all .default-btn-see{
    background-color: #87a949;
    font-weight: 500;
}
.alert-section {
    margin-bottom: 20px;
}
.custom-super-power-create{
    padding: 45px 0px;
}
.text-center-quick-links {
    position: absolute;
    top: 45%;
    left: 0;
}
.our-gallery-section .gallery-c img{
    border-radius: 10px!important;
}
.lst-upd-pd{
    padding: 16px 0px 40px;
    background-color: #f9f9f9;
}
.latest-update-section-home .text-center-quick-links p{
        font-size: 14px;
    color: #000;
    font-weight: 500;
}
.privacy-mg{
    text-align: justify;
}
.privacy-mg ol{
    padding-left: 0;
}
.other-dummy-text {
    font-size: 20px;
    font-weight: 600;
}
.other-dummy-text-margin {
    padding: 15px 0px 50px;
}

@media screen and (max-width:767px) {
     .press-pagination .pagination {
    flex-wrap: wrap !important;
}
.other-dummy-text-margin {
    padding: 0px 0px 15px;
}

.other-dummy-text {
    font-size: 14px;
    font-weight: 600;
}
.text-center-quick-links h3{
    font-size: 20px;
}
.text-center-quick-links{
   position: inherit;
}
.privacy-mg{
    margin-top: 20px;
}

.cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title{
    font-size: 14px;
}
.logo-text{
    font-size: 12px;
}
.logo-p{
    font-size: 11px;
}
.push-class {
    width: 100%;
}
.latest_d_img {
    height: 200px;
    object-fit: contain;
  
}
.update_section h4 {
    font-size: 20px;
}
.update_section span {
    font-size: 14px;
}
.sidebar-item.recent-post {
    margin-top: 30px;
}

.statsti .card-listing{
    margin-bottom: 30px;
    margin-top: 30px;
}
.login-page .content .field.chng-pas{
    display: block;
}
.field.chng-pas .eye{
    top: 28px!important;
}
.mb-phn-b{
margin-bottom:10px;
}
.custom-super-power-create {
    margin: 30px 0px 30px;
}
.post-hero {
    padding: 30px 10px 20px 10px;
}

.upload-img-video label{
    padding: 12px 10px;
}
#file_input_label img{
    height: 25px;
}
.create-my-post-section .custom-super-power-create .post-hero {
 margin-bottom: 0px;
}

.faq {
    padding: 0px 0;
}
#carouselExampleIndicators img {
    object-fit: cover;
    height: auto!important;
    object-position: top;
}
.box-album-image img {
    width: 100%;
    height: 200px;
}
.album-head {
    font-size: 14px;
}
.box-album-image {
    margin-top: 20px;
}
.boxes-head-right1 {
    display: none!important;
}
.about-titl h4{
    font-size: 24px!important;
    
}
.about-titl {
    padding: 0px 0px!important;
}
#advertisers .top-heading{
    margin-bottom: 20px!important;
}
.owl-carousel.slider-brand .owl-nav button.owl-next {
    right: 0px!important;
}
.owl-carousel.slider-brand .owl-nav button.owl-prev {
    left: 0px!important;
}

}



/*#carouselExampleIndicators .carousel-indicators {
    display: block;
}*/


.carousel-indicators button{
    display: none !important;
}
.carousel-indicators button:nth-child(1){
    display: block !important;

}
.carousel-indicators button:nth-child(2){
      display: block !important;
    
}
.carousel-indicators button:nth-child(3){
    display: block !important;
    
}
#carouselExampleIndicators img {
    object-fit: cover;
    height: 500px;
    object-position: top;
}

/*shreya new  css for header*/
.nav-ul.nav-wrapp li a{
    color: #000;
    font-size: 16px;
/*    padding: 0 10px;*/
}
.dropdown:hover .dropdown-menu {
 margin-top: 13px;
}
.search-head{
   height: 32px;
    position: relative;
}
.search-head i{
    position: absolute;
top: 8px;
    font-size: 14px;
    right: 20px;
}
.search-head .form-control{
        padding: .375rem 1.70rem .375rem 0.75rem;
        border-radius: 10px;
        width: 140px;
}
.top-parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-head-wrap {
    background: #70a744;
    padding: 5px;
}
.topbar-one__guide-btn {
    color: #fff;
    margin: 5px;
}
.header-social {
    font-size: 14px;
    color: #fff;
}
.header-social a {
    margin: 3px;
    color: #fff;
}
.topbar-one__right a:hover {
    color: #fff;
}
.nav-ul li .active-ho:hover {
    background-color: #70a744;
    color: #fff;

}
.about-titl h4{
          font-size: 35px;
    font-weight: 500;
    line-height: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.about-titl h1{
        font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.0115em;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}
.about-titl p{
    text-align: center;
    margin-top: 35px;
}
.col-lg-12.about-titl {
    padding: 16px 0px 24px;
}

.slider-brand .owl-nav button{
    width: 30px !important;
    height: 30px !important;
}
.slider-brand .owl-nav{
    bottom: 15px!important;
}
.owl-carousel.slider-brand .owl-nav button.owl-prev{
    left: -10px;
}
.owl-carousel.slider-brand .owl-nav button.owl-next{
    right: -10px;
}
.slider-brand .owl-prev span {
    top: -30px;
    position: relative;
    font-size: 40px;
}

.slider-brand .owl-next span {
    top: -30px;
    position: relative;
    font-size: 40px;
}

/*departments css start*/
.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
      background: linear-gradient(#87a949, rgb(21 158 204));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 35px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
.icon-wrapper img {
    height: 50px;
}
/*departments css end*/
/*government directory css start*/
.destinations-three__single {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #000;
    transition: all 0.8s;
    border-radius: 10px;
}
.destinations-three__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
   
}
.destinations-three__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 15px;
    padding-bottom: 15px;
   
    transform: translateY(0);
    opacity: 1;
    
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.destinations-three__content h3 {

    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}
 .destinations-three__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}
.dir_img{
    width: 100%;
    height: 250px;
    object-position: top;
    object-fit: cover;
}
/*government directory css end*/

.related-wrap-press{
    margin-top: 10px;
    padding: 6px 0px 30px;
}
.related-wrap-press .related-post img {
    object-fit: contain;
    height: 220px;
}
.card-prs-txt {
    background: #f9f9f9;
   
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.related-wrap-press .related-post .text-bx {
    font-size: 12px;
}
.related-wrap-press .related-post h4{
        padding: 10px 10px 10px;
        height: 56px;
        cursor: pointer;
}
.dir-govv {
    padding: 20px 0;
}
.recent-post-meta a i {
    color: #159ecc;
}
.brand-sli img{
    height: 100px;
    object-fit: contain;
}
.myaccount{
    display: flex;
    align-items: center;
    margin-left: 6px;
}
.myaccount h4{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
.box-phn {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #ebeef0;
}
.bx-phn-br{
        border-left: 1px solid #ebeef0;
        padding: 10px 20px 10px 10px;
}
.box-phn i {
    font-size: 20px;
    color: #159ecc;
   padding: 12px;
}
.box-phn h4 {
    color: #159ecc;
    font-size: 15px;
    margin: 0;
}
.box-phn h4 span{
    font-size: 14px;
}
.box-phn h3 {
    margin-bottom: 0;
    font-size: 14px;
    cursor: pointer;
    margin-top: 2px;
}
.boxes-head-right1{
    display: flex;
}
.mr-40{
    margin-right: 40px;
}
.moretext{
    display: none;
}
.pro-c2- .form-control.w-70{
        height: 40px;
    margin-top: 5px;
}
.pres-card .card-body{
    background-color: #f9f9f9;
}
.sugest-nom {
    padding: 45px 0px 55px;
}
.change-heading.suggest{
        font-size: 24px;
    font-weight: 600;
}
.statis-i img {
    height: 24px;
    margin-right: 10px;
}



@media screen and (max-width:767px) {
    .about-titl h1{
        font-size: 18px;
        line-height: 15px;
}
  .about-titl p {
    text-align: justify;
    margin-top: 25px;
}
.side-mega-menu{
    top: 52px!important;
}
.menu-left-parent {
    display: block;
}
.all-member .card_item .card-body h3 {
    font-size: 16px;
}
.all-member .card_item .card-body h6 {
    font-size: 14px;
}
.all-member .text-detail{
    padding: 10px 0px;
}
.all-member .crd-pd-30 {
        padding: 0px 15px;
    }
    .top-heading.cont-head-img{
        font-size: 15px!important;
    }
    .sidebar-item.recent-post .meta-title{
        margin-top: 0;
    }
    .change-heading.suggest {
    font-size: 17px !important;
    margin-top: 0;
}
.sugest-nom {
    padding: 20px 0px 20px;
}
.custom-super-power-create {
    padding: 0px 0px;
}
.slider-brand .owl-prev span {
    top: -20px;
}
.slider-brand .owl-next span {
    top: -20px;
}

}

/*submenu css start*/
.st_submenu--hov{
    position: relative;
}
.st_submenu--hov1{
    position: relative;
}
.st_submenu--hov2{
    position: relative;
}
.st_submenu--hov3{
    position: relative;
}
.st_submenu--hov4{
    position: relative;
}
.st_submenu--{
    position: absolute;
    left: 178px;
    top: 0;
    background-color: #Fff;
        overflow: auto;
    height: 200px;
   
}
.st_submenu--{
    display: none;
}
.st_submenu--hov:hover .st_submenu--{
    display: block;
}
.st_submenu-- ul li:hover{
        border-left: 1px solid #159ecc;
/*    margin-left: 8px;*/
}
.st_submenu--hov i{
    position: absolute;
    right: 6px;
    transform: rotate(-90deg);
    top: 14px;
}

.user-img-menu img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    object-fit: cover;
    cursor: pointer;
}
.myaccount.user-img-menu h4{
    color: #000;
}
.dropdown-menu li .dropdown-item:hover .myaccount.user-img-menu h4 {
    color: #fff;
}
/*.st_submenu--.dropdown-item:focus, .dropdown-item:hover{
  padding: 5px 0px;  
}*/

.st_submenu1--{
    position: absolute;
    left: 178px;
    top: 0px;
    background-color: #Fff;
        overflow: auto;
    height: 200px;

}
.st_submenu1--{
    display: none;
}
.st_submenu1-- ul li:hover{
        border-left: 1px solid #159ecc;
/*    margin-left: 8px;*/
}
.st_submenu--hov1 i{
    position: absolute;
    right: 6px;
    transform: rotate(-90deg);
    top: 14px;
}
.st_submenu--hov1:hover .st_submenu1--{
    display: block;
}
/*.st_submenu1--.dropdown-item:focus, .dropdown-item:hover{
  padding: 5px 0px;  
}*/

.st_submenu2--{
    position: absolute;
    left: 178px;
    top: 0px;
    background-color: #Fff;
        overflow: auto;
    height: 200px;
  
}
.st_submenu2--{
    display: none;
}
.st_submenu2-- ul li:hover{
        border-left: 1px solid #159ecc;
   
}
.st_submenu--hov2 i{
    position: absolute;
    right: 6px;
    transform: rotate(-90deg);
    top: 14px;
}
.st_submenu--hov2:hover .st_submenu2--{
    display: block;
}
/*.st_submenu2--.dropdown-item:focus, .dropdown-item:hover{
  padding: 5px 0px;  
}*/


.st_submenu3--{
    position: absolute;
    left: 178px;
    top: 0;
    background-color: #Fff;
        overflow: auto;
    height: 200px;
  
}
.st_submenu3--{
    display: none;
}
.st_submenu3-- ul li:hover{
        border-left: 1px solid #159ecc;
   
}
.st_submenu--hov3 i{
    position: absolute;
    right: 6px;
    transform: rotate(-90deg);
    top: 14px;
}
.st_submenu--hov3:hover .st_submenu3--{
    display: block;
}
/*.st_submenu3--.dropdown-item:focus, .dropdown-item:hover{
  padding: 5px 0px;  
}*/


.st_submenu4--{
    position: absolute;
    left: 178px;
    top: 0px;
    background-color: #Fff;
  
        overflow: auto;
    height: 200px;
}
.st_submenu4--{
    display: none;
}
.st_submenu4-- ul li:hover{
        border-left: 1px solid #159ecc;
  
}
.st_submenu--hov4 i{
    position: absolute;
    right: 6px;
    transform: rotate(-90deg);
    top: 14px;
}
.st_submenu--hov4:hover .st_submenu4--{
    display: block;
}
/*.st_submenu1--.dropdown-item:focus, .dropdown-item:hover{
  padding: 5px 0px;  
}
*/


@media screen and (max-width:767px) {
.st_submenu-- {
    position: relative;
    left: 0px;
    top: 0;
    background-color: #70a744;
    padding: 8px 0px;
}
.st_submenu1-- {
    position: relative;
    left: 0px;
    top: 0;
    background-color: #70a744;
    padding: 8px 0px;
}
.st_submenu2-- {
    position: relative;
    left: 0px;
    top: 0;
    background-color: #70a744;
    padding: 8px 0px;
}
.st_submenu3-- {
    position: relative;
    left: 0px;
    top: 0;
    background-color: #70a744;
    padding: 8px 0px;
}
.st_submenu4-- {
    position: relative;
    left: 0px;
    top: 0;
    background-color: #70a744;
    padding: 8px 0px;
}
.st_submenu-- li .dropdown-item{
    color: #fff!important;
}
.underline-imgg img {
    width: 223px;
    margin-left: 40px;
    margin-top: -30px;
}
.dir_img{
    object-fit: contain;
}
}




.slider-related-press .related-post .video-postt {
    height: 220px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.owl-carousel.slider-related-press .owl-nav button.owl-prev {
    left: -20px;
}
.owl-carousel.slider-related-press .owl-nav button.owl-next {
    left: -20px;
}*/


.sidebar-item.recent-post.traff li {
    color: #cdd0d3;
    height: unset;
}
.election-section .card-footer .btn-theme{
    width: 60%!important;
}
.btn-secondary.login-button-top-menu:active{
color: #000;
}





/* google translator  css start*/
  body{
          top: 0 !important;
   }
        .goog-logo-link {
            display: none !important;
        }

        .goog-te-gadget {
            font-size: 0px !important;
        }
        
      


        #google_translate_element img {
            display: none !important;
        }

        .VIpgJd-ZVi9od-l4eHX-hSRGPd {
            display: none !important;
        }

        .VIpgJd-ZVi9od-ORHb {
            display: none !important;
        }

        .goog-te-combo {
            padding: 6px;
            border-radius: 5px;
        }

        .goog-te-combo option{
          font-size: 15px;
        }

        .language-btn {
            min-width: 130px;
            position: relative;
            top: 0px;
            left: 10px;
        }

        .top-bar-area li::after {
            position: absolute;
            left: 0;
            top: 22px;
            content: "";
            height: 25px;
            width: 1px;
            border-left: 1px solid #dddddd;
        }
        .top-bar-area.inc-pad {
    position: relative;
    z-index: 999999999;
    min-height: 64px;
}
.VIpgJd-ZVi9od-ORHb{
   display
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
visibility: hidden;
    height: 0px;
    position: absolute;
    display: none;
   
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: none;
    color: #000;
    font-weight: 700;
}

/*goggle translator css end*/

.partici-wrap-pd{
    padding: 30px 0px;
}
.partici .upcome-c-img {
    width: 30%;
}
.partici .partici .upcome-c-text {
    width: 60%;
}
.partici .elector-desination{
    line-height: 18px;
}
.partici .elector-name{
    font-size: 16px;
    line-height: 20px;
}
.partici .elected-descript{
    font-size: 14px;
    margin-top: 5px;
    line-height: 12px;
    margin-bottom: 0;
}
.partici .elected-date-i{
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    color: #159ecc;
}
.partici .elected-descript.addres-descrip{
    line-height: 14px;
    font-size: 12px;
        margin-bottom: 0;
        height: 25px;
}
.partici .elector-time-date-p{
    background-color: #fff;
    padding: 0px;
}
.partici .elected-example{
    font-size: 14px;
    color: #000;
}
.partici .elected-descript i {
    color: #159ecc;
    font-size: 12px;
}
.partici .elected-example i {
    color: #159ecc;
    font-size: 12px;
}
.partici .elected-date-i i {
    font-size: 12px;
    color: #159ecc;
}
.partici .elected-date{
    color: #000;
        font-size: 13px;
}
.partici .elected-year{
    color: #000;
        font-size: 13px;
}
.partici .elcted-v-btn:hover a {
    text-decoration: none;
}
.partici .elcted-v-btn:hover {
    background-color: #87A949 !important;
}
.partici .box-elector-p{
    margin-top: 0;
}
.partici .elcted-v-btn{
         padding: 3px 17px;
    line-height: 20px;
    font-size: 14px;
    border-radius: inherit;
}
.partici .box-elector-c {
    width: 100%;
    text-align: center;
    background-color: #87A949 !important;
}
.partici .elector-lables {
    width: auto;
    padding: 5px;
    height: 30px;
    border-radius: unset;
        border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

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



@media screen and (max-width:767px) {
    .partici-wrap-pd .underline-imgg img {
        width: 240px;
        margin-left: 0;
        margin-top: 0;
    }
    .partici .elcted-v-btn {
    padding: 2px 10px;
    line-height: 20px;
    font-size: 10px;
}
.upcome-p.partici {
    display: flex;
}
.partici-wrap-pd .width-figma-design {
    width: 100%;
}
   .partici .upcome-c-text {
        margin-top: 0px;
    }
   .partici-wrap-pd {
    padding: 10px 0px;
}
.owl-nav button{
    width: 25px !important;
    height: 25px !important;
    font-size: 40px !important;
}
button.owl-prev {
    left: -26px!important;
}

button.owl-next {
    right: -26px!important;
}
.testim .cont div p {
    
    width: 100%!important;
    text-align: justify;
}
.testim .arrow.right {
    right: 0px!important;
}
.testim .arrow.left {
    left: 0px!important;
}
.testim .dots{
    top: 0px;
    left: -25px;
}
.cart-tax:first-child {
    margin-top: 0;
}
.box-ic img {
    height: 20px;
}
.like-text i {
    font-size: 20px;
}
.dislike-text i {
    font-size: 20px;
}
.coment-text i {
    font-size: 20px;
}
.push-class {
    padding: 0px 0px 8px 0px;
}
}
/*uppermenu css start*/

.nav-mob-email li {
    float: left;
    display: inline-block;
    margin-left: 15px;
}
.nav-mob-email li a {
    line-height: 40px;
    padding: 0 15px 0 0;
    border-radius: 50px;
    border: 1px solid #ebeef0;
    height: 42px;
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
    color: #777;
    letter-spacing: 0.5px;
}
.nav-mob-email>li>a {
    position: relative;
    display: block;
}
.nav-mob-email li a .icon.phone {
    background-image: url(../../images/icons/menu/phone-c.png);
}
.nav-mob-email li a .icon {
    float: left;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: no-repeat scroll center center transparent;
    margin-right: 15px;
    border-right: 1px solid #ebeef0;
}
.nav-mob-email li a .first-word {
    color: #232323;
}




.mob-view-topbar{
    display: none;
}

/*media query for uppermenu start*/
@media screen and (max-width:767px) {
    .mob-none{
        display: none;
    }
    .language-btn {
    min-width: auto;
    }
    .goog-te-gadget .goog-te-combo{
        font-size: 10px;
        padding: 5px 0px;
    }
    .topbar-one__guide-btn {
       color: #fff;
       margin: 8px 4px;
       font-size: 10px;
    }
    .header-social {
       font-size: 10px;
       color: #fff;
    }
    .top-head-wrap .width-figma-design {
    width: 95%;
    }
    .clldd{
    margin-right: 10px;
    }
    .mob-view-topbar{
        display: block;
    }
.statis-dwn-a {
    width: 60%;
}
.down-btnn-btn-link a {
    padding: 5px 5px!important;
}
a.blu-down-btn i {
    display: none;
}	
}
/*media query for uppermenu end*/


/*goverdhan css*/
button.owl-prev {
    left: -40px;
}

button.owl-next {
    right: -45px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99;
}

.owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40%;
    z-index: 9;
}
/*----------*/

.mt-16{
    margin-top: 16px;
}

.pd-16 {
 
    padding-top: 16px!important;
}





/*marquee css start*/

.marque_txt{
    color: #0c00ffeb;
    font-weight: 600;
    font-size: 13px;
    padding: 5px;
    margin: 0px 10px;
}
.marque_txt img{
    margin-right: 5px;
    height: 20px;
    margin-top: -2px;
}

.marque_txt a:hover {
    color: #0c00ffeb;
}

/*end*/

.related-post img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #87a94978;
    border-bottom: 2px solid #159ecc;
}
.card.pres-card img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #87a94978;
    border-bottom: 2px solid #159ecc;
}
.card.pres-card {
    border-radius: 10px;
}
.card-img-top{
 border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #87a94978;
    border-bottom: 2px solid #159ecc;
}
    .card{
        border-radius: 10px;
    }


.down-btnn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.down-btnn-btn a {
  
    padding: 2px 5px 3px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 3px;
}
.blu-down-btn{
    background-color: #159ECC;
    color: #fff;
}
.green-down-btn{
    background-color: #87a949;
    color: #fff;
}
.blu-down-btn:hover{
    background-color: #159ECC;
    color: #fff;
}
.green-down-btn:hover{
    background-color: #87a949;
    color: #fff;
}
.down-btnn .recent-post-meta a{
    font-size: 10px;
}


.down-btnn-btn-link a {
 
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin: 3px;
}

.quickLink11 {
    margin: 7px;
}
.blu-down-btn i{
    margin-right: 3px;
}








/*11-06-2024*/
.sidebar-item.recent-post li .thumb.aanounce{
        display: table-cell;
     padding-top: 0px; 
    vertical-align: top;
    width: auto;
}
.sidebar-item.recent-post .aanounce-wrap {
    height: 48px;
    display: flex;
    align-items: center;
}
.card.pres-card .video-postt {
    height: 250px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}
.coment-text.comment_btn {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.dislike-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.like-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 6px;
}
.post-wrap-padding{
    padding: 40px 0px 20px;
}

.accordion-item {
    margin-bottom: 20px;
}
.accordion-item {
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    border: none;
}
    .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    font-weight: 600;
}
.accordion-button:focus {
   
    border-bottom: 1px solid lightgrey;
    box-shadow: none;
}

.accordion-button{
    font-weight: 600;
}



.marque_txt1 {
    color: #1f14ff;
    font-weight: 600;
    font-size: 13px;
    padding: 5px;
    margin: 0px 10px;
        cursor: pointer;
}
.marque_txt1 i {
    color: #1f14ff !important;
}
marquee.marque_txt1 span {
    color: #000;
}
.marque_txt1 a{
    color: #1f14ff;
}
.box-card-home1 {
    display: flex;
    flex-wrap: wrap;
   width:100%;
    justify-content: center;
        padding-bottom: 30px;
   
}
.pd-box-home1{
    padding-top: 30px;
}
.box-card-home1 a{
    width: 24%;
    margin: 10px 20px 10px;
}
.box-card-home1 .card {
       border-radius: 15px;
   
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.box-card-home1 .card:hover {
    /*transform: translateY(-10px);*/
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    background: #159ecc;
}

.box-card-home1 .icon i {
          font-size: 30px;
    color: #159ecc;
    margin-right: 15px;
}
.box-card-home1 .card h3 {
       color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.box-card-home1 .card:hover h3{
    color:#fff;
}
.box-card-home1 .card:hover .icon i{
    color:#fff;
}
@media screen and (max-width:767px) {
    .box-card-home1 {
    display: block;
    }
    .box-card-home1 .card {
    margin-bottom: 10px;
    justify-content: start;
    }
    .box-card-home1 {
    padding: 15px 20px 0;
    }
    .box-card-home1 .icon i{
        width:40px;
    }
    .pd-box-home1 {
    padding-top: 0;
}
.down-btnn-btn-link a{
font-size:10px;
}
.down-btnn-btn a {
  padding: 2px 2px 3px;
}
.box-card-home1 .card:hover {
    transform: unset;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
.statis-dwn-a {
    width: 64	%;
}
.down-btnn-btn-link a {
    padding: 5px 5px!important;
}
a.blu-down-btn i {
    display: none;
}
.down-btnn-btn-link a{
font-size:10px!important;
}
    .box-card-home1 {
    display: flex;
    }
    .box-card-home1 a {
  width: 46%;
  margin: 8px 10px 8px;
}
.cart-tax, .discount-code-wrapper{
    padding: 5px 20px 20px;
}
.cart-tax{
    margin-bottom:10px;
}
.new_67 h5 a{
    font-size:13px;
}
.box-card-home1 .card:hover {
    transform: unset;
}
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 49.333%;
  }
  .box-album-image {
  min-width: 14rem;
  max-height: 14rem;
  }
}