.inner.banner-text h2 {
    font-size: 100px;
    line-height: 110px;
}

.about-desc {
    font-size: 18px;
}

.career-form .cta-container {
    margin-top: 0;
}
.dropdown-are-you-a {
	background-color: #ffffff;
    border: solid 2px #c55acc;
    border-radius: 12px;
    width: 50vh;
    margin: 7px 0px;
    padding: 13px 16px;
    outline: none;
}
.main-footer {
    height: 330px !important;
}
.floating-label.date .form-control~label,
.floating-label.mylabel label {
    top: 12px;
    background: #fff;
    font-size: 90%;
}

.gender-field {
margin: 10px 0 0 0;
    height: 46px;
    padding: 9px;
    font-size: 15px;
    background: #FDDFFF;
    border: 0;
    color: #B185B4;
    border-radius: 100px;
    width: 100%;
}

.main-video {
    object-fit: fill;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}

.working-pro h2, .great_things h2, .patient-matter h2 {
    font-size: 48px;
    font-weight:500;
    /*font-family: Dysfunctional !important;*/
}
.time-effort-sec h2 {
    font-size: 64px;
    line-height: 60px;
    font-weight: 500;
    /*font-family: Dysfunctional !important;*/
}
footer h5 {
    /*font-family: Dysfunctional !important;*/
    font-weight: 500 !important;
}

/*@font-face {*/
/*  font-family: Dysfunctional;*/
/*  src: url(fonts/Dysfunctional.otf);*/
/*}*/

/*.dysfunctional-font,*/
/*.section-inner h3 {*/
/*    font-family: Dysfunctional !important;*/
/*}*/



/*@font-face {*/
/*  font-family: Binggrae;*/
/*  src: url(fonts/Binggrae.otf);*/
/*}*/

/*p, ul li {*/
/*    font-family: Binggrae !important;*/
/*}*/
.ml-auto {
    margin-left: auto!important;
}

.fix-header.sticky nav {
	display: none;
}

.h6, h6 {
    font-weight: 700;
}
.banner-img video {
    margin: 176px 0px 0px 0px;
}

.patient-matter p,
.time-effort-sec p{
    font-size: 20px;
}

