/* component */
body {
    font-family: "Poppins", serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", serif;
    font-style: normal;
}

p {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

h2 {
    color: #fff;
    /*font-size: 37pt;*/
    margin-bottom: 45px
}

h4 {
    color: #fff;
    font-weight: 500;
    font-size: 17pt;
}


textarea {
    border-radius: 20px;
    background: transparent !important;
    color: #fff !important;
    font-weight: 200 !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #fff !important;
}

.header_title_section {
    font-family: "Poppins", serif;
    font-size: 34pt;
    font-weight: 600;
}

/*
 *  Pure CSS star rating that works without reversing order
 *
 */
[type=radio]:hover + label,
[type=radio]:hover + input + label, [type=radio]:checked + label,
[type=radio]:checked + input + label {
    background-color: #495683;
    opacity: 0.6;
    color: #fff;
}

[type=radio]:focus + label {
    outline: none;
    position: relative;
    z-index: 2;
}

[type=radio] + label {
    display: block;
    text-align: center;
    padding: 0.2em 0;
    flex-shrink: 0;
    border: 2px solid #666;
    width: 2em;
    height: 2em;
    border-radius: 20%;
    background: transparent;
    margin-left: 0px;
    /*margin-right: 0.25em;*/
    color: #fff;
    font-size: 14px;
    min-height: 1.0rem;
    min-width: 1.0rem;
    cursor: pointer;
}

[type=radio] + label:focus, [type=radio] + label:hover {
    background-color: #495683;
    opacity: 0.5;
}

.wrapper {
    display: flex;
    /*background: red;*/
    flex-direction: row-reverse;
    max-width: 25em;
    justify-content: space-between;
}

.q-block {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
}

.q-block > *:first-child {
    flex-basis: 10em;
}

.q-block > *:last-child {
    flex-grow: 1;
    flex-basis: 20em;
}

.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

[type=radio] + label.color_123 {
    border-color: #fb2b41
}

[type=radio] + label.color_3 {
    border-color: #fd5934
}

[type=radio] + label.color_4 {
    border-color: #ff9e1c
}

[type=radio] + label.color_56 {
    border-color: #ff9b22
}

[type=radio] + label.color_78 {
    border-color: #c7d10e
}

[type=radio] + label.color_910 {
    border-color: #54b033
}

.customer_section [type=radio] + label {
    color: #020955
}

/*
 *  Pure CSS star rating that works without reversing order
 *
 */

.header_banner_section {
    background: #fff;
    z-index: 999999;
    position: relative;
    padding: 15px 0;
}

.header_banner_section p {
    color: #333;
    margin: 0;
}

.review_section p {
    font-size: 14px;
    color: #191919;
    font-weight: 400
}

.list-item {
    text-align: right;
}

.list-item .list-inline {
    margin: 0
}

.list-item .list-inline li {
    display: inline !important;
    margin: 0 30px;
}

.list-item .list-inline a {
    color: #333;
    font-size: 16px;
    text-decoration: none
}

.navbar_section {
    background: #fdfbfa;
    /*background: red*/
    padding: 10px 0;
}

.navbar {
    padding: 0
}

.navbar li.nav-item {
    margin: 0 10px
}

.navbar li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.navbar li.dropdown a {
    top: -5px;
}

.dropdown-item:hover {
    background: none
}

/*.dropdown-item:hover a {*/
/*    color: #38C7F6 !important;*/
/*}*/

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 20px;
}

.navbar .nav-item .dropdown-menu {
    background: #fff;
    border-radius: 0px;
    padding: 5px 0px 15px 0;
}


.navbar .nav-item .dropdown-menu li {
    padding: 0 0 2px 0;
}

.navbar ul li a span.eight_group {
    color: #00aaf1;
}

.navbar ul li a span.eight_days {
    color: #ff7b1d;
}

.navbar ul li a span.eight_create {
    color: #00a793;
}

.navbar ul li a span.eight_plus {
    color: #e340bd;
}

.navbar ul li a span.eight_digital {
    color: #56af36;
}

.navbar a.button_link {
    border-radius: 30px;
    font-weight: 400 !important;
    background: #ff7b1d !important;
    /*border: 1px solid #ff7b1d;*/
    outline: none;
    font-size: 16px;
    color: #fff !important;
    /*margin-left: 15px;*/
    padding: 12px 35px !important;
    position: relative;
    top: 5px;
    text-decoration: none !important;
}

li.dropdown a.dropdown-toggle::after {
    border: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f107";
    margin-left: 8px;
    position: relative;
    top: 5px;
}

li.dropdown li.dropdown-submenu a.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
}

.dropdown-menu .menu_items_heading a {
    font-size: 32px
}

