@charset "UTF-8";


/*-----------------
	2. General
-----------------------*/
html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "IBM Plex Sans Condensed", serif;
    font-size: 16px;
    color: #040606;
    font-weight: 400;
    line-height: 1.5;
    background: #ffffff;
  }

  #aster-wrapper {
    float: left;
    width: 100%;
    overflow: clip;
  }
  

  /* a {
    color: #1A2A5D;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  } */

  #aster-wrapper strong {
    font-weight: 600;
  }


 .takecharge-emergency {
    background: #02A676;
    padding: 40px 0;
    text-align: center;
 }

 .takecharge-emergency h1 {
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
 }
 .takecharge-emergency h2 {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
 }

 .takecharge-emergency h1 {
  width: 500px;
  margin: 0 auto;
 }

 .takecharge-emergency h1 span {
  font-weight: 400;
 }

 .aster-emergency-main {
  margin-bottom: 64px;
 }

 .aster-emergency-main p {
  padding: 50px 60px;
  text-align: center;
  font-size: 32px;
  line-height: 50px;
  font-weight: 300;
 }

 .takecharges-model img {
    height: 300px;
    margin-bottom: 15px;
    transition: 0.3s;
 }

 .takecharges-model:hover {
  transform: scale(1.1);
  transition: 0.3s;
 }


 .takecharges-model p {
    color: #0C5093;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 !important;
    line-height: 0;
    font-size: 16px;
 }

 .takecharges-model {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #02A676;
    padding: 25px 0;
    margin: 0 8px 40px 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
    transition: 0.3s;
 }

 .takecharges-model p i {
  margin-right: 5px;
 }

 .upper-img-emergency {
  text-align: center;
 }

 .upper-img-emergency img{
  height: 475px;
 }

 .main-content-emergency p {
    font-size: 24px;
    line-height: 40px;
    padding: 0 70px;
    font-weight: 400;
 }

 /* .down-content {
  padding: 15px 0px 30px 0 !important;
 } */

 .footer-emergency-content {
  background: #02A676;
  padding: 40px 0;
  text-align: center;
 }

 .footer-emergency-content h2 {
  font-size: 54px;
  font-weight: 500;
  color: #ffffff;
 }

 .footer-emergency-content h3 {
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
 }

 .main-content-emergency .fracture-content  p {
  padding: 0 0 0 5px !important;
  text-align: start !important;
 }
 

 @media (max-width: 991px) {
    .upper-img-emergency img {
      height: auto;
    }

    .main-content-emergency p {
      font-size: 24px;
      line-height: 40px;
      padding: 0;
      font-weight: 400;
  }

  .footer-inner-content iframe{
    width: 100%;
    height: 100%;
   }

   .emergency-inner-texts {
    padding: 10px 0;
    line-height: normal;
   }

   .aster-emergency-main {
    margin-bottom: 34px;
   }

   .importance-emergency {
    font-size: 15px !important;
    line-height: normal !important;
   }

 }

 @media (max-width: 500px) {
  .takecharges-model {
    margin: 0 0px 30px 0px;
  }

  .aster-emergency-main p {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 34px;
}

.takecharge-emergency h2 {
  font-size: 36px;
}

.takecharge-emergency {
  padding: 40px 5px;
}

.takecharge-emergency h1 {
  font-size: 38px;
  width: auto;
}

.takecharge-header h1 {
  font-size: 36px;
}

.footer-emergency-content h2 {
  font-size: 36px;
}

.footer-emergency-content h3 {
  font-size: 20px;
}

.takecharges-model p {
  font-size: 12px;
}

.takecharges-model img {
  height: 90px;
}

.main-content-emergency p {
  margin-bottom: 0;
}

 }