@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

:root {
    --main-color: #30b344;
    --secondary-color: #ebf5eb;
    --muted-color: #888;
    --bg-section-color: #f7f8fb;
    --layouts-color: #212832;
    --white-color: #ffffff;
    --border-style: 1px solid #e9e7e7;
    --border-input-style: 1px solid #e9e7e7;
    --text-color: #282828;
    --tblr-border-color: #e9e7e7;
    --tblr-border-width: 1.25px;
    --tblr-bg-custom: #131218;
    --tblr-hover-input: #c5c3c3;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14px;
    background-color: var(--white-color);
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}

.form-selectgroup-label,
.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: var(--layouts-color);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: var(--layouts-color);
    line-height: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.text-muted {
    color: #555 !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

/* Start Var */
.main_text {
    color: var(--main-color) !important;
}

.p1 {
    padding-bottom: 1rem;
}

.p1 strong {
    font-size: 1rem;
}

.ul1,
.li1 {
    padding-bottom: 0.35rem;
    font-weight: 300;
}

.li1 strong {
    font-size: 1rem;
}

.section_header {
    font-weight: bold;
    width: 50%;
    font-size: 2.75rem;
    color: var(--tblr-success);
    line-height: 1.1;
    margin-bottom: 2rem;
}

.with_line {
    position: relative;
}

.with_line::after {
    content: '';
    position: absolute;
    background-image: url('/style/website/images/line_green.webp');
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    top: 40px;
    right: 0;
}

.spaces_y {
    margin-block: 10rem;
}

/* End Var */

/* Star Sweet Alerts */

#toast-container {
    z-index: 99999999999;
}

#toast-container .toast {
    width: 280px;
    border-radius: 7px;
    z-index: 99999999999;
}

#toast-container .toast .toast-message {
    font-size: 14px;
    font-weight: 400;
}

#toast-container>.toast-error {
    background-color: var(--tblr-danger);
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-success {
    background-color: var(--tblr-success);
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-warning {
    background-color: var(--tblr-warning);
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-primary {
    background-color: var(--tblr-primary);
    box-shadow: none;
    opacity: 1;
    font-size: 0.9rem;
}

#toast-container>.toast-info {
    background-color: var(--tblr-info);
}

/* End Sweet Alerts */

/* Start iti */

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: var(--tblr-white);
    border-radius: 10px 0 0 10px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 1rem;
}

.iti__flag-container {
    border: var(--tblr-border-width) solid var(--tblr-border-color);
    border-radius: 10px;
}

.iti__country-list {
    box-shadow: none;
    border: none;
    width: 315px;
}

/* End iti */

/* Start Bar */
.bar {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.75rem;
    padding-block: 0.65rem;
    margin-bottom: 1rem;
}

.bar a {
    color: black;
    font-weight: 600;
}

.bar .dropdown-toggle:after {
    vertical-align: .2em;
    width: .5rem;
    height: .5rem;
    margin-right: .1em;
    margin-left: .1em;
}

/* End Bar */

/* Start Navbar */
.navbar_web .navbar-brand a {
    font-size: 1.25rem;
    font-weight: bold;
}

.navbar_web .navbar-nav .nav-item a {
    font-weight: 700;
    position: relative;
}

.navbar_web .navbar-nav .nav-item:is(.dropdown) a::after {
    content: unset;
}

.navbar_web .navbar-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 8%;
    width: 0;
    height: 2px;
    background: var(--tblr-success);
    transition: all .4s ease-in-out;
}

.navbar_web .navbar-nav .nav-item a:hover::after {
    width: 83%;
}

/* End Navbar */

/* Start Custom Navbar */
.custom_navbar {
    border-bottom: 1px var(--tblr-border-style) rgba(97, 104, 118, .16) !important;
    padding-block: 1.65rem;
}

.custom_navbar .content_custom_navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.custom_navbar .content_custom_navbar .logo span {
    display: inline-block;
    font-size: 1.40rem;
    font-weight: bold;
}

.custom_navbar .content_custom_navbar .description_center span {
    font-size: 1.25rem;
    font-weight: bold;
}

