@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333;
}
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #2A2864;
    background: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

ul {

    margin: 0;
    padding: 0;
}


.navbar-brand {

    padding: 15px 0;
}


.solutions {

    background: #F9F9FF;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 245px;
    z-index: 1;
    box-shadow: 0px 2px 10px -5px #444;
    border-radius: 5px;
}

.subnav .subnav-content li {

    list-style: none;
    padding: 5px 10px;
}

.subnav .subnav-content li a {

    border-bottom: 2px solid transparent;
    text-transform: capitalize;
}

.subnav .subnav-content li a:hover {

    border-bottom: 2px solid #fff !important;
}

.subnav .subnav-content li:hover {

    background: #7556F1;
    color: #fff;
}
.subnav .subnav-content li:hover a{

      color: #fff;
}

.subnav:hover .subnav-content {
  display: block;
}

.dropdown-menu {

    background-color: #f9f9ff;
    border: none;
    box-shadow: none;
    width: 200px;
    text-align: center;
    display: none;
}

.dropdown-menu a {

    color: #fff;
}
.dropdown-menu button{width: 85%;}
.dropdown-menu button:hover {

    background: #62d2c5;
}

.dropdown button {

    color: #fff;
}

.dropdown button:hover,.dropdown button:focus {

    color: #fff;
    background: #62d2c5;
    transition: .5s;
}
.open > .dropdown-menu{display: none;}
.navbar-right .dropdown-menu {
    right: -45px;
    left: auto;
}


.full-height {
    width: 100%;
    height: 100vh;
}
.relative {
    position: relative;
}
.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fixed {
    position: fixed;
}
.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-padding {
    padding: 50px 0;
}
.section-padding2 {

    padding: 50px 0;
}
.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}
.social-menu li {
    display: inline-block;
    margin: 0 3px;
}
.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    -webkit-box-shadow: 0px 17.3333px 24px rgb(17 19 35 / 12%);
    box-shadow: 0px 17.3333px 24px rgb(17 19 35 / 12%);
    font-size: 15px;
}
.social-menu li a:hover {
    background-color: #7556f1;
    color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7',endColorstr='#138fc2',GradientType=0);
    color: #fff;
}
.gray-bg {
    background-color: #f2fefe;
}
.button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    background-color: #2f60c3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgb(98 210 197);
    box-shadow: 2px 5px 20px -5px rgb(98 210 197);
    text-transform: uppercase;
    font-size: 15px;
}
.button.white {
    background-color: #62d2c5;
    color: #ffffff;
}

.button.white:hover {
    background-color: #9051ff;
    color: #fff;
    box-shadow: 2px 5px 20px -5px rgb(117 86 241);
}
.button i {
    margin-left: 5px;
}
.page-title h2 {
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}

.page-title p {

    padding-bottom: 30px;
}

.free-trial-page-title h2 {

    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}

.free-trial-page-title p {

    padding-bottom: 30px;
}

.free-trial-page .pricing {

    background: #F8F8F8;
    border-radius: 10px;
    padding: 30px 50px;
}


.details-page h2{

    text-transform: capitalize !important;
}



.box {
    padding: 50px 30px;
    text-align: left;
    -webkit-box-shadow:0px 10px 60px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 60px rgb(0 0 0 / 10%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 20px;
    color:#2A2864;
    background-image: url(images/Group1242.png);
    background-position: top;
    background-size: cover;
    background-color: #fff;
}
.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #B387FF;
    color: #fff;
}
.box h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.box a {

    color: #7556F1;
}
.box:hover a{

    color: #fff;
}
.box .box-icon {
    height: 110px;
    margin-bottom: 20px;
}

.box-icon .color-icon, .white-icon {

    transition: 1s;
}

.box-icon  .white-icon {

    display: none;
}



.box:hover .box-icon .white-icon {
    display: block;
}

.box:hover .box-icon .color-icon {
    display: none;
}



