* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.75rem);
    padding-left: var(--bs-gutter-x, 1.75rem);
    margin-right: auto;
    margin-left: auto
}

.custom_link_scroll {
    cursor: pointer;
}


.custom_section_outline_btn {
    display: inline-flex;
    padding: 10px 20px;
    align-items: flex-start;
    gap: 20px;
    color: #2DC2E5;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    border-radius: 70px;
    border: 2px solid #2DC2E5;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.custom_section_outline_btn:hover {
    background-color: #2DC2E5;
    color: #fff;
}


/*flexible-payment*/

.flexible_payment {
    background: #DDE8CD;
    padding: 150px 0;
}

.flexible_payment_title h3 {
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.flexible_payment_cards {
    margin-top: 118px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.flexible_payment_card {
    border-radius: 41px;
    background: #FFF;
    padding: 30px 20px;
    height: 430px;
    position: relative;
}

.flexible_payment_card_most_popular {
    border: 3px solid #00A85E;
}

.flexible_payment_card_icon {
    margin: 0 auto;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    background-color: #00A85E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.flexible_payment_card_title {
    margin-top: 30px;
}

.flexible_payment_card_title h4 {
    color: #00465C;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 121.212% */
}

.flexible_payment_card_title p {
    color: #383737;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 200% */
    margin-top: 8px;
}

.flexible_payment_card_green_text {
    margin-top: 8px;
}

.flexible_payment_card_green_text p {
    color: #00A85E;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 1.806vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 115.511% */
}

.flexible_payment_card_list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin-bottom: 21px;
    row-gap: 8px;
}

.flexible_payment_card_list li {
    color: #383737;
    font-family: Athletics, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 181.818% */
    position: relative;
    padding-left: 24px;
}

.flexible_payment_card_list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.flexible_payment_card-bottom {
    margin-top: auto;
    position: absolute;
    bottom: 44px;
    left: 44px;
}

.flexible_payment_card-bottom p {
    margin-top: auto;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 199.557% */
}

.flexible_payment_card_button a {
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translateX(-50%);
    display: flex;
    padding: 9px 19px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 70px;
    background: #2DC2E5;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: normal; /* 93.493% */
    white-space: nowrap;
}

.flexible_payment_card_most_popular_text {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    border-radius: 20px 20px 0px 0px;
    background: #00A85E;
    padding: 7px 20px;
    align-items: flex-start;
    gap: 20px;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 149.589% */
    white-space: nowrap;
}

.flexible_payment_card_most_popular .flexible_payment_card_most_popular_text {
    display: inline-flex;
}


/*flexible-payment*/


/*pricing_trust_pilot_section*/

.pricing_trust_pilot_section {
    padding: 8px 0 14px 0;
    background: #B4F3F3;
}

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

.pricing_trust_pilot_section img {
    width: 180px;
    object-fit: contain;
}

/*pricing_trust_pilot_section*/


/*why_choose_truly_section*/

.why_choose_truly_section {
    background: #73BEBE;
    padding: 150px 0;
}

.why_choose_truly_section_title h3 {
    color: #FFF;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 5.278vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.why_choose_truly_section_cards {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 20px;
}

.why_choose_truly_section_card {
    padding: 12px;
    border-radius: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    column-gap: 17px;
}

.why_choose_truly_section_card_icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background-color: #00465C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_choose_truly_section_card_title{
    display: flex;
    flex-direction: column;
}

.why_choose_truly_section_card_title h4 {
    color: #3F4848;
    text-align: left;
    font-family: Athletics, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
}

.why_choose_truly_section_card_title span{
    color: #3F4848;
    text-align: left;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 25px; /* 166.667% */
}

.why_choose_truly_section_card_title span a{
    color: #2DC2E5;
    text-decoration: none;
}

/*why_choose_truly_section*/


/*transparent_pricing_section*/

.transparent_pricing_section {
    background: #FBE4E4;
    padding: 150px 0;
}

.transparent_pricing_section_title h3 {
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 5.139vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.transparent_pricing_section_top {
    margin-top: 90px;
}

.transparent_pricing_section_top p {
    color: #00A85E;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.transparent_pricing_section_top_lists {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.transparent_pricing_section_top_list {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 60px;
    background: #FFF;
}

.transparent_pricing_section_top_list_text p {
    color: #383737;
    font-family: Athletics, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    text-transform: capitalize;
}

.transparent_pricing_section_body {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    margin-top: 160px;
    padding-bottom: 75px;
}


.transparent_pricing_section_body_left {
    border-radius: 19px;
    background: #B4F3F3;
    padding: 100px 34px 42px 34px;
    text-align: center;
    position: relative;
    min-width: 368px;
}

.transparent_pricing_section_body_left_icon {
    width: 145px;
    height: 145px;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
}

.transparent_pricing_section_body_left_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.transparent_pricing_section_body_left_text p {
    color: #383838;
    font-family: Athletics, serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 116.466% */
    margin-bottom: 16px;
}

.transparent_pricing_section_body_left_text span {
    color: #00A85E;
    font-family: Athletics, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 110% */
}

.transparent_pricing_section_body_middle {
    transform: translateY(-40%);
}

.transparent_pricing_section_body_middle p {
    color: #383838;
    font-family: Canela, sans-serif;
    font-size: 71px;
    font-style: normal;
    font-weight: 400;
    line-height: 103px; /* 145.072% */
}

.transparent_pricing_section_body_right {
    border-radius: 19px;
    background: #FFF;
    padding: 100px 34px 42px 34px;
    text-align: center;
    position: relative;
    min-width: 368px;
}

.transparent_pricing_section_body_right_icon {
    width: 145px;
    height: 145px;
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
}

.transparent_pricing_section_body_right_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.transparent_pricing_section_body_right_text p {
    color: #A0A0A0;
    font-family: Athletics, serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 116.466% */
    margin-bottom: 16px;
}

.transparent_pricing_section_body_right_text span {
    color: #292727;
    font-family: Athletics, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 110% */
}


.transparent_pricing_section_body_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #909090;
    padding-bottom: 24px;
}

.transparent_pricing_section_body_one_logo img {
    width: 100px;
    height: 64px;
    object-fit: contain;
}

.transparent_pricing_section_body_one_text p {
    color: #00A85E;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.transparent_pricing_section_body_two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 27px;
}

.transparent_pricing_section_body_two_left_text p {
    max-width: 202px;
    color: #909090;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.transparent_pricing_section_body_two_right_text p {
    color: #383737;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.transparent_pricing_section_button {
    display: flex;
    justify-content: center;
}

.transparent_pricing_section_button a {
    display: inline-flex;
    padding: 10px 20px;
    align-items: flex-start;
    gap: 20px;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    text-transform: capitalize;
    border-radius: 70px;
    background: #2DC2E5;
    text-decoration: none;
}

/*transparent_pricing_section*/


/*reasons_people_section*/

.reasons_people_section {
    padding: 0 0 150px 0;
}

.reasons_people_section_top h3 {
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: 5.556vw; /* 114.286% */
}

.reasons_people_section_top h3 span {
    font-style: italic;
}

.reasons_people_section_top_image {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reasons_people_section_top_image img {
    width: 700px;
}

.reasons_people_section_top_button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.reasons_people_section_top_button a {
    display: inline-flex;
    padding: 10px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 70px;
    background: #2DC2E5;
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    text-transform: capitalize;
    text-decoration: none;
}

.reasons_people_section_body {
    margin-top: 70px;
}

.reasons_people_section_body_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}

.reasons_people_section_body_card {
    position: relative;
    padding: 20px;
    border-radius: 35px;
    background: #F6F6F6;
}

.reasons_people_section_body_card_image {
    position: relative;
    width: 100%;
    height: 226px;
    border-radius: 23px;
}

