body {
    font-family: none;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*input {*/
/*    font-family: poppins, FontAwesome;*/
/*}*/

.coming-soon h5 {
    font-size: 16px;
    margin: 4px;
    line-height: 20px;
    font-weight: 500;
}

.bg-lgreen {
    background-color: #42A785;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-left: 50px;
    padding-right: 50px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    background: #F5F5F5;
}

.home-head h1 {
    font-weight: 600;
    font-size: 65px;
    color: #000000;

}

.home-head h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-linear {
    background: linear-gradient(265.77deg, #114F49 -19.55%, #42A785 94.15%);
    color: #fff;
}

a.btn.btn-linear.play-btn {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

i.fa.fa-play-circle {
    font-size: 66px;
    margin: 0px 0 0 40px;
    /* background: #fff; */
    color: #379377;
}

a.btn.btn-linear.play-btn {
    border-radius: 60px;
    padding-right: 6px;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 1px;
}

a.btn.btn-linear.play-btn {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
}

.head-btn {
    display: flex;
    justify-content: center;
}

.linear-bg {
    background: linear-gradient(178.18deg, rgba(66, 167, 103, 0.1) 1.51%, rgba(64, 163, 130, 0) 108.05%);
}
 

a.login {
    font-size: 18px;
    color: #000;
    line-height: 20px;
}

a.trial {
    padding-right: 25px;
    padding-left: 25px;
    text-decoration: none;
}

@media only screen and (max-device-width: 992px) {
    a.togg {
        display: none;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.signup h1 {
    font-weight: 600;
}

.signup h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.signup-content p {
    color: #4F5665;
    font-size: 18px;

}

.signup-bg {
    background-color:
        Linear Gradient rgba(66, 167, 103, 0.1) rgba(64, 163, 130, 0);
}

input#inlineFormInputGroup {
    border-radius: 25px;
}

::placeholder {
    font-size: 15px;
    color: #969696;
    line-height: 30px;
    font-weight: 400;
}

.col button {
    font-size: 18px;
}

.privacy-policy p {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 26px;
}

.plan-head h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plans p {
    font-weight: 600;
}


/* Hide all steps by default: */
.tab {
    display: none;
}

.multi-checkbox label.btn.btn-block {
    border: 1px solid #42A785;
    color: #42A785;
    text-align: left;
    padding: 10px;
    padding-left: 30px;
}

.multi-checkbox input[type="checkbox"] {
    display: none;
}

label.btn.btn-block img {
    margin-right: 5px;
}

.check-bgcolor {
    background: #42A785;
    color: #fff !important;
}

.multi-checkbox label.btn.btn-block {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.arrows img.left {
    position: absolute;
    left: 160px;
    top: 400px;
}

.arrows img.right {
    position: absolute;
    right: 160px;
    top: 400px;
}

.arrows img.q3 {
    top: 200px;
}

@media only screen and (max-width:1025px) {
    .arrows img.right {
        right: 50px !important;
    }

    .arrows img.left {
        left: 50px !important;
    }
}

@media only screen and (max-width:541px) {
    /* .arrows img.right { */
        /* display: none; */
    /* } */

    /* .arrows img.left { */
        /* display: none; */
    /* } */
	
	.arrows  {
        display: none;
    }
}

.tab {
    display: none;
}


.health-q3.mb-3 select {
    border-radius: 30px;
    font-size: 15px;
    line-height: 16px;
    border-color: #DEDEDE;
    color: #969696;
}

.arrows img.q1 {
    top: 450px;
}

.arrows img.q2 {
    top: 500px;
}

.trial-head h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.member-content ul {
    list-style: none;
}

.member-content ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: -25px;
    color: #41A684;

}

.member-content ul li {
    position: relative;
}


.trial-head h1 {
    font-weight: 600;
    line-height: 65px;
}

.card {
    border: 1px !important;
    border-color: #EEEAEA;
    margin-bottom: 30px !important;
	box-shadow: 0px 10px 20px rgb(55 55 89 / 8%) !important;
    background: #fff !important;
}

.card .card-body .card-content p.duration {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    background: #d9ede7;
    margin-right: 70px;
    margin-left: 70px;
    padding: 5px;
}

p.card-head {
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    color: #000000;
}

p.card-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4F5665;
    margin-left: 15px;
    margin-right: 15px;
}

.card-content p.amount {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px;
    line-height: 24px;
    color: #42A785;
}

.card-content p.amount-2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #D3D3D3;
}

a.card-btn {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10px;
}

.card-body.mt-3:before {
    content: "";
    height: 100px;
    width: 100px;
    /* background: black; */
    position: absolute;
    top: -11px;
    left: -10px;
    background-image: url("../images/10%.png");
}



.membership-head h1 {
    font-weight: 600;
    line-height: 65px;
    font-size: 32px;
}

.container.card-container {
    margin-bottom: 80px;
}

.member-content ul li i {
    color: #42a785;
    background: #fff;
    font-size: 20px;
    margin-right: 3px;
}

.member-content ul {
    list-style: none;
    padding-left: 0px;
}

.member-content ul li {
    font-size: 16px;
}

.lgreen {
    color: #42A785;
}

.start-trial h1 {
    font-weight: 600;
    line-height: 65px;
    font-size: 32px;
}

p.start-trial-content-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;

    letter-spacing: 1px;
    color: #000000;
}

p.today {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 125% */



    color: #000000;

}

p.today-amount {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    color: #000000;

}

@media only screen and (max-width:1200px) {
    .due {
        margin-left: auto !important;
    }
}

.due {
    margin-left: 188px;
}

.payment .bill p {
    font-size: 14px;
    line-height: 14px;
}

.payment.pt-4 {
    border-top: 1px solid #00000045;
}

.payment .bill p span {
    font-weight: 600;
}

.payment.pt-4 {
    border-bottom: 1px solid #00000045;
}

.detail p.detail-head {
    line-height: 14px;
    font-weight: 400;
    font-size: 20px;
}

.detail p.detail-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #7D7D7D;
}

button.btn-block.mx-auto.btn.btn-white.text-center {
    border: 1px solid #B7AFAF;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p.detail-footer {
    font-size: 14px;
    line-height: 24px;
    color: #7D7D7D;
}

.wrap {
    padding-left: 5px;
    padding-right: 5px;
}




.slider-one .slick-slide {
    transform: scale(0.6);
    transition: all ease 0.5s;
    opacity: 0.2;
}

.slider-one .slick-slide.slick-current {
    transform: scale(1);
    opacity: 1;
}

.slider-one .slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    line-height: 1;
    opacity: 1 !important;
    color: black !important;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width:769px) {
    .slider-one .slick-slide {
        transform: scale(0.3);
        transition: all ease 0.5s;
    }

}

@media only screen and (max-width:415px) {
    .slider-one .slick-slide {
        transform: scale(0.2);
        transition: all ease 0.5s;
    }

}

.member-container {
    background: #fffcec;
    padding-top: 50px;
    padding-bottom: 10px;
}

@media only screen and (max-width:600px) {
    .member-row {
        padding-left: 20px;
    }
}

.card-item {
    padding: 15px;
    padding-bottom: 0;
}

.card-item .card-text p {
    font-size: 14px;
}

.card.card-2 {
    border-radius: 20px !important;
}

.second-slide button.slick-next.slick-arrow {
    display: none !important;
}

.second-slide .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #F1D44A !important;
}

.second-slide .slick-dots li button:before {
    font-size: 30px;
}

.experience {
    padding-top: 85px;
    background: #EDF7F1;

}

.experience-item h1 {
    font-size: 32px;
    font-weight: 600;

}

.experience-item {
    padding-top: 85px;
}

.experience-item p {
    font-size: 16px;
    color: #252525;
}

.experience-item h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.experience-img img {
    width: 70%;
}

.experience-img {
    text-align: right;
}

@media only screen and (max-width:1200px) {
    .experience-img img {
        width: 100% !important;
    }
}

@media only screen and (max-width:992px) {
    .experience-item {
        padding-top: 15px;
    }
}

