font-family: 'Roboto', sans-serif;

img.logo1 {
    width: 92%;
    height: 100%;
}

.col-md-12.ilogo {
    text-align: center;
}

section.container-fluid.my-1 {
    background: white;
}

@import 'https://fonts.googleapis.com/css?family=Raleway';

div.container
{   
  text-align: initial!important;
  font-family: system-ui;
   margin: 0 auto;
	padding: 6px;
	text-align: center;
	background-color: #e98530;
	color: white;
}

div.container a
{
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  margin: 0px -3px;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
  cursor: pointer;
 font-weight: bold;
}


div.pullRight a:before
{
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRight a:hover:before
{
    width: 100%;
}

.container-fluid.one 
{
    background: #e98530;
}

img.cm-img {
    margin-top: 4%;
    width: 170px;
    height: 160px;
}

img.cm-img1 {

    height: 140px;
    width: 170px;
    
}

img.baner {
 
    margin-top: 4%;
    
}



img.vector-img1 {
    width: 75px;
    height: 60px;
   
    
}

.mydiv-1 
{   
  text-align: center;
  background: aliceblue;
  height: 95%;
  margin: 8% 0% 0% 0%;

  padding: 15px;
}

img
{
  height:150px;
  width:100%;
}

img
{
  height:150px;
  width:100%;
}

.item
{
  padding-left:5px;
  padding-right:5px;
}

.item-card
{
  transition:0.5s;
  cursor:pointer;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}

.item-card-title i
{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}

.card-title i:hover
{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}

.card:hover
{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text
{
  height:80px;  
}

.card::before, .card::after
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}

.card::before
 {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

p.para {
  
   margin : auto;
    color: white;
    text-align: initial;
    font-weight: 900;
}
p.para1 {
 
    text-align: left;
    margin: auto;
}

.form-group {
    margin-bottom: 1rem;
    margin-left: 11%;
    width: 78%;
  
}

textarea#comment {
    margin-top: -9%;
}
  button.btn.btn-primary {
    margin-top: 1%;
}
  
  
  .card-content{
    margin: auto;
    text-align:center;
    transform-style: preserve-3d;
  }
  
  h1{
    transform: translateZ(100px);
  }
  p{
    transform: translateZ(50px);
    display: block;
    
    &.related{
      transform: translateZ(80px);
      font-style: italic;
    }
  }
  a{
    /*color:#69c6b8;*/
    pointer-events: auto;
  }


.iklan{
  position: fixed;
  bottom: 0;
  right: 0;
  background: white;
  width: 200px;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  
  p{
    margin: 0 0 15px;
    line-height: 1.4;
  }
  
  a{
    background-color: #ff4757;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
  }
}
a.myaclas {
    text-decoration: none;
    color: #191970!important;
}
.btn-primary:hover {
    color: #fff;
    /* background-color: #0069d9; */
    border-color: #0062cc;
    background: white!important;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    --c: #007bff;
    color: var(--c);
    font-size: 16px;
    border: 0.3em solid var(--c);
    border-radius: 0.5em;
    width: 14em;
    height: 5em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 1em;
}

nav ul li span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

nav ul li:hover {
    color: black;
}

nav ul li:hover span {
    transform: translateY(0) scale(2);
}

nav ul li span:nth-child(1) {
    --n: 1;
}

nav ul li span:nth-child(2) {
    --n: 2;
}

nav ul li span:nth-child(3) {
    --n: 3;
}

nav ul li span:nth-child(4) {
    --n: 4;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /* background-color: #fff; */
    background: #f0f0f0!important;
}
section.container.mt-4 {
    background: white;
}
section.container.last-sec {
    background: white;
}

.last_div {
    border: 1px solid lightgray;
    text-align: center;
}
.myheader5 {
    background:#1261a0;
    color: white;
    height: 29px;
}
h5.myheader4 {
    background: #3498db;
    color: white;
     background: #3498db;
    color: white;
    height: 30px;
    text-align: center;
    font-size: 19px;
    padding: 2px;

}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 3rem;
  }
}