.h-quote-btn a {
    background-color: #DD3D80;
    color: #fff;
    padding: 12px 20px 13px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.h-quote-btn a:hover {
    color: #fff;
    background-color: #88268F;
}

ul.great-points li:last-of-type {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 25px;
}

ul.great-points li:last-of-type .gp {
    width: 48.4%;
    margin: 0 auto;
}

.working111 {
    background: url(http://simplex.testweblinks.com/images/how-bg.jpg) top center;
    background-repeat: no-repeat;
    background-size: auto;
}

.at-simplex {
    background: url(http://simplex.testweblinks.com/images/at-simplex-bg.jpg) left center;
    background-repeat: no-repeat;
    background-size: auto;
}

p.quote {
    font-size: 30px !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 500px;
  text-align:center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 25px 16px 40px;
  background-color: #DD3D80;
  color: white;
}
.modal-header h2{
    width: 100%;
    margin:0;
}
.modal-body {padding: 10px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


body {
    font-family: "Gotham Rounded Web", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
}
.inner-banner img {
    width: 68%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.contact-banner img {
    width: 100%
}
.form-control1 {
    background-color: #fffffff5;
    border: solid 2px #c55acc;
    border-radius: 12px;
    width: 50vh;
    margin: 7px 0px;
    padding: 10px 16px;
    outline: none;
}



.header-back {
    
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
    .time-effort-sec .content {
        padding-top: 100px;
    }
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .h-quote-btn a {
    font-size: 15px;
    }
    .navbar-expand-md .navbar-nav {
        margin-bottom: 0 !important;
    }
}

















.btn {
    font-size: 16px;
    padding: .75rem 1.5rem;
    box-shadow: 15px 13px 26px rgb(67, 64, 64, .15);
}

.btn-theme {
    background: #88268F;
    border-color: #88268F;
    color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
    background: #88268F;
    border-color: #88268F;
    color: #fff;
}

.btn-rnd {
    border-radius: 100px;
}

.navbar-light .navbar-nav .nav-link {
    color: #DD3D80;
    padding: 5px 20px;
    transition: 0.25s all ease-in;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 700;
    color: #88268F;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #88268F;
}

.fix-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

/*.fix-header:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    background: #fff;*/
/*    width: 100%;*/
/*    height: 0%;*/
/*    transition: 0.5s all;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
/*}*/

.fix-header.sticky:after {
    height: 100%;
}

.fix-header.sticky>.container {
    top: -150px;
    position: relative;
    z-index: 1;
}

.fix-header .navbar-brand img {
    width:100px;
    height:auto;
    transition: 0.2s all ease-in;
}

/*#fp-nav ul li a span,*/
/*.fp-slidesNav ul li a span {*/
/*    width: 6px;*/
/*    height: 36px;*/
/*    display: block;*/
/*    border-radius: 25px;*/
/*    background: #EF85F6;*/
/*    margin: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*#fp-nav ul li,*/
/*.fp-slidesNav ul li {*/
/*    width: 6px;*/
/*    height: 36px;*/
/*    margin: 10px;*/
/*}*/

/*#fp-nav ul li a.active span,*/
/*.fp-slidesNav ul li a.active span,*/
/*#fp-nav ul li:hover a.active span,*/
/*.fp-slidesNav ul li:hover a.active span {*/
/*    width: 6px;*/
/*    height: 36px;*/
/*    display: block;*/
/*    border-radius: 25px;*/
/*    margin: 0;*/
/*    background: #88268F;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*#fp-nav ul li:hover a span,*/
/*.fp-slidesNav ul li:hover a span {*/
/*    width: 6px;*/
/*    height: 36px;*/
/*    background: #88268f;*/
/*    margin: 0;*/
/*}*/


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 59px;
    height: 6px;
    /* float: left; */
    display: inline-block;
    border-radius: 25px;
    background: #EF85F6;
    margin: 0;
    top: -1px;
    left: 0;
}


#fp-nav ul li,
.fp-slidesNav ul li {
    width: 6px;
    height: 36px;
    margin: 0px 0px 0px 71px;
    display: inline-block;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    width: 59px;
    height: 6px;
    /* float: left; */
    display: inline-block;
    border-radius: 25px;
    background: #88268f;
    margin: 0;
    top: -1px;
    left: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 59px;
    height: 6px;
    background: #88268f;
    margin: 0;
}



.banner-text {
    height: 100%;
    /*max-width: 500px;*/
    margin: auto;
}

.banner-text h2 {
    font-size: 67px;
    line-height: 67px;
    font-weight:500;
    color: #DD3D80;
    /*font-family: Dysfunctional !important;*/
}

.banner-text p {
    font-size: 22px;
}

.home-banner {
    background: url(../images/section3-bg-new.jpg) center center no-repeat;
    background-size: cover !important;
    height: 100%;
}

/*.banner-img:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -30%;*/
/*    width: 350px;*/
/*    height: 100%;*/
/*    background: #F787FF;*/
/*    background: linear-gradient(160deg, #F787FF 0%, #88268F 100%);*/
/*    border-radius: 110px;*/
/*    z-index: 0;*/
/*    transform: rotate(13deg);*/
/*}*/

/*.banner-img:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -20%;*/
/*    bottom: -30%;*/
/*    width: 350px;*/
/*    height: 70%;*/
/*    background: #F787FF;*/
/*    background: linear-gradient(160deg, #FF61A3 0%, #DD3D80 100%);*/
/*    border-radius: 110px;*/
/*    z-index: 0;*/
/*    transform: rotate(13deg);*/
/*}*/

.home-banner .container-lg {
    position: relative;
}

.mobile {
    position: relative;
    z-index: 1;
}

.banner-img {
    position: relative;
    padding: 30px 0 60px;
}
/*.dropdown-nav {
    position: relative;
}
.dropdown ul{
    position: absolute;
    width: 200px;
    left: -25px;
    top: 50px;
    margin: auto;
    background: #203444;
    padding: 0;
    text-align: left;
    z-index: 2;
    box-shadow: 40px 18px 40px rgb(0 0 0 / 9%);
    display: none;
    border-top: 2px solid #ff5b00;
}*/
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  list-style: none;
  background: #c95fd0;
  border-radius: 6px;
}
.dropdown ul li {
    position: relative;
}
.dropdown ul li a {
    opacity: 1 !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 10px;
    transition-duration: ro;
    bottom: 0;
    width: 7px;
    rotation-point: 50% 50% !important;
    rotation: 180deg;
    rotation: 180deg;
    transform: rotate(
45deg
);
    border: 0px 0xp 1px 10px 1px solid #000;
    height: 7px;
    border: 2px solid #cd62d4;
    border-top: none;
    border-left: none;
    font-weight: normal;
    font-size: 0.8333em;
    
}
.cta {
    background: rgb(170, 83, 177);
    background: linear-gradient(300deg, rgba(170, 83, 177, 1) 0%, rgba(222, 140, 229, 1) 100%);
    padding-bottom: 40px;
    height: 30%;
    display: none;
}

.cta-container {
    background: #fff;
    border-radius: 73px;
    padding: 30px 70px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.content h2 {
    color: #1A1E33;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
}

.content p {
    font-size: 15px;
    color: #727272;
    margin: 0;
}

.content p+p {
    margin-top: 5px;
}

.content .theme {
    color: #9E40A5;
}

/*.cta-container form {*/
/*    margin: 15px 0 0;*/
/*}*/

.cta-container .form-control {
    height: 55px;
    padding: 0.75rem 1.75rem;
    font-size: 18px;
    background: #FDDFFF;
    border: 0;
    color: #B185B4;
}

.cta-container label {
    color: #B185B4;
    font-size: 18px;
    text-transform: capitalize;
}

.floating-label {
    position: relative;
    padding: 10px 0;
}

.floating-label label {
    position: absolute;
    left: 20px;
    top: 50%;
    transition: 0.25s all;
    transform: translateY(-50%);
    background: transparent;
    padding: 0 10px;
    border-radius: 100px;
}

.floating-label .form-control:focus~label,
.floating-label .form-control.has-val~label {
    top: 12px;
    background: #fff;
    font-size: 90%;
}

.btn-block {
    width: 100%;
}

.cta-container .btn-join {
    padding: 0.9rem 1rem;
}

.great_things {
    background: url(../images/section3-bg-new.jpg) center center no-repeat;
    background-size: cover !important;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
.great_things .content h2 {
    font-weight: 700;
}
ul.great-points {
    padding: 0;
    list-style: none;
    margin: 20px -25px 0;
    display: flex;
    flex-wrap: wrap;
}

ul.great-points li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 20px 25px;
}

ul.great-points li .gp {
    padding: 0;
    background: #fff;
    box-shadow: 15px 15px 30px rgb(64, 64, 64, .16);
    border-radius: 30px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
    height: 100%;
}

ul.great-points li .gp .gp-img {
    float:left;
    width: 100px;
    height: 158px;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #F787FF;
    background: linear-gradient(125deg, #F787FF 0%, #88268F 100%);
    box-shadow: 10px 10px 20px rgb(129, 129, 129, .16);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-right:15px;
}

ul.great-points li .gp .gp-content {
    padding: 20px 25px 0;
    position: relative;
    z-index: 1;
    transition: 0.25s all;
}

ul.great-points li .gp .gp-img img {
    max-width: 100%;
}

ul.great-points li:hover .gp .gp-img img {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/*ul.great-points li .gp .gp-content .gp-footer {*/
/*    border-top: 1px solid #FFC5DD;*/
/*    padding-top: 20px;*/
/*    margin-top: 20px;*/
/*}*/
ul.dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    /* opacity: 0; */
}
.dropdown ul li a{
    opacity: 0;
}
.dropdown ul li a:hover
a {
    text-decoration: none;
    color: #DC6FE4;
}

a:hover {
    color: #96329d;
}

ul.great-points li .gp .gp-content h4 {
    color: #1A1537;
    font-size: 24px;
    font-weight: 500;
    /*font-family: Dysfunctional !important;*/
}

ul.great-points li:hover .gp {
    transform: translateY(-15px);
}

ul.great-points li:hover .gp .gp-content h4 {
    color: #fff;
}

ul.great-points li:hover .gp .gp-content p {
    color: #FFD8E8;
}

ul.great-points li .gp:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F787FF;
    background: linear-gradient(145deg, #F35799 0%, #DD3D80 100%);
    z-index: 0;
    opacity: 0;
    transition: 0.25s all;
}

ul.great-points li:hover .gp:after {
    opacity: 1;
}

ul.great-points li:hover .gp .gp-content a {
    color: #FFC5DD;
}

.content.text-white p {
    color: #fff;
}

.content.text-white h2 {
    color: #fff;
}

.time-effort {
    background: rgb(170, 83, 177);
    background: linear-gradient(330deg, #AA53B1 0%, #de8ce5 100%);
}

.time-effort-sec {
    padding: 100px 0 150px;
}

.time-effort-sec .pulseHeart .h-pulse {
    max-height: 90px;
}

.time-effort-sec .content {
    padding-right: 40px;
}

.testimonial-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.testimonial-section ul li {
    padding: 35px 0;
    max-width: 85%;
}

.testimonial-section {
    padding: 50px 30px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.testimonial {
    box-shadow: 12px 12px 40px rgb(146, 146, 146, 0.16);
    padding: 50px 45px 40px;
    border-radius: 33px;
    position: relative;
}

.testimonial .content p {
    font-style: italic;
}

.testimonial .author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.testimonial .author .img {
    flex: 0 0 45px;
    max-width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    background: #eee;
    margin-right: 10px;
}

.testimonial .author .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .author p {
    font-size: 14px;
    margin: 0;
}

.testimonial .author p span {
    display: block;
    color: #7D7C7C;
}

.testimonial:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 47px;
    height: 40px;
    background: url('../images/colon.png')no-repeat;
    background-size: 100% 100%;
}

.testimonial-section ul li:nth-child(odd) {
    margin-left: auto;
}

.patient-matter {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}


.patient-matter .content {
    position: relative;
    z-index: 1;
    background-color: rgb(255 255 255 / 97%);
    padding: 50px;
    border: 5px solid #dd3d80;
    border-radius: 30px 0;
}

.content p.dark {
    color: #1A1E33;
}

.working {
    background: #f6f6f6;
    background: linear-gradient(150deg, #fbf2fc 0%, #FEF2FF 100%);
}

.working-pro {
    position: relative;
    padding: 60px 0 0;
}

.working-pro>.container-lg {
    position: relative;
    z-index: 1;
}

/*.working-pro:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -100px;*/
/*    height: 280px;*/
/*    background: rgb(170, 83, 177);*/
/*    background: linear-gradient(330deg, #AA53B1 0%, #de8ce5 100%);*/
/*    z-index: 0;*/
/*}*/

.working footer {
    padding: 60px 0 50px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    background: #fcf2fc;
    position: relative;
}

.simplexx-working-text {
    max-width: 370px;
    padding-top: 60px;
}

.content h5 {
    font-size: 20px;
    font-weight: 600;
}

ul.popup-social {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: block;
    text-align:center;
}
ul.popup-social li {
  display: inline-block;
}
ul.popup-social li a {
    background: #fff;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.16);
    color: #88268F;
    font-size: 18px;
    padding: 5px;
}

ul.social {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.social li {
    padding: 5px;
}

ul.social li a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.16);
    color: #88268F;
    font-size: 18px;
    padding: 5px;
}

ul.social li a .fa {
    color: inherit;
}

.working footer .content p a {
    color: inherit;
    text-decoration: none;
}

.long-arrow-right {
    display: inline-block;
    width: 20px;
    height: 13px;
    position: relative;
}

.long-arrow-right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #DC6FE4;
    top: 50%;
    transform: translateY(-50%);
}

.long-arrow-right:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #DC6FE4;
    border-right: 2px solid #DC6FE4;
}

ul.great-points li .gp .gp-content .gp-footer a {
    display: flex;
    align-items: center;
}

ul.great-points li .gp .gp-content .gp-footer .long-arrow-right {
    margin-left: 8px;
    transition: 0.25s all;
}

ul.great-points li:hover .gp .gp-content .gp-footer a .long-arrow-right {
    width: 25px;
}

ul.great-points li:hover .gp .gp-content .gp-footer a .long-arrow-right:after {
    background: #FFC5DD;
}

ul.great-points li:hover .gp .gp-content .gp-footer a .long-arrow-right:before {
    border-color: #FFC5DD;
}
/* new section */

.simplex-steps {
    background: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

ul.totalPoints {
    list-style: none;
    padding: 0;
    margin: 20px 0 95px 0px !important;
    display: flex;
    flex-wrap: wrap;
    counter-reset: my-sec-counter;
}

ul.totalPoints li {
    padding: 10px;
    flex: 0 0 33%;
    max-width: 33%;
}

.pointSingle .pointImage {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 3px solid #FFC5DD;
    margin-bottom: 15px;
    height: 212px !important;
}

.pointSingle .pointImage img {
    max-width: 100px;
    max-height: 100%;
}

.pointSingle .pointImage span {
    position: relative;
    flex: 0 0 30%;
    max-width: 30%;
    display: block;
}

.pointSingle {
    border-radius: 40px;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 2px 3px 21px 6px rgb(191 128 154 / 0.5);
    height: 100%;
    transition: 0.5s all;
}

.pointSingle .pointDesc h3 {
    font-size: 20px;
    font-weight:500;
    /*font-family: Dysfunctional !important;*/
}

.totalPoints li .pointSingle .pointImage span:before {
    font-family: sans-serif;
    counter-increment: my-sec-counter;
    content: counters(name, ".", decimal-leading-zero);
    position: relative;
    bottom: -45px;
    color: #1A1E33;
    font-size: 75px;
    opacity: 0.2;
    font-weight: 500;
    counter-increment: my-sec-counter;
    content: counters(my-sec-counter, ".", decimal-leading-zero);
}

.pointSingle .pointDesc p {
    font-size: 18px;
    color: #7d7c7c;
    margin: 0;
}

.pointSingle .pointDesc {
    padding: 0 10px;
}

ul.totalPoints li:hover .pointSingle {
    box-shadow: 1px 3px 21px 6px rgb(191 128 154 / 100%);
}
@media (min-width: 1700px) {
    .container-large.container-lg {
        max-width: 1670px;
    }
}

.fp-section .homeBanner {
    height: 100vh;
    position: relative;
}

.fp-section .home-banner>.container-lg {
    height: 100%;
}

.fp-section .home-banner>.container-lg>.row {
    height: inherit;
}

.fp-section .home-banner>.container-lg>.row>.col-md-6 {
    height: 100%;
}

.fp-section .home-banner>.container-lg>.row>.col-md-6 .banner-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.fp-section .home-banner>.container-lg>.row>.col-md-6 .banner-img {
    height: 100%;
    text-align: center;
}

.fp-section .home-banner>.container-lg>.row>.col-md-6 .banner-img .mobile {
    height: inherit;
}

.fp-section .home-banner>.container-lg>.row>.col-md-6 .banner-img .mobile img {
    max-height: 100%;
}

.fp-section .working-section {
    
}

.fp-section .working-section .working-pro {
    /*height: 70%;*/
    padding-top: 30px;
    /*display: flex;*/
    align-items: center;
}

/*.fp-section .working-section footer {*/
/*    height: 30%;*/
/*}*/
.content {
    padding-bottom: 10px;
}
.btn-toggler {
    display: none;
}
textarea.form-control1 {
    height: 129px;
}

.getQuote {
    position: fixed;
    top: 75%;
    right: calc(0px - 225px);
    transform: translateY(-100%) rotate(90deg);
    transform-origin: bottom;
    max-width: 600px;
    z-index: 9;
    transition: 0.3s all;
}

.getQuote.active {
    transform: translateY(-50%) rotate(0deg);
    right: 0;
    top: 56%;
}

.getQuote .cta-container {
    border-radius: 0;
    border-top-left-radius: 30px;
    margin: 0;
    padding: 30px;
}

.getQuote .btn-quote {
    font-weight: 700;
    font-size: 24px;
    padding: 20px;
    color: #fff;
    border-bottom-left-radius: 30px;
    min-width: 220px;
    background: #F787FF;
    background: linear-gradient(160deg, #F787FF 0%, #88268F 100%);
    border: 0;
}

.simplex-work {
    max-width: 700px;
}

.simplex-work svg {
    width: 100%;
    height: 100%
}

.mobile .mobile-heart {
    position: absolute;
    top: auto;
    left: auto;
    max-width: 100px;
}

.first-aid {
    position: absolute;
    right: 360px;
    /*animation: 10s aid linear infinite;*/
}

.section {
    position: relative;
}

.inner_page .section-home {
    min-height: 100vh;
}

.height-md-100vh {
    min-height: 100vh;
}

.inner_page .height-md-100vh {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-inner {
    padding: 60px 0;
    position: relative;
}

.section-about {
    padding-top: 120px;
}

.round-sheap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    animation: 60s aid linear infinite;
}

.pluse-sheap {
    position: absolute;
    right: -63px;
    top: -69px;
    animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

.quality-fl {
    display: flex;
    align-items: center;
    height: 100%;
}

.quality-text {
    max-width: 475px;
}

.quality-text span {
    color: #88268f;
    font-weight: 600;
    margin-bottom: 11px;
    display: block;
    position: relative;
    padding-left: 80px;
}

.quality-text span:before {
    position: absolute;
    content: "";
    background: #88268f;
    height: 2px;
    width: 50px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.quality-text h3 {
    font-size: 50px;
    color: #dd3d80;
    font-weight: 600;
}

.quality-text p {
    font-size: 18px;
    color: #191919;
    margin: 0;
    line-height: 30px;
}

.qiality-pp {
    position: relative;
}

.qiality-pp:before {
    position: absolute;
    content: "";
    background: #f7f9fd;
    height: 120px;
    width: 120px;
    z-index: 9;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
}

.single-quality {
    background: #88268f;
    padding: 35px 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-quality.qb2 {
    background: #dd3d80;
}

.single-quality h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 10px;
}

.single-quality p {
    font-size: 16px;
    color: #fff;
}

.advance-title h2 {
    font-size: 40px;
    color: #dd3d80;
    font-weight: 700;
    margin-bottom: 45px;
}

.advance-text {
    padding-top: 20px;
}

.advance-text p {
    font-size: 18px;
    color: #191919;
    line-height: 26px;
}

.advance-text h6 {
    text-align: center;
    font-size: 18px;
    color: #4f5256;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
    padding: 0 30px;
}

.advance-sixnesar {
    text-align: right;
}

.evenOddSec .evenOdd:nth-child(even) {
    background: #f6f6f6;
    background: linear-gradient(125deg, #FEF9F9 0%, #FCEBEB 100%);
}

.evenOddSec .evenOdd:nth-child(even) .row:first-child {
    flex-direction: row-reverse;
}

.evenOddSec .evenOdd:nth-child(even) .row:first-child .quality-text {
    margin-left: auto;
}

.evenOddSec .evenOdd .row:first-child {
    align-items: center;
}

ul.great-points.column-4 li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px 25px;
}

@media (min-width: 992px) {
    .inner_page .content p {
        font-size: 18px;
    }
    .inner_page ul.great-points li .gp {
        border-radius: 40px;
    }
    .inner_page ul.great-points li .gp .gp-img {
        width: 140px;
        height: 140px;
        border-radius: 40px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .inner_page ul.great-points li .gp .gp-content {
        padding: 30px 35px 15px;
    }
    .inner_page ul.great-points li .gp .gp-content h4 {
        margin-bottom: 25px;
    }
}

@media(max-width: 1400px) {
    .banner-text h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
        padding: .5rem 1rem;
    }
    .content h2 {
        font-size: 30px;
    }
    .content p {
        font-size: 14px;
    }
    .cta-container form {
        margin: 10px 0 0;
    }
    .floating-label {
        padding: 7px 0;
    }
    .cta-container {
        padding: 20px 50px 10px;
    }
    .cta-container .form-control {
        height: 45px;
        font-size: 16px;
        padding: 0.5rem 1.75rem;
    }
    .floating-label label {
        font-size: 16px;
    }
    .cta-container .btn-join {
        padding: 0.7rem 1rem;
    }
    /*ul.great-points li .gp {*/
    /*    padding: 0 0 20px;*/
    /*}*/
    ul.great-points li .gp .gp-img {
        width: 80px;
        height: 110px;
        padding: 15px;
    }
    ul.great-points li .gp .gp-content {
        padding: 10px 15px 0;
    }
    ul.great-points li .gp .gp-content h4 {
        font-size: 20px;
    }
    /*ul.great-points li .gp .gp-content .gp-footer {*/
    /*    padding-top: 10px;*/
    /*    margin-top: 10px;*/
    /*}*/
    ul.great-points li .gp .gp-content p {
        font-size: 12px;
    }
    ul.great-points {
        margin-top: 5px;
    }
    ul.great-points li {
        padding: 15px 14px;
    }
    .working footer {
        padding: 30px 0px;
    }
    .fp-section .working-section .working-pro>.container-lg {
        height: 100%;
    }
    .fp-section .working-section .working-pro>.container-lg>.row {
        height: 100%;
    }
    /*.fp-section .working-section .working-pro>.container-lg>.row>[class^="col-md"] {*/
    /*    height: 100%;*/
    /*}*/
    .fp-section .working-section .working-pro>.container-lg .simplex-work {
        height: 100%;
    }
    .fp-section .working-section .working-pro>.container-lg .simplex-work img {
        max-height: 100%;
    }
    .fp-section .working-section .working-pro:after {
        height: 313px;
    }
    ul.totalPoints li {
        padding: 8px;
    }
    .pointSingle {
        padding: 20px;
    }
    .pointSingle .pointImage {
        height: auto;
    }
    .totalPoints li .pointSingle .pointImage span:before {
        font-size: 50px;
    }
    .pointSingle .pointDesc {
        padding: 0;
    }
    .pointSingle .pointDesc h3 {
        font-size: 15px;
    }
    .pointSingle .pointDesc p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .banner-text h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-text p {
        font-size: 15px;
    }
    .cta-container {
        padding: 20px 40px 10px;
        border-radius: 40px;
    }
    .banner-img:before {
        width: 160px;
    }
    .banner-img:after {
        width: 180px;
    }
    .content h2 {
        font-size: 26px;
    }
    .content p {
        font-size: 12px;
    }
    .cta-container form {
        margin: 0;
    }
    .cta {
        padding-bottom: 20px;
    }
    .cta-container .form-control {
        height: 40px;
        font-size: 14px;
    }
    .floating-label label {
        font-size: 14px;
    }
    .btn {
        font-size: 12px;
        padding: .45rem 0.7rem;
    }
    .great_things {
        padding: 70px 0 40px;
    }
    ul.great-points li .gp .gp-content .gp-footer {
        padding-top: 5px;
    }
    ul.great-points li .gp .gp-content .gp-footer a {
        font-size: 13px;
    }
    ul.great-points li .gp {
        border-radius: 20px;
    }
    ul.great-points li .gp .gp-img {
        width: 60px;
        height: 60px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    ul.great-points li .gp .gp-content h4 {
        font-size: 18px;
        margin: 0;
    }
    ul.great-points li {
        padding: 10px 25px;
    }
    ul.great-points li:hover .gp {
        transform: translateY(-15px);
    }
    .testimonial-section ul li {
        padding: 25px 0;
    }
    .testimonial {
        padding: 30px 30px 30px;
        border-radius: 25px;
    }
    .testimonial .author p {
        font-size: 12px;
    }
    .testimonial .author {
        margin-top: 10px;
    }
    .testimonial:after {
        width: 38px;
        height: 28px;
    }
    .fp-section .working-section .working-pro:after {
        height: 200px;
    }
    .content h5 {
        font-size: 18px;
    }
    .working footer {
        padding: 20px 0 10px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 5px 15px;
        font-size: 14px;
    }
    .banner-text h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .banner-text p {
        font-size: 13px;
    }
    .btn {
        font-size: 11px;
        padding: .4rem 0.7rem;
    }
    .content h2 {
        font-size: 22px;
    }
    .content p {
        font-size: 10px;
    }
    .cta-container .btn-join {
        padding: 0.61rem 0.5rem;
        font-size: 9px;
    }
    .cta-container .form-control {
        height: 35px;
        font-size: 10px;
        padding-left: 1rem;
    }
    .floating-label label {
        font-size: 10px;
        left: 6px;
    }
    .floating-label .form-control:focus~label,
    .floating-label .form-control.has-val~label {
        font-size: 10px;
        top: 5px;
    }
    .cta-container {
        padding: 20px 30px 10px;
    }
    .banner-img:before {
        width: 130px;
    }
    .banner-img:after {
        width: 150px;
        border: 0;
    }
    .content p {
        font-size: 11px;
    }
    ul.great-points li .gp .gp-content p {
        font-size: 10px;
    }
    ul.great-points li .gp .gp-content h4 {
        font-size: 15px;
    }
    ul.great-points li .gp .gp-img {
        width: 50px;
        height: 50px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    ul.great-points li .gp {
        border-radius: 13px;
    }
    ul.great-points li {
        padding: 10px;
    }
    ul.great-points {
        margin: 5px -10px 0;
    }
    ul.great-points li .gp .gp-content .gp-footer a {}
    .great_things {
        padding: 30px 0 20px;
    }
    .testimonial-section ul li {
        padding: 10px 0;
    }
    .testimonial {
        padding: 20px 20px 20px;
        border-radius: 15px;
    }
    .testimonial .author .img {
        flex: 0 0 35px;
        max-width: 35px;
        height: 35px;
    }
    .testimonial .author p {
        font-size: 10px;
        line-height: 12px;
    }
    .testimonial:after {
        width: 28px;
        height: 22px;
    }
    .fp-section .working-section .working-pro:after {
        height: 190px;
    }
    .content h5 {
        font-size: 16px;
    }
    .working footer .content p {
        font-size: 10px;
        margin: 0;
    }
    ul.social li a {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .pointSingle .pointImage {
        height: 140px;
        padding-bottom: 20px;
    }
    .totalPoints li .pointSingle .pointImage span:before {
        font-size: 50px;
        bottom: -25px;
    }
    .pointSingle .pointDesc h3 {
        font-size: 16px;
    }
    .pointSingle .pointDesc p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .fp-section .home-banner>.container-lg>.row>.col-md-6 .banner-text {
        display: block;
    }
    .inner-page .home-banner>.container-lg>.row>.col-md-6 {
        height:auto;
    }
    .inner-banner img {
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
    }
    .main-footer {
        height: auto !important;
    }
    .working-pro .aos-init.aos-animate {
    	animation: none !important;
    }
    .video-sec video {
    	height: auto !important;
    }
    .banner-img {
     text-align: center;
    }
    
    .banner-img img {
        width: 300px !important;
    }
    .section-home {
	    height:auto;
    }
    .patient-matter {
        height: auto;
        padding-top: 50px;
    }
    ul.great-points li:last-of-type {
        padding: 10px 0;
    }
    
    ul.great-points li:last-of-type .gp {
        width: 100%;
    }

    .icon-burger {
        width: 25px;
        height: 2px;
        margin: 7px 0;
        background: #fff;
        display: block;
        position: relative;
    }
    .icon-burger:before,
    .icon-burger:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 2px;
        width: 100%;
        background: #fff;
        transition-property: transform;
        transition-duration: .4s;
        transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    }
    .icon-burger:before {
        transform: translateY(-7px);
    }
    .icon-burger:after {
        transform: translateY(7px);
    }
    .btn-toggler.active .icon-burger {
        background: transparent;
    }
    .btn-toggler.active .icon-burger:after {
        transform: rotate(45deg);
    }
    .btn-toggler.active .icon-burger:before {
        transform: rotate(-45deg);
    }
    .collapse:not(.show) {
        opacity: 0;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        background: rgb(170, 83, 177);
        background: linear-gradient(300deg, rgba(170, 83, 177, 1) 0%, rgba(222, 140, 229, 1) 100%);
        z-index: -2;
        visibility: hidden;
        transition: 0.5s opacity, 0.25s all ease-in;
    }
    .collapse:not(.show) .navbar-nav {
        flex: auto;
        padding: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 22px;
        padding: 7px 0;
    }
    .navbar-light .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-bottom: 2px solid #88268F;
    }
    header .navbar-brand {
        position: relative;
        z-index: 2;
    }
    header .btn-toggler {
        position: relative;
        z-index: 9;
        box-shadow: none;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background: #db0793;
        outline: none;
    }
    .collapse:not(.show).menu-open {
        opacity: 1;
        z-index: 1;
        visibility: visible;
    }
    header .btn-toggler:focus {
        box-shadow: none;
    }
    .great_things {
        height: auto;
    }
    ul.great-points {
        margin: 0;
    }
    ul.great-points li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 0;
    }
    .time-effort-sec {
        padding: 50px 0;
    }
    .testimonial-section {
        height: auto;
        padding: 30px 10px;
    }
    .patient-matter:after {
        width: calc(100% + 30px);
        left: -13px;
        height: 100%;
    }
    .patient-matter {
        height: auto;
        padding: 50px 0;
    }
    .working-pro:after {
        content: none;
    }
    .working-pro {
        padding: 30px 0;
    }
    .working footer {
        padding: 10px 20px 20px;
    }
    footer .content h5 {
        font-size: 20px;
    }
    .working footer [class^="col-md"] {
        padding-top: 20px;
        border-top: 2px solid #9e40a5;
        margin-top: 15px;
    }
    .working footer [class^="col-md"]:first-child {
        border-top: 0;
    }
    .section .container {
        padding-left: 25px;
        padding-right: 25px
    }
    .simplex-container .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-img:before {
        content: none;
    }
    .banner-img:after {
        bottom: 40%;
    }
    .mobile {
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile img {
        height: 100%;
        width: auto;
        max-width: 100%;
    }
    .home-banner {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    #preloader h2 {
        text-align: center;
    }
    .cta {
        padding: 40px 0;
    }
    .cta-container {
        margin-top: 0;
    }
    #fullpage {
        position: relative;
        z-index: 3;
        overflow: hidden;
    }
    .getQuote {
        top: 80%;
        right: calc(0px - 242px);
    }
    .getQuote .btn-quote {
        font-size: 18px;
        padding: 15px;
        min-width: 150px;
    }
    .simplex-work {
        padding: 30px 0
    }
    .mobile .mobile-heart {
        top: 0;
        left: 0;
    }
    .first-aid {
        right: 0;
        bottom: 0;
    }
    .h-pulse,
    #heart {
        max-width: 90px;
    }
    .fix-header.sticky .navbar-brand img {
        max-width: 50px;
    }
    .doctors {
        padding: 30px 0
    }
    .menuShowing {
        height: 100vh;
        overflow: hidden;
    }
    .simplex-steps .container {
        max-width: calc(100% - 90px);
    }
    .pointSingle .pointImage {
        height: auto !important;
        padding-bottom: 10px;
    }
    .totalPoints li .pointSingle .pointImage span:before {
        font-size: 43px;
        bottom: -20px;
    }
     .homeBanner .pulseHeart {
        top: 58%;
        bottom: unset;
    }
    .homeBanner .pulse-outer {
        width: 120px;
    }
    .simplex-steps {
        height: auto;
        padding: 30px 0;
    }
    .simplex-steps .container {
        max-width: 100%;
    }
    ul.totalPoints li {
        padding: 10px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.doctors svg {
    width: 100%;
    height: 100%;
}

.pulseHeart {
    position: absolute;
    display: flex;
    align-items: center;
}

.pulse-outer {
    width: 270px;
    height: 90px;
    overflow: hidden;
}

.pulse-outer .pulse {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pulse-outer .pulse:after {
    content: '';
    display: inline-block;
    background: url('../images/pulse.svg') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: 5s pulse linear infinite;
    clip: rect(0, 0, 100px, 0);
    background-size: contain;
    background-size: contain;
}

.pulse-outer .pulse:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -2px;
    right: -2px;
    bottom: 0;
    top: 16px;
    margin: auto;
    height: 3px;
}

.cta .pulseHeart {
    bottom: 50px;
}

.fp-section .banner-img:before,
.fp-section .banner-img:after {
    transition: 0.5s all;
    height: 0;
}

.fp-section.fp-completely .banner-img:before {
    height: 70%;
}

.fp-section.fp-completely .banner-img:after {
    height: 85%;
}

.h-pulse,
#heart {
    transform: scale(1);
    animation: h-pulse 6s linear infinite;
    transform-origin: center;
}

/*.mobile-svg {*/
/*    max-width: 300px;*/
/*    margin: auto;*/
/*    height: 100%;*/
/*}*/

.mobile-svg img {
    margin: 130px 0px 0px 0px;
    width: auto;
}

.mobile-svg svg {
    height: 100%;
    width: 100%;
    filter: drop-shadow(15px 0px 35px rgba(107, 107, 107, 0.161));
}

#pharmacy {
    animation: 20s pageup linear infinite;
}

#navigation {
    /*animation: 3s navigation linear infinite;*/
    transform-origin: center;
}

#frame {
    /*animation: 2s layout ease-in-out infinite alternate;*/
    transform-origin: center;
    transform-box: fill-box;
}

.homeBanner .pulseHeart {
    bottom: 10%;
}

#coat {
    animation: 5s coat ease-in-out infinite;
    transform-origin: bottom;
}

#m_coat {
    animation: 5s m_coat ease-in-out infinite;
    transform-origin: center;
}

footer .pulseHeart {
    position: relative;
}

footer .pulse-outer {
    width: calc(100% - 90px);
    position: relative;
}

footer .pulse-outer .pulse:after {
    background: url(../images/pulse-large.svg) 0 0 no-repeat;
    background-size: 100%;
}

#m_face,
#m_face_2 {
    animation: 5s m_face linear infinite;
}

#face {
    animation: 8s face linear infinite;
}

#pill_left {
    animation: 3s pill_left linear infinite;
    transform-origin: center;
}