.custom_navbar .content_custom_navbar .note {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.custom_navbar .content_custom_navbar .note span {
    font-size: 1rem;
    font-weight: 600;
}

.custom_navbar .content_custom_navbar .note .dropdown {
    margin-right: 1.5rem;
}

.custom_navbar .content_custom_navbar .note .dropdown .dropdown-toggle {
    color: black;
    display: flex;
    align-items: center;
}

.custom_navbar .content_custom_navbar .note .dropdown .dropdown-toggle:after {
    display: none;
}

/* End Custom Navbar */

/* Start Reset Var */

select:focus,
textarea:focus,
input:focus,
.form-control:focus,
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text,
.input-group input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--tblr-hover-input) !important;
}

.tom_select .ts-control {
    font-size: 1rem !important;
    outline: none;
    box-shadow: none;
    border: var(--tblr-border-width) solid var(--tblr-border-color);
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}

.plugin-dropdown_input .dropdown-input {
    border: none;
}

.ts-dropdown {
    border-color: var(--tblr-border-color);
}

.tom_select .ts-control>* {
    font-size: 14px;
}

/* End Reset Var */

/* Start Carousel */
.carousel.carousel_bar {
    background-color: rgb(49 147 85 / 6%);
    height: 50px;
    margin-top: 10px;
}

.carousel.carousel_bar .carousel-item {
    height: 50px;
}

.carousel.carousel_bar .carousel-item p {
    color: var(--text-color);
}

.carousel.carousel_bar .carousel-item .carousel-caption {
    top: 1rem;
    padding: 0;
}

.carousel.carousel_bar .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e");
}

/* End Carousel */

/* Start Hero */
.hero {
    display: grid;
    padding-top: 1rem;
}

.hero .carousel-item {
    height: 30rem;
    max-height: 30rem;
    position: relative;
}

.hero .carousel-item img {
    object-fit: cover !important;
    height: 100%;
}

.hero .carousel-item .note_content {
    position: absolute;
    bottom: 4rem;
    left: 3rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 999999999;
}

.hero .carousel-item .note_content span {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0.35rem 1rem;
    border-radius: 8px;
    font-weight: 600;
}

.hero .carousel-item .note_content span:nth-child(1) {
    background-color: white;
}

.hero .carousel-item .note_content span:nth-child(2) {
    background-color: var(--tblr-success);
    color: white;
    border-left: 10px solid white;
}

.hero .carousel-item .note_content a {
    border: unset;
    padding: 1rem;
    border-radius: 30px;
    font-size: 1rem;
    color: white;
    font-weight: 700;
    margin-top: 2rem;
}

/* End Hero */

/* Start Welcome area */
.welcome_area {
    display: grid;
    grid-template-columns: 3fr 2fr;
}

.welcome_area .left_area .header_area {
    margin-bottom: 3rem;
}

.welcome_area .left_area .header_area .title {
    color: black;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.welcome_area .left_area .header_area .title.large {
    font-size: 2.75rem;
    color: var(--tblr-success);
    line-height: 1.1;
    margin-bottom: 2rem;
}

.welcome_area .left_area .header_area .note {
    width: 90%;
    font-size: 1rem;
    line-height: 1.7;
}

/* End Welcome area */

/* Start Persons type insure */
.persons_type_insure h3 {
    font-weight: bold;
    width: 50%;
    font-size: 2.75rem;
    color: var(--tblr-success);
    line-height: 1.1;
    margin-bottom: 2rem;
}

.persons_type_insure .card_persons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5rem;
    row-gap: 3rem;
}

.persons_type_insure .card_persons .card_person_info .title {
    display: block;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.75rem;
    color: black;
}

.persons_type_insure .card_persons .card_person_info .description {
    font-size: 1rem;
    color: var(--tblr-gray-700);
    display: flex;
    align-items: center;
}

/* End Persons type insure */

/* Start Courses */
.course_card {
    border: 1px solid #f6f1f1;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-radius: 15px;
    transition: all 0.25s ease-in-out;
}

.course_card:hover {
    border-color: var(--main-color);
}

.course_card .course_img {
    border-radius: 15px;
    overflow: hidden;
}

.course_card .course_img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.course_card .course_description {
    font-size: 0.9rem;
    padding-top: 0.75rem;
    width: 80%;
}

.course_card .course_description a {
    color: black
}