p {
  color: /*#f1c40f*/;
  font-size: 1.2rem;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;

    display: inline-block;
    font-weight: 400;
     color: white!important; 
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

button.btn.four {
    border-radius: 22px;
    font-weight: 600;
    height: 29%;
    width: 84%;
}


.third {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

button.btn.third {
    border-radius: 22px;
    width: 92%;
    margin-top: auto;
    height: 19%;
    font-weight: 600;
    font-size: 14px;
}

.btn:hover {
     color:#3498db!important;
}
.four {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.four:hover {
  box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}

button.btn.four {
    border-radius: 22px;
    margin-top: -2%;
    width: 92%;
    font-weight: 600;
    height: 17%;
    font-size: 14px;
}
.pics {
   text-align: center;
    background: aliceblue;
    
   
    height: 95%;
   margin: 8% 0% 0% 0%;
}
.last-btns-first_aid {
    margin-top: 6%;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10.25rem!important;
    width: 43%;
}
.card item-card card-block one{
  background-image: url("../images/images__2_-removebg-preview.png")
}
img.picture-one {
    width: 100%;
    height: 100%;
}

p.my-para_1 {
    text-align: center;
    padding: 1px;
   
    font-size: 15px;
}
p.my-para_2 {
    text-align: center;
    padding: 1px;
   
    font-size: 15px;
}
p.my-para_3 {
    text-align: center;
    padding: 1px;
 
    font-size: 15px;
}
.card.item-card.card-block.one {
    margin: auto;
}
.card.item-card.card-block.three {
    margin-left: 0%;
}
.card.item-card.card-block.three {
    margin-left: 29%;
  }
  .card.item-card.card-block.two {
    margin-left: 26%;
}
   .secnd-last_div {
    border: 1px solid gainsboro;
}

p.footr-para {
    text-align: justify;
    margin-top: -5%;
    font-size: 16px;
}



@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}
ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
}
ul li {
    position: relative;
    list-style: none;
    margin: 0 2px;
}
ul li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    filter: blur(2px);
    transform: scale(0.8);
}
ul li:hover::before {
    transition-delay: 0.2s;
    opacity: 0.2;
    transform: scale(1);
}
ul li a {
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.5s;
}
ul li:hover a {
    transform: translateY(-10px);
}
ul li a span  {
    width: 100%;
    height: 100%;
}
ul li a span::before {
    font-family: fontAwesome;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #262626;
    transform-origin: top;
    transition: transform 0.5s;
}
ul li:hover a span::before {
    transform: rotateX(90deg) translateY(-50%);
}
ul li a span::after {
    font-family: fontAwesome;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #fff;
    color: #262626; */
    transform-origin: bottom;
    transition: transform 0.5s;
    transform: rotateX(90deg) translateY(50%);
}
ul li:hover a span::after {
    transform: rotateX(0deg) translateY(0);
}
ul li:nth-child(1) a span::before,
ul li:nth-child(1) a span::after {
    content: '\f09a';
}
ul li:nth-child(2) a span::before,
ul li:nth-child(2) a span::after {
    content: '\f099';
}
ul li:nth-child(3) a span::before,
ul li:nth-child(3) a span::after {
    content: '\f16a';
}
ul li:nth-child(4) a span::before,
ul li:nth-child(4) a span::after {
    content: '\f0e1';
}
ul li:nth-child(1) a span::after {
    background: #3b5999;
    color: #fff;
}
ul li:nth-child(2) a span::after {
    background: #55acce;
    color: #fff;
}
ul li:nth-child(3) a span::after {
    background: #dd4b39;
    color: #fff;
}
ul li:nth-child(4) a span::after {
    background: #0077b5;
    color: #fff;
}

.last_div.my-4 {
   width: 108%;
    /* margin-left: -5%; */
    /* margin-right: auto; */
    margin-right: 22%;
    margin-left: -6%;
}
p.para-intro {
    text-align: justify;
    font-size: 14px;
    padding: 0px;
    }
    

section.container-fluid.mt-4 {
    text-align: left;
}
.contact_div {
    text-align: justify;
}
section.container-fluid.mt-4 {
    text-align: left;
    background: #3498db;
    color: white;
    padding-top: 1%;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: white!important;
}

