/* #### Generated By: http://www.cufonfonts.com #### */



@font-face {

  font-family: "Myriad Pro Regular";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Regular"),

    url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");

}



@font-face {

  font-family: "Myriad Pro Condensed";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Condensed"),

    url("../fontsMYRIADPRO-COND.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Condensed Italic";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Condensed Italic"),

    url("../fontsMYRIADPRO-CONDIT.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Light";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Light"),

    url("../fontsMyriadPro-Light.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Semibold";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Semibold"),

    url("../fontsMYRIADPRO-SEMIBOLD.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Semibold Italic";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Semibold Italic"),

    url("../fontsMYRIADPRO-SEMIBOLDIT.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Bold Condensed";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Bold Condensed"),

    url("../fontsMYRIADPRO-BOLDCOND.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Bold";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Bold"),

    url("../fontsMYRIADPRO-BOLD.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Bold Italic";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Bold Italic"),

    url("../fontsMYRIADPRO-BOLDIT.html") format("woff");

}



@font-face {

  font-family: "Myriad Pro Bold Condensed Italic";



  font-style: normal;



  font-weight: normal;



  src: local("Myriad Pro Bold Condensed Italic"),

    url("../fontsMYRIADPRO-BOLDCONDIT.html") format("woff");

}



.main-nursing {

  width: 100% !important;

  height: 100% !important;

}



.rr-about-btn.text-center.mt-5.al-services {

  padding-top: 20px;

}



.rr-projects-content span {

  color: #fff !important;

  margin-bottom: 0 !important;

}

.rr-projects-content p {

  text-align: justify !important;

}





/* .rr-header-logo img{

  padding: 0px !important;

} */





.rr-header-logo {

  padding-top: 6px;

}



section.time-table-area.pt-100.pb-80 {

  background: transparent !important;

}



table.table.table-bordered tr th {

  background: #186fa5;

  color: #fff;

}



table.table.table-bordered {

  background: linear-gradient(45deg, #12a4ac, #01d577);

}



.rr-icon-box-content {

  margin-left: 23px;

}

.rc__post-thumb img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}



.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    100% {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.content {
    position: fixed;
    z-index: 99;
    left: 30px;
    bottom: 40px;
}

.pulse {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #066de3;
    background-image: radial-gradient(hsl(212, 95%, 46%), hsl(212, 95%, 46%));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    line-height: 60px;
}

.pulse::before, .pulse::after {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    border: 1px solid #066de3;
    animation: calling 2s ease-in-out infinite;
}

@keyframes calling {
    0% {
        width: calc(100%);
        height: calc(100%);
        opacity: 1;
    }

    100% {
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        opacity: 0;
    }
}

.pulse i {
    color: #fff;
    font-size: 25px;
}