.mega-nav .mega-menu-items li.menu_items_button {
    border-radius: 30px;
    font-weight: 400;
    outline: none;
    width: 250px;
    font-size: 16px;
    position: relative;
    top: 15px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none !important;
}

.menu_items_button a {
    color: #fff !important;
}

.menu_items_button:hover {
    background: transparent !important;
}

.button_days {
    border: 1px solid #ff7b1d;
    background: #ff7b1d !important;
}

.button_days:hover a {
    color: #ff7b1d !important;
}

.button_plus {
    border: 1px solid #e340bd;
    background: #e340bd !important;
}

.button_plus:hover a {
    color: #e340bd !important;
}

.button_digital {
    border: 1px solid #56af36;
    background: #56af36 !important;
}

.button_digital:hover a {
    color: #56af36 !important;
}


.hero_banner_section {
    background: #fdfbfa;
    padding: 75px 0
}

.hero_banner_section .masthead-header .fittext {
    font-size: 8.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: .85
}

.hero_banner_section .masthead-content p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    color: #333
}

.hero_banner_image {
    text-align: right;
}

.hero_banner_image img {
    width: 80%;
    margin-top: 60px;
}

.experience_section {
    background: #132257;
    padding: 60px 0
}

.experience_section h4 {
    color: #fff;
    font-weight: 500;
    /*font-size: 18px*/
}

.experience_section p {
    color: #fff;
    font-weight: 300
}


.solution_section {
    background: #243f92;
    padding: 60px 0
}

.customer_section {
    background: #fff;
    padding: 60px 0
}

.customer_section h2, .customer_section h4, .customer_section p {
    color: #020955
}

.additional_section {
    background: #243f92;
    padding: 60px 0
}

.consent_form_section {
    background: #132257;
    padding: 60px 0
}

.footer_panel_section {
    background: #fff;
    padding: 75px 0;
}

.footer_panel_section h3 {
    color: #10205b;
    font-weight: 800;
    font-size: 40px;
}

.footer_panel_section p {
    color: #10205b;
    font-weight: 300;
    font-size: 19px;
}

.social-icons a, .footer-logos a {
    text-decoration: none
}

.social-icons {
    margin-top: 30px
}

.social-icons i {
    color: rgb(0, 170, 241);
    font-size: 30px;
    margin-right: 15px;
}

.footer-logos {
    margin-top: 60px;
}

.footer-logos img {
    width: 100px;
    margin-right: 60px;
}

.copyrights {
    margin-top: 60px;
    color: rgb(0, 170, 241)
}

.consent_form_section .form-group {
    margin-bottom: 15px
}

.consent_form_section .form-group label {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px
}

.consent_form_section .form-group input {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #fff;
    width: 73%;
    color: #fff
}

.consent_form_section .form-group input.input_name {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #fff;
    width: 78.5%
}

.consent_form_section .form-group input.input_email {
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #fff;
    width: 75%
}

@media (max-width: 1399.98px) {
    .navbar-nav li a {
        font-size: .8rem;
    }

    .navbar a.button_link {
        font-size: 0.8rem;
        padding: 10px 30px !important;
    }
}

@media (max-width: 1230px) {
    .navbar-nav li a {
        font-size: .75rem;
    }

    .navbar li.nav-item {
        margin: 0 5px;
    }

    .navbar a.button_link {
        font-size: 0.75rem;
        padding: 10px 25px !important;
    }
    li.dropdown a.dropdown-toggle::after {
        margin-left: 5px;
    }
}

@media (max-width: 1190px) {

    .navbar a.button_link {
        padding: 10px 20px !important;
    }
    .navbar li.nav-item {
        margin: 0 0px;
    }
    li.dropdown a.dropdown-toggle::after {
        margin-left: 2px;
    }
}

