/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.click-no-show .no_head h2{
   font-size: 32px;
}
.no_section{
    font-family: poppins;
}
.no_box {
   display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}

.no_box_text {
    text-align: left;
}
.no_box_text h3{
    font-size: 28px;
     color: #004f95;
     margin-bottom: 10px;
         margin-top: 0;
}
.no_box_text h5{
       font-size: 18px;
}
.btn_box a{
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
    border-radius: 10px;
    background: #49b74e;
    width: 212px;
    height: 52px;
    font-size: 20px;
    align-items: center;
    color:#fff;
    display: flex;
    justify-content: center;
}
.no_box_text ul{
    list-style: circle;
    padding-left: 20px;
}
.no_section small{
    margin-top: 20px;
    display: block;
}
.elementor .fieldset-form-card img{
        max-width: 400px;
    width:100%;
}
.progress_bar_main{
    display: flex;
    flex-wrap: wrap;
}
h5#progress_status {
       font-size: 16px;
    margin: 0;
    width: 45px;
    background: lightgrey;
    line-height: 1.5;
}
#timer {
    display: inline;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}
.inline-timer{
    display: inline;
    font-weight: 600;
}
@media screen and (max-width: 989px){
  .no_box{
    flex-direction: column;
    gap: 15px;
  }
}



/* - home page css */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

body .is-layout-grid>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}