.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
}
/*.overlay,
.overlay a,
.mainmenu-area a {
    color: #fff;
}*/
.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    margin-top: 8px;
    padding-left: 0;
}
.mainmenu-area .logo h2 {
    margin-bottom: 0;
}
.mainmenu-area #primary-menu > ul > li > a {
    background: 0 0;
    padding: 30px 30px;
    position: relative;
    border-bottom: 2px solid transparent;
    text-align: center;
    font-weight: 500;
}
.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    opacity: 0;
    
}
.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 0;
    top: 0;
}
.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
   border-bottom: 2px solid #2a2864;
}
.mainmenu-area.affix {
    background-color: #FFF;
    box-shadow: 0px -90px 111px;
}
.client-area,
.header-area {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

p {

    line-height: 1.5;
    font-size: 15px;
}

.header-area ul li {

    font-size: 15px;
    margin-left: 30px;
}

.header-bg {

    background: rgba(231, 248, 246, 0.4);
    border-radius: 0px 0px 0px 150px;
    padding: 50px 50px;
}


.anlge-bg {
    background: url("images/angle-bg.png") no-repeat scroll center bottom -120px/100% auto;
}
.overlay {
    position: relative;
}
.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.header-text {

   padding: 120px 0;
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
}
.header-text .button {
    margin-top: 30px;
}
.screen-slider .item {
    padding: 90px 22px;
    display: inline-block;
    margin: auto;
}
.screen-slider .item img {

	margin-left: 103px;
    margin-top: -15px;
    width: 70%;

}
.screen-slider.owl-carousel .owl-item {
    text-align: center;
}
.screen-slider .owl-controls {
    position: absolute;
    left: -160%;
    top: 69%;
    text-align: left!important;
}
.screen-slider .owl-controls .owl-dots .owl-dot{
    display: inline-block;
}
.screen-slider .owl-controls .owl-dots .owl-dot span{
    display: block;
    opacity: 1;
    transition: .3s;
    margin: 10px 50px;
    width: 130px;
    height: 130px;
    position: relative;
}
.screen-slider .owl-controls .owl-dots .owl-dot span::before{
    content: url("images/home.png");
    position: absolute;
    background: #F7F5FF;
    padding: 20px;
    border-radius: 50%;
    border: 5px solid #F7F5FF;
    top: 0;
    transition: .3s;
    width: 130px;
    height: 130px;
}
.screen-slider .owl-controls .owl-dots .owl-dot:nth-child(1) span::before{content: url("images/home.png");}
.screen-slider .owl-controls .owl-dots .owl-dot:nth-child(2) span::before{content: url("images/nurse.png");}
.screen-slider .owl-controls .owl-dots .owl-dot:nth-child(3) span::before{content: url("images/old-people.png");}
.screen-slider .owl-controls .owl-dots .owl-dot span::after{
    content: "Agency";
    position: absolute;
    top: 100%;
    padding-top: 20px;
    color: #5855A1;
    font-size: 25px;
    width: 100%;
    text-align: center;
    font-weight: 500;}
    .screen-slider .owl-controls .owl-dots .owl-dot:nth-child(1) span::after{content: "Agency";}
    .screen-slider .owl-controls .owl-dots .owl-dot:nth-child(2) span::after{content: "Caregiver";}
    .screen-slider .owl-controls .owl-dots .owl-dot:nth-child(3) span::after{content: "Family";}
.screen-slider .owl-controls .owl-dots .owl-dot span:hover:before, .screen-slider .owl-controls .owl-dots .owl-dot.active span::before{
    transform: scale(1.1);
    border-color: #62d2c58c;
}
.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}
.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0;
}
.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}
.caption-slider .carousel-indicators li strong {
    display: block;
}
.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
.caption-slider .button {
    margin-top: 30px;
}
.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.caption-slider .caption-photo.two {
    margin-top: 60px;
}
.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.single-team {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-team h4 {
    text-transform: uppercase;
}
.single-team h6 {
    margin-bottom: 20px;
}
.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #fff;
}
.single-team:hover .social-menu {
    bottom: 0;
}
.testimonial-area {
    background: url("images/parallax-7.jpg") no-repeat scroll center center/cover;
    position: relative;
    color: #fff;
}
.testimonial-area:before {
    opacity: 0.9;
}
.testimonial {
    text-align: center;
}
.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}
.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}
.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}
.price-area {
    background: url("images/parallax-6.jpg") no-repeat scroll center center/cover;
}
.price-table h3 {
    margin-bottom: 30px;
}
.price-table {
    padding: 50px 40px;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    color: #515656;
    position: relative;
    margin-top: 20px;
}
.price-table.active {
    padding: 70px 40px;
    margin-top: 0;
}
.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
.price-table ul li {
    padding: 5px 0;
}
.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55a2be;
    color: #fff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}
#accordion .panel {
    background: 0 0;
}
#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}
#accordion .panel .panel-collapse {
    padding-left: 60px;
}
#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
}
#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg);
}
.single-blog {
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 40px -15px rgb(0 0 0 / 9%);
    box-shadow: 0px 10px 40px -15px rgb(0 0 0 / 9%);
    margin: 30px 10px;
    background: #EBE9F9;

}

.single-blog .img_bg img{

   margin-left: 15px;
}

