/*
 Theme Name:     seedlet child
 Description:    seedlet Child Theme
 Author:         ActiveBranding
 Version:        1.0.0
 Template:       seedlet

*/
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
    border-bottom: none !important;
}
.messageSent .agent_info strong br {
    display: none;
}
.form_continer label {
    font-size: 14px;
    color: var(--primery_color);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.lable_and_err {
    position: relative;
}
.err {
    color: rgb(212, 0, 53);
    font-size: 11px;
    position: absolute;
    top: -52px;
    left: 20px;
}
.messageSent {
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, 0.37);
    position: fixed;
}
.messageSent .continer {
    width: 750px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eae8e9;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
}
.messageSent h2 {
    font-size: 20px;
    line-height: 20px;
}
.messageSent h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #004785 !important;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.messageSent .continer .close {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #004785;
    color: #ffffff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 4px;
    padding-left: 0.5px;
}
.messageSent .continer .text1 {
    color: #004785;
    margin-top: 50px;
}
.messageSent .continer .text1 h2 {
    font-size: 34px !important;
    font-weight: 700;
}
.messageSent .continer .text1 h4 {
    font-size: 20px !important;
    font-weight: 500;
}
.messageSent .continer .text1 a {
    text-decoration: none;
    border-bottom: none !important;
    font-size: 20px !important;
    font-weight: 500;
    color: var(--secondery_color);
}
.messageSent .sh_logo img {
    width: 140px;
    margin-top: 50px;
}
.whasapp_link a {
    text-decoration: none;
    border-bottom: none !important;
    color: #004785;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
.whasapp_link {
    display: flex;
    margin-top: 20px;
}
.whasapp_link img {
    width: 30px;
}
.messageSent .continer .text_and_image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.messageSent .continer .text_and_image .text {
    width: 64%;
    height: 333px;
}
.messageSent .agent_info {
    margin-top: 20px;
}
.messageSent .agent_info strong {
    font-weight: 600;
    font-size: 30px;
}
.messageSent .continer .text_and_image .agent_image img {
    width: 370px;
    position: absolute;
    left: 30px;
    bottom: 0px;
}
.messageSent h1 {
    text-align: center;
    color: #10102f;
    direction: rtl;
    font-size: 24px;
    line-height: 24px;
}
.loader_continer {
    display: none;
    z-index: 101;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, 0.37);
    position: fixed;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

:root {
    --primery_color: #7aa966;
    --secondery_color: #f58466;
    --secondery_color_hover: #eb6844;
    --primery_font: "Open Sans", sans-serif !important;
}
body,
h1,
h2,
h3,
h4 {
    font-family: "Open Sans", sans-serif !important;
}
h1 {
    font-size: 55px !important;
    line-height: 55px !important;
    margin-bottom: 10px !important;
}
h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
}
a:hover {
    color: var(--primery_color) !important;
}
p {
    font-weight: 500 !important;
    font-size: 22px;
    line-height: 28px !important;
    letter-spacing: -0.03em;
}
.sms_approve {
    font-size: 14px;
}
.site_button {
    margin-top: 20px !important;
    background-color: var(--secondery_color) !important;
    transition: 0.2s;
    padding: 10px 20px 10px 20px !important;
    font-size: 26px !important;
    font-family: "Open Sans", sans-serif !important;
    border-radius: 100px;
}
.site_button:hover {
    background-color: var(--secondery_color_hover) !important;
    transition: 0.2s;
}

#masthead {
    display: none !important;
}
.main_continer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    direction: rtl;
}
.section1 {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: var(--primery_color);
    color: white !important;
}
.section2_continer {
    background-color: #eae8e9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 400px;
}
.section2 {
    flex-direction: row;
    width: 900px;
}
.section2 .text_continer {
    width: 50%;
    color: var(--primery_color);
}
.section2 .image_continer {
    width: 50%;
}
.section2 .image_continer img {
    position: relative;
    top: -57px;
    width: 470px;
    left: -48px;
}