/*----home 3 */

        button.wpforms-page-button.wpforms-page-next {
            visibility: hidden;
            opacity: 0;
        }

        .new-title {
            margin-top: 60px;
            font-weight: 900;
            text-align: center;
        }

        .elementor-section.elementor-section-boxed>.elementor-container {
            max-width: 1180px;
        }

        section.elementor-section.elementor-inner-section.elementor-element.elementor-element-f6964eb.inner-image.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
            position: absolute;
            top: 0px;
        }

        .start-bottom p {
            margin: 0px;
        }

        .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-e52b8c0.background-image {
            position: relative;
        }

        .elementor-align-right.inline-block.btn01.header_btn.fireButton {
            width: 70%;
        }

        .top-part-right .elementor-widget-wrap.elementor-element-populated .elementor-widget:not(:last-child) p {
            margin-bottom: 0px;
        }

        .footer-bottom-content p {
            font-size: 8.8px;
        }

        .footer-bottom u {
            text-decoration: none;
            color: #333;
        }

        .footer-bottom-content p small {
            font-size: 100%;
        }

        .wpforms-field.wpforms-field-radio .wpforms-field-label {
            text-align: center;
            font-size: 28px !important;
            margin-bottom: 20px !important;
            font-weight: normal !important;

        }

        .call-check {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
            justify-content: center;
            align-content: center;
            align-items: flex-start;
        }

        .call-check input[type="checkbox"] {
            width: 50px;
            margin-top: 4px;
            height: 20px;
        }

        .call-check label {
            line-height: 20px;
        }

        .wpforms-field.wpforms-field-radio .wpforms-field-required li.depth-1 {
            text-align: center;
            background-color: #e9a800 !important;
            border-radius: 3px;
            border-color: transparent !important;
            padding: 15px 0px !important;
            margin: 10px 0 !important;
            color: white;
            font-weight: bold;
            font-size: 1.5rem;
            text-decoration: none !important;
            display: block;
            cursor: pointer;
            width: 100%;
        }

        .wpforms-field.wpforms-field-radio .wpforms-field-required li.depth-1 label.wpforms-field-label-inline {
            font-size: 1.5rem;
            display: block;
            cursor: pointer;

        }

        .footer-bottom {
            position: fixed;
            bottom: 0px;
            width: 100%;
            z-index: 9;
        }

        .flip-clock-divider .flip-clock-label {
            font-size: 14px;
        }

        .wpforms-field.wpforms-field-radio ul li.depth-1 {
            text-align: center;
            background-color: #e9a800 !important;
            border-radius: 3px;
            border-color: transparent !important;
            padding: 15px 0px !important;
            margin: 10px 0 !important;
            color: white;
            font-weight: bold;
            font-size: 1.5rem;
            text-decoration: none !important;
            display: block;
            cursor: pointer;
            width: 100%;
        }

        .wpforms-field.wpforms-field-radio ul li.depth-1 label.wpforms-field-label-inline {
            font-size: 1.5rem;
            display: block;
            cursor: pointer;
        }

        .elementor-element.elementor-element-0b260a5.elementor-widget.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .wpforms-container.wpforms-container-full .wpforms-confirmation-container-full.wpforms-confirmation-scroll {

            text-align: center;
            padding: 40px 34px;
            margin: 15px 0;
            background-color: #fff;
            border-top: 5px solid #00007c;
            line-height: 1.75;
            box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
            transition: all 0.2s ease;
        }

        .wpforms-field.wpforms-field-radio ul li.depth-1 label.wpforms-field-label-inline {
            font-size: 1.5rem;
        }

        .elementor-element.elementor-element-0b260a5.elementor-widget.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .wpforms-container.wpforms-container-full .wpforms-confirmation-container-full.wpforms-confirmation-scroll p strong {
            font-size: 24px;
            line-height: 1.3;
            font-weight: bold;
        }

        .elementor-element.elementor-element-0b260a5.elementor-widget.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .wpforms-container.wpforms-container-full .wpforms-confirmation-container-full.wpforms-confirmation-scroll h2 {
            font-size: 24px;
            margin: 0 0 8px;
            line-height: 1.3;
            font-weight: bold;
        }

        .elementor-element.elementor-element-0b260a5.elementor-widget.elementor-widget-shortcode .elementor-widget-container .elementor-shortcode .wpforms-container.wpforms-container-full .wpforms-confirmation-container-full.wpforms-confirmation-scroll p a {

            text-align: center;
            background-color: #e9a800;
            border-radius: 3px;
            border-color: transparent;
            padding: 15px 0px;
            margin: 10px 0;
            color: white;
            font-weight: bold;
            font-size: 1.5rem;
            text-decoration: none !important;
            display: block;
            cursor: pointer;
            width: 100%;
        }

        .wpforms-field-container .wpforms-page.wpforms-page-3.next2 .wpforms-field.wpforms-field-html {
            text-align: center;
            padding: 40px 34px;
            margin: 15px 0;
            background-color: #fff;
            border-top: 5px solid #00007c;
            line-height: 1.75;
            box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
            transition: all 0.2s ease;
        }

        div.wpforms-container-full .wpforms-form .wpforms-submit-container {
            text-align: center;
        }

        .wpforms-field-container .wpforms-page.wpforms-page-4.next3 .wpforms-field.wpforms-field-html,
        .wpforms-field-container .wpforms-page.wpforms-page-5.next3 .wpforms-field.wpforms-field-html,
        .wpforms-field-container .wpforms-page.wpforms-page-6.next4 .wpforms-field.wpforms-field-html {
            text-align: center;
            padding: 40px 34px;
            margin: 15px 0;
            background-color: #fff;
            border-top: 5px solid #00007c;
            line-height: 1.75;
            box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
            transition: all 0.2s ease;
        }

        .wpforms-field-container .wpforms-page.wpforms-page-5.next4 .wpforms-field.wpforms-field-html {
            text-align: center;
            padding: 40px 34px;
            margin: 15px 0;
            background-color: #fff;
            border-top: 5px solid #00007c;
            line-height: 1.75;
            box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
            transition: all 0.2s ease;
        }

        .wpforms-field.wpforms-field-radio .wpforms-field-required li.depth-1 input {
            display: none;
        }

        .wpforms-field.wpforms-field-radio ul li.depth-1 input {
            display: none;
        }

        .last-time {
            display: block;
        }

        .last-time h5 {
            display: inline;
        }

        .last-time div#timer {
            display: inline;
            color: #ff0000;
            font-size: 18px;
            font-weight: bold;
        }

        .footer-bottom .elementor-widget-wrap>.elementor-element {
            width: auto;
            margin: 0;
        }

        .top-part-right .elementor-widget-wrap.elementor-element-populated {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
            align-content: center;
            height: 100%;
        }

        .top-part-right .elementor-widget-wrap.elementor-element-populated .elementor-widget:not(:last-child) {
            margin-bottom: 0;
        }

        .top-part-left .elementor-widget-wrap.elementor-element-populated .elementor-widget:not(:last-child) {
            margin-bottom: 0;
        }

        .info-heading {
            position: relative;
            line-height: 26px;
        }

        .info-heading:before {
            content: " ";
            display: block;
            height: 100%;
            width: 100%;
            margin-left: -3px;
            margin-right: -3px;
            position: absolute;
            background: #ffd500;
            transform: rotate(2deg);
            top: -1px;
            left: -1px;
            border-radius: 10% 10% 10% 10%;
            padding: 10px 10px 10px 10px;
            z-index: -1;
        }

        .card-form-new form#wpforms-form-2605 .wpforms-field-container .wpforms-field .wpforms-field-row {
            max-width: 100%;
        }

        .card-form-new form#wpforms-form-2605 .wpforms-field-container .wpforms-field input.wpforms-field-medium {
            max-width: 100%;
        }

        .card-form-new form#wpforms-form-2605 .wpforms-field-container .wpforms-field .wpforms-field-row::last-of-type .wpforms-field-row-block.wpforms-one-half.wpforms-first {
            width: 100%;
        }

        .card-form-new form#wpforms-form-2605 .wpforms-field-container .wpforms-field.wpforms-field-address .wpforms-field-row.wpforms-field-medium:last-of-type .wpforms-field-row-block.wpforms-one-half.wpforms-first {
            width: 100%;
        }


        .card-form-new form#wpforms-form-2605 .wpforms-submit-container button[type=submit] {
            font-family: "Roboto", Sans-serif;
            font-size: 20px;
            font-weight: 500;
            text-decoration: none;
            background-image: linear-gradient(180deg, #49B74E 0%, #388E3C 100%);
            color: #fff;
            box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
            border-radius: 8px 8px 8px 8px;
            padding: 7px 20px 7px 20px;
            border: none;
        }

        .card-form-new div.wpforms-container-full form#wpforms-form-2605.wpforms-form .wpforms-field-sublabel,
        .card-form-new div.wpforms-container-full form#wpforms-form-2605 .wpforms-field-description,
        .card-form-new div.wpforms-container-full form#wpforms-form-2605 .wpforms-field-number-slider .wpforms-field-number-slider-hint {
            font-size: 16px;
        }




        .btn {
            background-color: #333333;
            color: #CCCCCC;
        }

        #sessInc,
        #sessDec,
        #breakInc,
        #breakDec {
            font-weight: bold;
        }

        #stats {
            background-color: #333333;
            width: 220px;
            height: 70px;
            border-radius: 10px;
            color: #CCCCCC;
            font-size: 45px;
            text-align: center;
        }

        .flip-clock-divider .flip-clock-label {
            font-size: 16px;
            font-weight: bold;
        }

        .flip-clock-wrapper * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            -o-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .info-heading h5 {
            line-height: normal;
            padding: 5px;
        }

        .flip-clock-wrapper a {
            cursor: pointer;
            text-decoration: none;
            color: #fff;
        }

        .flip-clock-wrapper a:hover {
            color: #fff;
        }

        .flip-clock-wrapper ul {
            list-style: none;
        }

        div#clock .timer.flip-clock-wrapper {
            display: flex;
            flex-wrap: wrap;
            width: 300px;
            margin: auto !important;
        }

        .flip-clock-wrapper {
            font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
            -webkit-user-select: none;
        }

        .flip-clock-meridium {
            background: none !important;
            box-shadow: 0 0 0 !important;
            font-size: 24px !important;
        }

        .flip-clock-meridium a {
            color: #fff;
        }

        .flip-clock-wrapper {
            text-align: center;
            position: relative;
            width: 100%;
            margin: 1em;
        }

        .flip-clock-wrapper ul {
            position: relative;
            float: left;
            margin: 5px;
            width: 60px;
            height: 60px;
            font-size: 24px;
            font-weight: bold;
            line-height: 40px;
            background: #000;
        }

        .flip-clock-wrapper ul li {
            z-index: 1;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            line-height: 40px;
            text-decoration: none !important;
        }

        .flip-clock-wrapper ul li .down {
            display: none;
        }

        .flip-clock-wrapper ul li a {
            display: block;
            height: 100%;
            -webkit-perspective: 200px;
            -moz-perspective: 200px;
            perspective: 200px;
            margin: 0 !important;
            overflow: visible !important;
            cursor: default !important;
            background-image: linear-gradient(180deg, #49B74E 0%, #388E3C 100%);
        }

        .flip-clock-wrapper ul li.flip-clock-before {
            display: none;
        }

        .flip-clock-wrapper ul li a .up .inn {
            height: 100%;
            line-height: 60px;
        }

        span.flip-clock-divider.minutes span.flip-clock-dot.top {
            display: none;
        }

        span.flip-clock-divider.minutes span.flip-clock-dot.bottom {
            display: none;
        }

        .flip-clock-divider {
            float: left;
            display: inline-block;
            position: relative;
            width: 20px;
            height: 65px;
        }

        .flip-clock-divider:first-child {
            width: 0;
        }

        .flip-clock-wrapper ul li a .up {
            height: 100%;
        }

        .flip-clock-dot {
            display: block;
            background: #323434;
            width: 10px;
            height: 10px;
            position: absolute;
            border-radius: 50%;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
            left: 5px;
        }

        .flip-clock-divider .flip-clock-label {
            position: absolute;
            top: -1.5em;
            right: -86px;
            color: black;
            text-shadow: none;
        }

        .flip-clock-divider.minutes .flip-clock-label {
            right: -88px;
        }

        .flip-clock-divider.seconds .flip-clock-label {
            right: -91px;
        }

        .flip-clock-dot.top {
            top: 40px;
        }

        .flip-clock-dot.bottom {
            bottom: 30px;
        }

        .logo-img a img {
            width: 160px;
        }

        .create-revi-section form .wpforms-field label {
            font-weight: 400 !important;
            font-size: 15px !important;
        }

        .create-revi-section form .wpforms-submit-container button[type="submit"] {
            background-image: linear-gradient(180deg, #49B74E 0%, #388E3C 100%);
            box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
            border-radius: 8px 8px 8px 8px;
            padding: 10px 30px 10px 30px;
            font-family: "Roboto", Sans-serif;
            font-weight: 500;
            font-size: 15px;
            border: none !important;
            color: #fff;
        }

        .review-slides .swiper-wrapper {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .review-slides .sp-testimonial-client-image {
            position: absolute;
            bottom: -40px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            margin-bottom: 0;
        }

        .review-slides .sp-testimonial-client-image img {
            width: 90px;
            height: 90px;
        }

        /*.review-slides .sp-testimonial-client-name,
.review-slides .sp-testimonial-client-designation{
	order: 2;
}*/
        .review-slides .sp-testimonial-item .sp-testimonial-free {
            height: 100%;
        }

        .review-slides .sp-testimonial-client-testimonial .sp-testimonial-content p {
            margin-bottom: 0;
        }

        .top-testi-field {
            position: relative;
        }

        .top-testi-field:after {
            content: '';
            position: absolute;
            left: 10px;
            top: 30px;
            width: 45px;
            height: 37px;
            background-image: url('http://thedebtbureau.org/wp-content/uploads/2022/10/quote-img.png');
            background-size: 100%;
        }

        .top-testi-field:before {
            content: '';
            position: absolute;
            right: 10px;
            bottom: 30px;
            width: 45px;
            height: 37px;
            background-image: url('http://thedebtbureau.org/wp-content/uploads/2022/10/quote-img.png');
            background-size: 100%;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

        .top-testi-field,
        .top-testi-field .elementor-widget-container {
            min-height: 100%;
        }

        .top-testi-field .elementor-testimonial-meta-inner .elementor-testimonial-image {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            background: #fff;
            border-radius: 100%;
        }

        .review-slides .sp-testimonial-free-section {
            margin-left: 0;
            margin-right: 0;
            padding: 10px !important;
        }

        .review-slides .sp-testimonial-free-section .sp-testimonial-item {
            padding: 90px 30px 70px 30px !important;
            background-color: #FFFFFF;
            box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
            min-height: 100%;
            height: auto;
        }

        .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next {
            background-color: #004f94;
            transform: translateY(-50px);
            -webkit-transform: translateY(-50px);
        }

        .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next .sp-testimonial-client-testimonial p,
        .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next .sp-testimonial-client-name {
            color: #fff !important;
        }

        .review-slides .sp-testimonial-free-section .sp-testimonial-item:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 30px;
            width: 45px;
            height: 37px;
            background-image: url('http://thedebtbureau.org/wp-content/uploads/2022/10/quote-img.png');
            background-size: 100%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

        .create-revi-section .wpforms-confirmation-scroll {
            background-image: linear-gradient(180deg, #49B74E 0%, #388E3C 100%);
            box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
            color: #fff;
            border: none;
        }

        .main-testimonial-inner ul,
        .testimonial-detailss ul {
            padding: 0;
            margin: 0;
        }

        .main-testimonial-inner ul li {
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            padding: 25px;
            box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
            -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
            margin-bottom: 30px;
        }

        .main-testimonial-inner ul li .user-image {
            flex: 0 0 90px;
            -webkit-flex: 0 0 90px;
        }

        .main-testimonial-inner ul li .user-content {
            flex: 0 0 calc(100% - 90px);
            -webkit-flex: 0 0 calc(100% - 90px);
            padding-left: 30px;
        }

        .testimonial-detailss ul li {
            display: block;
        }

        .main-testimonial-inner ul li .user-content h4 {
            margin-top: 0;
        }

        .main-testimonial-inner ul li .user-content .star-rating,
        .testimonial-detailss ul li .user-content .star-rating {
            color: #ffc600;
            margin-bottom: 10px;
        }

        .main-testimonial-inner ul li .user-content .star-rating+a {
            text-decoration: underline;
        }

        .main-testimonial-inner .bottom-testi .pagination {
            text-align: center;
        }

        .main-testimonial-inner .bottom-testi .pagination .page-numbers {
            height: 40px;
            padding: 0px 15px;
            border: 1px solid #9d9d9d;
            display: inline-block;
            line-height: 40px;
        }

        .top-testi-field .elementor-testimonial-meta-inner .elementor-testimonial-image img {
            border-radius: 100%;
            box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
            padding: 6px;
        }

        .main-testimonial-inner ul li .user-image img {
            box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
            padding: 5px;
        }

        .top-testi-field .elementor-widget-container {
            background-color: #004f94 !important;
        }

        .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper {
            display: flex;
            flex-direction: row-reverse;
        }

        .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-content {
            font-size: 15px;
            margin-bottom: 0;
            text-align: left;
            padding-left: 40px;
            line-height: 24px;
        }

        .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-name {
            position: relative;
        }

        .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-name:before {
            content: '';
            border-top: 2px solid #fff;
            position: absolute;
            bottom: -8px;
            width: 40px;
            text-align: center;
            margin: auto;
            left: 0px;
            right: 0px;
        }

        .top-testi-field .elementor-widget-container:hover {
            box-shadow: 0px 0px 0px 5px rgb(0 0 0 / 30%) !important;
            cursor: pointer;

        }

        .cont-number .elementor-counter .elementor-counter-number-wrapper {
            color: #61ce70;
        }

        #msquizform .step-text {
            font-size: 24px;
        }

        @media screen and (min-width: 768px) and (max-width: 979px) {
            .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next {
                transform: translateY(0);
                -webkit-transform: translateY(0);
                background-color: #fff;
            }

            .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next .sp-testimonial-client-testimonial p,
            .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next .sp-testimonial-client-name {
                color: #797979 !important;
            }

            .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper {
                display: flex;
                flex-direction: column-reverse;
            }

            .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-content {
                padding-left: 0;
                margin-top: 30px;
            }

            .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
                margin-bottom: 40px !important;
            }

        }

        @media (max-width: 767px) {
            .header_mobil_single .call_head .elementor-widget-container {
                font-size: 12px !important;
            }

            .header_mobil_single #header-call-btn {
                width: 100% !important;
                max-width: 220px;
                height: 36px !important;
                font-size: 10px !important;
                line-height: 1.4;
                padding: 0;
                margin-bottom: 0 !important;
                font-size: 2.5vw !important;
            }

            .elementor-1587 .elementor-element.elementor-element-02f0e4f {
                padding: 30px 0px 10px 0px;
            }

            section.elementor-section.elementor-top-section.elementor-element.elementor-element-c952996.footer-bottom.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-widget-wrap.elementor-element-populated {
                display: flex;
                flex-wrap: wrap;
                /*     flex-direction: column-reverse; */
            }

            .top-part-right .elementor-widget-wrap.elementor-element-populated {
                display: block;

            }

            .elementor-align-right.inline-block.btn01.header_btn.fireButton {
                width: 100%;
                float: right;
            }

            .flip-clock-wrapper ul {
                margin: 4px !important;
                width: 50px !important;
                font-size: 18px;
                height: 50px;
            }

            .flip-clock-wrapper {
                margin: 0px !important;
                display: flex;
                justify-content: center;
            }

            .card-form-new form#wpforms-form-2605 .wpforms-field-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
                width: 100%;
            }

            div.wpforms-container-full {
                margin: 0px auto;
            }

            .card-form-new form#wpforms-form-2605 .wpforms-field-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half {
                margin: 0px;
            }

            div#clock .timer.flip-clock-wrapper {
                width: auto;
            }

            .flip-clock-divider .flip-clock-label {
                font-size: 14px;
            }

            .flip-clock-wrapper ul li a .up .inn {
                line-height: 50px;
            }

            .card-form-new form#wpforms-form-2605 .wpforms-submit-container button[type=submit] {
                font-size: 14px;
                margin-bottom: 40px;
            }

            .flip-clock-divider {
                height: 55px;
            }

            .flip-clock-dot.top {
                top: 35px;
            }

            .flip-clock-dot.bottom {
                bottom: 25px;
            }

            .top-testi-field,
            .top-testi-field .elementor-widget-container {
                min-height: auto;
            }

            .top-testi-field .elementor-testimonial-meta-inner .elementor-testimonial-image {
                bottom: -20px;
            }

            .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next {
                transform: inherit;
                -webkit-transform: inherit;
                background-color: #fff;
            }

            .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next .sp-testimonial-client-testimonial p,
            .review-slides .sp-testimonial-free-section .sp-testimonial-item.swiper-slide-next .sp-testimonial-client-name {
                color: #797979 !important;
            }

            .main-testimonial-inner .bottom-testi {
                padding-top: 40px;
            }

            .main-testimonial-inner ul li {
                padding: 20px;
                text-align: center;
            }

            .main-testimonial-inner ul li .user-image,
            .main-testimonial-inner ul li .user-content {
                flex: 0 0 100%;
                -webkit-flex: 0 0 100%;
            }

            .main-testimonial-inner ul li .user-image img {
                width: 90px;
            }

            .main-testimonial-inner ul li .user-content {
                padding-left: 0;
                padding-top: 10px;
            }

            .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper {
                display: flex;
                flex-direction: column-reverse;
            }

            .top-testi-field .elementor-widget-container .elementor-testimonial-wrapper .elementor-testimonial-content {
                padding-left: 0;
                margin-top: 30px;
            }

            .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
                margin-bottom: 40px !important;
            }

        }

        /*new form start here*/
        input.next.action-button.grey-bg {
            background: transparent !important;
            color: #7d7d7d !important;
        }

        #heading {
            text-transform: uppercase;
            color: #72b239;
            font-weight: normal
        }

        #msform {
            text-align: center;
            position: relative;
            margin-top: 0px
        }

        #msform fieldset {
            border: 0 none;
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            position: relative
        }

        .form-card {
            text-align: left;
            margin-top: 40px;
        }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform input,
        #msform textarea {
            padding: 8px 15px 8px 15px;
            border: 1px solid #ccc;
            border-radius: 0px;
            margin-bottom: 25px;
            margin-top: 2px;
            width: 100%;
            box-sizing: border-box;
            font-family: montserrat;
            color: #2C3E50;
            background-color: #ECEFF1;
            font-size: 16px;
            letter-spacing: 1px
        }

        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid rgba(0, 79, 149, 1);
            outline-width: 0
        }

        #msform .action-button {
            cursor: pointer;
            border-radius: 15px;
            width: 220px;
            height: 66px;
            background: #FFD700;
            color: #fff;
            font-size: 22px;
            line-height: 26px;
            font-weight: 400;
            font-family: Poppins;
            float: left;
            margin-right: 15px;
            text-transform: uppercase;
        }

        #msform .action-button-previous {
            width: 100px;
            background: #616161;
            font-weight: bold;
            color: white;
            border: 0 none;
            border-radius: 0px;
            cursor: pointer;
            padding: 10px 5px;
            margin: 10px 5px 10px 0px;
            float: right
        }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            background-color: #000000
        }

        .card {
            z-index: 0;
            border: none;
            position: relative
        }

        .fs-title {
            font-size: 25px;
            color: #72b239;
            margin-bottom: 15px;
            font-weight: normal;
            text-align: left
        }

        .purple-text {
            color: #72b239;
            font-weight: normal
        }

        .steps {
            color: #000;
            margin-bottom: 10px;
            font-weight: 600;
            font-family: "Poppins";
            font-size: 36px;
            line-height: 57px;
            margin-top: 0;
            margin-bottom: 40px;
            margin-left: 12%;

        }

        .fieldlabels {
            color: gray;
            text-align: left
        }

        #progressbar {
            overflow: hidden;
            color: lightgrey;
            margin: auto;
            display: flex;
            justify-content: center;
        }

        #progressbar .active {
            color: #F74D2D
        }

        #progressbar li {
            list-style-type: none;
            font-size: 15px;
            width: 30%;
            float: left;
            position: relative;
            font-weight: 400
        }

        #progressbar li:before {
            border: 2px solid #f1f1f1;
        }

        #progressbar #account:before {
            font-family: FontAwesome;
            content: "1"
        }

        #progressbar #personal:before {
            font-family: FontAwesome;
            content: "2"
        }

        #progressbar #payment:before {
            font-family: FontAwesome;
            content: "3"
        }

        #progressbar #confirm:before {
            font-family: FontAwesome;
            content: "4"
        }

        #progressbar li:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: block;
            font-size: 20px;
            color: #ffffff;
            background: lightgray;
            border-radius: 50%;
            margin: 9px auto 10px auto;
            padding: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 5px;
            background: lightgray;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1
        }

        #progressbar li.active:before,
        #progressbar li.active:after {
            background: #F74D2D
        }

        .progress {
            height: 20px
        }

        .progress-bar {
            background-color: #72b239
        }

        .fit-image {
            width: 100%;
            object-fit: cover
        }

        .col-6 {
            float: left;
            width: 50%;
        }

        .m-container .action-button.no-btn {
            background: rgba(22, 22, 22, 1) !important;
        }

        .center_align {
            width: 500px;
            margin: auto;
        }

        .step_second {
            width: 100%;
            text-align: center;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 60px;
        }

        .card {
            padding: 40px;
            max-width: 1326px;
            width: 100%;
            margin: 10px auto;
            background-color: #fafafa;
            box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
            box-sizing: border-box;

        }

        .ml-10 {
            margin-left: 6%;
        }

        .ml-transform {
            margin-left: 50%;
            transform: translateX(-100%);
        }

        .transform-left {
            transform: translateX(-100%);
        }

        .toggling_box {

            text-align: center;
        }

        .toggling_box h2 {
            font-family: poppins;
            font-weight: 500;
            color: #777;
            font-size: 18px;
        }

        .toggling_box_after {
            display: none;
            text-align: center;
            font-family: poppins;
        }

        .toggling_box_after h4 {
            text-align: center;
            color: #019901;
            margin-bottom: 25px;
            font-size: 24px;
            font-weight: 700;
            font-family: poppins;
            line-height: 38px;
        }

        .timer {
            color: #ff0000;
            font-size: 18px;
            font-weight: 600;
        }

        .toggling_box_after a {
            background: #FFD700;
            font-size: 22px;
            color: #fff;
            padding: 24px 0px;
            display: block;
            font-weight: 500;
            text-decoration: none;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .pulse_parent {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .toggling_box_after h2 {
            margin: 10px 0 25px;
            color: #000;
            font-size: 24px;
            font-family: poppins;
            font-weight: 700;
        }

        .toggling_box_after p {
            font-size: 18px;
            font-family: poppins;
            color: #333;
            margin: 18px 0;
        }

        /**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
        .dot-pulse {
            position: relative;
            left: -9999px;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background-color: #004F95;
            color: #004F95;
            box-shadow: 9999px 0 0 -5px;
            animation: dot-pulse 1.5s infinite linear;
            animation-delay: 0.25s;
        }

        .dot-pulse::before,
        .dot-pulse::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background-color: #004F95;
            color: #004F95;
        }

        .dot-pulse::before {
            box-shadow: 9984px 0 0 -5px;
            animation: dot-pulse-before 1.5s infinite linear;
            animation-delay: 0s;
        }

        .dot-pulse::after {
            box-shadow: 10014px 0 0 -5px;
            animation: dot-pulse-after 1.5s infinite linear;
            animation-delay: 0.5s;
        }

        @keyframes dot-pulse-before {
            0% {
                box-shadow: 9984px 0 0 -5px;
            }

            30% {
                box-shadow: 9984px 0 0 2px;
            }

            60%,
            100% {
                box-shadow: 9984px 0 0 -5px;
            }
        }

        @keyframes dot-pulse {
            0% {
                box-shadow: 9999px 0 0 -5px;
            }

            30% {
                box-shadow: 9999px 0 0 2px;
            }

            60%,
            100% {
                box-shadow: 9999px 0 0 -5px;
            }
        }

        @keyframes dot-pulse-after {
            0% {
                box-shadow: 10014px 0 0 -5px;
            }

            30% {
                box-shadow: 10014px 0 0 2px;
            }

            60%,
            100% {
                box-shadow: 10014px 0 0 -5px;
            }
        }

        .required-label {
            color: #ff0000;
        }

        #progressbar {
            padding-left: 0;
        }

        #msform img {
            max-width: 550px;
            width: 100%;
        }

        @media screen and (max-width: 767px) {
            #msform fieldset {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                text-align: center;
            }

            .main_field .col-6 {
                width: 100% !important;
            }

            #msform .action-button {
                font-size: 14px !important;
                letter-spacing: .3px;
                height: 38px !important;
                line-height: 22px !important;
                width: 118px !important;
                border-radius: 30px !important;
                margin-right: 0 !important;
                margin-left: 10px;
                margin-bottom: 0px;
            }

            #progressbar {
                margin: 0 5px;
            }

            .form-card {
                margin-top: 0
            }

            .card {
                padding: 0;
                box-shadow: none;
                background: transparent;
            }

            #msform img {
                width: 100% !important;
                margin: auto;
                display: flex;
                max-width: 196px;
            }

            .toggling_box_after p {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 0;
            }

            .toggling_box_after h4 {
                font-size: 18px;
                line-height: 25px;
                margin-bottom: 20px;
            }

            .toggling_box_after h2 {
                font-size: 18px;
                margin-bottom: 20px;
            }

            /*   .toggling_box_after a{
          padding: 0;
    font-size: 15px;
    letter-spacing: .3px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
  } */
            .toggling_box_after,
            .toggling_box {
                margin: 0 3px;
                padding: 0px;
                box-shadow: none;
            }

            #progressbar li {
                font-size: 12px;
            }

            #progressbar li:before {
                width: 25px;
                height: 25px;
                line-height: 25px;
                font-size: 16px;
            }

            #progressbar li:after {
                height: 3px;
            }

            #progressbar li {
                width: 33.33%;
            }

            .steps {
                font-size: 19px;
                line-height: 32px;
                text-align: center;
                margin: 15px 0 10px 0;
            }

            .main_field {
                box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                padding: 20px;
            }

            .ml-10 {
                margin-left: 0;
            }

            .toggling_box h2 {
                line-height: 22px;
            }

            #header-call-btn {
                margin: auto;
            }

            .elementor-element-350619d #header-call-btn {
                float: none !important;
            }

            header #header-call-btn {
                /* 		border-radius: 0 !important;
		width: 130px !important;
    height: 30px !important;
    font-size: 12px !important;
		animation: none !important;
		padding: 0 !important;
    margin-right: 10px !important; */
                margin-bottom: 20px !important;
            }

            .call_head .elementor-widget-container {
                float: right;
            }

            /* .elementor-element-116049d #header-call-btn{
		width: 180px;
    height: 42px;
    font-size: 16px;
} */
            #msquizform .main_field {
                padding: 15px !important;
                /* 		max-width: 730px !important; */
            }

            .fieldset-text {
                gap: 0 !important;
                ;
                flex-direction: column !important;
                ;
            }

            #msquizform input,
            #msquizform textarea {
                margin-bottom: 15px;
            }

            #msquizform .steps {
                font-size: 19px;
            }

            .call_head .elementor-widget-container:before {
                left: -15px !important;
                top: 2px !important;
            }

            .call_head .elementor-widget-container {
                float: none;
                font-size: 14px;
            }

            .elementor-7559 .elementor-element.elementor-element-27382c6 {
                margin-top: 15px;
                margin-bottom: 15px !important;
            }

            .call_head .elementor-widget-container:before {
                top: 5px !important;
            }



        }

        @media screen and (min-width: 768px) and (max-width: 900px) {
            .card {
                padding: 40px 20px;
            }

        }

        @media screen and (min-width: 768px) and (max-width: 1200px) {
            .steps {
                margin-bottom: 20px;
            }

            #msform .action-button {
                border-radius: 10px;
                width: 140px;
                height: 55px;
                font-size: 22px;
            }

            .steps {
                margin-left: 30px;
            }

            .ml-10 {
                margin-left: 30px;
            }

        }


        #lp-pom-text-114 {
            padding: 15.5px 0;
        }

        #lp-pom-text-114 p {
            margin: 0;
        }

        span.time {
            font-weight: 600;
            color: rgb(0, 114, 255);
        }

        .top-part-right .elementor-widget.elementor-widget-text-editor .elementor-widget-container {
            display: inline;
        }

        .call_head .elementor-widget-container {
            position: relative;
        }

        .call_head .elementor-widget-container:before {
            content: '';
            background: green;
            height: 10px;
            width: 10px;
            position: absolute;
            border-radius: 50px;
            left: -15px;
            top: 8px;
            box-shadow: 0 0 0 0 rgba(73, 183, 78, 0.7);
            border-radius: 10px;
            background: rgb(73, 183, 78) !important;
            animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            transition: all 300ms ease-in-out;
        }

        #header-call-btn {
            box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
            border-radius: 10px;
            /*     animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out; */
            width: 212px;
            height: 52px;
            font-size: 20px;
            align-items: center;
            display: flex;
            justify-content: center;
        }

        @-webkit-keyframes pulse {
            100% {

                box-shadow: 0 0 0 30px rgba(255, 215, 0, 0);
            }
        }

        .elementor-element-350619d #header-call-btn {
            float: right;
        }

        .footer_last p {
            margin-bottom: 0;
        }

        .footer_last a {
            color: rgb(34, 34, 34);
        }

        #show-more,
        #show-less {
            cursor: pointer;
            text-decoration: none;
            color: #004F95;
        }

        .content_foot p {
            margin-bottom: 0;
        }

        .short_quiz span {
            background: transparent !important;
        }

        /* add new css 8-6-2023 start css*/

        input.next.action-button.grey-bg {
            background: transparent !important;
            color: #7d7d7d !important;
        }

        #heading {
            text-transform: uppercase;
            color: #72b239;
            font-weight: normal
        }

        #msquizform {
            text-align: center;
            position: relative;
            margin-top: 0px
        }

        #msquizform .fieldset3 {
            border: 0 none;
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            position: relative
        }

        .fieldset-form-card {
            text-align: left;
            margin-top: 40px;
        }

        #msquizform .fieldset3:not(:first-of-type) {
            display: none
        }

        #msquizform input,
        #msquizform textarea {
            padding: 8px 15px 8px 15px;
            border: 1px solid #ccc;
            border-radius: 0px;
            margin-bottom: 25px;
            margin-top: 2px;
            width: 100%;
            box-sizing: border-box;
            font-family: montserrat;
            color: #2C3E50;
            background-color: #ECEFF1;
            font-size: 16px;
            letter-spacing: 1px
        }

        #msquizform input:focus,
        #msquizform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid rgba(0, 79, 149, 1);
            outline-width: 0
        }

        #msquizform .action-button {
            cursor: pointer;
            border-radius: 15px;
            width: 90px;
            height: 50px;
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            font-family: Poppins;

            margin-right: 15px;
            text-transform: uppercase;

        }

        #msquizform .toggling_box_after a {
            background: #019901;
        }

        #msquizform .action-button.grey-bg {
            background: #ff0000;
        }

        #msquizform .fieldset-form-card {
            text-align: center;
        }

        #msquizform .fieldset-form-card .steps {
            margin: 20px 0 40px;
        }

        #msquizform .action-button-previous {
            width: 100px;
            background: #616161;
            font-weight: bold;
            color: white;
            border: 0 none;
            border-radius: 0px;
            cursor: pointer;
            padding: 10px 5px;
            margin: 10px 5px 10px 0px;
            float: right
        }

        #msquizform .action-button-previous:hover,
        #msquizform .action-button-previous:focus {
            background-color: #000000
        }

        .quiz-form-card {
            z-index: 0;
            border: none;
            position: relative
        }

        .fs-title {
            font-size: 25px;
            color: #72b239;
            margin-bottom: 15px;
            font-weight: normal;
            text-align: left
        }

        .purple-text {
            color: #72b239;
            font-weight: normal
        }

        .steps {
            color: #000;
            margin-bottom: 10px;
            font-weight: 600;
            font-family: "Poppins";
            font-size: 20px;
            line-height: 26px;
            margin-top: 0;
            margin-bottom: 40px;
            text-align: center;


        }

        .fieldlabels {
            color: gray;
            text-align: left
        }

        #quizprogressbar {
            overflow: hidden;
            background: lightgrey;
            margin: auto;
            display: flex;
            justify-content: center;
            padding: 6px;
            width: calc(100% - 45px);
        }

        #quizprogressbar .active {
            color: #000000;
            background-color: #49b74e;

        }

        #quizprogressbar li {
            list-style-type: none;
            height: 14px;
            font-size: 15px;
            background: #ececec;
            width: 30%;
            float: left;
            position: relative;
            font-weight: 400
        }

        #quizprogressbar li:before {
            border: 2px solid #f1f1f1;
        }

        #quizprogressbar #Step-1:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #Step-2:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #Step-3:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #Step-4:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #Step-5:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #Step-6:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #Step-7:before {
            font-family: FontAwesome;

        }

        #quizprogressbar #confirm:before {
            font-family: FontAwesome;

        }

        #quizprogressbar li:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: block;
            font-size: 20px;
            color: #ffffff;
            background: lightgray;
            border-radius: 50%;
            margin: 9px auto 10px auto;
            padding: 2px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #quizprogressbar li:after {
            content: '';
            width: 100%;
            height: 5px;
            background: lightgray;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1
        }

        #quizprogressbar li.active:before,
        #quizprogressbar li.active:after {
            background: #000000;
        }

        .progress {
            height: 20px
        }

        .progress-bar {
            background-color: #72b239
        }

        .fit-image {
            width: 100%;
            object-fit: cover
        }

        .step-text {
            padding: 15px;
            background: #f1f1f1f1;
            font-size: 18px;
        }

        .step-text-phone {
            padding: 15px;
            background: #f1f1f1f1;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .step-text-phone a {
            text-decoration: none;
            display: inherit;
            font-family: "Poppins";
        }

        .step-text-phone a svg {
            font-size: 20px;
            line-height: 100px;
            margin-right: 10px;
            margin-top: 3px;
        }

        .step-text-phone a {
            text-decoration: none;
        }

        .col-6 {
            float: left;
            width: 50%;
        }

        .quiz-form-container .action-button.no-btn {
            background: rgba(22, 22, 22, 1) !important;
        }

        .center_align {
            width: 500px;
            margin: auto;
        }

        .step_second {
            width: 100%;
            text-align: center;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 60px;
        }

        .quiz-form-card {
            padding: 0px;
            /*     max-width: 730px; */
            width: 100%;
            margin: 10px auto;
            overflow: hidden;
            box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        }

        #msquizform .main_field {
            padding: 40px;
            /*     max-width: 730px; */
            width: 100%;
            margin: 0px auto;
            background-color: #fff;
            box-sizing: border-box;

        }

        #msquizform .main_field .fieldset-form-card {
            max-width: 830px;
            margin: 0px auto;
        }

        .fieldset-text {
            display: flex;
            gap: 30px;
            width: 100%;
            margin: auto;
        }

        .fieldset-text-left {
            width: 100%;
        }

        #msquizform .fieldset-text-left input {
            background-color: #fff;
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
        }

        .fieldset-text .fieldset-text-left {
            text-align: left;
        }

        .fieldset-text-left label {
            font-weight: 600;
        }

        .fieldset-text-left select {
            width: 100%;
            padding: 10px;
            margin-bottom: 30px;
        }

        .ml-transform {
            margin-left: 50%;
            transform: translateX(-100%);
        }

        .transform-left {
            transform: translateX(-100%);
        }

        .toggling_box {

            text-align: center;
        }

        .toggling_box h2 {
            font-family: poppins;
            font-weight: 500;
            color: #777;
            font-size: 18px;
        }

        .toggling_box_after {
            display: none;
            text-align: center;
            font-family: poppins;
        }

        .toggling_box_after h4 {
            text-align: center;
            color: #019901;
            margin-bottom: 25px;
            font-size: 24px;
            font-weight: 700;
            font-family: poppins;
            line-height: 38px;
        }

        .timer {
            color: #ff0000;
            font-size: 18px;
            font-weight: 600;
        }

        .toggling_box_after a {
            /*    background: #019901;
    font-size: 22px;
    color: #fff;
    padding: 24px 0px;
    display: block;
  font-weight:500;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 20px; */
        }

        .pulse_parent {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .toggling_box_after h2 {
            margin: 10px 0 25px;
            color: #000;
            font-size: 24px;
            font-family: poppins;
            font-weight: 700;
        }

        .toggling_box_after p {
            font-size: 18px;
            font-family: poppins;
            color: #333;
            margin: 18px 0;
        }




        /* add new css 21-6-2023 start css*/

        .blob {
            background: rgba(33, 212, 7, 1);
            border-radius: 50%;
            margin: 10px;
            height: 15px;
            width: 15px;
            box-shadow: 0 0 0 0 rgba(33, 212, 7, 1);
            transform: scale(1);
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(33, 212, 7, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 10px rgba(33, 212, 7, 0);
            }

            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(33, 212, 7, 0);
            }
        }

        .online_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .online_wrap p,
        .elementor-element-3deafd2 .elementor-element-b673e84,
        .elementor-element-d1733e9 .elementor-element-3db3f19,
        .margin-0 {
            margin: 0;
        }


        /*chat system css*/
        .m_container {
            max-width: 410px;
            margin: auto;
        }

        .m_container p {
            margin: 0;
        }

        .bot_chat_wrapper {
            display: flex;
            align-items: end;
            gap: 12px;
            margin-right: 70px;
        }

        .bot_img {
            flex-shrink: 0;
        }

        .m_container ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .m_container li>div {
            padding: 12px;
            background: rgb(229, 231, 235);
            border-radius: 8px;
            line-height: 24px;
            margin-top: 8px;
            display: inline-flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .hidden {
            display: none;
        }

        .user_chat_wrapper.hidden {
            display: none;
        }

        .bot_img img,
        .user_img img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
        }

        .m_container .chat_btn {
            padding: 12px 48px;
            border-radius: 30px;
            background: rgb(59 130 246);
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 16px;
            line-height: 1.5;
            text-decoration: none;
        }

        .m_container a#PrimaryNumber {
            background: #61CE70;
        }

        .user_chat_wrapper {
            display: flex;
            justify-content: end;
            gap: 12px;
            padding-top: 16px;
        }

        .user_response {
            background: rgb(59 130 246);
            color: #fff;
            padding: 12px;
            font-size: 16px;
            border-radius: 8px;
            line-height: 1.5;
        }

        .typing-animation {
            display: inline-flex;
            align-items: center;
            height: 24px;
        }

        .typing-dot {
            width: 8px;
            height: 8px;
            background-color: #a7a7a7;
            border-radius: 50%;
            margin-right: 4px;
            animation: typing 1s infinite;
        }

        span.text-red-600 {
            color: rgb(220 38 38);
        }

        #disconnected .disconnect_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 28px 0 10px;
        }

        #disconnected .disconnect_wrap div {
            border-top: 1px solid rgb(229 231 235);
            flex-grow: 1;
        }

        #disconnected .disconnect_wrap span.closed {
            flex-shrink: 1;
            font-size: 12px;
            color: rgb(121 123 127);
            margin: 0 16px;
        }

        @keyframes typing {
            0% {
                opacity: 0.3;
                transform: scale(1);
            }

            50% {
                opacity: 1;
                transform: scale(1.05);
            }

            100% {
                opacity: 0.3;
                transform: scale(1);
            }
        }

        @media (max-width: 767px) {
            .elementor-9053 .elementor-element.elementor-element-3db3f19 .elementor-heading-title {
                font-size: 20px;
                line-height: 1.5;
            }

            .elementor-9053 .elementor-element.elementor-element-b673e84 {
                font-size: 14px;
            }

            .m_container .chat_btn {
                padding: 10px 40px;
            }

            .m_container li>div {
                gap: 10px
            }
        }

        @media (max-width:420px) {
            .elementor-9053 .elementor-element.elementor-element-2e8b0bf .elementor-button {
                font-size: 14px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .footer_texts p {
                font-size: 14px;
                margin-bottom: 5px;
            }
        }

        .footer_call .elementor-widget-container {
            margin-bottom: 0 !important;
        }

        /*chat css end here*/

        .akshat_form .wpforms-page .wpforms-field-html,
        .Akshat2 .wpforms-page .wpforms-field-html {
            text-align: center !important;
            padding: 40px 34px !important;
            margin: 15px 0 !important;
            background-color: #fff !important;
            border-top: 5px solid #00007c !important;
            line-height: 1.75 !important;
            box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%) !important;
            transition: all 0.2s ease !important;
        }

        .akshat_form .wpforms-confirmation-scroll,
        .Akshat2 .wpforms-confirmation-scroll {
            text-align: center;
            padding: 40px 34px;
            margin: 15px 0;
            background-color: #fff;
            border-top: 5px solid #00007c;
            line-height: 1.75;
            box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
            transition: all 0.2s ease;
        }

        .akshat_form .wpforms-confirmation-scroll p strong,
        .Akshat2 .wpforms-confirmation-scroll p strong {
            font-size: 24px;
            line-height: 1.3;
            font-weight: bold;
        }

        .akshat_form .wpforms-confirmation-scroll h2 {
            font-size: 24px;
            margin: 0 0 8px;
            line-height: 1.3;
            font-weight: bold;
        }

        .akshat_form .wpforms-confirmation-scroll p a,
        .Akshat2 .wpforms-confirmation-scroll p a {
            text-align: center;
            background-color: #e9a800;
            border-radius: 3px;
            border-color: transparent;
            padding: 15px 0px;
            margin: 10px 0;
            color: white;
            font-weight: bold;
            font-size: 1.5rem;
            text-decoration: none !important;
            display: block;
            cursor: pointer;
            width: 100%;
        }
