* 
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
  }

  header {
    display: flex;
    flex-direction: column;
  }

  .index-name{

    color: rgb(255, 255, 255);
  }

  .btn {
    display: inline-block;
    
    border-radius: 30px;
    border: none;
    color:#fffefe;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
  }

.btnd{
  display: inline-block;
    background: linear-gradient(to bottom, #F08080, #8a8a8a);
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;}

    .start-count{
      color: #f2f2f2;
      font-size: 40px;
      padding: 0px ;
      left: 35%;
      font-weight: lighter;
      position: absolute;
      top: -15px
      
      }
      
      .start-count2{
        color: #f2f2f2;
        font-size: 40px;
        padding: 0px ;
        left: 38%;
        font-weight: lighter;
        position: absolute;
        top: -15px
      }
  




  .pos
  {
    position:relative;
    top:260px;
    color:#0000
  }
  .btn1 {
    background-color: #f7a4a4;
    display: inline-block;
    background: #f7a4a4;
    border-radius: 10px;
    border-color:#f7a4a4;
    color:rgb(2, 2, 2);
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    height:60px;
    width:300px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    
  }

  .btn1:hover{
    color:#000000;
    background-color: #9a9494;
    font-weight: bold;
  }
  
  .irs-btn-2:hover{
    color:#000000;
    background-color: #9a9494;
  }
 
  .form-bag {
    background: #ebe7e7;
    padding: 20px;
}

.irs-title-box h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Fira Sans', sans-serif;
    line-height: 1.2;
}

.slidetext1{

color:black;
font-size:xx-large;
letter-spacing: 3px;
}
.slidetext2{
  color:#000000;
  letter-spacing: 3px;
  font-size: 30px;
  
}
.helphand{
color:#f7a4a4;
text-shadow: 2px 2px rgb(4, 4, 4);
 font-size:30px ;
}
  header .banner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #f38484;
    padding: 10px;
  }

  .login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


  header .banner button {
    background: linear-gradient(to bottom, #F08080, #8a8a8a);
    border-radius: 30px;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 30px;
  }
  

  header .banner .left {
    display: flex;
    gap: 10px;
  }
  
  header .main {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    gap: 200px;
    padding: 15px;
    width: 100%;
  }

  header .main .navigation {
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }

  header .main .navigation > a {
    padding: 29px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #535353;
    text-transform: uppercase;
    text-decoration: none;
  }
  
    
  
  header .main .app {
    background: black;
    min-width: 100%;
    height: 100%;
    min-height: 10000px;
  }

  .slider-img {
    width: 100%;
    max-height: 500px;
  }


.slider-img {
width: 100%;
max-height: 500px;
} 


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
max-width:  1312px;
position: relative;
margin: auto;
}



/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: rgb(0, 0, 0);
font-weight: bold;
font-size: 18px;
transition: 5.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}



/* Caption text */
.text {

color:linear-gradient(to bottom, #ffffff, #f40a0a);
font-size: 30px;
-webkit-text-stroke: #ffffff;
padding: 8px 12px;
font-weight: bolder;
border-radius: 0cm;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
}

/* Number text (1/4 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #000000;
border-radius: 50%;
display: inline-block;
transition: background-color 5.6s ease;
}

.active, .dot:hover {
background-color: #717171;
}

/* Fading animation */
.fade {
animation-name: fade;
animation-duration: 1.5s;
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}


  .irs-counter-field {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #ea5e5e;
    padding: 38px;
    margin: 0 0 50px 0;

}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: 51px;
}

.plus2 {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  left: 43px;
}


.clearfix{
color: #000000;
font-size: 40px;
font-size: 10px;

font-weight: bold;


}
.irs-mailbox{
color: #ffffff;
padding: auto;
font-style: normal;
font-size: 13px;
font-weight: 400;
text-align: left;
letter-spacing: 2px;
margin-top: 21px;

}
.irs-footer-contact{
  text-align: left;
}





.irs-footer-heading{
color: #f08080;
font-size: medium ;
font-weight:normal;
letter-spacing: 3px;
margin-top: 47px;

}

.txtcenter{
color:  #ffffff;
font-size: medium ;
font-weight:normal ;
text-align: center;

}


.footer{
background-color:  #0a0a0a;
text-align:center;
padding: 10px;
}

.irs-footer-field{
    background-color: #282828;
    width: 100%;
    height: 265px;
}

.titleheader
{   
 
    font-size: 20px;
    height: auto;
}
.headertitlewhat{
  position: relative;
  
  bottom:60px;
  
}

/* icon line 
.irs-section-title .irs-title-bdr {
  width: 100%;
  height: 2px;
  background: #F08080;
  position: relative;
  margin-bottom: 20px;
}

*/
rs-title-bdr {
  width: 100%;
  height: 2px;
  background: #f38484;
  position: relative;
  margin-bottom: 30px;
}
.text-center{

    position: relative;
    right:0%;
    color: #908686; 

}

.irs-title-icon{
    height: 65px;
    width: 55px;
    position: relative;
    right:0%;
    padding:0%;
}

.donationimg{
    height: 500px;
    width:500px;
    position: relative;
    right:1.1%;
}