@media (max-width: 1085px) {
    .navbar a.button_link {
        padding: 10px 15px !important; font-size: 0.7rem;
    }
    li.dropdown a.dropdown-toggle::after {
        margin-left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .consent_form_section .form-group input {
        width: 66%;
    }

    .consent_form_section .form-group input.input_name {
        width: 77%;
    }

    .consent_form_section .form-group input.input_email {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .consent_form_section .form-group input {
        width: 90%;
    }

    .consent_form_section .form-group input.input_name {
        width: 90%;
    }

    .consent_form_section .form-group input.input_email {
        width: 90%;
    }
}

.consent_form_section .form-group input:focus-visible {
    outline: none
}

.group_area_section {
    margin-bottom: 30px
}

.group_area_section .form-group input {
    width: 20px;
    height: 20px;
    background: transparent !important;
}

.group_area_section .form-group label {
    color: #fff !important;
}

button.btnSubmit {
    width: 250px;
    border: none;
    border-radius: 30px;
    background: #38C7F6;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}


/* The container */
.lbl_text {
    display: block;
    font-weight: 300;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.lbl_text input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: transparent;
}

/* On mouse-over, add a grey background color */
.lbl_text:hover input ~ .checkmark {
    background-color: #495683;
}

/* When the checkbox is checked, add a blue background */
.lbl_text input:checked ~ .checkmark {
    background-color: #495683;
}

.eight_days_group .e_days_text {
    color: #f78429
}

.eight_plus_group .e_plus_text {
    color: #e340bd
}

.eight_create_group .e_create_text {
    color: #00a793
}

.eight_digital_group .e_digital_text {
    color: #56af36
}

.eight_days_group .checkmark {
    border: 2px solid #f78429
}

.eight_plus_group .checkmark {
    border: 2px solid #e340bd
}

.eight_create_group .checkmark {
    border: 2px solid #00a793
}

.eight_digital_group .checkmark {
    border: 2px solid #56af36
}

.form_consent [type=radio] + label {
    display: block;
    text-align: center;
    padding: 0.2em 0;
    flex-shrink: 0;
    border: 2px solid #666;
    width: 2em;
    height: 2em;
    border-radius: 20%;
    background: transparent;
    margin-left: 0px;
    /*margin-right: 0.25em;*/
    color: #fff;
    font-size: 14px;
    min-height: 1.0rem;
    min-width: 1.0rem;
    cursor: pointer;
}

.form_consent [type=radio] + label.color_yes {
    border-color: #56af36
}

.form_consent [type=radio] + label.color_no {
    border-color: #ff0044
}

.form_consent .consent_options {
    display: flex;
    max-width: 2em;
    justify-content: space-between;
}

.form_consent [type=radio] + label:focus, .form_consent [type=radio] + label:hover {
    background-color: #38C7F6;
}

.form_consent [type=radio]:hover + label,
.form_consent [type=radio]:hover + input + label, .form_consent [type=radio]:checked + label,
.form_consent [type=radio]:checked + input + label {
    background-color: #38C7F6;
    border-color: #38C7F6;
    color: #fff;
}

/*bubble css*/


.x1 {
    background: #132155;
}

.x2 {
    background: #ffdf00;
}

.x3 {
    background: #333333;
}

.x4 {
    background: #f78429;
}

.x5 {
    background: #e340bd;
}

.x6 {
    background: #56af36;
}

.x7 {
    background: #00aaf1;
}

.x8 {
    background: #333333;
}

.x9 {
    background: #f78429;
}

.x10 {
    background: #e340bd;
}

@media screen and (max-width: 991px) {
    .hero_banner_section .masthead-header .fittext {
        font-size: 5.45em;
    }
}

@media screen and (max-width: 767px) {
    .review_section, .list-item {
        width: 100%;
        text-align: center
    }

    textarea {
        margin-top: 10px
    }

    .content-section-row {
        margin-top: 15px
    }

    .footer-logos img {
        margin-bottom: 15px
    }

    .hero_banner_image img {
        display: none
    }

    .hero_banner_section .masthead-header .fittext {
        font-size: 5em;

    }
}

input::placeholder {
    color: #fff; /* Change this to your desired color */
}

input::-webkit-input-placeholder {
    color: #fff; /* Change this to your desired color */
}

input:-moz-placeholder {
    color: #fff; /* Change this to your desired color */
}

input::-moz-placeholder {
    color: #fff; /* Change this to your desired color */
}

input:-ms-input-placeholder {
    color: #fff; /* Change this to your desired color */
}

textarea#information_details::placeholder {
    color: #fff; /* Change this to your desired color */
}

textarea#information_details::-webkit-input-placeholder {
    color: #fff; /* Change this to your desired color */
}

textarea#information_details:-moz-placeholder {
    color: #fff; /* Change this to your desired color */
}

textarea#information_details::-moz-placeholder {
    color: #fff; /* Change this to your desired color */
}

textarea#information_details:-ms-input-placeholder {
    color: #fff; /* Change this to your desired color */
}


@media screen and (max-width: 991px) {
    .navbar a.button_link {
        display: none !important;
    }
}

.review_section svg {
    width: 80px !important;
    position: relative !important;
}


.section_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #f0f0f0;
}

.circle {
    width: 200px;
    height: 200px;
    background-color: #fddf02;
    border-radius: 50%;
    position: absolute;
    top: -80px; /* Start above the viewport */
    /*animation: moveDown 10s ease-in-out infinite;*/
}

@keyframes moveDown {
    0% {
        top: -20px;
    }
    50% {
        top: calc(5vh - 10px); /* Center of the viewport */
    }
    100% {
        top: -20px;
    }
}