.single-blog h3 {
    font-size: 22px;
    color: #081F32;
}
.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.single-blog .blog-meta li {
    display: inline-block;
}
.single-blog .blog-meta li span {
    margin-right: 290px;
}
.single-blog .blog-content {
    padding: 55px 20px;
    background-color: #fff;
}

.blog-details .header-text h2 {

    text-transform: capitalize;
    padding-left: 10px;
}

.blog-content ul li {

    display: inline-block;
    font-size: 14px;
}

.blog-content ul{

    padding: 0;
    margin: 0;
}

.blog-content p {

    font-size: 15px;
}
.footer-area {
    padding-top: 120px;
    z-index: 1;
    background: #f7f7fd;
}

.footer-area p {

    padding: 20px 0;
    padding-right: 90px;
}

.footer-bottom p {

    padding: 20px !important;
}
.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}
.side-icon-box a {
    color: #fff;
}
.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}
.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}
.footer-middle {
    margin-bottom: 60px;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}
.contact-form {

    padding-top: 30px;
}
.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.contact-form label {

    font-size: 15px;
    font-weight: 500;
}

.contact-form input {

    background: #F4F3FA;
    border: none;
    box-shadow: none;
}


.contact-form input[type=submit] {

    background: #62D2C5;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px -12px #62d2c5;
    transition: .5s;
}

.contact-form input[type=submit]:hover {

    background: #7556f1;
    transition: .5s;
    box-shadow: 0px 10px 20px -12px #7556f1;
}



.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}
.form-double input {
    width: calc(50% - 10px);
    float: left;
}
.form-double input:last-child {
    float: right;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7',endColorstr='#138fc2',GradientType=0);
    z-index: 99999999999;
}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}



.icon img{

	background: #F7F5FF;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid #F7F5FF;
}

.icon img:hover {

    border: 5px solid rgba(98, 210, 197, 0.55);
    border-radius: 50%;
    transition: .1s;
}

.icon h4 {

	padding-top: 20px;
	color: #5855A1;
	font-size: 25px;
}



.icon_heading {

	padding: 50px 0px;
}

.shape1 img {

	position: absolute;
	top: 0;
    right: -7px;
    z-index: -1
}

.shape2 img {

	position: absolute;
	top: -85px;
    right: 0;
     z-index: -1
}

.shape3 img {

    position: absolute;
    top: 80%;
    left: 43%;
    z-index: -1;
    width: 8%;
}


.item h3 {

    position: absolute;
    right: 0;
    left: 17%;
    top: 2%;
    font-size: 30px;
}


.heartbeat {
    -webkit-animation: heartbeat 2s ease-in-out 1s both;
            animation: heartbeat 2s ease-in-out 1s both;
}
.heartbeat2{
    -webkit-animation: heartbeat 2s ease-in-out 2s both;
            animation: heartbeat 2s ease-in-out 2s both;
}
.heartbeat3 {
    -webkit-animation: heartbeat 2s ease-in-out 3s both;
            animation: heartbeat 2s ease-in-out 3s both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*tabs*/


.tabs {
  width: 100%;
  height: 0;
  /* Magic part */
  padding: 0;
  margin: 0;
  display: table;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e896;
}

.tab {
  display: table-cell;
  vertical-align: middle;
}

.tab-target {
  display: table;
  height: 100%;
  text-decoration: none;
  table-layout: fixed;
  color: #000;
  transition: background 0.2s ease-in-out;
  margin: auto;
}

.tab-label {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #2A2864;
  font-size: 20px;
  font-weight: 600;
}

.tabs .is-selected:hover {

  background: rgba(144, 81, 255, 0.1);
  color: #7556F1 !important;
  border-bottom: 2px solid #7556F1;
 
}



.tab-content {
  width: 100%;
  height: auto;
  opacity: 1;
  overflow: hidden;
}
.tab-content.is-hidden {
  opacity: 0;
  height: 0;
}

.tabs .tab.is-selected {

  background: rgba(144, 81, 255, 0.1);
  color: #7556F1 !important;
  border-bottom: 3px solid #7556F1;
}

.tab-container {

    margin-top: 80px;
}

.title_box {
    margin: auto;
    display: block;
}

.title_box h4{

    text-align: center;
    box-shadow: 1px 0px 20px 5px rgb(0 0 0 / 8%);
    padding: 30px 10px;
    border-radius: 10px;
    width: 40%;
    margin: 20px auto;
    margin-top: -50px;
    font-size: 30px;
    color: #62D2C5;
    text-transform: uppercase;
    background: #fff;
}

.content {

    margin-top: 50px;
    display: flex;
    align-items: center;
}

.content h3 {

    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
}

.content p{

    padding-bottom: 10px;
    padding-right: 70px;
}

.content .text {

    margin-top: 50px;
}

#tab-2 .content .text h3{

    text-transform: capitalize !important;
}

