:root {
    --primary_color: #fff;
    --primary_hover_color: yellow;
    --secondary_color: yellow;
    --secondary_hover_color: white;
    --third-color: #ad2134;
    --button_bg_color: #6d0d0f;
    --button_bg_hover_color: #6d0d0f;
}

.btcol-lg-2,
.btcol-lg-3,
.btcol-lg-4,
.btcol-lg-5,
.btcol-lg-6,
.btcol-lg-7,
.btcol-lg-8,
.btcol-lg-9,
.btcol-lg-10,
.btcol-lg-11,
.btcol-lg-12 {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.container {
    padding: 0;
}

.map-full-parallex {
    position: fixed;
    top: 30%;
    right: 14%;
}

.row {
    /* --bs-gutter-x: 0;
    --bs-gutter-y: 0; */
}

.yellow-color {
    color: var(--secondary_color);
}

hr.devider {
    border-top: 2px solid var(--primary_color);
    opacity: 1;
}

.text-danger-cm {
    color: #993a33;
}

.main_wrapper {
    background-image: url(../images/bg.png);
    background-repeat: round;
    /* filter: contrast(1.25); */
}


/* header section */

.menu-reg .nav-link {
    color: var(--secondary_color);
    font-size: 16px;
    transition: 0.3s;
    padding-right: 8px;
}

.menu-reg .nav-link:hover {
    color: var(--secondary_hover_color);
    cursor: pointer;
}


/* main menu */

.main-menu .nav-link {
    color: var(--primary_color);
    font-size: 15px;
    transition: 0.3s;
}

.main-menu .active.nav-link {
    font-weight: bold;
    color: var(--secondary_color);
}

.main-menu .nav-link:hover {
    color: var(--primary_hover_color);
    font-weight: bold;
}

.social-media [class*="fa fa-"] {
    border-radius: 30px;
    color: var(--primary_color);
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    transition: all 0.6s;
}

.logo {
    transition: all 0.6s;
}

.logo:hover {
    transform: scale(1.2);
}

.social-media [class*="fa fa-"]:hover {
    filter: contrast(0.5);
    transform: scale(1.2);
}

.fa-facebook {
    background-color: #3B5998;
}

.fa-twitter {
    background-color: #46c0fb;
}

.fa-linkedin {
    background-color: #208abd;
}

.fa-whatsapp {
    background-color: #36ffa2;
}

.responsive-header button {
    color: var(--primary_color);
}

.header-section button {
    color: var(--primary_color);
}

body.offcanvas-active {
    overflow: hidden;
}

.mobile-offcanvas ul li a {
    color: var(--third-color);
}

.mobile-offcanvas ul li {
    border-bottom: 1px solid #ddd;
}

.mobile-offcanvas ul li:last-child {
    border-bottom: none;
}


/* end header section */


/* slider section */

.section-slider img {
    /* height: 100%; */
    transition: all 0.9s;
    box-shadow: 1px 2px 11px #212529;
}

.section-slider h1 {
    font-size: 6.3rem;
}

.slider-image {
    /* height: 93vh;
  width: 100%; */
    transition: all 0.6s;
}

.section-slider img:hover {
    transform: scale(1.03);
    box-shadow: 1px 1px 6px #212529;
}

.section-slider .btcol-lg-5 {
    line-height: 60px;
    position: relative;
}

.section-slider {
    font-size: 60px;
}

.slider-devider {
    border-top: 2px solid rgba(255, 193, 7, 1);
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 25px;
}

.slider-devider-login {
    border-top: 2px solid rgba(255, 193, 7, 1);
    opacity: 1;
    position: absolute;
    bottom: 1px;
    right: 57px;
}


/* .slider-right-section{
  background-image: url(../images/bd_map.png);
  background-size: 84%;
  background-repeat: no-repeat
} */

.slider-right-section h1,
p {
    transition: all 0.6s;
    margin: 0;
}

.slider-right-section-text p:nth-child(1) {
    font-size: 6.8rem;
    line-height: 71px;
    letter-spacing: 6px;
    margin: 0px;
    padding-bottom: 10px;
}

.slider-right-section-text p:nth-child(2) {
    margin: 0px;
    padding-bottom: 10px;
}

.slider-right-section-text p:nth-child(3) {
    /*margin: 0px 0px 10px;*/
    text-align: center;
    color: red;
    background-color: white;
    /*padding: 4px 0;*/
    font-size: 50px;
    border-radius: 10px;
    margin-left: 12%;
}

.slider-right-section-text p:nth-child(4) {
    letter-spacing: 2px;
}

@media (min-width:1200px) and (max-width:1399px) {
    .slider-right-section-text p:nth-child(1) {
        font-size: 5.8rem
    }
    .slider-right-section-text p:nth-child(3) {
        font-size: 45px;
    }
}

@media (min-width:960px) and (max-width:1199px) {
    .slider-right-section-text p:nth-child(1) {
        font-size: 32px
    }
    .slider-right-section-text p:nth-child(3) {
        font-size: 32px;
        margin-left: 1%;
    }
    .slider-right-section-text p:nth-child(2),
    .slider-right-section-text p:nth-child(4) {
        font-size: 32px;
    }
}

@media (min-width:768px) and (max-width:959px) {
    .slider-right-section {
        padding: 5px!important;
        /* line-height: 40px!important; */
    }
    .slider-right-section-text {
        line-height: 32px!important
    }
    .slider-right-section-text p:nth-child(1) {
        font-size: 4.3rem;
        letter-spacing: 5px;
        padding-bottom: 0px;
    }
    .slider-right-section-text p:nth-child(3) {
        font-size: 34px;
        margin-left: 56%;
    }
}

@media (max-width:767px) {
    .slider-right-section {
        padding: 10px 2rem!important;
    }
    .slider-right-section-text {
        text-align: center!important;
        line-height: 46px
    }
    .slider-right-section-text p:nth-child(1) {
        font-size: 4.3rem;
        letter-spacing: 5px;
        padding-bottom: 0px;
    }
    .slider-right-section-text p:nth-child(3) {
        width: 285px;
        margin: auto;
        font-size: 34px;
        margin-bottom: 10px;
    }
    .slider-right-section-text p:nth-child(4) {
        font-size: 38px;
    }
}

@media (max-width:1199px) {
    .slider-right-section-button {
        margin-top: 10px!important;
    }
    .slider-right-section-button .res_btn_right_slide_search {
        padding: 10px 41px!important;
    }
    .slider-right-section-button .res_btn_right_slide_donate {
        padding: 10px 37px!important;
    }
}

.slider-right-section h1:hover {
    left: 10px;
    transform: scale(1.2);
}

.slider-right-section p:nth-child(2):hover {
    transform: scale(0.8);
}

.slider-right-section p:nth-child(3):hover {
    transform: scale(1.1);
}

.slider-right-section p:nth-child(4):hover {
    transform: scale(1.3);
}


/* .slider-right-section p:nth-child(3):hover{
  transform: scale(1.4);
}
.slider-right-section p:nth-child(3):hover{
  transform: scale(0.8);
}  */

.search-blood {
    position: relative;
}

.form-search-blood {
    font-size: 25px;
}

.form-search-blood select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-search-blood .btcol-lg-3,
.form-search-blood .btcol-lg-7 {
    position: relative;
}

.form-search-blood .box-select::before {
    content: "▼";
    color: #000!important;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    /* width: 23%; */
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 99999;
    border-left: 2px solid #292b2e70;
}


/* end slider section */


/* donate blood section */

.section-donate-blood {
    position: relative;
    padding-bottom: 200px !important;
}

.section-donate-blood .line {
    position: absolute;
    background-color: var(--primary_color);
}

.section-donate-blood .line.top-left-upper-line {
    width: 16%;
    height: 2px;
    top: 19%;
    left: 21.5%;
}

.section-donate-blood .line.top-left-lower-line {
    width: 2px;
    top: 19%;
    left: 21.5%;
    height: 16%;
}

.section-donate-blood .line.top-right-upper-line {
    width: 17%;
    height: 2px;
    top: 11.7%;
    right: 22.7%;
}

.section-donate-blood .line.top-right-lower-line {
    width: 2px;
    top: 11.7%;
    right: 22.7%;
    height: 23%;
}

.section-donate-blood .line.bottom-left-line {
    width: 2px;
    height: 14%;
    bottom: 12%;
    left: 22%;
}

.section-donate-blood .line.bottom-right-line {
    width: 2px;
    height: 14%;
    bottom: 12%;
    right: 22%;
}

.section-donate-blood .line.bottom-edge-line {
    width: 25.9%;
    height: 2px;
    bottom: 12%;
    right: 22%;
}

.section-donate-blood .line.bottom-edge-line2 {
    width: 25.9%;
    height: 2px;
    bottom: 12%;
    left: 22%;
}

.section-donate-blood .title {
    position: relative;
    font-size: 80px;
    color: var(--primary_color);
    line-height: 90px;
    transition: color 0.6s;
}

.section-donate-blood .title:hover {
    color: #f8821e;
    /* transform: scale(1.01); */
}

.parallelogram-button {
    position: relative;
    padding: 0 5px;
    border: 0;
    /* margin: .6em; */
    background: transparent;
    font-size: 80px;
    color: var(--third-color);
    z-index: 9999;
    transition: all 0.6s;
}

.parallelogram-button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--primary_color);
    transform: skew(166deg);
    transition: all 0.6s;
}