.reasons_people_section_body_card_image img {
    border-radius: 23px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reasons_people_section_body_card_image_text {
    position: absolute;
    left: 16px;
    bottom: 15px;
}

.reasons_people_section_body_card_image_text span {
    color: #CACACA;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

.reasons_people_section_body_card_image_text h5 {
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 107.692% */
    margin-top: 5px;
}

.reasons_people_section_body_card_image_icon {
    position: absolute;
    right: 16px;
    bottom: 15px;
    display: flex;
    column-gap: 4px;
}

.reasons_people_section_body_card_text {
    margin-top: 25px;
}

.reasons_people_section_body_card_text h2 {
    margin-top: 20px;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 128.571% */
}

.reasons_people_section_body_card_text_desc {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.reasons_people_section_body_card_text_desc p {
    margin-top: 14px;
    max-width: 398px;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 160% */
}

.reasons_people_section_body_card_button {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.reasons_people_section_bottom {
    margin-top: 170px;
}

.reasons_people_section_bottom_cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 30px;
}

.reasons_people_section_bottom_card {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
}

.reasons_people_section_bottom_card span {
    color: #2DC2E5;
    font-family: Athletics, serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 100% */
}

.reasons_people_section_bottom_card p {
    color: #383737;
    font-family: Athletics, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 160.779% */
}

/*reasons_people_section*/

/*invest_yourself_section*/

.invest_yourself_section {
    padding: 150px 0;
    background: #00465C;
}

.invest_yourself_section_top h3 {
    color: #FFF;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.invest_yourself_section_top_button {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.invest_yourself_section_top_button a {
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 93.493% */
    text-transform: capitalize;
    display: inline-flex;
    padding: 10px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 70px;
    background: #2DC2E5;
    text-decoration: none;
}

.invest_yourself_section_body {
    margin-top: 80px;
}

.invest_yourself_section_body_inner {
    display: grid;
    grid-template-columns: 500px auto;
    column-gap: 30px;
}

.invest_yourself_section_body_left {
    position: relative;
    border-radius: 20px;
    border: 2px solid #B4F3F3;
    background: rgba(255, 255, 255, 0.05);
    padding: 35px 28px;
}

.invest_yourself_section_body_left h5 {
    color: #B4F3F3;
    font-family: Athletics, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 104.167% */
}

.invest_yourself_section_body_left_desc {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.invest_yourself_section_body_left_desc p {
    color: #FFF;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.invest_yourself_section_body_left_desc span {
    color: #B4F3F3;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.invest_yourself_section_body_left_list_mobile {
    display: none;
}

.invest_yourself_section_body_left_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
}

.invest_yourself_section_body_left_list {
    margin-top: 60px;
    list-style: none;
}

.invest_yourself_section_body_left_list li {
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
}

.invest_yourself_section_body_left_list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-check2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.invest_yourself_section_body_form form {
    padding: 30px;
    border-radius: 32px;
    background: #B4F3F3;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.invest_yourself_section_body_form_inputs {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.invest_yourself_section_body_form_input, .invest_yourself_section_body_form_select {
    flex-grow: 1;
    width: 100%;
}

.invest_yourself_section_body_form_input label, .invest_yourself_section_body_form_select label {
    color: #181717;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 115.195% */
}

.invest_yourself_section_body_form_input input {
    margin-top: 8px;
    display: flex;
    width: 100%;
    padding: 15px 25px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 23px;
    background: #FFF;
    border: none;
    outline: none;
    color: rgba(56, 55, 55, 1);
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 123.085% */
}

.invest_yourself_section_body_form_input input::placeholder {
    color: rgba(56, 55, 55, 0.20);
}

.invest_yourself_section_body_form_select select {
    margin-top: 8px;
    display: flex;
    width: 100%;
    padding: 15px 25px;
    align-items: center;
    gap: 259px;
    flex-shrink: 0;
    appearance: none;
    border-radius: 23px;
    background: #FFF;
    border: none;
    outline: none;
    color: #000;
}

.invest_yourself_section_body_form_select_parent {
    width: 100%;
    position: relative;
}

.invest_yourself_section_body_form_select_icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.invest_yourself_section_body_form_input_checkbox {
    display: flex;
    column-gap: 6px;
    align-items: flex-start;
}

.invest_yourself_section_body_form_input_checkbox label {
    display: block;
    max-width: 321px;
    color: #181717;
    font-family: Athletics, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px; /* 141.778% */
}

.invest_yourself_section_body_form_input_checkbox label span {
    font-weight: 700;
}

.invest_yourself_section_body_form_input_checkbox input {
    flex-shrink: 0;
    appearance: none !important;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #FFF;
    background-size: contain;
    cursor: pointer;
    outline: none;
    transition: all 0.1s linear;
}

.invest_yourself_section_body_form_input_checkbox input:checked {
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-size: contain;
    background-image: url("../../manuel-images/images/svg-icons/checked-checkbox.svg");
}

.invest_yourself_section_body_form_button {
    display: flex;
    justify-content: center;
}

.invest_yourself_section_body_form_button button {
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 93.493% */
    border-radius: 23px;
    background: #2DC2E5;
    display: inline-flex;
    padding: 15px 25px;
    align-items: flex-start;
    gap: 12px;
    border: none;
    outline: none;
}


/*invest_yourself_section*/


/*sound_familiar_title*/

.sound_familiar {
    background: #B4F3F3;
    padding: 150px 0;
}

.sound_familiar_title h3 {
    color: #383838;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 5.417vw;
    font-style: normal;
    font-weight: 300;
    line-height: 5.972vw; /* 110.256% */
}

.sound_familiar_cards {
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
}

.sound_familiar_card {
    border-radius: 30px;
    background: #FFF;
    padding: 6px;
}

.sound_familiar_card .image img {
    width: 100%;
    border-radius: 26px;
}

.sound_familiar_card .text {
    padding: 32px 0;
}

.sound_familiar_card .text p {
    color: #000;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 143.551% */
}

.sound_familiar_bottom {
    margin-top: 105px;
}

.sound_familiar_bottom h4 {
    color: #383838;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.167vw;
    font-style: normal;
    font-weight: 300;
    line-height: 4.167vw; /* 100% */
}

.sound_familiar_bottom p {
    margin: 43px auto 0 auto;
    max-width: 667px;
    color: #000;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 143.551% */
}

.sound_familiar_bottom_button {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}

.sound_familiar_bottom a {
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 93.493% */
    text-transform: capitalize;
    border-radius: 48px;
    background: #2DC2E5;
    display: inline-flex;
    padding: 12px 25px;
    align-items: flex-start;
    gap: 14px;
    text-decoration: none;
}

/*sound_familiar_title*/

/*dentures_trust_pilot*/
.dentures_trust_pilot {
    padding: 9px 0 13px 0;
    background: #EBD681;
}

.dentures_trust_pilot_image {
    display: flex;
    justify-content: center;
}

.dentures_trust_pilot_image img {
    width: 103px;
    height: 48px;
}

/*dentures_trust_pilot*/

/*compare_dentures_section*/

.compare_dentures_section {
    padding: 150px 0 80px 0;
}

.compare_dentures_section_title h3 {
    color: #383838;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 5.417vw;
    font-style: normal;
    font-weight: 300;
    line-height: 5.972vw; /* 110.256% */
}

.compare_dentures_cards {
    margin-top: 180px;
    display: flex;
    justify-content: center;
    position: relative;
    column-gap: 32px;
}

.compare_dentures_left {
    min-width: 520px;
    border-radius: 21px;
    background: #F0EEEE;
    padding: 100px 29px 30px 29px;
    position: relative;
}

.compare_dentures_left .image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -82px;
    width: 164px;
    height: 164px;
    flex-shrink: 0;
    border-radius: 50%;
}

.compare_dentures_left .text p {
    color: #292727;
    font-family: Athletics, serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 116.466% */
}

.compare_dentures_left .text ul {
    list-style: none;
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.compare_dentures_left .text ul li {
    color: #292727;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 145.455% */
    position: relative;
    margin-left: 24px;
}

.compare_dentures_left .text ul li:before {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-ignore.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.compare_dentures_left_middle {
    position: absolute;
    top: -100px;
}

.compare_dentures_left_middle p {
    color: #383838;
    font-family: Canela, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 116px; /* 145.072% */
}

.compare_dentures_right {
    min-width: 520px;
    border-radius: 21px;
    background: #B4F3F3;
    padding: 100px 29px 30px 29px;
    position: relative;
}

.compare_dentures_right .image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -82px;
    width: 164px;
    height: 164px;
    flex-shrink: 0;
    border-radius: 50%;
}

.compare_dentures_right .text p {
    color: #292727;
    font-family: Athletics, serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 116.466% */
}

.compare_dentures_right .text ul {
    list-style: none;
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.compare_dentures_right .text ul li {
    color: #292727;
    font-family: Athletics, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 145.455% */
    position: relative;
    margin-left: 24px;
}

.compare_dentures_right .text ul li:before {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-check3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

/*compare_dentures_section*/

.reasons_people_section_body_new {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 18px;
}

.composite_bonding_reasons_people{
    display: flex;
    justify-content: center;
    column-gap: 18px;
}


.reasons_people_section_body_new_card_image {
    border-radius: 24px;
    width: 100%;
    height: 490px;
    position: relative;
    transition: background-image 0.3s ease;
    --img: url('https://via.placeholder.com/250x400.jpg?text=Resim1');
    --gif: url('https://via.placeholder.com/250x400.gif?text=Gif1');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%),
    var(--gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.reasons_people_section_body_new_card_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.reasons_people_section_body_new_card_image img {
    width: 100%;
}

.reasons_people_section_body_card_new_text {
    margin-top: 20px;
}

.reasons_people_section_body_card_new_text_desc {
    margin-top: 10px;
}

.reasons_people_section_body_card_new_text_desc p {
    max-width: 271px;
    color: #383737;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.reasons_people_section_body_card_new_image_text h5 {
    color: #FFF;
    font-family: Athletics, serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
}

.reasons_people_section_body_card_new_image_text span {
    font-family: Athletics, serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.reasons_people_section_bottom_new {
    margin-top: 70px !important;
}

.reasons_people_section_new {
    padding-bottom: 0 !important;
}


.compare__item--check {
    /*background-image: url("../../manuel-images/images/check-bg.png");*/
    background-repeat: no-repeat;
    background-position: -20px -32px;
    background-size: 204px 124px;
}

.allon4-full-mouth-implants_comments {
    padding-top: 150px;
}

.real_transformations {
    padding: 65px 0 80px 0;
    /*padding: 150px 0 80px 0;*/
}

.composite_bonding_real_transformations{
    padding-top: 0;
}

.real_transformations_top h2 {
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.861vw;
    font-style: normal;
    font-weight: 300;
    line-height: 5.556vw; /* 114.286% */
}


.real_transformations_top p {
    margin: 20px auto 0 auto;
    max-width: 630px;
    color: #000;
    text-align: center;
    font-family: Athletics, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 143.551% */
}

.real_transformations_body {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-template-columns: 600px 1fr;*/
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
    /*align-items: flex-start;*/
}

.real_transformations_list_number{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #2DC2E5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.real_transformations_list_number span{
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #FFF;
    font-family: Athletics, serif;
}

.real_transformations_list{
    display: flex;
    column-gap: 15px;
}

.real_transformations_list_text h5{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-family: Athletics, serif;
}

.real_transformations_list_text p{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-family: Athletics, serif;
    margin-top: 4px;
}

.real_transformations_lists{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.real_transformations_left{
    flex-grow: 1;
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    --position: 50%;
}

.real_transformations_left .image-after{
    object-position: right;
}

.image-container {
    width:600px;
    height: 400px;
    aspect-ratio: 1/1;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    /*filter: grayscale(100%)*/
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 30px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
}

.slider::-webkit-slider-runnable-track {
    height: 44px;
    background: transparent;
}

.slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    /*height: 100%;*/
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    /*bottom: 0;*/
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none !important;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.real_transformations_right{
    /*margin-top: 60px;*/
    display: flex;
    justify-content: flex-end;
}

.composite_bonding{
    background-color: #DDE8CD;
}

.genera-dentistry{
    background-color: #F3C2C4;
}

.composite_bonding .why_choose_truly_section_title h3{
    color: #222222;
    font-weight: 300;
}

.composite_bonding .why_choose_truly_section_title p{
    max-width: 670px;
    margin: 20px auto;
    font-family: Athletics, serif;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    text-align: center;
}

.complete_composite_bonding{
    padding: 150px 0;
    background-color: #B4F3F3;
}

.dental_emergency{
    padding: 150px 0 20px 0 !important;
}

.complete_composite_bonding_title h3{
    color: #383737;
    text-align: center;
    font-family: Canela, sans-serif;
    font-size: 4.167vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.complete_composite_bonding_title p{
    max-width: 670px;
    margin: 40px auto;
    font-family: Athletics, serif;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    text-align: center;
}

.complete_composite_bonding_body{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 730px;
    column-gap: 40px;
}

.dental_emergency_body{
    grid-template-rows: 635px;
}

.complete_composite_bonding_body_left img{
    width: 100%;
    height: 100%;
}

.dental_emergency_body_left img{
    object-fit: cover;
    border-radius: 30px;
}

.complete_composite_bonding_body_right p{
    font-family: Athletics, serif;
    font-size: 33px;
    line-height: normal;
    font-weight: 400;
    color: #000000;
}

.complete_composite_bonding_body_right_list{
    background-color: #fff;
    padding: 25px 25px 25px 70px;
    border-radius: 28px;
}

.complete_composite_bonding_body_right_lists{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.dental_emergency_body_right_lists{
    margin-top: 0;
}

.complete_composite_bonding_body_right_list h4{
    font-family: Athletics, serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #00465C;
    position: relative;
}

.complete_composite_bonding_body_right_list h4:before{
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url("../../manuel-images/images/svg-icons/list-check4.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 18px;
}

.dental_emergency_body_right_list_one h4:before{
    left: -60px;
    background-image: url("../../manuel-images/images/svg-icons/severe.svg");
    width: 52px;
    height: 52px;
}

.dental_emergency_body_right_list_two h4:before{
    left: -55px;
    background-image: url("../../manuel-images/images/svg-icons/broken.svg");
    width: 52px;
    height: 52px;
}

.dental_emergency_body_right_list_three h4:before{
    left: -55px;
    background-image: url("../../manuel-images/images/svg-icons/bleding.svg");
    width: 52px;
    height: 52px;
}

.dental_emergency_body_right_list_four h4:before{
    left: -55px;
    background-image: url("../../manuel-images/images/svg-icons/filing.svg");
    width: 52px;
    height: 52px;
}

.dental_emergency_body_right_list_five h4:before{
    left: -55px;
    background-image: url("../../manuel-images/images/svg-icons/injury.svg");
    width: 52px;
    height: 52px;
}

.dental_emergency_body_right_list_six h4:before{
    left: -55px;
    background-image: url("../../manuel-images/images/svg-icons/infection.svg");
    width: 52px;
    height: 52px;
}



.complete_composite_bonding_body_right_list p{
    font-family: Athletics, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    max-width: 500px;
}


.years_of_experience{
    padding: 150px 0 0 0;
    background-color: #FBE4E4;
}

.years_of_experience_title h3{
    margin: 0 auto;
    max-width: 700px;
}

.years_of_experience_body{
    margin-top: 50px;
}

.years_of_experience_body_inner{
    display: grid;
    grid-template-columns: 45% 55%;
    column-gap: 20px;
}

.years_of_experience_body_left img{
    width: 100%;
}

.years_of_experience_body_lists{
    display: grid;
    grid-template-columns: repeat(2, 310px);
    gap: 15px;
}

.years_of_experience_body_list_one{
    width: 310px;
    background-color: #B4F3F3;
    border-radius: 19px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.years_of_experience_body_list_one p{
    font-family: Athletics, serif;
    font-size: 35px;
    font-weight: 800;
    color: #00465C;
}

.years_of_experience_body_list_one span{
    font-family: Athletics, serif;
    font-size: 20px;
    font-weight: 800;
    color: #00465C;
}

.years_of_experience_body_list_two{
    width: 310px;
    background-color: #F3C2C4;
    border-radius: 19px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.years_of_experience_body_list_two p{
    font-family: Athletics, serif;
    font-size: 35px;
    font-weight: 800;
    color: #EE4561;
}

.years_of_experience_body_list_two span{
    font-family: Athletics, serif;
    font-size: 16px;
    font-weight: 800;
    color: #EE4561;
}




.years_of_experience_body_list_three{
    width: 310px;
    background-color: #DDE8CD;
    border-radius: 19px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.years_of_experience_body_list_three p{
    font-family: Athletics, serif;
    font-size: 35px;
    font-weight: 800;
    color: #00A85E;
}

.years_of_experience_body_list_three span{
    font-family: Athletics, serif;
    font-size: 20px;
    font-weight: 800;
    color: #00A85E;
}


.years_of_experience_body_list_four{
    width: 310px;
    background-color: #73BEBE;
    border-radius: 19px;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.years_of_experience_body_list_four p{
    font-family: Athletics, serif;
    font-size: 35px;
    font-weight: 800;
    color: #FFFFFF;
}

.years_of_experience_body_list_four span{
    font-family: Athletics, serif;
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
}


.years_of_experience_body_right{
    margin-top: 80px;
}

.years_of_experience_body_action{
    margin-top: 150px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.years_of_experience_body_action_one{
    font-family: Athletics, serif;
    background-color: #2DC2E5;
    border-radius: 48px;
    padding: 14px 26px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}


.years_of_experience_body_action_two{
    font-family: Athletics, serif;
    background-color: #E1435E;
    border-radius: 48px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding: 14px 26px;
    text-decoration: none;
    font-weight: 500;
}

.years_of_experience_body_action_two:hover, .years_of_experience_body_action_one:hover{
    color: #fff;
}

.your_smile_guarantee{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.your_smile_guarantee_inner{
    display: grid;
    grid-template-columns: 334px auto;
    max-width: 1200px;
    margin: 0 auto;
}

.your_smile_guarantee_inner_left{
    background-color: #00465C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0 0 30px;
}


.your_smile_guarantee_inner_right{
    background-color: #B4F3F3;
    padding: 35px 50px;
    border-radius: 0 30px 30px 0;
}

.your_smile_guarantee_inner_right h2{
    font-family: Canela, sans-serif;
    font-size: 4.167vw;
    font-style: normal;
    font-weight: 300;
    color: #00465C;
}

.your_smile_guarantee_inner_right_top{
    max-width: 85%;
}

.your_smile_guarantee_inner_right_top p{
    margin-top: 5px;
    font-family: Canela, sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #00465C;
    font-style: italic;
}

.your_smile_guarantee_inner_right_body p{
    margin-top: 10px;
    font-family: Athletics, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.your_smile_guarantee_inner_right_btn .reasons_people_section_top_button{
    justify-content: flex-start;
    margin-top: 35px;
}

.lifetime_confidence{
    background: #00465C;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lifetime_confidence_inner{
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.lifetime_confidence_inner p{
    font-family: Athletics, serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}

.lifetime_confidence_inner p span{
    font-style: italic;
}

.composite_bonding_page{
    background-color:#B4F3F3;
}

.composite_bonding_page .invest_yourself_section_top h3{
    color: #383737;
}

.composite_bonding_page .invest_yourself_section_body_inner{
    grid-template-columns: auto;
}

.composite_bonding_page .invest_yourself_section_body_form form{
    background-color: #fff;
}

.composite_bonding_page .invest_yourself_section_body_form_input input , .composite_bonding_page .invest_yourself_section_body_form_select select{
    background-color: #F2F2F2;
}

.composite_bonding_page .invest_yourself_section_body_form_input_checkbox input{
    background-color: #F2F2F2;
}

.composite_bonding_page_header{
    padding-top: 120px;
    background-image: url("/manuel-images/images/composite_bonding_page_header2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.composite_bonding_page_header_text{
    max-width: 100rem;
    position: relative;
    top: 100px;
}

.composite_bonding_page_header_text h1{
    font-size: 7rem;
    line-height: 7rem;
    margin-bottom: 1rem;
    color: inherit;
}

.composite_bonding_page_header_text li{
    text-align: start;
    display: flex;
    align-items: flex-start;
    color: #000;
    font-family: Athletics, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.6rem;
    text-transform: capitalize;
    gap: 4px;
}

.composite_bonding_page_header_text ul li p {
    display: flex;
}

.composite_bonding_page_header_text ul li p:before {
    content: '';
    width: 16px;
    height: 8px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 12px;
}

.composite_bonding_page_header_btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3rem;
}

.composite_bonding_page_header_bar{
    background-color: #73BEBE;
    width: 100%;
    height: 70px;
    margin-top: 260px;
}

.form-only-mobile{
    display: none;
}

.form-only-desktop{
    display: block;
}


@media only screen and (max-width: 1250px) {

    .your_smile_guarantee{
        padding: 0 20px 40px 20px;
    }
    .years_of_experience_body_inner{
        padding-right: 50px;
    }

    .years_of_experience_body_lists{
        grid-template-columns: repeat(2, 1fr);
    }

    .years_of_experience_body_list_one, .years_of_experience_body_list_two, .years_of_experience_body_list_three, .years_of_experience_body_list_four{
        width: 100%;
    }
}

@media only screen and (max-width: 1124px) {
    .your_smile_guarantee_inner_right_top{
        max-width: 100%;
    }

    .years_of_experience_body_inner{
        grid-template-columns: 40% 60%;
    }

    .compare_dentures_right {
        width: 100%;
        flex-grow: 1;
        min-width: auto;
    }

    .compare_dentures_left {
        width: 100%;
        flex-grow: 1;
        min-width: auto;
    }

    .flexible_payment_cards {
        column-gap: 15px;
    }

    .flexible_payment_card {
        padding: 20px 15px;
    }

    .why_choose_truly_section_cards {
        column-gap: 20px;
    }

    .transparent_pricing_section_top_lists {
        justify-content: flex-start;
    }

    .reasons_people_section_body_card_image_text h5 {
        font-size: 18px;
        line-height: normal;
    }

    .reasons_people_section_body_card_image_text span {
        font-size: 16px;
        line-height: normal;
    }

    .reasons_people_section_body_card_text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .reasons_people_section_body_card_text_desc p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 992px) {

    .lifetime_confidence{
        padding: 15px 20px;
    }

    .your_smile_guarantee_inner{
        grid-template-columns: auto;
    }

    .your_smile_guarantee_inner_left{
        border-radius: 30px 30px 0 0;
        padding: 50px 0;
    }

    .your_smile_guarantee_inner_right{
        border-radius: 0 0 30px 30px;
        padding: 30px;
    }

    .your_smile_guarantee_inner_right_top p{
        margin-bottom: 20px;
    }

    .your_smile_guarantee_inner_right_top p{
        font-size: 28px;
        margin-top: 2px;
    }

    .years_of_experience_title p{
        margin: 20px auto;
    }

    .years_of_experience_body_action{
        margin-top: 30px;
        justify-content: center;
        flex-direction: column;
        row-gap: 20px;
    }

    .years_of_experience_body{
        margin-top: 0;
    }

    .years_of_experience_body_right{
        margin-top: 20px;
    }

    .years_of_experience{
        padding: 80px 0 0 0;
    }

    .years_of_experience_body_inner{
        padding-right: 0;
    }

    .years_of_experience_body_right{
        padding: 0 20px;
    }

    .years_of_experience_body_inner{
        grid-template-columns: auto;
    }

    .years_of_experience_body_left{
        order: 2;
    }

    .complete_composite_bonding_body{
        margin-top: 40px;
        grid-template-columns: auto;
        grid-template-rows: auto;
        row-gap: 40px;
    }

    .dental_emergency_body{
        grid-template-rows: auto;
    }

    .complete_composite_bonding{
        padding: 80px 0;
    }

    .dental_emergency{
        padding: 80px 0 10px 0 !important;
    }

    .real_transformations_right{
        margin-top: 0;
        justify-content: flex-start;
    }

    .real_transformations_body {
        margin-top: 40px;
        grid-template-columns: auto;
        justify-content: center;
        margin-bottom: 80px;
    }


    .reasons_people_section_new {
        padding-bottom: 0 !important;
    }

    .reasons_people_section_body_new {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .compare_dentures_cards {
        margin-top: 120px;
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }

    .compare_dentures_left_middle {
        position: relative;
        top: -35px;
    }

    .compare_dentures_section {
        padding: 80px 0 40px 0;
    }

    .real_transformations {
        padding: 30px 0 40px 0;
    }

    .composite_bonding_real_transformations{
        padding-top: 0;
    }

    .allon4-full-mouth-implants_comments {
        padding-top: 60px !important;
    }

    .sound_familiar_bottom {
        margin-top: 55px;
    }

    .sound_familiar_bottom p {
        margin: 23px auto 0 auto;
        font-size: 18px;
        line-height: 27px;
    }

    .sound_familiar_bottom_button {
        margin-top: 35px;
    }

    .sound_familiar {
        padding: 80px 0;
    }


    .sound_familiar_cards {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }

    .transparent_pricing_section_body {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .transparent_pricing_section_body_middle {
        transform: translateY(0);
        text-align: center;
        margin-bottom: 60px;
    }

    .transparent_pricing_section_body_middle p {
        font-size: 60px;
    }

    .flexible_payment_cards {
        grid-template-columns: 1fr 1fr;
        row-gap: 60px;
    }

    .flexible_payment {
        padding: 80px 0;
    }

    .why_choose_truly_section {
        padding: 80px 0;
    }

    .reasons_people_section {
        padding: 0 0 80px 0;
    }

    .why_choose_truly_section_cards {
        margin-top: 25px;
    }

    .transparent_pricing_section {
        padding: 80px 0;
    }

    .transparent_pricing_section_top {
        margin-top: 60px;
    }

    .transparent_pricing_section_top_lists {
        margin-top: 34px;
    }

    .reasons_people_section_top_image, .reasons_people_section_top_button {
        margin-top: 30px;
    }

    .reasons_people_section_top_button a, .custom_section_outline_btn, .invest_yourself_section_top_button a {
        font-size: 24px;
        line-height: normal;
    }

    .reasons_people_section_body {
        margin-top: 40px;
    }

    .reasons_people_section_body_cards {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 130px;
    }

    .reasons_people_section_bottom_card span {
        display: flex;
        align-items: center;
        column-gap: 2px;
        font-size: 30px;
        line-height: 30px; /* 100% */
    }

    .reasons_people_section_bottom_card span img {
        width: 28px;
        height: 28px;
    }

    .reasons_people_section_bottom_card p {
        font-size: 18px;
        line-height: 31px;
    }

    .reasons_people_section_bottom {
        margin-top: 150px;
    }

    .invest_yourself_section {
        padding: 80px 0;
    }

    .invest_yourself_section_body {
        margin-top: 60px;
    }

    .invest_yourself_section_body_inner {
        display: grid;
        grid-template-columns: auto;
        row-gap: 50px;
    }

    .invest_yourself_section_body_left_list {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 768px) {

    .form-only-mobile{
        display: block;
    }

    .form-only-desktop{
        display: none;
    }

    .composite_bonding_page_header_text{
        position: static;
    }

    .composite_bonding_page_header_text h1{
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 16px;
        font-weight: bold;
    }

    .composite_bonding_page_header_text li{
        font-size: 14px;
    }

    .composite_bonding_page_header_btn{
        display: none;
    }

    .composite_bonding_page .invest_yourself_section_top h3{
        font-size: 30px !important;
        margin-top: 60px;
        text-align: left;
    }

    .composite_bonding_page .invest_yourself_section_body{
        margin-top: 20px;
    }

    .composite_bonding_page{
        background-color: transparent;
    }

    .composite_bonding_page_header{
        padding-top: 120px;
        padding-bottom: 80px;
        background-image: url("/manuel-images/images/composite_bonding_page_header-mobile2.jpg");
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
    }

    .composite_bonding_page_header_bar{
        display: none;
    }

    .your_smile_guarantee_inner_left img{
        width: 180px;
    }

    .years_of_experience_body_list_one, .years_of_experience_body_list_two, .years_of_experience_body_list_three , .years_of_experience_body_list_four{
        padding: 20px 15px;
    }

    .years_of_experience_body_list_one p, .years_of_experience_body_list_two p, .years_of_experience_body_list_three p , .years_of_experience_body_list_four p{
        font-size: 24px;
    }

    .years_of_experience_body_list_one span, .years_of_experience_body_list_two span, .years_of_experience_body_list_three span , .years_of_experience_body_list_four span{
        font-size: 16px;
        text-align: center;
    }

    .complete_composite_bonding_body_right p {
        font-size: 28px;
    }

    .complete_composite_bonding_body_right_list h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .complete_composite_bonding_body_right_list p {
        font-size: 16px;
        line-height: 24px;
    }

    .composite_bonding_reasons_people{
        flex-direction: column;
        row-gap: 12px;
    }

    .image-container{
        width: 100%;
        height: auto;
        aspect-ratio : 0/0;
    }

    .compare__item--check {
        background-position: -25px -36px;
        background-size: 175px 115px;
    }

    .compare_dentures_left .text p, .compare_dentures_right .text p {
        font-size: 18px;
        line-height: normal;
    }

    .compare_dentures_left .text ul li, .compare_dentures_right .text ul li {
        font-size: 16px;
    }

    .sound_familiar_bottom a {
        font-size: 16px;
        line-height: normal;
    }

    .sound_familiar_title h3 {
        font-size: 35px;
        line-height: normal; /* 110.256% */
    }

    .compare_dentures_section_title h3, .complete_composite_bonding_title h3, .your_smile_guarantee_inner_right h2 {
        font-size: 35px;
        line-height: normal; /* 110.256% */
    }



    .sound_familiar_bottom h4 {
        font-size: 28px;
        line-height: 28px; /* 110.256% */
    }

    .flexible_payment_cards {
        grid-template-columns: auto;
        row-gap: 60px;
    }

    .flexible_payment_card {
        height: auto;
    }

    .flexible_payment_card-bottom {
        position: static;
        margin-bottom: 20px;
    }

    .flexible_payment_card_title h4 {
        font-size: 22px;
        line-height: normal; /* 121.212% */
    }

    .flexible_payment_card_green_text p {
        font-size: 23px;
        line-height: normal; /* 115.511% */
    }

    .flexible_payment_card_button a {
        font-size: 18px;
        line-height: normal; /* 93.493% */
    }

    .flexible_payment_title h3 {
        font-size: 35px;
    }

    .why_choose_truly_section_cards {
        grid-template-columns: auto;
    }

    .why_choose_truly_section_title h3 {
        font-size: 35px;
    }

    .transparent_pricing_section_top p {
        font-size: 32px;
    }

    .transparent_pricing_section_top_list_text p {
        font-size: 16px;
        line-height: 24px;
    }


    .transparent_pricing_section_body_one_text p {
        font-size: 24px;
    }

    .transparent_pricing_section_body_two_right_text p {
        font-size: 24px;
    }

    .transparent_pricing_section_body_two_left_text p {
        font-size: 24px;
    }

    .transparent_pricing_section_body_one_logo img {
        width: 80px;
        height: 54px;
        object-fit: contain;
    }

    .transparent_pricing_section_button a {
        font-size: 24px;
        line-height: normal;
    }

    .reasons_people_section_top_image img {
        width: 100%;
    }

    .reasons_people_section_top_button a, .invest_yourself_section_top_button a {
        font-size: 24px;
        line-height: normal;
    }

    .reasons_people_section_body_cards {
        grid-template-columns: auto;
    }

    .reasons_people_section_body_card_image {
        height: auto;
        border-radius: 16px;
    }

    .reasons_people_section_bottom_cards {
        flex-direction: column;
    }

    .transparent_pricing_section_title h3 {
        font-size: 44px;
    }

    .reasons_people_section_top h3, .real_transformations_top h2 {
        font-size: 35px;
        line-height: normal;
    }

    .invest_yourself_section_top h3 {
        font-size: 44px;
    }

    .why_choose_truly_section_card_title span{
        font-size: 16px;
        line-height: normal; /* 166.667% */
    }

}

@media only screen and (max-width: 576px) {

    .reasons_people_section_body_new {
        grid-template-columns: auto;
        row-gap: 40px;
    }

    .reasons_people_section_body_new_card_image {
        background-position: top;
    }

    .sound_familiar_cards {
        grid-template-columns: auto;
        row-gap: 24px;
    }

    .why_choose_truly_section_card_title h4 {
        font-size: 18px;
        line-height: normal; /* 166.667% */
    }

    .transparent_pricing_section_top_lists {
        flex-direction: column;
    }

    .transparent_pricing_section_body_two_left_text p {
        max-width: 100%;
    }

    .transparent_pricing_section_body_two, .transparent_pricing_section_body_one {
        flex-direction: column;
        row-gap: 10px;
    }

    .transparent_pricing_section_body {
        margin-top: 120px;
        padding-bottom: 50px;
    }

    .transparent_pricing_section_body_left_text p, .transparent_pricing_section_body_right_text p {
        margin-bottom: 10px;
    }

    .transparent_pricing_section_body_left_text span, .transparent_pricing_section_body_right_text span {
        font-size: 34px;
        line-height: normal;
    }

    .transparent_pricing_section_button a {
        font-size: 16px;
    }

    .reasons_people_section_top_button a, .custom_section_outline_btn, .invest_yourself_section_top_button a {
        font-size: 16px;
    }

    .invest_yourself_section_body_form_inputs {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }

}

@media only screen and (max-width: 400px) {
    .years_of_experience_body_lists{
        grid-template-columns: auto;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }

    .flexible_payment_card_title h4 {
        font-size: 24px;
    }

    .flexible_payment_card_green_text p {
        font-size: 26px;
    }

    .flexible_payment_card_button a {
        font-size: 24px;
        line-height: normal; /* 93.493% */
    }

    .flexible_payment_title h3 {
        font-size: 70px;
    }

    .why_choose_truly_section_title h3 {
        font-size: 76px;
    }

    .transparent_pricing_section_title h3 {
        font-size: 74px;
    }

    .reasons_people_section_top h3, .real_transformations_top h2 {
        font-size: 70px;
        line-height: 80px; /* 114.286% */
    }

    .invest_yourself_section_top h3 {
        font-size: 70px;
    }

    .sound_familiar_title h3 {
        font-size: 78px;
        line-height: 86px;
    }

    .sound_familiar_bottom h4 {
        font-size: 60px;
        line-height: 60px; /* 100% */
    }

    .complete_composite_bonding_title h3, .your_smile_guarantee_inner_right h2{
        font-size: 60px;
        line-height: 60px; /* 100% */
    }

    .compare_dentures_section_title h3 {
        font-size: 78px;
        line-height: 86px; /* 110.256% */
    }
}
