/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .banner-con
5. Benefit / .benefit-con
6. Service / .service-con
7. Health / .health-event-con
8. Feature / .feature-con
9. Team / .team-con
10. Testimonial / .testimonial-con
11. Contact / .contact-con
12. Help  / .help-con
13. Footer / .footer-con
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #1c1e21;
# --black--color: #000;
# --dark-black: #1a1819;
# --secondary--color: #fff;
# --text-color: #777;
# --green-color: #6aafa5;
# --accent:#7e679a;
# --light-bg-color: #f4f6fa;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Inter:wght@300;400;500;700&family=Plus+Jakarta+Sans:wght@700;800&family=Roboto:wght@700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button
input{
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root{
    --primary--color: #1c1e21;
    --black--color: #000;
    --dark-black: #1a1819;
    --secondary--color: #fff;
    --text-color: #777;
    --green-color: #6aafa5;
    --accent:#7e679a;
    --light-bg-color: #f4f6fa;
}
/* HEADER SECTION */
.product-item {
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: var(--secondary--color);
    background: var(--primary--color);
}
.top-to-bottom-banner-btn a {
    gap: 7px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    z-index: 3;
    text-decoration: none;
    transition: .3s ease-in-out;
    background: linear-gradient(to left, rgba(106, 175, 165, 1) 0%, rgba(126, 103, 154, 1) 100%);
    border: 5px solid #fff;
}
.top-to-bottom-banner-btn a span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: var(--secondary--color);
}
.top-to-bottom-banner-btn a i {
    font-size: 16px;
    line-height: 16px;
    color: var(--secondary--color);
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    top:52px;
    left: 0;
    width: 188px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    background: var(--green-color);
}
.header-con .dropdown-item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding: 8px 26px 8px 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-con .dropdown-item:hover{
    background: var(--accent);
}
.comment-con{
    position: relative;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    color: #40344e;
    font-weight: 500;
    line-height: 24px;
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--green-color);
}
.header-con .navbar-expand-lg .navbar-nav{
    gap: 40px;
    margin-right: 20px;
}
.header-con {
    top: 20px;   
    z-index: 2;
    position: absolute;
}
.header-contact ul{
    gap: 10px;
    display: flex;
    align-items: center;
}
.header-contact ul li .register-btn:hover {
    color: var(--accent);
    background: transparent;
    box-shadow: inset 0 0 0px 1px var(--accent);
}
.comment-con a i:hover {
    color: var(--green-color);
    background: transparent;
    box-shadow: inset 0 0 0px 1px var(--green-color);
}
.header-contact ul li .register-btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    background: var(--accent);
    padding: 16px 34px 16px 35px;
    color: var(--secondary--color);
}
.comment-con a{
    text-decoration: none;
}
.comment-con a i{
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--secondary--color);
    background: var(--green-color);
    transition: all 0.5s ease-in-out;
}
.header-con .navbar {
    padding: 10px 30px;
    background: var(--secondary--color);
}
/* HEADER SECTION */
/* BANNER SECTION */
.banner-con .social-icon {
    top: 375px;
    left: 100px;
    position: absolute;
}
.banner-con{
    position: relative;
    padding: 358px 0 287px;
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
}
.banner-content *{
    color: var(--secondary--color);
}
.banner-content{
    width: 77.5%;
    margin: 0 auto;
}
.banner-content h1{
    margin-bottom: 16px;
}
.banner-content p{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
}
/* BANNER SECTION */
/* BENEFIT SECTION */
.benefit-con{
    background: var(--light-bg-color);
}
.benefit-box {
    gap: 30px;
    display: grid;
    margin-bottom: 70px;
    grid-template-columns: 31.55% 31.55% 31.55%;
}
.benefit-box-item {
    padding: 50px 60px 56px;
    border-radius: 50px 0 50px;
    background: var(--secondary--color);
}
.benefit-box-item figure img,
.feature-box-item figure img,
.contact-info-con ul li figure img{
    transition: all 0.5s ease-in-out;
}
.benefit-box-item:hover figure img,
.feature-box-item:hover figure img,
.contact-info-con ul li:hover figure img{
    transform: translateY(8px);
}
#calendar {
    max-width: 100%;
  }
  #calendar button {
    border: none;
    background: var(--accent);
    color: var(--secondary--color);
}
#calendar button:focus{
    outline: none;
}
.fc-unthemed th {
    border: none;
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    color: var(--black--color);
    text-transform: uppercase;
    background: #d6d7d9;
}
.fc-day-grid-event{
    padding: 4px 15px;
    color: #fff !important;
    border-color: var(--accent);
    background: var(--accent);
}
#calendar .fc-center{
    display: none;
}