.course_card .course_description a:hover {
    color: var(--main-color);
}

.course_card .course_price,
.course_card .course_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.75rem;
}

.course_card .course_price>div,
.course_card .course_info>div {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.course_card .course_info svg {
    color: var(--main-color);
}


.course_card .course_price {
    padding-inline: 0.5rem;
    border-radius: 5px;
}

.course_card .course_price .price_info {
    font-weight: bold;
    font-size: 1.15rem;
}

.course_card .course_price .review_info span {
    color: black;
    font-size: 1rem;
}

.course_card .course_price .review_info svg {
    --tblr-icon-size: 0.95rem;
    color: var(--tblr-yellow);
}

/* End Courses */

/* Start How it works cards */
.how_get_help_cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.how_get_help_cards .icon_step svg {
    --tblr-icon-size: 2.25rem;
    color: var(--tblr-success);
}

.how_get_help_cards .how_get_help_card {
    height: 11rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    border-radius: 10px;
    padding-block: 7rem;
    background-color: var(--secondary-color);
}

.how_get_help_cards .how_get_help_card .icon_content {
    width: 3rem;
    min-height: 3rem;
    background: var(--main-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.how_get_help_cards .how_get_help_card .icon_content svg {
    --tblr-icon-size: 1.75rem;
}

.how_get_help_cards .how_get_help_card .title {
    color: black;
    font-size: 1.25rem;
}

.how_get_help_cards .how_get_help_card p {
    color: var(--tblr-muted);
    font-weight: 300;
}

/* End How it works cards */

/* Start Footer */
footer {
    background: var(--layouts-color) !important;
    color: var(--white-color) !important;
    margin-top: 3rem !important;
    padding: 1.5rem 0 !important;
}

footer a {
    color: var(--white-color) !important;
}

.content_footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

.content_footer a {
    color: var(--text-color);
}

.content_footer svg {
    color: var(--main-color);
}

.content_footer .contact_list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 1rem;
}

.content_footer .contact_list li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.content_footer .social_media_list {
    display: flex;
    gap: 1.5rem;
    padding-top: 1rem;
}

.content_footer .social_media_list svg {
    color: var(--text-color);
}

/* End Footer */

/* Start Register Area */
.register_area .wizrad_area {
    margin: 4rem auto;
    padding-bottom: 3rem;
    padding-inline: 32px;
    max-width: 600px;
}

.register_area .wizrad_area .full_name_text {
    color: var(--tblr-teal);
}

.register_area .wizrad_area .full_name_value {
    font-weight: bold;
    color: var(--tblr-teal);
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.register_area .wizrad_area .full_name_value::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: var(--tblr-teal);
}

.register_area .wizrad_area input:not(.form-check-input, .items-placeholder) {
    border-radius: 10px;
    height: 50px;
}

.register_area .wizrad_area .content_area {
    min-height: 18rem;
}

.register_area .wizrad_area .content_area .image_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.75rem;
}

.register_area .wizrad_area .content_area .image_area img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: cover;
}

.register_area .wizrad_area .content_area .typing_val {
    margin-top: 3rem;
}

.register_area .wizrad_area .action_buttons {
    display: flex;
    gap: 0.5rem;
    justify-content: end;
    margin-top: 1.5rem;
}

.register_area .wizrad_area .action_buttons .btn {
    border-radius: 20px;
    min-width: 8rem;
    transition: all 0.4s ease-in-out;
    padding: 0.75rem;
    font-size: 1rem;
}

.register_area .wizrad_area .action_buttons .btn:hover {
    min-width: 10rem;
}

.register_area .wizrad_area .action_buttons .btn.next {
    background-color: var(--tblr-success);
    color: var(--white-color);
}