.donationtext{
   
    position: absolute;
    left: 500px;
    bottom:55px;
    font-size: 25px;
    height: auto;
    width: 950px;
    padding: 5%;
}

ul {
  list-style-type: none;

    
}
a { 
  text-decoration: none ! important;
}

.irs-footer-link{
  text-align: left;
}

.btn.irs-btn-2{
  color: #ffffff; 
  display: block;
   background-color: #F08080;
   border-radius: 5px;
   position:relative;
     top:15px;
}


footer .irs-footer-link ul li a {
  color:  #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height:3.5 ;
  text-transform: capitalize;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 3px;
  
  
}

footer .irs-footer-link ul li a:hover {
  color:#434343 ;
}

.fa {
  padding: 20px;
  font-size: 1px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
 
  border-radius: 70px;
}

.fa-facebook {
   
  right: auto;
  color:white;}
  
.a{
    
    color:white;
    padding: 10px 12px;
    border-radius: 50px;
    border: 1px solid white;
    
}
  



.socialicons
{
  position: relative;
  top:-35px;
  left:-40px;
}

.fa-twitter {
 
  right: auto;
  color: white  ;
  
 
}

.irs-footer-link ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #f7a4a4;
  margin-right: 5px;
}

.irs-section-title ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #f7a4a4;
  margin-right: 12px;
  font-size: 20px;
}
.hrline{
  height:1px;
  border-width:0;
  background-color:#F08080;
  letter-spacing: 0.025em;
  margin-top: 0px;
    margin-bottom: 6px;
}
.qna{
  font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    background-color: #ffffff;
    overflow-x: hidden;
    max-width: 100%;
    line-height: 30px;
}

/*aoutus*/

.irs-title-box {
  width: 40%;
  margin: auto;
  text-align: center;
  border: 1px solid #a0a0a0;
  
  border-radius: 5px;
}
.h1{
display: flex;
font-family: 'Fira Sans', sans-serif;
line-height: 1.2;
color: #121212;
margin-top: 0;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}

.irs-section-title p {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  letter-spacing: 0.025em;
  
}



.irs-page-title-field {
  padding: 80px 0;
  /* background: url(/web/20180825174636im_/http://bloodgroups4u.com/assets/images/bg/3.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.irs-layer-black {
  position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
user agent stylesheet
section {
  display: block;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
  overflow-x: hidden;
  max-width: 100%;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.irs-page-title-field.irs-layer-black:before {
  background: rgba(0, 0, 0, 0.7);
}
.irs-layer-black:before {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.9);
}
.irs-donation-filed{
  right: inherit;
  margin-bottom: 100px;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
irs-section-title li {
  font-size: 14px;
  line-height: 35px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
   
    color: #333333;
    
}

.tcontainer {
  padding-right: 156px;
  padding-left: 152px;
  margin-right: auto;
  margin-left: auto;
}


.txtalign{
font-size: 15px;
font-weight: normal;
font-family: 'Fira Sans', sans-serif;
letter-spacing: 1px;
line-height: 1.8;
}


.irs-section-title ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #f7a4a4;
    margin-right: 12px;
    font-size: 15px;
    line-height: 30px;

}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*aboutus*/

/*contactus*/
.irs-contact-from{
  padding: 90px 0 0;
}

.irs-address-col {
  margin-bottom: 39px;
  text-align: center;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(224, 224, 224);
  border-image: initial;
  border-radius: 5px;
  
}


.form-control {
  margin-bottom: 21px;
  display: inline;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: unset
}

.body {
  font-family: Arial, sans-serif;
}
/*
.container {
  max-width: 400px;
  margin: 200px auto;
  padding: -3px;
  border: 1px solid #918f8f;
  background-color: #ffffff;
  border-radius: 5px;
  
}
*/

.h5 {
  text-align: center;
  color:#999 ;

}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
     margin: 7px 2px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group button {
    width: 18%;
padding: 8px;
margin: 9px 246px;
background-color: #1760dd;
color: #fff;
border: none;
border-radius: 2px;
cursor: pointer;
}

.form-group .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* .form-group .links i {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  margin: 10%;
}*/
.span.psw {
    color: #999;
font-size: 14px;
position: absolute;
margin: -2%;
letter-spacing: 2px;
right: 55%;
}

/*contactus*/




/*desktop*/


  header .banner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: #f38484;
    padding: 10px;
}

header .banner button {
  background: linear-gradient(to bottom, #F08080, #8a8a8a);
  border-radius: 30px;
  border: none;
  color: white;
  text-transform: uppercase;
  padding: auto;
  border-radius: 30px;
  width: 100%;
}

.irs-title-icon{
  height: 65px;
  width: 55px;
  position: auto;
  right:0%;
  padding:0%;
}


.irs-section-title1{

  color: #000000;
  font-weight: normal;
  margin-top: -3px;
    margin-bottom: 3px;
    padding: 30px 0 0;
  
}


 .irs-donation-col .irs-btn-2 {
  width: 70%;
  padding: 15px 40px;
  font-size: 16px;
  position: relative;
    top: 50%;
    left: 15%;
}




 