#pill-right {
    animation: 3s pill-right linear infinite;
    transform-origin: right;
}

#hand_i {
    animation: 3s hand_i linear infinite alternate;
    transform-origin: center;
}

#hand_tick {
    animation: 3s hand_tick linear infinite;
}

@keyframes hand_tick {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(2deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

@keyframes hand_i {
    0% {
        transform: skewX(0deg);
    }
    50% {
        transform: skewX(5deg);
    }
    100% {
        transform: skewX(0deg);
    }
}

@keyframes pill-right {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-7deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes pill_left {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(7deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes face {
    0% {
        transform: rotateY(0deg);
    }
    25% {
        transform: rotateY(8deg);
    }
    50% {
        transform: rotateY(0deg);
    }
    75% {
        transform: rotateY(-8deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}

@keyframes m_face {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.01);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.99);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes m_coat {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(0);
        ;
    }
    75% {
        transform: translateY(-5px);
        ;
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes coat {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateY(10deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

@keyframes aid {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes layout {
    from {
        transform: rotateX(0deg);
    }
    from {
        transform: rotateX(20deg);
    }
}

@keyframes navigation {
    0% {
        transform: scale(0.95);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
}

@keyframes pageup {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-450px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pulse {
    0% {
        clip: rect(0, 0, 100px, 0);
    }
    12% {
        clip: rect(0, 82px, 100px, 0);
    }
    25% {
        clip: rect(0, 165px, 100px, 0);
    }
    50% {
        clip: rect(0, 300px, 100px, 0);
        opacity: 1;
    }
    80% {
        clip: rect(0, 300px, 100px, 0);
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        clip: rect(0, 300px, 100px, 0);
        opacity: 0;
    }
}

@keyframes h-pulse {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.01);
    }
    20% {
        transform: scale(0.9);
    }
    30% {
        transform: scale(1.07);
    }
    40% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(0.97);
    }
    70% {
        transform: scale(1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes nudge {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(100px, 0);
    }
    50% {
        transform: translate(-100px, 0);
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-collapse {
margin-left: 20px;}
}
/*.section.working {*/
/*    height: 300px !important;*/
/*}*/
.content.aos-init.aos-animate h2 {
    padding-top: 10px;
}

/*@media (min-width: 1366px) {*/
/*    ul.totalPoints {*/
/*        margin: 96px 0px !important;*/
/*    }*/
/*}*/


@media (max-width: 1366px) {
    .mobile-svg img {
        margin: 100px 0px 0px 0px !important;
    }    
}

@media (max-width: 1024px) {
    #fp-nav.fp-left {
        left: -262px;
    }   
    .getQuote.active {
        top: 60%;
    }
    ul.great-points li .gp .gp-img {
        height: 100px;
    }
}

video {
    background: #000000;
}
/* Career */

 .jobs ul {
        list-style-type: none;
        margin: 0;
        padding:0;
      }
      .jobs ul li{
        padding: 25px 40px 25px 31px;
        margin: 0;
        margin-bottom: 25px;
        box-shadow: 0px 0px 14px 5px #ebebeb;
        border-radius: 10px;
      }
      .single-job h2{
        font-size: 30px;
        color: #000;
        font-weight: 700;
        padding-bottom: 10px;
      }
      .single-job p{
        font-size: 16px;
        font-weight: 400;
        color: #000;
      }
      .single-job button{
            background-color: #DD3D80;
            border: none;
            padding: 8px 15px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 500;
            color: #fff;

      }
/*      html,body{*/
/*	overflow-x:hidden;*/
/*}*/


.dropdown-year{
    color: #B185B4;
    background-color: #FDDFFF;
    padding: 13px 25px;
    border: none;
    border-radius: 25px;
    width: 100%;
    margin: 10px 0;
}
.dropdown::after{
    top: 30px !important;
    right: 30px !important;
}
.CV-here label{
    top: 5px !important;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
    /*min-height: 370px !important;*/
}
@media only screen and (max-width: 1366px) {
[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}
}

@media (max-width: 480px) {
    .inner.banner-text h2 {
        font-size: 60px;
        line-height: 70px;
        text-align: center;
    }
}