#calendar .fc-view{
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
#calendar .fc-header-toolbar{
    padding: 13px 15px;
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
.benefit-box-item figure{
    margin-bottom: 28px;
}
.benefit-box-item h3{
    margin-bottom: 22px;
}
.benefit-box-item p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 27px;
}
.started-btn a {
    font-size: 14px;
    font-weight: 500;
    margin-left: 50px;
    line-height: 14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--primary--color);
}
.started-btn a:hover{
    color: var(--green-color);
}
.started-btn a i {
    top: -13px;
    left: -50px;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 14px;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    transform: rotate(311deg);
    color: var(--secondary--color);
    transition: all 0.5s ease-in-out;
}
.arrow-btn a{
    text-decoration: none;
}
.started-btn a:hover i,
.arrow-btn a i:hover{
    background: var(--green-color);
}
.specialize-list {
    gap: 66px;
    display: flex;
    align-items: center;
    padding: 37px 20px 37px 60px;
    border-radius: 50px 0 50px;
    background: linear-gradient(to right,  rgba(106,175,165,1) 0%,rgba(126,103,154,1) 100%);
}
.specialize-list *{
    color: var(--secondary--color);
}
.specialize-list-item ul{
    gap: 28px;
    display: flex;
    flex-wrap: wrap;
}
.specialize-list-item ul li {
    width: 163px;
    font-size: 18px;
    line-height: 19px;
    padding-left: 28px;
    background: url(../images/check-icon.png) no-repeat 0% 0;
}
/* BENEFIT SECTION */
/* SERVICE SECTION */
.service-con .generic-title {
    width: 50%;
}
.service-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
}
.service-box-item {
    border-radius: 50px 0 50px;
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
.service-box-item:hover .service-item-content{
    background: var(--accent);
}
.service-box-item:hover .service-item-content .arrow-btn a i{
    background: var(--green-color);
}
.service-box-item:hover .service-item-content *{
    color: var(--secondary--color);
}
.service-box-item:hover .service-item-vlaue{
    outline-color: var(--accent);
    background: var(--green-color);
}
.service-box-item:hover{
    box-shadow: 30px 30px 50px rgb(126 103 154 / 30%);
}
.service-box-item figure img{
    border-radius: 50px 0 0 0;
}
.service-item-vlaue {
    left: 50%;
    width: 100px;
    height: 100px;
    bottom: -50px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    transform: translateX(-50%);
    color: var(--secondary--color);
    outline: 3px solid var(--secondary--color);
}
.service-item-img {
    position: relative;
}
.service-item-content {
    background: #fff;
    padding: 81px 24px 36px;
    border-radius: 0 0 50px 0;
}
.service-item-content h3{
    margin-bottom: 21px;
}
.service-item-content p{
    margin-bottom: 15px;
}
.arrow-btn a i{
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 14px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    transform: rotate(311deg);
    color: var(--secondary--color);
    transition: all 0.5s ease-in-out;
}
.arrow-btn{
    display: inline-block;
    text-decoration: none;
}
/* SERVICE SECTION */
/* HEALTH EVENT SECTION */
.health-event-con{
    background: var(--light-bg-color);
}
.health-event-con .generic-title h2 {
    margin-bottom: 20px;
}
.health-event-con .generic-title p{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 40px;
}
.feature-box{
    gap: 30px;
    display: grid;
    grid-template-columns: 31.55% 31.55% 31.55%;
}
.recommended-label {
    top: -14px;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    padding: 7px 9px 8px;
    display: inline-block;
    background: var(--accent);
    border-radius: 10px 0 10px 0;
    color: var(--secondary--color);
}
.feature-box .feature-box-item:first-child{
    background: rgb(192 223 219 / 25%);
}
.feature-box .feature-box-item:nth-child(2){
    background: rgb(155 180 222 / 25%);
}
.feature-box .feature-box-item:last-child {
    background: rgb(178 164 194 / 25%);
}
.feature-box .feature-box-item:first-child .but-tag{
    background: #c0dfdb;
}
.feature-box .feature-box-item:nth-child(2) .but-tag{
    background: #9bb4de;
}
.feature-box .feature-box-item:last-child .but-tag{
    background: #b2a4c2;
}
.feature-box .feature-box-item:first-child .started-btn a i{
    background: #c0dfdb;
}
.feature-box .feature-box-item:first-child .started-btn a:hover i,
.feature-box .feature-box-item:nth-child(2) .started-btn a:hover i,
.feature-box .feature-box-item:last-child .started-btn a:hover i{
    background: var(--green-color);
}
.feature-box .feature-box-item:nth-child(2) .started-btn a i{
    background: #9bb4de;
}
.feature-box .feature-box-item:last-child .started-btn a i{
    background: #b2a4c2;
}
.feature-box-item {
    position: relative;
    padding: 51px 34px 49px;
    border-radius: 50px 0 50px 0;
}
.feature-box-item figure{
    margin-bottom: 39px;
}
.feature-box-item h3{
    margin-bottom: 22px;
    color: var(--dark-black);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.price-value {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    margin-bottom: 8px;
    color: var(--dark-black);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.price-value small {
    top: -13px;
    font-size: 24px;
    position: relative;
}
.price-value span{
    font-size: 20px;
}
.but-tag {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
    border-radius: 15.5px;
    display: inline-block;
    padding: 9px 17px 8px 18px;
    color: var(--black--color);
}
.feature-box-item p{
    font-weight: 300;
    margin-bottom: 37px;
    color: var(--dark-black);
}
/* HEALTH EVENT SECTION */
/* TEAM SECTION */
.team-con{
    background: var(--light-bg-color);
}
.team-box {
    gap: 30px;
    display: grid;
    align-items: end;
    grid-template-columns: 23.6% 23.6% 23.6% 23.6%;
}
.team-box-item{
    position: relative;
}
.team-box-item .social-icon{
    top: 0;
    right: 0;
    position: absolute;
    transform: rotateY(95deg);
    transition: all 0.4s ease-in-out;
}
.team-box-item:hover .social-icon{
    transform: rotateY(0);
}
.team-name {
    left: 50%;
    bottom: 0;
    width: 69.3%;
    padding: 18px 30px;
    position: absolute;
    background: var(--accent);
    border-radius: 20px 0 20px;
    transform: translate(-50%,0);
    transition: all 0.4s ease-in-out;
}
.team-box-item:hover .team-name{
    transform: translate(-50%,-28px);
}
.team-name *{
    color: var(--secondary--color);
}
.team-name h3{
    margin-bottom: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.team-name span{
    font-size: 14px;
    line-height: 14px;
}
.social-icon ul li a{
    display: inline-block;
    text-decoration: none;
}
.social-icon ul li{
    margin-bottom: 10px;
}
.social-icon ul li:last-child{
    margin-bottom: 0;
}
.social-icon ul li a i{
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--secondary--color);
    background: var(--green-color);
    transition: all 0.5s ease-in-out;
}
.social-icon ul li a i:hover{
    background: var(--accent);
    transform: translateY(-8px);
}
.team-con .generic-title {
    width: 49%;
}
.team-box-item .social-icon,.team-box-item .team-name{
    opacity: 0;
}
.team-box-item:hover .social-icon,.team-box-item:hover .team-name{
    opacity: 1;
}
.main-contact-img figure img {
    border-radius: 50px 0 50px;
}
/* TEAM SECTION */
/* TESTIMONIAL SECTION */
.testimonial-con .generic-title h2{
    margin-bottom: 20px;
}
.testimonial-con .generic-title p{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 67px;
}
.testimonial-box #carouselExampleIndicators{
    position: relative;
    background: #ece8f0;
    padding: 66px 90px 48px;
    border-radius: 50px 0 50px;
}
.testimonial-box #carouselExampleIndicators::after{
    top: 0;
    right: 55px;
    content: "";
    width: 164px;
    height: 121px;
    position: absolute;
    background: url("../images/slider-design-img.png") no-repeat center;
}
.testimonial-box .carousel-indicators {
    gap: 15px;
    bottom: auto;
    position: relative;
    margin-bottom: 38px;
}
.testimonial-con .carousel-indicators li.active::after{
    filter: none;
    transform: scale(1.15);
}
.carousel-indicators li {
    margin: 0;
    opacity: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    outline: 2px solid #fff;
}
.testimonial-con .carousel-indicators li::after{
    width: 70px;
    height: 70px;
    bottom: auto;
    border-radius: 50%;
    filter: grayscale(1);
}
.testimonial-con .carousel-indicators li:first-child::after {
    background: url(../images/client-img1.jpg) no-repeat center;
}
.testimonial-con .carousel-indicators li:nth-child(2)::after {
    background: url(../images/client-img2.jpg) no-repeat center;
}
.testimonial-con .carousel-indicators li:last-child::after {
    background: url(../images/client-img3.jpg) no-repeat center;
}
.testimonial-item p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 32px;
    color: var(--dark-black);
}
.client-name h3{
    margin-bottom: 5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.client-name span{
    font-size: 14px;
    line-height: 20px;
}
.testimonial-box .carousel-control-next, 
.testimonial-box .carousel-control-prev{
    top: 50%;   
    opacity: 1;
    width: 55px;
    height: 15px;
    transform: translateY(-50%);
}
.testimonial-box .carousel-control-next-icon {
    background: url("../images/arrow-right-icon.png") no-repeat;
}
.testimonial-box .carousel-control-next-icon,
.testimonial-box .carousel-control-prev-icon {
    width: 55px;
    height: 12px;
}
.testimonial-box .carousel-control-prev-icon {
    background: url("../images/arrow-left-icon.png") no-repeat;
}
.testimonial-box .carousel-control-prev {
    left: -91px;
}
.testimonial-box .carousel-control-next {
    right: -91px;
}
.testimonial-box{
    margin-bottom: 50px;
}
.client-logo ul{
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-logo ul li figure img{
    opacity: 20%;
    transition: all 0.5s ease-in-out;
}
.client-logo ul li figure img:hover{
    opacity: 100%;
    transform: translateY(-8px);
}
/* TESTIMONIAL SECTION */
/* CONTACT SECTION */
.contact-con{
    background: var(--light-bg-color);
}
.contact-con .generic-title {
    width: 60%;
}
.contact-box{
    gap: 30px;
    display: grid;
    grid-template-columns: 48.66% 48.66%;
}
.contact-info-con ul li {
    gap: 28px;
    display: flex;
    margin-bottom: 20px;
    padding: 47px 48px 43px;
    border-radius: 50px 0 50px;
    border: 1px solid #d6d7d9;
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
.contact-info-con ul li:hover{
    border-color: var(--green-color);
}
.contact-info-con ul li:last-child{
    margin-bottom: 0;
}
.contact-info-title h3{
    margin-bottom: 10px;
}
.contact-info-title a{
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    color: var(--text-color);
}
.contact-info-title a:hover,
.contact-info-con ul li:last-child a:hover
{
    color: var(--green-color);
}
.contact-info-title p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: var(--text-color);
}
.contact-info-con ul li:last-child a{
    font-size: 18px;
    line-height: 18px;
    color: var(--accent);
    text-decoration: underline;
}
.contact-form-con {
    background: var(--accent);
    border-radius: 50px 0 50px;
    padding:34px 48px 34px 48px;
    box-shadow: 30px 30px 50px rgb(126 103 154 / 30%);
}
.form-con ul li label {
    display: block;
    margin-bottom: 9px;
    color: var(--secondary--color);
}
.form-con ul li{
    margin-bottom: 13px;
}
.form-con ul li input,
.form-con ul li select,
.form-con ul li textarea{
    width: 100%;
    border: none;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
    padding: 19px 20px 20px;
    color: var(--text-color);
}
.form-con ul li input:focus,
.form-con ul li select:focus,
.form-con ul li textarea:focus{
    outline:1px solid var(--green-color);
}
.form-con ul li textarea{
    resize: none;
    height: 100px;
}
.form-con ul li input::placeholder{
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}
.form-con ul li select{
    appearance: none;
    background: #fff url(../images/angle-down-icon.png) no-repeat;
    background-position: 95% 46%;
}
.error{
    color: red;
}
.form-con ul li input.error{
    outline-color: red;
}
.submit-btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 10px;
    border-radius: 29px;
    background: var(--green-color);
    color: var(--secondary--color);
    transition: all 0.5s ease-in-out;
}
.submit-btn button:focus{
    outline: none;
}
.submit-btn button:hover{
    color: var(--green-color);
    background: var(--secondary--color);
}
.form-con ul{
    margin-bottom: 14px;
}
.team-inner-con {
    max-width: 1592px;
    margin: 0 auto;
}
/* CONTACT SECTION */
/* HELP SECTION */
.help-con{
    padding: 124px 0 126px;
    background: url(../images/help-bg-img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.help-con *{
    color: var(--secondary--color);
}
.help-title{
    width: 53%;
}
.help-title span{
    margin-bottom: 5px;
}
.help-title h2{
    margin-bottom: 33px;
}
/* HELP SECTION */
/* FOOTER SECTION */
.footer-con {
    padding-top: 100px;
    padding-bottom: 100px;
}
.footer-box figure{
    margin-bottom: 25px;
}
.footer-box p{
    font-size: 18px;
    padding: 0 170px;
    line-height: 30px;
    margin-bottom: 31px;
}
.footer-social-icon ul{
    gap: 10px;
    display: flex;
    justify-content: center;
}
.footer-social-icon ul li a{
    display: inline-block;
    text-decoration: none;
}
.footer-social-icon ul li a i{
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    border-radius: 50%;
    align-items: center;
    color: var(--accent);
    justify-content: center;
    border: 1px solid #ccc;
    transition: all 0.5s ease-in-out;
}
.footer-social-icon ul li a i:hover{
    background: var(--accent);
    border-color: var(--accent);
    transform: translateY(-8px);
    color: var(--secondary--color);
}
/* FOOTER SECTION */
/* COPYRIGTH SECTION */
.copyright-con{
    padding: 28px 0;
    background: var(--accent);
}
.copyright-box ul{
    gap: 20px;
    display: flex;
    justify-content: center;
}
.copyright-box *{
    color: var(--secondary--color);
}
.copyright-box ul li a{
    text-decoration: none;
}
.copyright-box ul li a:hover{
    color: var(--green-color);
}
.copyright-box ul li{
    font-size: 14px;
    line-height: 14px;
}

/* COPYRIGTH SECTION */
/* BACK TO TOP BUTTON */
#button {
    display: inline-block;
    background-color: var(--accent);
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 107px;
    right: 113px;
    transition: background-color .5s, opacity .8s, visibility .8s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(126, 103, 154, .99)
    }
     to {
      box-shadow: 0 0 0 35px rgba(126, 103, 154, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(126, 103, 154, .99)
    }
    to {
     box-shadow: 0 0 0 35px rgba(126, 103, 154, .01)
    }
}
#button::after {    
    font-size: 16px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}
#button:hover {
    cursor: pointer;
}
/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color:var(--accent);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */


