html {
    font-size: 1vw;
}

* {
    box-sizing: border-box;
}

.ac-rtl {
    direction: rtl;
}

body {
    font-family: "FbMetali-Regular";
    color: #4b4c4d;
    line-height: 0.9;
}

svg {
    width: 100%;
    height: 100%;
}

strong {
    font-family: "FbMetali-Bold";
}

.ac-rel-pos {
    position: relative;
    width: 100%;
    height: 0;
}

.ac-en {
    font-family: "Arial";
    font-size: 70%;
}

.ac-en-bold {
    font-family: "Arial Bold";
    display: inline-block;
    font-size: 70%;
    font-weight: 900;
}

.ac-mbot {
    margin-bottom: 3rem;
}

h2 {
    font-family: "FbMetali-Bold";
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 1rem;
}

p {
    text-align: justify;
    font-size: 2rem;
    line-height: 0.9;
    margin-bottom: 0.5rem;
}

.ac-img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ac-container {
    width: 80rem;
    margin: 0 auto;
    margin-right: 0;
    margin-left: auto;
    padding: 0 4rem 0 4rem;
    box-sizing: border-box;
    border-left: 0.1rem solid #007382;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    margin: 2rem auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Header */

.ac-main-title {
    position: absolute;
    top: -26rem;
    left: 4rem;
    font-size: 3rem;
    text-align: center;
    font-family: "FbMetali-Medium";
    z-index: 2;
    line-height: 0.8;
}

.ac-main-title img {
    width: 19rem;
    margin-bottom: 1rem;
}

.ac-main-title .ac-en-bold {
    font-size: 75%;
}


/* End Header */

.ac-form-wrapper {
    background-color: unset;
    display: block;
    position: fixed;
    top: 5rem;
    width: 17rem;
    left: 0rem;
    z-index: 2;
    margin-left: 1rem;
}

.ac-form-wrapper .ac-form-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #103c85;
}

.ac-form-wrapper .form {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ac-form-wrapper .ac-formlogo {
    width: 10rem;
}

.ac-form-wrapper .form input,
.ac-form-wrapper .form select {
    height: 3rem;
    width: 100%;
    margin-bottom: 1rem;
    border: 0;
    padding-right: 1rem;
    font-size: 1.2rem;
    background-color: #bddade;
    color: #4b4c4d;
    font-family: "FbMetali-Bold";
}

.ac-form-wrapper .ac-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 0.8;
    margin-top: 2rem;
    font-family: "FbMetali-Bold";
    color: #4b4c4d;
}

.ac-form-wrapper .ac-title strong {
    font-size: 2.5rem;
    font-family: "FbMetali-Bold";
}

::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "FbMetali-Bold";
    color: #4b4c4d;
}

::-moz-placeholder,
select::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "FbMetali-Bold";
    color: #4b4c4d;
}

:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "FbMetali-Bold";
    color: #4b4c4d;
}

:-moz-placeholder,
select:-moz-placeholder {
    /* Firefox 18- */
    font-family: "FbMetali-Bold";
    color: #4b4c4d;
}

.ac-checkbox-wrapper {
    display: flex;
}

.ac-form-wrapper .ac-checkbox-div {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
}

.ac-form-wrapper .ac-checkbox-div input {
    height: 100%;
    -moz-box-shadow: inset 0 0 0.7rem #0000002e;
    -webkit-box-shadow: inset 0 0 0.7rem #0000002e;
    box-shadow: inset 0 0 0.7rem #0000002e;
}

.ac-form-wrapper .ac-checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 1vh;
    width: 100%;
    align-items: center;
    margin-bottom: 1vh;
}

.ac-form-wrapper .label-wrapper {
    position: relative;
    top: -0.4rem;
    font-size: 0.9rem;
}

.ac-form-wrapper .ac-leagal-v2 {
    display: block;
    position: relative;
    top: 0.5rem;
    right: -2rem;
    margin-bottom: 2rem;
}

.ac-form-wrapper .ac-button-wrapper {
    width: 100%;
}

.ac-form-wrapper .ac-button-wrapper button {
    width: 100%;
    background: #007382;
    font-weight: 400;
    border: 0;
    color: #fff;
    font-size: 1.7rem;
    padding: 0.4rem 0.5rem 0.5rem;
    border-radius: 2rem;
    font-family: "FbMetali-Bold";
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.ac-form-wrapper .ac-button-wrapper button span {
    display: block;
}

.ac-form-wrapper .ac-button-wrapper button img {
    width: 1.3rem;
    margin: 0.2rem 0rem 0 0.5rem;
}

.ac-logo-medical {
    /* position: absolute; */
    position: relative;
    top: 0rem;
    padding: 0;
    width: 14rem;
    left: 0rem;
}

.ac-logo-medical img {
    width: 100%;
}

main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    overflow-x: hidden;
}

main .ac-opening-pic img {
    width: 55rem;
    margin-bottom: 2rem;
}

main .ac-wrapper-box {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 70rem;
    margin: 2rem auto 2rem;
}

main .ac-wrapper-box .ac-icon {
    width: 7rem;
    height: 7rem;
}

main .ac-wrapper-box .ac-bigger {
    font-size: 2.2rem;
}

main .ac-wrapper-box .ac-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

main .ac-wrapper-box .ac-box strong {
    font-family: "FbMetali-Bold";
    display: block;
    margin-bottom: -1.8rem;
    margin-top: 1rem;
}

main .ac-logo img {
    width: 18rem;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

main .ac-options-ttl {
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
}

main .ac-tetx-img {
    display: flex;
}

main .ac-tetx-img-1,
main .ac-tetx-img-2 {
    flex-direction: row-reverse;
}

main .ac-tetx-img-1 .ac-col-1 {
    width: 75rem;
}

main .ac-tetx-img-1 .ac-sub-ttl {
    font-size: 2rem;
    text-align: center;
    display: block;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

main .ac-tetx-img-1 .ac-col-2 {
    padding-left: 3rem;
    margin-bottom: 3rem;
    width: 193rem;
}

main .ac-tetx-img-2 {
    margin-bottom: 3rem;
    justify-content: space-around;
}

main .ac-tetx-img-2 .ac-col-1 {
    width: 62rem;
}

main .ac-tetx-img-2 .ac-col-2 {
    width: 32rem;
    margin-left: 2rem;
}

main .ac-logo-tlv-medical img {
    width: 30rem;
    margin: 5rem auto;
}

main .ac-heart-left {
    position: absolute;
    left: -23rem;
    top: -12rem;
    width: 47rem;
}

main .ac-heart-right {
    position: absolute;
    width: 55rem;
    top: -24rem;
    right: -4rem;
}

main .ac-heart-left2 {
    position: absolute;
    left: -23rem;
    width: 44rem;
    z-index: -1;
    top: -33rem;
}


/* End Form Desktop */

.ac-show-on-mobile {
    display: none;
}

.ac-hide-on-mobile {
    display: block;
}

@media (max-width: 1000px) {
    .ac-show-on-mobile {
        display: block;
    }
    .ac-hide-on-mobile {
        display: none;
    }
    html {
        font-size: 0.99vw;
    }
    .close-form-wrapper {
        display: none;
    }
    /* End Opening Mobile */
}

.ac-mobile-contact {
    display: none;
}

@media (max-width: 650px) {
    html {
        font-size: 2.6vw;
    }
    main {
        flex-direction: column;
        justify-content: center;
    }
    .ac-container {
        width: 100%;
        margin: 0 auto;
        margin-right: 0;
        margin-left: auto;
        padding: 0 2rem 0 2rem;
        box-sizing: border-box;
        border-left: unset;
    }
    main .ac-opening-pic img {
        width: 100%;
        margin-bottom: 2rem;
    }
    .ac-logo-medical {
        position: absolute;
        top: 15rem;
        padding: 0;
        left: 1rem;
        width: 33%;
        display: none;
    }
    .ac-logo-medical img {
        width: 100%;
    }
    .ac-rel-pos-1 {
        height: auto;
    }
    .ac-main-title {
        position: relative;
        top: 0;
        left: 0;
        margin: 3rem auto;
    }
    .ac-main-title br {
        display: none;
    }
    .ac-tetx-img-2 .ac-col-2 {
        width: 376rem;
        margin-left: 2rem;
    }
    main .ac-tetx-img br {
        display: none;
    }
    main .ac-tetx-img-1 .ac-col-1 {
        width: 100%;
    }
    main .ac-wrapper-box {
        display: flex;
        justify-content: space-evenly;
        text-align: center;
        flex-direction: row-reverse;
        align-items: flex-start;
        width: 100%;
        margin: 2rem auto 2rem;
        flex-wrap: wrap;
    }
    main .ac-wrapper-box .ac-box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 45%;
        margin-bottom: 3rem;
    }
    main .ac-tetx-img-2 {
        flex-direction: column;
    }
    main .ac-tetx-img-2 .ac-col-2 {
        width: 100%;
    }
    main .ac-tetx-img-1 {
        flex-direction: column-reverse;
    }
    main .ac-tetx-img-1 .ac-col-2 {
        padding-left: 0;
        width: 100%;
    }
    main .ac-tetx-img-2 .ac-col-1 {
        width: 100%;
        margin-bottom: 2rem;
    }
    /* Form */
    .ac-form-wrapper {
        position: relative;
        width: 100%;
        top: 0rem;
        margin-left: 0;
        background: #fff;
        z-index: 999999999;
    }
    .ac-form-wrapper .close-form-wrapper {
        margin-bottom: 11vw;
        position: relative;
        width: 90%;
        display: none;
    }
    .ac-form-wrapper .close-form-wrapper button {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 1;
        color: #103c85;
        background: transparent;
        border: 0;
        font-size: 2rem;
    }
    .ac-form-wrapper .ac-button-wrapper button span {
        display: block;
        font-family: "FbMetali-Bold";
        font-size: 9vw;
    }
    .ac-form-wrapper .form input,
    .ac-form-wrapper .form select {
        height: 5rem;
        width: 100%;
        margin-bottom: 1.5rem;
        border: 0;
        padding-right: 1rem;
        color: #000;
        font-family: "AlmoniDLAAA";
        font-size: 2.7rem;
        -moz-box-shadow: inset 0 0 0.5rem #0000002e;
        -webkit-box-shadow: inset 0 0 0.5rem #0000002e;
        box-shadow: inset 0 0 0.5rem #0000002e;
    }
    .ac-form-wrapper .ac-checkbox-div {
        width: 3.5rem;
        height: 2.5rem;
    }
    .ac-form-wrapper .label-wrapper {
        top: -0.8rem;
        font-size: 1.3rem;
    }
    .ac-form-wrapper .ac-form-inner {
        padding-bottom: 4rem;
    }
    .ac-form-wrapper .ac-button-wrapper button {
        font-size: 2.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        text-align: center;
        margin: 1vw auto;
        width: 100%;
        font-family: "Assistant-Bold";
        border: 0.3vw solid #103c85;
        color: #fff;
        font-family: "Assistant-Bold";
        border-radius: 2rem;
        padding: 1vw 0 1vw;
        text-decoration: none;
    }
    .ac-form-wrapper .ac-formlogo {
        display: none;
    }
    .ac-form-wrapper .label-wrapper {
        font-size: 2rem;
        font-weight: 600;
    }
    .ac-form-wrapper .form {
        width: 90%;
    }
    .ac-form-wrapper .ac-checkbox-div input {
        height: 2rem;
        width: 2rem;
    }
    .ac-form-wrapper .ac-title {
        font-size: 2.3rem;
        margin-top: 3vh;
    }
    .ac-form-wrapper .ac-title strong {
        font-size: 3rem;
    }
    /* End Form */
    .ac-mobile-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #007382;
        width: 100%;
        font-size: 5.5vw;
        color: #fff;
        height: 13vw;
        line-height: 1;
        text-decoration: none;
        border: 1px solid #fff;
        font-weight: 900;
        z-index: 999999;
    }
    p {
        text-align: right;
        font-size: 2rem;
        line-height: 0.9;
        margin-bottom: 0.5rem;
    }
}