.parallelogram-button:hover {
    color: var(--primary_color);
}

.parallelogram-button:hover::before {
    background: var(--third-color);
    transform: skew(160deg);
    /* transform: skew(166deg); */
}

.blood-needs {
    margin-top: 60px;
}

.blood-need,
.blood-need-container {
    /* background-color: var(--primary_color); */
    padding-bottom: 0px;
    transition: all 0.6s;
}

.blood-need:hover {
    /* transform: scale(1.01); */
    box-shadow: -1px 4px 8px #313131;
}

.blood-need .heading {
    font-size: 35px;
    /* background: #e65c00;
    background: -webkit-linear-gradient(to right, #F9D423, #e65c00);
    background: linear-gradient(to right, #F9D423, #e65c00);  */
    box-shadow: 1px 2px 2px #0000008f;
    position: relative;
    background-color: #f8821e;
    color: var(--primary_color);
    font-weight: bold;
}

.blood-need .heading .color-shadow {
    background: #f5b41c;
    height: 1px;
    box-shadow: 1px 2px 10px 7px #f5b41c;
    /* padding: 4px; */
    position: absolute;
    width: 97%;
    top: 16px;
    left: 8px;
}

.blood-need .odd {
    background-color: var(--primary_color);
    /* background-color: #ffffff; */
}

