﻿#get-started-section {
    height: auto;
}


.get-started-top {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
}

.get-started-top-text {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 43.2px */
}

.get-started-top-text-wrapper {
    width: 546.06px;
    position: relative;
    margin-left: 10px;
}

#get-started-mail-input {
    position: relative;
    margin-left: 30px;
    max-width: 500px;
    margin-top: 0;
    width: 70%;
}

.get-started-search-input {
    width: 100%;
    height: 63.029px;
    border: none !important;
    border-radius: 100px;
    padding: 21px 145px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    resize: none;
}

body.rtl .get-started-search-input {
    padding: 21px 20px 10px 145px;
}

.get-started-search-botton {
    position: absolute;
    right: 6px;
    bottom: 12px;
    border: 0;
    border-radius: 38.288px;
    outline: none;
    margin: 0;
    z-index: 2;
    display: inline-flex;
    padding: 14.065px 14.818px;
    align-items: flex-start;
    width: 140px;
    justify-content: center;
}

body.rtl .get-started-search-botton {
    left: 6px;
    bottom: 12px;
    right: auto;
}

.get-started-120-text {
    color: var(--02-black, #151B26);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 190%; /* 26.6px */
}

.get-started-consult-text {
    opacity: 0.9;
    color: var(--02-black, #151B26);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    position: relative;
    margin-left: -16%;
    margin-top: 100px;
}

@media(max-width:1024px) {
    .get-started-top-text   {
        font-size: 28px;
    }
}

@media(max-width:768px) {
    .get-started-top {
        height: 280.771px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .get-started-top-text {
        leading-trim: both;
        text-edge: cap;
        font-size: 22px;
    }

    .get-started-top-text-wrapper {
        width: 100%;
        height: auto;
        margin-top: 23px;
        margin-left: 0;
    }

    body.rtl .get-started-top-text-wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    #get-started-mail-input {
        position: relative;
        margin-left: 0;
        margin-top: 60px;
        width: 100%;
        height: 63.029px;
    }

    body.rtl #get-started-mail-input {
        margin-left: 0;
        margin-right:0;
    }

    .get-started-search-input {
        height: 69px;
        line-height: 148%;
        padding: 15px 162px 12px 20px;
        resize: none;
    }

    body.rtl .get-started-search-input {
        padding: 15px 20px 12px 162px;
    }
        .get-started-search-input::placeholder {
            color: #9D9D9D;
            font-family: Montserrat;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 148%; /* 17.76px */
        }

    .get-started-consult-text {
        margin-left: 22%;
        margin-top: 34px;
    }


    .get-started-search-botton {
        bottom: 0;
        border: 0;
        border-radius: 38.288px;
        background: var(--02-black, #151B26);
        color: #fff;
        outline: none;
        margin: 0;
        z-index: 2;
        display: inline-flex;
        padding: 17px 24px;
        align-items: flex-start;
        width: 150px;
    }

    body.rtl .get-started-search-botton {
        bottom: 0;
        right: auto;
        left: 6px;
    }
}

@media(max-width:640px) {

}