.pt15p {

    padding-top: 15%;
}

.content .text ul li {

    list-style: none;
}

.owl-carousel .owl-item .single-staff-item img{
    max-width: 325px;
    width: 160px;
    border-radius: 50%;
}

.staff-list .owl-nav button {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: #f3f3f3 !important;
    margin-left: 50px;
    transition: .3s;
}
.staff-list .owl-nav button:hover{
    background: #14ADF3 !important;
    color: white !important;
}

ul.user li {

    display: inline-block;
    vertical-align: middle;
}

.owl-controls {

    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.owl-carousel .owl-controls .owl-nav {
    margin-top: -55px;
}

.owl-carousel .owl-controls .owl-nav > div {
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 2.8;
    font-size: 40px;
}

.newsletter {

    box-shadow: 0px 21px 60px -10px #2a286417;
    padding: 30px 30px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    z-index: 999;
    margin-bottom: -115px;
}

.nl_bg {

    display: block;
    margin:auto;
}

.newsletter form input {

    width: 70% !important;
    background: #F4F3FA;
    border: none;
    box-shadow: none;

}

.newsletter form button {

    background: #7556F1;
    border-radius: 5px;
    color: #fff;
    padding: 10px 50px;
    border: none;
    font-size: 16px;
}

.newsletter form button:hover {

    background: #62d2c5;
    border: none;
    transition: .5s;
}

.quicklinks ul {

    padding-left: 90px;
}

.quicklinks ul li {

    list-style: none;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #2A2864;
}

.footer-area .app {

    padding-top: 20px;
    display: flex;
}

.nav button{
    margin-top: 20px;
    background: #7556F1;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
}

.nav button a {

    color: #fff;
}

.out-wrap {
  position: relative;
  padding: 30px;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.25);
  width: 400px;
  margin: 50px auto;
}

#tabs {
  border-bottom: 0;
  background: #fff;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  flex-wrap: nowrap !important;
}
#tabs::-webkit-scrollbar {
  display: none;
}
#tabs li {
  width: auto;
  white-space: nowrap;
  flex: 1;
}
#tabs li a {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  color: #2A2864;

  text-transform: uppercase;
}
#tabs li a:hover {
  background: rgba(144, 81, 255, 0.1);
  color: #7556F1;
}
#tabs li.active a {
  background: rgba(144, 81, 255, 0.1);
  color: #7556F1;
}
.tab-content {
  overflow: hidden !important;
}

.details h3 {

    text-transform: capitalize !important;
}

.details ul li {

    list-style: disc !important;
    margin-left: 30px;
}

.apps3 {

    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-top: 50px;
    padding-right: 25px;
    display: flex;
    align-items: center;
}

.apps3 h2 {

    text-transform: uppercase;
}
.apps3 a{

    color: #7556F1;

}

.apps3 p{

    color: #2A2864;

}
.contact-sales{
    background: #FFFFFF;
    box-shadow: 0px 5px 90px rgba(2, 6, 82, 0.09);
    border-radius: 25px;
    padding: 50px;
}

.contact-sales p {

    color: #FF8686;
}

.contact-sales .form-group span {

    color: #FF8686;
}

.contact-sales .form-group select, textarea {

    background-color: #F3F4FA !important;
    border: 0 !important;
    box-shadow: none !important;
}

#contact-sales {

    position: relative;
}

.con-shape img {

    position: absolute;
    left: 10%;
    top: 25%;
    z-index: -1;
}

.con-shape2 img {

    position: absolute;
    right: 8%;
    top: 35%;
}

.map iframe {

    border-radius: 10px;
}

.address ul {

    text-align: center;
}
.address ul li {

    display: inline-block;
    padding: 10px 20px;
    color: #2A2864;
    list-style: none;
    font-weight: 500;
}
.address ul li i {

    color: #62D2C5;
    font-size: 20px;
    padding: 0 10px;
}

.faq .page-title h2 {

    text-transform: capitalize !important;
    font-size: 25px;
}

.faq .faq-box{

    padding: 20px;
    background: #F7F5FF;
}

.faq .faq-box p {

    font-size: 14px;
}

.faq .single-blog {

    box-shadow: none;
}

.share {

    margin-top: 150px;
}

.share img{

   padding-right: 20px;
   margin-top: 20px;

}

.blog-catagory ul li {

    list-style: none;
    background: rgba(98, 210, 197, 0.08);
    padding: 10px 20px;
    margin: 20px 0px 10px 0px;
    display: inline-block;
    color: #62D2C5;
    font-size: 14px;
    border-radius: 5px;
     vertical-align: middle;
}