.experience-slider .text-left h4 {
    font-weight: 500;
    font-size: 16px;
    color: #287865;
}


.experience-slider {
    padding: 100px;
    padding-bottom: 50px;
    background: #edf7f1;
}

.experience-slider .text-left p {
    color: #4F5665;
    font-size: 13px;
    margin: 0;
}

.slider-three .slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    line-height: 1;
    opacity: 1 !important;
    color: black !important;
    -webkit-font-smoothing: antialiased;
}

.experience-slider .card.text-left {
    background: transparent !important;
    border: 2px solid #DDDDDD !important;
    height: 200px;
    padding: 20px;
    margin-right: 25px;
    padding-left: 13px;
    box-shadow: none !important;
}

.experience-slider .card.text-left:hover {
    background: #fff !important;
    border: 4px solid #287865 !important;

}

.slider-three .slick-dots {
    text-align: left;
}

.slider-three .slick-dots li button:before {
    font-size: 50px;
}

.slider-three .slick-dots li.slick-active button:before {
    color: #21B39D !important;
}

.slider-three .slick-dots li button:focus {
    color: #21B39D !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-slider .card.text-left {
        height: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .experience-slider .card.text-left {
        height: 398px;
    }
}

@media only screen and (device-width: 768px) {
    .experience-slider .card.text-left {
        height: auto;
    }
}

@media only screen and (min-width: 535px) and (max-width: 768px) {
    .experience-slider .card.text-left {
        height: 300px;
    }
}

@media only screen and (max-width: 536px) {
    .experience-slider .card.text-left {
        height: auto;
    }

    .experience-slider {
        padding-top: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider-three .slick-dots {
        text-align: center;
    }

}

.trainer-video-head h1 {
    font-weight: 700;
    font-size: 35px;
    color: #252525;
}

.trainer-video-head h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

video.trainer-video {
    border-radius: 15px;
    width: 100%;
    height: auto;
}


.video-btn {
    position: absolute;
    text-align: center;
    height: 80px;
    width: 80px;
    /* line-height: 80px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    /* font-size: 25px; */
    -webkit-animation: shadowPulse 2s linear infinite;
    animation: shadowPulse 2s linear infinite;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
}

@keyframes shadowPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(21, 219, 150, 0);
        box-shadow: 0 0 0 40px rgba(21, 219, 150, 0);
        padding-top: -2px;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(21, 219, 150, 0);
        box-shadow: 0 0 0 0 rgba(21, 219, 150, 0);
    }
}

.video-btn img {
    width: 100%;
}

.slider-four .slick-slide img {
    display: inline-flex;
}

.slider-four .slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
    line-height: 1;
    opacity: 1 !important;
    color: black !important;
    -webkit-font-smoothing: antialiased;
}


.certificate-slider {
    margin-top: 100px;
    margin-bottom: 100px;

}

.slider-four .card.card-certificate {
    text-align: center;
    padding: 20px;
    margin-left: 20px;
    height: 180px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1) !important;
}

.slider-four .item.slick-slide {
    padding: 20px;
}


.slider-four .slick-prev:before {
    content: "\f104" !important;
    color: #42A785 !important;
    font-family: 'FontAwesome';
    border-radius: 36px;
    border: 2px solid #42A785;
    padding: 10px 21px;
    opacity: 0.5 !important;
}

.slider-four .slick-next:before {
    content: "\f105" !important;
    color: #42A785 !important;
    font-family: 'FontAwesome';
    border-radius: 36px;
    border: 2px solid #42A785;
    padding: 10px 21px;
    opacity: 0.5 !important;
}

.certificate-btn.text-center .btn {
    padding: 13px;
    padding-left: 45px;
    padding-right: 45px;
    font-weight: 400;
    font-size: 16px;
}

.slider-four .slick-list.draggable {
    margin-left: 0.6rem !important;
}

