.p-3 {
    background: #FFF;
}
.mb-5, .my-5{
    margin-bottom: 0px !important;
}

.col-md-8.main_content {
    float: left;
    padding: 0;
}
.col-md-4.right_content {
    float: left;
    padding: 0 0 0 10px;
}
a.logo.mr-auto img {
    padding: 5px;
}
span.last_news {
    width: 13%;
    float: left;
    background: linear-gradient(to right, #00a54f, #7fc313);
    height: 46px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
span.news_scroll {
    width: 87%;
    float: left;
    background: linear-gradient(to right, #00a54f, #912b2b);
    height: 46px;
    padding: 10px;
    font-size: 15px;
    color: #FFF;
}
.right_content_title {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #00a54f, #7fc313);
    color: #FFF;
    padding: 6px;
    font-size: 18px;
    font-weight: 700;
}
.member_img {
    float: left;
}
.member_img img {
    width: 90px;
    height: 95px;
}
.blood_donor_list_info {
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    margin: 5px 7px 5px 0px;
    width: 32.5%;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
}
.blood_donor_info {
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    margin: 5px 7px 5px 0px;
    width: 49%;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
}
.member_details {
    float: left;
    padding: 2px 0px 5px 5px;
}
.member_list_title {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #00a54f, #7fc313);
    color: #FFF;
    padding: 6px;
    font-size: 18px;
    font-weight: 700;
}
.col-md-12.member_list {
    padding: 0;
    margin: 10px 0;
}

.right_content table {
    border: 0;
    width: 100%;
    border-spacing: 0;
/*    border-left: 1px solid #ddf;*/
    border-bottom: 1px solid #ddf;
}
.right_content tr{
    border: 0;
    border-spacing: 0;
    background: #fff;
}

.right_content td {
    border: 0;
/*    border-right: 1px solid #ddf;*/
    border-top: 1px solid #ddf;
    font-size: 16px;
    color: #666;
}
.right_content i.fas {
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 40px;
    color: #25d210;
    transition: .5s;
    cursor: pointer;
    padding: 2px 0 0 7px;
}

.member_list i.fas {
   color: #25d210;
   transition: .5s;
   font-size: 12px;
}
.member_list td {
    border: 0;
    /* border-right: 1px solid #ddf; */
    border-bottom: 1px solid #ddf;
    font-size: 15px;
    color: #666;
    width:100%;
}


/*  Blog Style  */
.blog_list_title {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right, #00a54f, #7fc313);
    color: #FFF;
    padding: 6px;
    font-size: 18px;
    font-weight: 700;
}
.col-md-12.blog_list {
    padding: 0;
    margin: 10px 0;
}
.blood_blog_info {
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    margin: 5px 7px 5px 0px;
    width: 32.5%;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
}
.blog_details img {
    width: 100%;
    height: 250px;
}

/* Health Tips Area  */
.healts_tips_blog {
    border: 1px solid #0CD4FF;
    margin-right:3px;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    
}
.blog_post_title {
    width: 100%;
    margin: 0;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0594B8;
}
.blog_post_title a {
    text-decoration: none;
    font-size: 20px;
    text-align: justify;
}

.blog_post_image{
    padding:0px;
}
.blog_post_image img {
    width: 97%;
    height: 140px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
    margin: 5px;
    transition:.3s;
}
.blog_post_image img:hover{
    padding:2px;
    
}
span.btn {
    float: right;
    width: 115px;
    height: 35px;
    background: #FFAA10;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 5px;
}
span.btn:hover{
    background:#000;
}
span.btn a{
    color:#fff;
    transition:.3s;
}

.post_author_info {
    width: 100%;
    height: auto;
    background: #63B304;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    overflow: hidden;
}



.col-md-3.blog_post_image {
    float: left;
}
.col-md-9.post_content {
    font-size: 17px;
    padding-left: 10px !important;
    text-align: justify;
    float: left;
}
.blog_navigation_bar{
    border: 1px solid #0CD4FF;
    margin-right: 3px;
    margin-bottom: 15px;
    padding: 0;
    height: 36px;
}

/* Blog Post Details  */
.healts_tips_blog_details {
    border: 1px solid #0CD4FF;
    margin-right:3px;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    
}
.blog_post_title_details {
    width: 100%;
    margin: 0;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0594B8;
}
.blog_post_title_details a {
    text-decoration: none;
    font-size: 20px;
    text-align: justify;
}

.blog_post_title_details img {
    width: 100%;
    height: 350px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
    margin: 5px;
    transition:.3s;
}
.blog_post_title_details img:hover{
    padding:2px;
    
}
.healts_tips_content{
    text-align: justify;
    line-height: 2rem;
}

/* Search + Result*/

.col-md-12.wrap.shadow-sm.p-3.mb-5.bg-body.rounded {
    padding: 0 !important;
    padding-bottom: 15px !important;
}
.col-md-12.contact_list {
    padding: 0;
}


.result_error_message {
    color: red;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}
.form-control {
    margin-top: 5px;
}

.blood_donor_search_info {
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    margin: 5px 7px 5px 0px;
    width: 32.5%;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
}

.student_result_title {
    width: 100%;
    background: linear-gradient(to right, #00a54f, #7fc313);
    color: #FFF;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-row.result-search input {
    width: 100%;
    height: 50px;
    padding: 8px;
    border: 1px solid #25950a;
    font-size: 14px;
    transition: all 0.30s ease-in-out;
    background: #FFF;
}
.form-row.result-search input:hover{
    background: #ddd;
    transition: all 0.30s ease-in-out;
}
button.btn.btn-primary.mb-2 {
    height: 50px;
}

.footer-contact i{
    color: #fff;
    border: 1px #0fc10c solid;
    border-radius: 3px;
    padding: 3px;
    width: 25px;
    text-align: center;
    background: darkcyan;
}


.healt_tips.right_content a {
    color: #000;
}
.healt_tips.right_content a:hover {
    color: #007bff;
}

.col-md-12.common_title_bg {
    padding: 10px 0px !important;
}

i.fa.fa-users.font_size {
    font-size: 50px;
}

/** Testimonials ***/

.single-team-box{
    background: #e1f9dd;
    padding: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}
.single-team-box img{
    max-width: 200px;
    display: block;
    margin: 0 auto 30px;
    border-radius: 50%;
}
.team-desc span{
    color: #0517ef;
    font-size: 120%;
}
.single-team-box h4{
    margin-top:20px;
    color:;
}

.single-team-box h4 span{
    display: block;
    color: #0634dd;
    font-size: 16px;
    font-weight: 400;
}

.testimonial-carousel .owl-nav div{
    position: absolute;
    height: 35px;
    width: 35px;
    background: red;
    color:#FFF;
    text-align: center;
    font-size: 40px;
    line-height: 30px;
    boeder-radius:50%;
    left: -70px;
    top: 50%;
}
.testimonial-carousel .owl-nav div.owl-next{
    left: initial;
    right: -70px;
}

.col-md-7.chairman_speech_home {
    padding-bottom: 15px;
}

/*Start Course page Content Area*/

.row.course-total-area {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 0 0 15px 0;
}

.col-md-12.course_title_text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: white;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(to right, #00a54f, #7fc313);
    height: 40px;
    padding: 8px;
}
.course_property{
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    float: left;
    padding: 0;
}
.course_property1{
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
    float: left;
    padding: 0;
}

.col-md-9.head_banner img {
    height: 100% !important;
}
.student_image{
    padding-bottom: 10px;
}
.student_image img {
    background-size: 100%;
    background-position: center;
    transition: all linear 0.3s;
    cursor: zoom-in;
    border-radius: 3%;
    border: 2px solid #029170;
    display: block;
    margin: auto;
}


.col-md-12.head_banner img {
    width: 100%;
    padding: 0px !important;
    margin: 0;
    height: 100%;
}
.col-md-12.head_banner {
    height: 130px;
    padding:0;
}






















.globalseba-content-block.section-bg{
padding: 10px 0 0 0;
}
.row.section-style {
    background-color: #fff;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    text-align: justify;
    color: #000;
    padding-bottom: 10px;
}
.col-md-3.productimg img {
    width: 100%;

}
.col-md-3.productimg h4:hover{
    background-color: black;
    color: #fff;
    transition: .1s;
}
.col-md-3.productimg h4 {
    color: #333;
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    width: 100%;
    background: #dfc4c4;
    text-align: center;
    transition: .1s;
}
.col-md-3.whoimg img {
    width: 100%;
    height: 220px;
}

.gs_common_title {
    background-color: #fff;
    padding: 8px 0 0 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 0%);
    color: #000;
    width: 100%;
}
.product-title.service {
    text-align: center;
}

.common_section_borders span{
  height:3px;
  width:50px;
  background:#1bbd36;
  display: inline-block;
}
.common_section_borders span.common_black_border{
  background:#333;
  width:30px;
  margin:0 10px;
  border-radius:1px;
  
}

/* Chairman Speech  */

.chairman_content.active{
    position:relative;
    z-index:2;
    overflow:hidden;
    padding: 2px;
}
.chairman_content.active:after{
    content:"Md Feroz Ahmed";
    position:absolute;
    right:9px;
    bottom:7px;
    color:#FFF;
    background: rgba(0,0,0,.5);
    font-size:18px;
    padding:10px 20px;
    font-weight:700;
}

.chairman_image {
    width: 100%px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chairman_image img {
    width: 99%;
    height: 99%;
    background-size:100%;
    background-position:center;
    transition: all linear 0.3s;
    cursor:zoom-in;
    border-radius: 3%;
    border: 2px solid #029170;
}
.chairman_image img:hover {
    width: 100%;
    height: 100%;
    background-position:center;
}


.chairman_content-details-right{
    padding-left:100px;
    font-size:18px;
}
.chairman_content-details-right span {
    font-size: 40px;
    line-height: 1;
}
.col-md-6.chairman_content-details-right p {
    padding-top: 10px;
    text-align: justify;
    padding-bottom:10px;
}


/*  Counter Content  */

.col-md-12.summery_title {
    background: linear-gradient(to right, #00a54f, #7fc313);
    padding: 6px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 700;
}

.counter-content{
    text-align:center;
}
.count {
    color: #000;
    padding: 20px 0;
    background: #FFF;
    border: 1px solid #029170;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}
.count span{
    font-size:25px;
}
.count h3{
    font-size:18px;
}
span.counter_image i.fa {
    color: #016b70;
}



/*.service-testimonials .service-testimonial-item {
  box-sizing: content-box;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.service-testimonials .service-testimonial-item .service-testimonial-img {
  width: 350px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
  height: 250px;
  border: 1px solid #ddd;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 160px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
  height: 90px;
  border: 1px solid #ddd;
}*/

.about-content {
    text-align: justify;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 20px;
}

.about-content h3 {
    text-align: center;
    color: #ff5300;
}

section.about {
    padding: 0;
}
section.team {
    padding: 0;
}

.col-md-3.productimg {
    padding-bottom: 30px;
}


#footer {
    width: 100%;
    border-top: 4px solid #1bbd36;
    overflow: hidden;
}

.footer_main {
    margin: 0 auto;
    max-width: 1140px;
    padding: 15px 0 0 0;
    color: #222;
}

.footer {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    padding: 10px;
}
.footer_address {
    float: left;
    width: 100%;
    color: #444;
    border-right: 1px solid #1bbd36;
    padding: 0;
    margin: 0;
}

.footer_address h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
}
.footer_brand {
    float: left;
    width: 100%;
    border: 1px #dedede solid;
    margin-right: none;
    padding: 3px;
    margin-bottom: 6px;
}
.footer_brand img {
    width: 100%;
    height: 35px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.copyright {
    text-align: right;
}
.footer a {
    font-weight: normal;
    text-decoration: underline;
    color: #666;
    text-decoration: none;
    margin: 0 2px;
}

.footer_bottom {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 0 0;
    border-top: 1px #1bbd36 dashed;
    text-shadow: 1px 0 #fff;
}

.footer_address i {
    color: #303192;
    border: 1px #ccc solid;
    border-radius: 3px;
    padding: 3px;
    width: 25px;
    text-align: center;
}
section#footer {
    padding: 0;
}
.row.mt-5.justify-content-center.aos-init.aos-animate {
    margin-top: 10px !important;
}

/*service area*/
.tsbd-service-box {
    border: 1px solid #e6eef1;
    position: relative;
    padding-left:25%;
    margin-bottom: 30px;
    transition:.2s;
}
.tsbd-service-box:hover {
    box-shadow: 0px 10px 20px #f1f1f1;
}
.tsbd-service-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    border-right: 1px solid #e3ebef;
    z-index:1;
}
.tsbd-service-icon:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f0f6f8;
    content: "";
    z-index: -1;
    transition:.3s;
}

.tsbd-service-content {
    padding: 10px;
    text-align: justify;
    color:#666;
    
}
.tsbd-service-table {
    display: table;
    width: 100%;
    height: 100%;
}
.tsbd-service-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    font-size:35px;
}
.tsbd-service-box:hover 
.tsbd-service-icon:after {
    background-color: #3397c6;
    opacity: .8;
}
.tsbd-service-box:hover 
.tsbd-service-icon {
 color: #fff;
}
span.features {
    font-weight: bold;
    color: coral;
    font-size: 20px;
    text-align: left;
}
img.service-list-img {
    width: 100%;
    height: 100px;
}
.blog_title {
    font-weight: 700;
    color: #FFF;
    padding: 10px 8px;
    background: #00a54f;
    transition: .3s;
}
.blog_title a{
    color:#FFF;
}
.blog_title:hover{
    background:#000;
    transition: .3s;
}
.blog_details p {
    text-align: justify;
    padding: 5px 10px;
}

/* Start Scroll Area */
span.scroll-image img {
    width: 25px;
    height: 25px;
}

.col-md-2.last_news{
    background: linear-gradient(to right, #00a54f, #7fc313);
    height: 41px;
    padding: 7px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    float: left;
}
.col-md-10.news_scroll{
    background: linear-gradient(to right, #00a54f, #7fc313);
    height: 41px;
    padding: 7px;
    font-size: 15px;
    color: #FFF;
    margin-bottom: 15px;
    float: left;
}
.col-md-11.news_scroll a{
    color: #FFF;
  }








  /* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
      
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blood_donor_search_info {
    width: 100% !important;
}
.chairman_image img{
    width:100%;
}
.chairman_image{
    width: 285px;
    height: 220px;
}
.chairman_content.active:after{
    right: 4px;
    bottom: 149px;
}

.col-md-12.head_banner {
    height: 90px;
}




}
/* Wide Mobile Layout: 480px - 767px */

@media only screen and (min-width:480px) and (max-width:767px){
.chairman_image img{
    width:100%;
}

.course_property{
    font-size: 13px;
}
.course_property1{
    font-size: 13px;
}

.col-md-12.head_banner {
    height: 80px;
}



}

/* Wide 767px */
@media only screen and (max-width:767px){

.chairman_image img{
    width:100%;
}

.course_property{
    font-size: 13px;
}
.course_property1{
    font-size: 13px;
}

.col-md-12.head_banner {
    height: 80px;
}



}



/* Medium Layout: 640px. */
@media (max-width: 640px) {
.blood_donor_search_info {
    width: 100% !important;
}


}
@media (max-width: 480px) {
.blood_donor_search_info {
    width: 100% !important;
}
.col-md-12.head_banner {
    height: 90px;
}


}
@media (max-width: 320px) {

.blood_donor_search_info {
    width: 100% !important;
}

.course_property{
    font-size: 13px;
}
.course_property1{
    font-size: 13px;
}
.col-md-12.head_banner {
    height: 90px;
}


}