.blood-need .even {
    background-color: #dbdbdb;
    box-shadow: 0px 2px 2px #0000008f;
}

.blood-need .odd div:first-child,
.blood-need .even div:first-child {
    width: 40%;
    font-weight: bold;
}

.blood-need .odd div:nth-child(2),
.blood-need .even div:nth-child(2) {
    padding: 5px;
}

.donate_btn a {
    display: block;
    width: 100%;
    /* border-radius: 19px;
  padding: 14px 50px!important; */
    text-decoration: none;
    color: var(--primary_color);
    font-weight: bold;
    /* box-shadow: -1px 1px 6px 1px #d7d7d7; */
    background: transparent;
    font-size: 19px;
    transition: all 0.8s;
}

.donate_btn {
    width: 100%;
    text-align: center;
    /* position: absolute;
  top: -3px;
  z-index: 99; */
}

.donate_btn a:hover {
    background-color: #951d01;
    /* background-color: #d53109; */
    /* background: linear-gradient(90deg, rgba(254,172,0,1) 0%, rgba(255,221,0,1) 100%) */
}

.blood_donate_all {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 11%;
    text-align: center;
}

.blood_donate_all a {
    padding: 5px 10px;
    text-decoration: none;
    color: var(--primary_color);
    font-weight: bold;
    background: #f8821e;
    font-size: 18px;
    transition: all 0.6s;
    border-radius: 4px;
    border: 1px solid;
    box-shadow: 1px 2px 4px #fff;
    transition: all 0.8s;
}

.blood_donate_all a:hover {
    transform: scale(1.2);
    background: linear-gradient(90deg, rgba(254, 172, 0, 1) 0%, rgba(255, 221, 0, 1) 100%);
}