.blog-catagory ul li.active {

    background: #62D2C5;
    color: #fff;

}

.blog-catagory ul li:hover {

    background: #62D2C5;
    transition: .5s;
    color: #fff;
}

.blog-catagory ul li i {

    padding-left: 5px;
}

.blog-catagory ul {

    margin: 0;
    padding: 0;
   
}

.blog span {

    color: #7556F1;
}

.blog h3 {

    padding-top: 20px;
}


.blog-author ul li {

    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin-right: 5px;
    font-size: 15px;
}

.blog-author ul {

    margin: 0;
    padding: 0;
}


.blog-share img {

    margin: 0 5px;
}

.blog-footer-content {

    margin-top: 20px;
}


.blog-tag ul li{

    list-style: none;
    background: #F7F5FF;
    padding: 10px 20px;
    margin: 20px 0px 10px 0px;
    display: inline-block;
    color: #5855A1;
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
}

.blog-tag ul {

    margin: 0;
    padding: 0;
   
}


/* Style The Dropdown Button */
.dropbtn {
  background-color: #62D2C5;
  color: white;
  padding: 16px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  text-transform: uppercase;
  box-shadow: 0px 20px 60px -20px #62d2c5;
}

button.dropbtn:hover {
    background: #7556f1;
    box-shadow: 0px 20px 60px -20px #7556f1;
}

.dropbtn i {

    font-size: 25px;
}

.dropdown-blog-catagory {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 210px;
  box-shadow: 0px 8px 70px -40px #62d2c5;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #62D2C5;
  font-size: 15px;
}

.dropdown-content a:hover {

    background: #7556f1;
    color: #fff;
}

.dropdown-blog-catagory:hover .dropdown-content {
  display: block;
}

.dropdown-blog-catagory:hover .dropbtn {
  background: #7556f1;
    box-shadow: 0px 20px 60px -20px #7556f1;
    color: #fff;
}

.blog-share-mobile ul li{

    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}

.blog-share-mobile ul li i{

    font-size: 25px
}

.blog-share-mobile ul {

    padding: 0px 0;
    text-align: right;
}

.blog-details .share {

    margin-top: 130px;
}

.blog-details-quote {

    background: #7556F1;
    border-radius: 10px;
    padding: 80px 70px;
    padding-right: 120px;
}


.quote-icon-1 i, .quote-icon-2 i{

    font-size: 40px;
    color: #fff;
}

.quote-icon-2 {

    text-align: right;
}

.quote-text p{

    color: #fff;
    font-size: 18px;
    padding: 20px 0px;
}

.qoute-author p {

    margin-top: 20px;
}
.qoute-author{

    background: #F7F5FF;
    border-radius: 10px;
    margin: 60px 0px;
    padding: 50px;
    margin-left: -70px;
}

hr {

    margin: 50px 0px 0px 0px;
}

.blog-comment label {

    font-weight: normal;
}

.blog-comment h3 {

    padding-bottom: 20px;
}

.blog-comment .btn-comment {

    background: #62D2C5;
    border-radius: 8px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: 10px 20px;
    color: #fff;
    margin-top: 50px;
    box-shadow: 0px 10px 40px -20px #62d2c5;
    font-size: 18px;
}

.blog-comment .btn-comment:hover{

    background: #7556f1;
    box-shadow: 0px 10px 40px -20px #7556f1;
    transition: .5s;
}


.blog-posted-comment p {

    margin-top: 20px;
}
.blog-posted-comment a {

    color: #7556F1;
    font-weight: 500;
}
.blog-posted-comment .blog-author {

    padding-bottom: 50px ;
}

.free-trial ul li {

    list-style: none;
    color: #2A2864;
    padding: 5px 0;
}

.free-trial ul li i {

    color: #62D2C5;
    padding-right: 5px;

}

.free-trial-form input {

    width: 60% !important;
}

.free-trial-form button {

    background: #62D2C5;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    padding: 10px 45px;
    vertical-align: top;
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
}

.pb20 {

    padding-bottom: 20px
}


.free-trial-page .pay h4 {
     color: #62D2C5;
     padding: 15px 0px;
}


.free-trial-online h4 {

    line-height: 1.5;
    padding-bottom: 40px;
}

.free-trial-online {

    position: relative;
}

.free-trial-online .free-trial-shape img {

    position: absolute;
    left: 0;
    top: 12%;
    z-index: -1;
}

.free-trial-online .free-trial-mobile img {

    margin-top: -80px;
}

.free-trial-online .free-trial-btn {

    background: #7556F1;
    border-radius: 8px;
    border: none;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 10px 50px -15px #7556f1;
}