.register_area .wizrad_area .form-selectgroup-label {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.register_area .wizrad_area .form-selectgroup-input:checked+.form-selectgroup-label {
    color: var(--tblr-success);
    background: rgba(var(--tblr-success-rgb), .04);
    border-color: var(--tblr-success);
}

/* Start New */
.what_do_you_do_professionally_area .form-selectgroup {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
}

.what_do_you_do_professionally_area .form-selectgroup .form-selectgroup-item {
    width: 100%;
    transition: all 0.15s ease;
}

.what_do_you_do_professionally_area .form-selectgroup .form-selectgroup-item:hover {
    transform: scale(0.95);
}

.what_do_you_do_professionally_area .form-selectgroup .form-selectgroup-label {
    width: 100%;
    justify-content: space-between;
    height: 70px;
    font-size: 1.1rem;
    color: black;
    font-weight: 600;
}

.what_do_you_do_professionally_area .form-selectgroup .form-selectgroup-label .icon {
    --tblr-icon-size: 1.5rem;
}

.what_do_you_do_professionally_area .form-selectgroup .form-selectgroup-label .title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.what_do_you_do_professionally_area .form-selectgroup .form-selectgroup-label .title .icon {
    color: var(--tblr-success);
    --tblr-icon-size: 2.25rem;
}

.radio_large_area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.radio_large_area .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 2rem;
}

.radio_large_area .form-check-label {
    font-size: 1rem;
}

.note_area {
    padding: 1rem;
    border-radius: 15px;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.note_area p {
    color: var(--tblr-bg-custom);
    font-weight: 600;
}

.note_area .icon {
    --tblr-icon-size: 3rem;
    stroke-width: 2;
}

.note_text_area {
    margin-top: 1.5rem;
}

.progress-bar {
    transition: width 0.4s ease;
}

.progress {
    display: flex;
    height: 8px;
    background-color: transparent;
    gap: 0.5rem;
}

.progress .progress-bar {
    border-radius: 10px;
    background-color: rgba(var(--tblr-gray-900-rgb), var(--tblr-bg-opacity));
}

.check_data_details .section_data {
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: start;
    margin-bottom: 2rem;
    position: relative;
}

.check_data_details .section_data::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    height: 1px;
    background-color: rgba(97, 104, 118, .16);
}

.check_data_details .section_data .data_action a {
    color: var(--tblr-secondary);
}

.check_data_details .section_data .data_content h6 {
    margin-bottom: 1rem;
}

.check_data_details .section_data .data_content ul li {
    margin-bottom: 0.5rem;
}

.check_data_details .section_data .data_content ul li span {
    display: inline-block;
    width: 45%;
}

/* End Register Area */

/* Start Keyframs */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.letter-animation {
    display: inline-block;
    opacity: 0;
    animation-name: slideInFromLeft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

/* End Keyframs */

/* Start Customers Support */
.customers_support {
    background-color: var(--secondary-color);
}

.customers_support .content_area {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding-block: 6rem;
}

.customers_support .content_area .image_content img {
    height: 30rem;
    width: 30rem;
    object-fit: cover;
    border-radius: 50%;
}

.customers_support .content_area .info_content span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.customers_support .content_area .info_content h1 {
    line-height: 1;
    font-size: 2.2rem;
    font-weight: 700;
}

.customers_support .content_area .info_content .call_info {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 2.5rem;
    color: var(--main-color);
}

.customers_support .content_area .info_content .call_info svg {
    --tblr-icon-size: 3rem;
}

/* End Customers Support */


/* Start Banner new member */
.banner_new_member {
    padding-block: 4rem;
    background: var(--secondary-color);
    text-align: center;
}

.banner_new_member h1 {
    line-height: normal;
    font-size: 2.25rem;
    font-weight: 700;
}

.banner_new_member p {
    width: 50%;
    margin: auto;
    font-size: 1rem;
    margin-block: 1rem;
}

.banner_new_member a {
    margin-top: 1.5rem;
}

/* End Banner new member */

/* Start Our services */
.our_services {
    margin-top: 3rem;
}

.our_services h4 {
    text-align: center;
    font-weight: bold;
}

.our_services .list_info {
    width: 600px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 7rem;
}

.our_services .list_info li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.our_services .list_info li svg {
    --tblr-icon-size: 1.75rem;
    color: var(--tblr-success);
}

.our_services .list_info .action_buttons {
    text-align: center;
    margin-top: 2rem;
}

.our_services .list_info .action_buttons a {
    width: 70%;
    font-size: 1.3rem;
    padding: .6rem;
    border-radius: 14px;
}

.our_services .details_service h3 {
    line-height: normal;
}

.our_services .details_service p {
    line-height: 1.8;
    font-size: 1rem;
    margin-top: 2rem;
}

/* End Our services */
