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;
	
	text-align: center;
	background-color: #e98530;
	color: white;
	display: flex;
}

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
{
    background: #fdd835;
}

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: 96%;
}

.container-fluid.one 
{
    background: #e98530;
}

img.cm-img {
    width: 70%;
    height: 45%;
    margin-top: 4%;
}

img.cm-img1 {
        width: 190px;
    height: 190px;
    margin-bottom: 1%;
    margin-top: 5%;
   
}

img.baner {
    width: 550px
    margin-top: 4%;
   
}



img.vector-img1 {
    width: 160px;
    height: 110px;
    margin-top: 4%;
    margin-bottom: 2%;
}

.mydiv-1 
{   
  text-align: center;
  background: aliceblue;
  height: 350px;
  margin-bottom: 20px;
  margin-top: 20px;

 
}

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);
  
  background: none;
}
.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-left: 3px;
    color: white;
    text-align: initial;
    font-weight: 900;
}
p.para1 {
    
    
    margin-left: 2%;
}

.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: 50px;
    padding: 12px;
}


@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%;
}

.secnd-last_div.mb-3 {
    text-align: center;
    padding-top: -6px;
   margin-top : 23px;
   border-bottom: 2px solid #3498db;
   border-left: 2px solid #3498db;
  border-right: 2px solid #3498db;
}

.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;
    margin-top: 15px;
    margin-bottom: 10px;
  }
 

.last-btns-first_aid {
    margin-top: 6%;
}
.card {
    
       border-radius: 150px 150px 150px 150px; 
}
.card item-card card-block one-one{
  background-image: url("../images/images__2_-removebg-preview.png")
}
img.picture-one {
    width: 135px;
    margin: auto;
    height: 110px;
}

p.my-para_1 {
    text-align: center;
    padding: 11px;
    color:#1261a0;
    font-size: 15px;
}
p.my-para_2 {
    text-align: center;
    padding: 11px;
    color:#1261a0;
    font-size: 15px;
}
p.my-para_3 {
    text-align: center;
    padding: 11px;
    color:#1261a0;
    font-size: 15px;
}

.card.item-card.card-block.three {
    margin-left: 0%;
}




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: 15px;
    margin-left: -4%;
    width: 584px
}
h5.head-intro {
  
    margin-bottom: -2%;
}
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;
    margin-top: 4%;
}

h5.myheader4 {
    background: #3498db;
    color: white;
    height: 62px;
    padding: 5px;
    margin-left: -1px;
}
h5.myheaderfour {
    background: #3498db;
    color: white;
    height: 62px;
    padding-top: 20px;
    margin-left: -1px;
}
.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 {
  
    height: 450px;
    margin-bottom: 2%;
}
img.imgh_usermanual {
    width: 60%;
    height: 350px;
    margin-bottom: 2%;
}
.myusermanaulpage {
    background: #fef8f5;
    padding: 4%;
}
.tab {
    width: 100%;
    height: 32px;
    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;
}
.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;
    background: white;
   
   
}

p.para-Verify {
    font-size: 1.2rem;
    width: 100%;
    padding: 5px;
    text-align: center;
}

h5.myheader6 {
    /* background: #4682B4; */
    height: 29px;
    /* color: wheat; */
    color: white;
    /* background: #1E90FF; */
    background: #07186c;
}

button.btn.fiveone {
    border-radius: 22px;
    width: 92%;
    margin-top: auto;
    height: 19%;
    font-weight: 600;
    font-size: 14px;
}
.fiveone {
    
    box-shadow: 0 0 40px 40px #07186c inset, 0 0 0 0 #07186c;
   
    
}
.fiveone:hover {
    box-shadow: 0 0 10px 0 #07186c inset, 0 0 10px 4px #07186c;
    
}



.btn.fiveone:hover {
    color: #07186c!important;
}

.steps-timeline.text-center {
    width: 1200px;
}

.card.item-card.card-block.one {
    border-radius: none;
    border: none;
}
.card.item-card.card-block.two {
    border-radius: none;
    border: none;
}
.card.item-card.card-block.three {
    border-radius: none;
    border: none;
}

.bg-light {
    background-color: #224d8a !important;
}
form.form-inline.my-2.my-lg-0 {
    margin-left: 50%;
    font-size: 12p;
    /* font-size: 63px; */
}
a.text-white.ulLink {
    font-size: 14px;
    background: burlywood;