.whitepaper-form {

    background: #FFFFFF;
    box-shadow: 10px 11px 90px -15px rgb(2 6 82 / 9%);
    border-radius: 25px;
    padding: 40px;
    margin-top: 100px;
}

.whitepaper-form .contact-form p {

    font-style: italic;
    font-size: 13px;
    color: #FF8686;
}

.whitepaper-form .whitepaper-btn {

    background: #7556F1;
    border-radius: 8px;
    width: 100%;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 10px 50px -14px #7556f1;
    transition: .5s;
}

.whitepaper-form .whitepaper-btn:hover{

    background: #62D2C5;
    box-shadow: 0px 10px 50px -14px #62D2C5;
    transition: .5s;
}

.whitepaper-form .template {

    margin-top: 30px;
}

.whitepaper-templates {

    padding-top: 250px;
}

.whitepaper-templates h2 {

    text-transform: capitalize;
}

.whitepaper-templates .templates {

    background-color: #EBE9F9;
    display: flex;
    align-items: center;
}

.templates-downbload-btn .downloadbtn1 {

    background: #5855A1;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 4px 12px;
    box-shadow: 0px 10px 12px -7px #5855a1;
    transition: .5s;
}

.templates-downbload-btn .downloadbtn2 {

    background: #7556F1;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    border: none;
    padding: 5px 20px;
    box-shadow: 0px 10px 12px -10px #7556f1;
    text-transform: uppercase;
    transition: .5s;
}

.templates-downbload-btn .downloadbtn2:hover{

    background: #62D2C5;
    box-shadow: 0px 10px 12px -10px #62D2C5;
    transition: .5s;
}

.templates-downbload-btn .downloadbtn1:hover{

    background: #62D2C5;
    box-shadow: 0px 10px 12px -10px #62D2C5;
    transition: .5s;
}


.caregiver-charting {

    padding-top: 100px;
}

.location {

    background: #F7F5FF;
    border-radius: 15px;
    padding: 20px;
}

.location .location-icon img {

    display: block;
    margin: auto;
    padding: 25px 0px;
}

.location .location-icon {

    border-right: 2px solid rgba(42, 40, 100, 0.1);
}

.location p {

    color: #2A2864;
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
}



.location h5  {

    color: #62D2C5;
    text-transform: uppercase;
    font-size: 20px;

}

.location ul {

    margin: 0;
    padding: 0;
}

.location ul li {

    display: inline-block;
    list-style: none;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: 600;
    font-size: 20px;
}

.caregiver-icon img {

    padding: 25px 0;
}

.text-color {

    color: #7556F1;
    padding-bottom: 20px;
}

h4.text-color {

    text-transform: uppercase;
}

.charting-code {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 280px;
}

.charting-code h4 {

    color: #62D2C5;
    font-size: 15px;
    padding-bottom: 20px;
}