.section3_continer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.section3 {
    flex-direction: column;
    width: 900px;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 60px;
}
.section3 h2 {
    color: var(--primery_color) !important;
}
.section3 .image_continer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .image_continer img {
    max-width: 900px;
}
.arrow_down {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_down img {
    width: 25px;
}
.form_continer input[type="text"] {
    border: solid 1px var(--primery_color);
    border-radius: 100px;
    width: 400px;
    height: 45px;
    margin-bottom: 20px;
}
.input_item_checkbox {
    display: flex;
}
.form_continer input[type="submit"] {
    margin-top: 20px !important;
    background-color: var(--secondery_color) !important;
    transition: 0.2s;
    padding: 10px 20px 10px 20px !important;
    font-size: 26px !important;
    font-family: "Open Sans", sans-serif !important;
    width: 400px;
    border-radius: 100px;
}

.form_continer input[type="submit"]:hover {
    background-color: var(--secondery_color_hover) !important;
    transition: 0.2s;
}

/* footer START */
.site_footer {
    overflow: hidden;
    background-color: #eae8e9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_continer {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.item1_continer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}
.item1_continer .logos_continer {
    width: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 70px;
    flex-direction: row-reverse;
}
.item1_continer .logos_continer .sg_logo img {
    height: 60px;
}
.item1_continer .logos_continer .sg_logo {
    margin-right: 25px;
}

.item1_continer .logos_continer .sh_logo img {
    height: 50px;
}

.item2_continer {
    text-align: right;
    direction: rtl;
    font-size: 14px;
    line-height: 16px;
}
.footer_continer .space {
    margin-top: 7px;
}
.accessibility-statement,
.footer_continer a {
    font-size: 15px;
    line-height: 15px;
    text-decoration: none !important;
    border-bottom: none !important;
}
.rights_icons {
    font-size: 13px;
    position: relative;
    top: -5px;
}
/* footer END */

.accessibility_statement_continer {
    width: 1200px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.accessibility_statement h1 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    line-height: 1.5em !important;
}
.accessibility_statement h2 {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    line-height: 1.3em !important;
}
.accessibility_statement h3 {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    line-height: 1.3em !important;
}
.accessibility_statement p {
    margin-bottom: 0px !important;
    margin-top: 3px !important;
    line-height: 1.3em !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.accessibility_statement ol {
    position: relative !important;
    right: 18px !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
.accessibility_statement li {
    position: relative !important;
    right: 18px !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

@media (min-width: 1001px) {
    .sh_logo_mobile {
        display: none;
    }
}

@media (max-width: 1000px) {
    .messageSent {
        align-items: flex-start;
        padding-top: 30px;
    }
    .messageSent .continer .text1 {
        margin-top: 20px;
    }
    .sh_logo_mobile {
        width: 50%;
        margin-top: 29px;
    }
    .messageSent .agent_image {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content: center;
        position: relative;
    }

    .whasapp_link img {
        width: 20px;
        position: relative;
        top: -2px;
    }
    .messageSent .sh_logo {
        display: none;
    }
    .messageSent .agent_info strong br {
        display: inline;
    }
    .whasapp_link {
        display: flex;
        margin-top: 10px;
        align-items: center !important;
        justify-content: center !important;
    }
    .messageSent .continer .text1 h2 {
        font-size: 27px !important;
        font-weight: 700;
    }
    .messageSent .continer .text1 h4 {
        margin-bottom: 10px;
    }
    .messageSent h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 3px;
        text-align: center !important;
    }
    .messageSent .continer {
        width: 90%;
        height: auto;
    }
    .messageSent .agent_info {
        margin-top: 10px;
    }
    .messageSent .agent_info strong {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
    }
    .messageSent .continer .text_and_image .text {
        width: 90%;
        height: auto;
    }
    .messageSent .continer .text_and_image {
        flex-direction: column;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .messageSent .continer .text_and_image .agent_image img {
        width: 80%;
        position: relative;
        left: 0;
        bottom: 0px;
    }
    .err {
        left: 20px;
    }
    .input_item_checkbox {
        flex-direction: row !important;
    }
    .section2 {
        flex-direction: column-reverse;
        width: 90%;
    }
    .section2_continer {
        height: auto;
    }
    .section2 .text_continer {
        width: 80%;
        padding-bottom: 50px;
        margin-top: -29px;
    }
    .section2 .image_continer {
        width: 100%;
    }
    .section2 .text_continer p {
        text-align: center !important;
    }
    .section2 .image_continer img {
        position: relative;
        top: -47px;
        width: 470px;
        left: 0;
    }
    .section3 {
        padding-top: 9px;
    }
    .section3 .image_continer img {
        max-width: 90%;
    }
    .form_continer {
        width: 90%;
    }
    .form_continer input[type="text"] {
        width: 100%;
    }
    .input_item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .form_continer input[type="submit"] {
        width: 100%;
    }

    .footer_continer {
        text-align: center;
        width: 90%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .item1_continer {
        justify-content: center;
        align-items: center;
    }
    .item2_continer {
        margin-top: 20px;
        text-align: center;
    }
    .item2_continer br {
        display: none;
    }
}
/* Theme customization starts here */