section.container-fluid.last-fotr {
    background: #0F84E8;
    color: white;
}
p.last-fotr-para {
    padding: 0px;
    margin-top: 1%;
    font-size: 14px;
}
h5.last_heads {
    margin-left: 9px;
}
button.btn.thirdone {
    border-radius: 22px;
    width: 92%;
    margin-top: auto;
    height: 19%;
    font-weight: 600;
    font-size: 14px;
}
.thirdone {
    
    box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
    
}
.thirdone:hover {
    box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db;
}
button.btn.fourone {
    border-radius: 22px;
    width: 92%;
    margin-top: auto;
    height: 19%;
    font-weight: 600;
    font-size: 14px;
}
.fourone {
    
    box-shadow: 0 0 40px 40px #1261a0 inset, 0 0 0 0 #1261a0;
    
}
.fourone:hover {
    box-shadow: 0 0 10px 0 #1261a0 inset, 0 0 10px 4px #1261a0;
}
.last_sec.btns {
    display: flex;
    
}
 hr {
    margin-top: 0rem!important;
    margin-bottom: 2rem!important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 108%;
    margin-left: -6%;
}

.form-control {
    display: block;
    width: 68%!important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
   border: none!important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 17%;
    text-align: center;
}
h5.mysocial_media {
    text-align: center;
}
 p.contactus-para {
    text-align: justify;
    font-size: 19px;
}

.mylastpr {
    margin-left: 10%;
}

h3.contcthead {
    margin-left: 4%;
}

.myusermanualhead {
    text-align: justify;
    padding: 60px;
}
img.mimg_redcrs {
    width: 96%;
    margin-left: 2%;

}
section.container.mt-2.bg-white {
    padding: 3%;
}
img.mygenralone {
    width: 60%;
    height: 350px;
    margin-bottom: 3%;
}
.myusermanauldiv {
   
    background: #fffafa;
}
img.myhomeimg {
    width: 65%;
    height: 700px;
    margin-bottom: 4%;
}
img.myind\.pic {
    width: 61%;
   height: 350px;
   margin-top: -2%;
   margin-bottom: 2%;
}
.myprofuser {
    padding: 4%;
    background: #f8f8ff;
}
img.myind\.pic-1 {
    width: 70%;
    height: 500PX;
}
.profesnalgeneralpage {
    background: white;
    padding: 3%;
}
img.imgh_usermanual_HomePic {
    width: 60%;
    height: 450px;
    margin-bottom: 2%;
}
img.imgh_usermanual {
    width: 60%;
    height: 350px;
    margin-bottom: 2%;
}
.myusermanaulpage {
    background: white;
    padding: 4%;
}
.tab {
    width: 100%;
     
    height: 30px;
    position: relative;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-weight: bold;
    background: #3498db url(../images_assets/tab_bg.png) right center no-repeat;
    top: 0px;
    left: 0px;
}
.list-group-two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-two-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
a.list-group-two-item {
    color: #555;
}
.list-group-two-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

i.fa.fa-arrow-circle-right {
    color: black;
}
.mydiv-tab {
   font-size: 13px;
    background: aliceblue;
    /* height: 92%; */
    width: 92%;
    margin: -4% 0% 2% 7%;
}

.mydiv-tabNew {
   font-size: 13px;
       margin-top: -4%;
 }

p.para-Verify {
    font-size: 12px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-weight: 500;
}

@import 'https://fonts.googleapis.com/css?family=Raleway';

div.container
{   
  text-align: initial!important;
  font-family: system-ui;
   margin: 0 auto;
	
	text-align: center;
	background-color: #e98530;
	color: white;
	
}

div.container a
{
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  margin: 0px -3px;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
  cursor: pointer;
 font-weight: bold;

}
.yellow.pullRight {
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
}

div.pullRight a:before
{
    position: absolute;
    width: 2px;
    height: 100%;
   
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}





marquee {
    margin-bottom: -1%;
    color: red;
}
form.example input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  height: 31px;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
i.fa.fa-search {
    font-size: 10px;
}
td {
    border: 1px solid grey;
    padding: 8px;
}

.mythreeslotd {
    margin-top: -5%;
}
img.cm-img1 {
    margin-top: -2%;
    height: 140px;
    width: 170px;