.donate_btn_container {
    background: linear-gradient(90deg, rgb(203 56 10) 0%, #ff1100 100%);
    /* background: transparent;
  /* position: relative;
  overflow-x: hidden;
  height: 39px; */
    /* background: transparent; */
}


/* end donate blood section */


/* news */

.section-lastest-news {
    /* background-repeat: round; */
    position: relative;
    padding-bottom: 25px;
}

.section-lastest-news .title {
    position: relative;
    font-size: 40px;
    color: var(--primary_color);
    line-height: 45px;
    transition: all 0.6s;
}

.section-lastest-news .title:hover {
    transform: scale(1.04);
}

.section-lastest-news .btcontainer {
    max-width: 100%!important;
    padding: 0px 50px;
}

.news_main {
    /* height: 100%; */
    transition: all 0.5s;
}

.news_main:hover {
    transform: scale(1.01);
}

.news_main p {
    margin: 0;
    padding: 0;
}

.news_main .heading_bar {
    background: rgb(254, 190, 32);
    background: linear-gradient(90deg, rgba(254, 190, 32, 1) 0%, rgba(224, 233, 44, 1) 87%);
    height: 15px;
    width: 100%;
}

.news-devider {
    border-top: 2px solid #8d8d8d;
    opacity: 1;
}

.news_img {
    height: auto;
    border: 1px solid #e2e62b;
}

.news_img img {
    height: 100%;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.news_button {
    background-color: #dbdbdb;
}

.news_button {
    /* position: absolute;
  width: 97%;
  left: 6px;
   padding: 10px;
  bottom: 9px; */
}

.news_button a {
    color: #fb7b00;
    text-decoration: none;
}

.news_button:hover {
    background-color: rgb(255 152 0);
}

.news_button:hover a {
    /* color:#fff; */
}

.news_body {
    position: relative;
    height: 100%;
    margin-top: 7px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 3px 5px 4px #0000008f;
}

.news_main:hover .news_body {
    box-shadow: 1px 1px 5px 5px #0000008f;
}

.news-even {
    margin-top: 120px;
}

.news-all-button {
    padding-top: 3rem;
}

.news-all-button a {
    text-decoration: none;
    color: var(--primary_color);
    font-weight: bold;
    background: #6d0d0f;
    font-size: 19px;
    transition: all 0.6s;
}

.news-all-button a:hover {
    transform: scale(1.2);
    background: linear-gradient(90deg, rgba(254, 172, 0, 1) 0%, rgba(255, 221, 0, 1) 100%);
}

.section-lastest-news .line {
    position: absolute;
    background-color: var(--primary_color);
}

.section-lastest-news .line.news-upper-line {
    width: 2px;
    height: 11.3%;
    bottom: 13.6%;
    left: 20.5%;
}

.section-lastest-news .line.news-bottom-line {
    width: 9.2%;
    height: 2px;
    bottom: 13.6%;
    left: 20.5%;
}

.section-lastest-news .parallelogram-button {
    font-size: 40px;
}


/* end news */


/* ads */

.ads-title {
    box-shadow: 1px 3px 5px #0000008f;
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
    background: rgb(49, 120, 182);
    background: linear-gradient(90deg, rgba(49, 120, 182, 1) 0%, rgba(32, 152, 169, 1) 64%);
    height: 39px;
}

.ads {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 0;
}

.back-box {
    left: 3%;
    width: 96%;
    height: 100%;
    border: 1px solid var(--primary_color);
    position: absolute;
    top: 0;
    z-index: -1;
}

.section-lastest-news .line {
    position: absolute;
    background-color: var(--primary_color);
}

.section-lastest-news .line.ads-left-line {
    width: 1px;
    height: 76%;
    top: 18%;
    left: 75%;
}

.ads-img img {
    height: 100%;
    width: 100%;
    padding: 0 15px;
}

.news_title {
    padding-top: 10px;
    /* height: 50px */
}

.news_title h3 {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_title h3:after {
    content: "";
    position: absolute;
    bottom: 0px;
    background: red;
    width: 80%;
    left: 0px;
    height: 1px;
}

.news_body .details {
    height: 86px;
}

.news_body .details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 12px;
}


/* .news_title{

   height: 50px;
}
.news_title h3{
  font-size: 14px;
  line-height: 1.6;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_body .details p{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
} */


/* end ads */


/* banner */


/* .section-banner{
  background-image: url(../images/world_blood_day-bg.png);
  background-size: 100%;
} */

.banner-body {
    padding: 155px 80px;
}

.banner-text {
    z-index: 99;
    font-size: 65px;
    line-height: 65px;
    transition: all 0.1s;
    color: var(--primary_color);
}

.banner-text:hover {
    color: var(--primary_hover_color);
}

.banner-date-text {
    transition: all 0.6s;
}

.banner-date-text:hover {
    transform: scale(1.2);
}

.banner-body p {
    margin: 0;
}

.banner-body a {
    text-decoration: underline;
    position: absolute;
    color: var(--primary_color);
    left: 20%;
}

.banner-body a:hover {
    background-color: #fff;
    border-radius: 0.25rem;
    color: var(--button_bg_color);
}


/* end banner */


/* footer */

.section-footer p {
    margin: 0;
}

.footer-right button {
    color: var(--primary_color);
    font-weight: 800;
    background: rgb(254, 172, 0);
    background: linear-gradient(90deg, rgba(254, 172, 0, 1) 0%, rgba(255, 221, 0, 1) 100%);
    transition: color 0.3s;
}

.footer-right button:hover {
    background: rgb(254, 172, 0);
}

.section-footer {
    background-image: url(../images/footer.jpg);
    background-repeat: repeat;
    position: relative;
    padding: 67px 0;
}

.section-footer .social-media [class*="fa fa-"] {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 25px;
}

.footer-conact [class*="fa fa-"],
.footer-conact .text-danger-cm {
    transition: all 0.6s;
}

.footer-conact [class*="fa fa-"]:hover {
    transform: scale(1.2);
}

.footer-conact .text-danger-cm:hover {
    transform: scale(1.05);
}

.footer-menu {
    font-size: 15px;
    line-height: 27px;
}

.footer-link a {
    padding: 10px 20px 10px 0;
    color: #000000c7;
    text-decoration: none;
}

.footer-link a:hover {
    color: #000;
}

.footer-menu h4 {
    transition: all 0.6s;
}

.footer-menu h4:hover {
    transform: scale(1.06);
}

.footer-sponsor {
    font-size: 25px;
}

.footer-sponsor a {
    text-decoration: none;
    color: #6d0d0f;
    font-weight: bold;
    font-size: 18px;
    transition: color 0.6s;
}

/*.footer-sponsor a:hover {
    background: rgb(254, 172, 0);
}*/

.footer-sponsor h4 {
    transition: all 0.1s;
}

/*.footer-sponsor h4:hover {
    color: #6d0d0f;
}*/

.section-footer .box-select {
    position: relative;
    border-bottom: 1px solid;
    transition: all 0.6s;
}

.section-footer .box-select select {
    background: transparent;
    border: 0;
}

.section-footer .form-search-blood .box-select::before {
    content: "▼";
    color: #000 !important;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
    z-index: 99999;
    border-left: 0;
}

.box-select:hover {
    transform: scale(1.03);
}

.footer-serach-blood h4 {
    transition: all 0.1s;
}

.footer-serach-blood h4:hover {
    color: #6d0d0f;
}

.payment-img {
    width: 65%;
    transition: all 0.6s;
}

.payment-img:hover {
    transform: scale(1.1);
}

.website-caption a {
    color: var(--primary_color);
}

.website-caption a:hover {
    background: rgb(254, 172, 0);
    padding: 5px;
}

.website-caption {
    color: var(--primary_color);
    padding: 5px 70px;
    font-size: 12px;
}

.text-end {
    z-index: 99;
}


/* .slick-slide{width: auto!important;} */


/* end footer */


/* user daashboard */


/* sidebar */

.user-dashboard-area .v-list-item,
.user-dashboard-area .v-list-item i {
    color: #ad0000!important;
}

.user-dashboard-area .v-list-item.primary--text {
    background-color: #ad0000;
    color: #fff!important;
}

.user-dashboard-area .v-list-item.primary--text i {
    color: #fff!important;
}

.v-list-group__items a {
    min-height: 35px;
    padding-left: 30px;
}
.sidebar-menu{
    height: 100vh;
    background: #fff;
    margin: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    padding: 10px !important;
}
select.form-select.organogram-select {
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    padding-bottom: 10px;
}
.section-body {
    margin-top: 30px;
}
.sidebar-menu.sidebar-accourdion h4 {
    font-size: 18px;
}
.sidebar-menu.sidebar-accourdion h4 img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
.v-data-table-header tr th span {
    font-weight: 500;
    font-size: 18px;
}
td.text-start {
    font-size: 16px !important;
}
.sidebar-menu.list-section {
    padding: 0 !important;
}
.section-column-heading {
    background: #bb180c;
    padding: 30px 10px;
}
.organogram-list-title h2 {
    font-size: 28px;
    color: #fff;
}
.section-heading {
  justify-content: space-between;
  border-bottom: 1px solid #343434;
}

.organogram-list-title {
    justify-content: space-between;
}
.organogram-select.list-select {
    border-bottom: none !important;
}
.organogram-list-title p {
    color: #fff;
    font-size: 16px;
}
.orgranogram-members {
    padding-right: 30px;
    border-right: 1px solid #fff;
    margin-left: 30px;
}
.orgranogram-members h4{
    color: #fff;
}
.orgranogram-members.last-child{
    border-right: 0;
}
.organogram-tab {
    justify-content: space-between;
}

.organogram-tab a {
    background: #fff;
    padding: 5px 7px;
    text-align: center;
    position: relative;
    top: 15px;
    margin-right: 10px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}
.list-table {
    padding: 40px 30px;
}
.organogram-tab a.active {
    background: yellow;
}
.heading-title h4 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
}
.v-treeview-node__root{
  min-height: 30px !important;
}


/* end sidebar */


/* end user dashboard */