.charting-code p {

    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.caregiver-btn1 {

    background: #62D2C5;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    box-shadow: 0px 10px 20px -10px #62d2c5;
    text-transform: uppercase;
}

.caregiver-btn1:hover {

    background: #7556f1;
    box-shadow: 0px 10px 20px -10px #7556f1;
    transition: .5s;
}

.caregiver-btn2:hover {

    background: #7556f1;
    transition: .5s;
    color: #fff;
}

.caregiver-btn2 {

    background: #E0E0F2;
    border-radius: 5px;
    color: #2A2864;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
}

.caregiver-table {

    padding-top: 50px;
}

.caregiver-table table {

    table-layout: fixed;
}
.caregiver-table .table{

    border-radius: 20px 20px 0px 0px;
    background: #FAFAFF;
    box-sizing: border-box;

}
.caregiver-table .table thead {

    background: #7556F1;
    
}
.caregiver-table .table thead tr {

    border-radius: 20px 20px 0px 0px;
}
.caregiver-table .table thead tr th {
    padding: 15px 5px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
.caregiver-table .table tbody tr th h4{

    font-size: 15px

}

.caregiver-table .table tbody tr th p{

    font-size: 13px;
    font-weight: normal;

}

.caregiver-table .table tbody tr td.col-bg {

    background: rgba(255, 134, 134, 0.1);
    color: #FF8686;
}

.caregiver-table .table tbody tr td.shift {

    font-size: 20px;
    font-weight: 600;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{

    vertical-align: middle;
     border: 1px solid #dddddd4a;

}

.table > tbody > tr > td {

    text-align: center;
    font-size: 15px;
    font-weight:500;
    padding: 5px 0px;

}

.table-bottom h4 {

    color: #62D2C5;
}

.signeture td.col-bg {
     background: rgba(98, 210, 197, 0.1) !important;
     color: #62D2C5 !important;
     font-family: cursive;
}

.cart {

    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 310px;

}
.cart .cart-header ul {

    margin: 0;
    position: 0;
}
.cart .cart-header ul li{

    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.cart .cart-header ul li h5 {

    margin: 0;
    padding: 0;
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

.cart .cart-header {

    background: #7556F1;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.cart .cart-body {

    padding: 20px;
}

.cart .cart-body p {

    font-size: 15px;
}

.cart .cart-body h5 {

    color: #7556F1;
}

.cart .cart-body h5:after {

    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #7556F1;
    margin-left: 10px;
    margin-top: 7px;
}

.cart .cart-body ul {

    margin: 0;
    padding: 0;
}
.cart .cart-body ul li {

    list-style: none;
    font-size: 18px;
}
.week-summery{

    border-left: 2px solid #62D2C5;
    padding-left: 20px;
}
.week-summery span {

    float: right;
    color: #62D2C5;
}
.week-summery p {

    color: #5855A1;
    font-size: 20px;
}

.week-summery h4 {

    font-size: 20px;
}

.completed {

    padding: 20px 0;
}


.completed h4 {

    text-transform: uppercase;
    color: #62D2C5;
    font-size: 25px;
}

.completed ul li {

    list-style: none;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    font-size: 20px;
}

.completed ul {

    margin-top: 20px;
}


.disability-chart thead tr th {

    text-transform: capitalize !important;
}

.data-recording .table thead {

    background: #5855A1 !important;
}


.data-recording table tbody tr td h6 {

    color: #62D2C5;
    padding-top: 10px;
    font-size: 16px;
}

.data-recording .table > tbody > tr > td {

    text-align: left;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 600;
}

.data-recording table tbody tr td p {

    font-size: 13px;
    margin: 0;
    font-weight: normal;
    color: #A2A2A2;
    padding-bottom: 5px;
}

.data-recording table tbody tr td.push {

    color: #5855A1;

}

.data-recording .table tbody tr th h4 {
    font-size: 20px;
    text-align: center;
}

.gray {

    color: #A1A1A1 !important;
}

.red {

    color: #FF8686 !important;
}


.data-recording table tbody tr td button {

    border: none;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: rgba(42, 40, 100, 0.05);
    margin-top: 10px;
}

.data-recording table tbody tr td button i {

    font-size: 15px;
}




/*Schedule email template*/

.wrap {

    background: #F7F7FF;
    border-radius: 10px; 
}

.schedule-email-template {

    background: #fff;
}

.schedule-email-template .logo {

    padding-top: 80px;
}

.schedule-email-template .header-area .page-title h2 {

    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
}


.schedule-email-template .header-area .bar {

    border-bottom: 2px solid rgba(42, 40, 100, 0.3);
    width: 90%;
    margin: auto;
}
.schedule-email-template .location{

    background: transparent;
}
.schedule-email-template .location h5 {

    font-size: 30px;
}

.schedule-email-template .location ul li {

    font-size: 20px;
    font-weight: 600;
}

.schedule-email-template .table > tbody > tr > td{

    font-size: 15px;
    position: relative;
}

.schedule-email-template .caregiver-table .table tbody tr td.col-bg{

    background: #E0E0F2;
    color: #7556F1;
}

.schedule-email-template .table tbody tr td.blank {

    background: #ff868626;
    color: #FF8686;
}

.schedule-email-template tbody {

    position: relative;
}

.schedule-email-template tbody tr td i.a {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.b {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.c {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}
.schedule-email-template tbody tr td i.d {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.e {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.f {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.g {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.h {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.i {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}
.schedule-email-template tbody tr td i.j {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.k {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.l {

    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}
.schedule-email-template tbody tr td i.m {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.n {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.o {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}
.schedule-email-template tbody tr td i.p {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.q {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.r {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.s {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.t {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.u {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.v {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.schedule-email-template tbody tr td i.w {

    position: absolute;
     top: 24px;
    left: 0;
    right: 0;
}

.shedule-email-btn {

    border: none;
    background: #62D2C5;
    border-radius: 5px;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}


.button-mt {

    margin-top: -33px;
}


/*invoices*/

.invoices {

    background: #fff;
}

.invoices .logo {

    text-align: right;
}


.invoices header .bar {

    border-bottom: 1px solid rgba(42, 40, 100, 0.1);
    padding: 20px 0;
}
.invoices header h3 {

    color: #7556F1;
    font-weight: 600;
    font-size: 30px;
}

.invoices .invoice-to p.up {

    text-transform: uppercase;
}


.invoices .invoice-to h4 {

    font-weight: 600;
}


.invoices .pay-to p.up {

    text-transform: uppercase;
}


.invoices .pay-to h4 {

    font-weight: 600;
}

.invoices .pay-to {

    text-align: right;
}

.invoices .pay-to p.address, .invoice-to p.address{

    font-size: 12px
}

.invoices .caregiver-table .table thead {
    background: #5855A1;
}
.invoices .caregiver-table .table tbody tr th h4 {
    font-size: 15px;
    text-align: center;
}

.invoices .caregiver-table .table thead tr th {

    text-transform: capitalize;
}


.invoices .table > tbody > tr > th, td {

    color: #5855A1;
}

.invoices .table > tbody > tr > td {

    font-size: 14px;
}

.invoices .table > tbody > tr > th h4 {

    font-weight: 600;
    margin: 10px 0;
}

.invoices .caregiver-table .table {

    border-radius: 20px;
    background: #FAFAFF;
    box-sizing: border-box;
}

.invoices .footer {

    background: #7556F1;
    padding: 100px 0;
}
.invoices .footer hr {

    margin: 20px 0;
}

.invoices .footer .bar {

    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    height: 2px;
}

.invoices .footer .sub-text{

    padding-top: 20px
}
.invoices .footer .sub-text h4, .invoices .footer .sub-text h3 {

    padding: 10px 0;
    color: #fff;
}

.invoices .footer .sub-text span {

    float: right;
}

.invoices .footer .usd {

    text-align: right;
    padding: 10px 0;
    color: #fff;
}

.invoices .footer .prepared-by ul li{

    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.invoices .footer .prepared-by p {

    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.invoices .footer .prepared-by .contact{

    padding-top: 10px;
}

.invoices .footer .prepared-by .contact p {

    color: #fff;
    font-size: 11px;
    margin: 0;
}

.evv-text {

    margin-top: 60px;
    padding-bottom: 100px;
}

.evv-mt {

   margin-top: 50px;
}

/*about us*/

.about img {

    border-radius: 20px;
}

.about .owner {

    padding-top: 30px;
    text-align: center;
}

.about .owner h2 {

    padding-bottom: 15px;
    color: #000;
    font-weight: 600;
}
.about .owner h3{

    color: #000;
    font-weight: 600;
}

.about .owner .owner-social i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #0000002e;
    font-size: 20px;
    padding: 10px;
    margin: 10px 20px;
}
.about .owner .owner-social i:hover {

    background: #7556F1;
    transition: .5s;
    color: #fff;
}

.about-text {

    margin-top: 50px;
}

.about-text h2 {

    color: #000;
}

.about-text p {

    color: #000;
    line-height: 1.5;
}

.founder {

    padding-top: 80px;
    padding-bottom: 100px;
}

.founder h2 {

    padding-bottom: 20px;
    color: #000;
}

.founder p {

    color: #000;
}

#about-page .header-text h2 {

    color: #000;
    font-size: 24px;
    font-weight: 600;
    padding-top: 50px;

}

#familly-app .header-text h4 {

    font-size: 20px;
}

.familyapp .family-icon{

    background: #F9F9FF;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 50px;
    text-align: center;
    margin-bottom: 20px;

}

.familyapp {

    width: 200px;
    height: 200px;
    text-align: center;

}

.family-app .content p {

    color: #000
}
.family-app .details h3{

    color: #000;
}

.familyapp-download a img {

    width: 25%;
    padding-right: 30px;
}

.familyapp-download h4 {

    font-size: 20px;
    padding: 20px 0px;
    font-weight: 600;
}


.caregiver-bg .img1 {

    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.caregiver-bg .img2 {

    position: absolute;
    top: -10%;
    right: 0;
    z-index: -1;
}

.caregiver-bg h3 {

    position: absolute;
    top: 45%;
    right: 2%;
    width: 160px;
    font-weight: 600;
    font-size: 30px;
}



#tab-1 .iframe iframe{

    border-radius: 10px;
    border: none;
}

.tamplates-modal .modal-content {

    margin-top: 100px;
}



.navbar-brand > img {

    width: 85%;
}

.footer-area h3 {

    font-size: 35px;
}


.iframe iframe {

    width: 80%;
    height: 600px;
}


.single-blog .blog-meta li{

    font-weight: 600;
}

.blog .text .learn-more {

    color: #62d2c5;
}

.staff-list-medium {

        display: none !important;
    }

.staff-list-mobile{display: none!important;}

.schedule {

    display: flex;
    align-items: center;
}





@media only screen and (max-width: 600px) {.staff-list-desktop{display: none!important;}}
@media only screen and (min-width: 600px) {.staff-list-mobile{display: none!important;}}