.slider-three .slick-list.draggable {
    margin-left: 1rem !important;
}

.cardio-section {
    padding-top: 80px;
    background: #EDF7F1;
    padding-bottom: 50px;
}

.cardio-section-content {
    padding-top: 70px;
}

.cardio-img1 img {
    width: 100%;
}

.cardio-img1 img {
    width: 90%;
    padding-top: 90px;
}



.cardio-img2 img {
    width: 100%;
}

.cardio-section-content h1 {
    font-weight: 600;
    font-size: 42px;
}

.cardio-section-content h1 span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cardio-section-content p {
    margin-top: 20px;
    font-size: 16px;
    color: #4F596A;
    margin-bottom: 49px;
}

.cardio-section-content .head-btn.mt-4 {
    justify-content: left;
}

.cardio-section-content .head-btn.mt-4 a {
    padding-left: 60px !important;
}


@media only screen and (max-width: 819px) {

    .cardio-section-content {
        padding-top: 0px;
    }
}

.full-automation {
    padding-top: 100px;
    padding-bottom: 30px;
}

.full-automation-head.text-center h1 {
    font-weight: 600;
    font-size: 33px;
    color: #0B132A;
}

.full-automation-head.text-center span {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.full-automation-head {
    margin-bottom: 30px;
}

.automation-left img {
    width: 100%;
}

span.linear {
    background: -webkit-linear-gradient(#41A684, #1F685A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.automation-left p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

.automation-right {
    display: flex;
}

.automation-img img {
    width: 180px;
}

.automation-content {
    padding-top: 40px;
}

.automation-content {
    padding-top: 40px;
}

.automation-content h4 {
    font-weight: 500;
    font-size: 22px;
    color: #0B132A;
}

.automation-content p {
    font-weight: 400;
    font-size: 16px;
    color: #4F5665;
}

.automation-left {
    margin-top: 50px;
}

@media only screen and (max-width: 821px) {
    .automation-content {
        padding-top: 0px !important;
    }

    .automation-img img {
        width: 100% !important;
    }

    .join-section {
        padding-top: 10px;
    }
}

.join-section {
    padding-top: 100px;
}

.join-head h1 {
    font-weight: 600;
    font-size: 35px;
    color: #0B132A;
}

.join-content {
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    color: #4F5665
}

.contact-section {
    background: linear-gradient(265.77deg, #114F49 -19.55%, #42A785 94.15%);
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-head h1 {
    font-weight: 600;
    font-size: 35px;
    color: #FFFFFF;

}

.contact-content p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.contact-form input.form-control {
    background: transparent;
    border-left: none;
    border-top: navajowhite;
    border-right: none;
    border-radius: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #9fcfbf !important;
}

.contact-form label {
    margin: 0px;
    color: #9fd0c0;
    font-weight: 500;
    font-size: 14px;
}

.contact-form i.fa.fa-play-circle {
    font-size: 55px;
    color: #fff;
}

.contact-form .head-btn {
    justify-content: left;
    padding-top: 20px;
}

.contact-form a.btn.btn-linear.play-btn {
    background: #1F675A;
}

.contact-left {
    padding-top: 135px;
}

.contact-form .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}

.contact-img img {
    padding: 31px;
    padding-right: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 415px) {
    .contact-img img {
        padding-top: 20px;
        padding-left: 0px;

    }

    .contact-left {
        padding-top: 25px;
    }

    .join-section {
        padding-top: 10px;
    }



    .col-md-6.subscribe-form {
        order: 2;
    }


    .contact-left .contact-head h1 {
        text-align: center;
        font-size: 26px;
    }

    .contact-content p {
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
    }

    .col-md-6.email-col {
        margin-top: 10px;
    }

    .contact-form .head-btn {
        justify-content: center;
    }

    .footer .container-fluid {
        padding: 0px;
        text-align: center;
    }

}

.subscribe-card {
    padding-top: 80px;
    padding-bottom: 50px;
}

.subscribe-card .card {
    box-shadow: 9px 0px 26px 7px rgb(0 0 0 / 9%) !important;
}

.card-left-content h1 {
    font-weight: 600;
    font-size: 30px;
    color: #0B132A;
}

.card-left-content p {
    font-weight: 400;
    font-size: 15px;
    color: #4F5665;
}

.subscribe-card .head-btn i.fa.fa-play-circle {
    color: #fff;
    font-size: 49px;
}

.subscribe-card .head-btn {
    justify-content: right;
    margin-top: 35px;
}

@media only screen and (max-width: 415px) {
    .subscribe-card .head-btn {
        justify-content: center;
        margin-top: 0px;
    }

}

.foot1-content p {
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.list-inline-item a.fa {
    border: 1px solid transparent;
    border-radius: 60px;
    padding: 10px 13px;
    box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
}

.list-inline-item a.fa.fa-twitter {
    padding: 10px 11px;
}

.list-inline-item a.fa.fa-instagram {
    padding: 10px 12px;
}

.footer .list-inline-item a {
    text-decoration: none;
    color: #3B9A7C;
}

.footer .list-inline-item a:hover {
    background: #3B9A7C;
    color: #fff;
}

.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #4F5665;
    text-decoration: none;
}

.menu ul li {
    padding-bottom: 10px;
}

.footer .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

.menu {
    padding: 30px;
}

.cardio-section .col-md-6.sm-img {
    display: none;
}

.cardio-section .col-md-3 {
    display: block;
}

@media only screen and (max-width:415px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cardio-section .col-md-3 {
        display: none;
    }

    .cardio-section .col-md-6.sm-img {
        display: block;
    }

    .col-md-6.cardio-left {
        order: 2;
    }

    .cardio-sm-img {
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .cardio-section-content h1 {
        text-align: center;
        font-size: 26px;
    }

    .cardio-section-content {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cardio-section-content .head-btn.mt-4 {
        justify-content: center;
    }

    .cardio-section {
        padding-top: 30px;
    }

    .home-head h1 {
        font-size: 26px;
    }

    .home-head i.fa.fa-play-circle {
        font-size: 50px;
        margin: 0 0 0 24px;
    }

    .home-head a.btn.btn-linear.play-btn {
        font-size: 16px;
    }

    .experience .col-md-6.experience-left {
        order: 2;
    }

    .experience-item h1 {
        font-size: 24px;
    }

    .experience-item {
        text-align: center;
    }

    .experience {
        padding-top: 0px;
    }

    .experience-slider .slider-three {
        margin-top: 30px !important;
    }

    .experience-slider .card.text-left {
        text-align: center !important;
    }

    .experience-slider .icon {
        display: block !important;
    }
}

.experience-slider .icon i {
    font-size: 50px;
    padding-bottom: 10px;
    color: #42A785;
}

.experience-slider .icon {
    display: none;
}

.assessment1-head h1 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 700;
}

iframe.assessment-video1 {
    border: 1px solid #ffffff14;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%) !important;
    background: #fff;
}

button.start-quiz {
    padding-left: 40px;
    padding-top: 5px;
    padding-right: 40px;
    font-size: 16px !important;
    padding-bottom: 5px;
}

button.nxt {
    border-radius: 36px;
    border: 2px solid #42A785;
    padding: 9px 20px;
    color: #fff;
    font-size: 22px !important;
    background: linear-gradient(265.77deg, #114F49 -19.55%, #42A785 94.15%);
}

button.prev {
    border-radius: 36px;
    border: 2px solid #42A785;
    padding: 9px 20px;
    color: #fff;
    font-size: 22px !important;
    background: linear-gradient(265.77deg, #114F49 -19.55%, #42A785 94.15%);
}


.quiz-1 {
    background: url("../images/quiz-bg.png");
}

.quiz-1 {
    background: url(../images/quiz-bg.png);
    padding: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    background-position: center;
}

@media only screen and (max-width:767px) {
    .quiz-1 {
        padding: 60px;
    }

}

@media only screen and (max-width:391px) {
    .quiz-1 {
        padding: 40px;
    }

}

.quiz1-content.text-center h4 {
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
}

.quiz1-content.text-center p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: #4F5665;
}

.text-center.nxt-prev {
    padding-top: 25px;
}

.upload-btn input[type='file'] {
    display: none
}

label.upload-video {
    cursor: pointer;
}

.video-front-view.card {
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%) !important;
}

.video-front-view.card .card .card-body {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.video-front-view-content {
    padding-top: 120px;
}   

.video-front-view-body ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    left: 4px;
    color: #41A684;
    font-size: 26px;
    position: absolute;

}
.video-front-view-body ul {
    list-style: none;
    padding: 0;
}
.video-front-view-content-head h2 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1px;
}
.video-front-view-body {
    padding-left: 20px;
}
.video-front-view-body ul li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #4F5665;
}
label.my-notes {
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.video-front-view textarea.form-control {
    background: #FFFFFF !important;
    border: 1px solid #EDE4E4 !important;
    border-radius: 5px !important;
}
.video-front-view-2{
    background: url("../images/quiz-bg.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.video-front-view-2.card {
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%) !important;
}

.video-front-view-2.card .card .card-body {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.video-front-view-2 a.btn.btn-linear.grab {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}



.video-front-view-3{
    background: url("../images/quiz-bg.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.video-front-view-3.card {
    padding: 30px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%) !important;
}

.video-front-view-3.card .card .card-body {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.video-front-view-3 a.btn.btn-linear.grab {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.quiz-section ul {
    list-style: none;
}

.quiz-section ul li {
    display: inline-block;
}
.quiz-section.text-center ul li {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #0A0A0A;
}
.quiz-section.text-center ul li i.fa.fa-check-circle {
    color: #42A785;
    font-size: 24px;
}
.video-front-view-img img{
    padding-top: 30px;
}
.quiz-section.text-center h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}

.quiz-section.text-center p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: #4F5665;
}
.quiz-check .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000000;
}
.quiz-check-footer p {
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    color: #9C9C9C;
}
.notes textarea.form-control{
font-weight: 300;
font-size: 16px !important;
color: #9C9C9C
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  .step.active {
    opacity: 1;
  }
  .step.finish {
    background-color: #04AA6D !important;
  }
  ul.quiz-check {
    text-align: center;
    list-style: none;
}

ul.quiz-check li {
    display: inline-block;
    padding-right: 50px;
}
    
  
/** Start Custom css ***/

/**
.ui-datepicker-calendar {
  
  padding: 4px !important;
  background-color: #42a785 !important;
  border-radius: 10px !important;
  color: #fff !important;
}
  
.ui-datepicker .ui-datepicker-header{
	border-radius: 10px !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative !important;
    padding: 0.2em 0!important;
    background-color: #42a785 !important;
    color: #fff !important;
}


.ui-state-default, .ui-widget-content .ui-state-default{
	border-radius: 10px !important;
}
***/

.gj-datepicker-md [role=right-icon] {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    font-size: 24px !important;
	opacity: 0.5  !important;
}

	.is-invalid {
		 border-color: #dc3545 !important;
	}
  .customInput{
	    height:50px !important;
  }
  
	.multi-checkbox.pregnant-inp-5{
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	
	.multi-checkbox.pregnant-inp-5 span{
		margin-left: -20px !important;
	}
	.multi-checkbox input[type="radio"] {
		 display: none;
	}

  .invalid-feedback{
	text-align: left !important;
  }
  
 .invalid-feedback strong{
	  
	  font-weight: initial !important;
  }
  
  .user-avatar{
	width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 50%;
	box-shadow: 0px 6px 5px #ccc
	  
  }
  
.avatar{
	position: relative;
    white-space: nowrap;
    border-radius: 50%;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.disabled {
	cursor: not-allowed !important;
} 

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050;
    background: #fff  !important;
}
.modal-header{
	display:block !important;
}
/** End Custom css ***/