#spotlight {
    padding: 110px 0;
    background-image: url(../images/spotlight-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#spotlight section.content {
    text-align: center;
}
#spotlight section.content h1 {
    font-size: 55px;
    font-family: "inter-regular";
    color: #fff;
}
#spotlight section.content div.news {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
#spotlight section.content div.news div.home {
    font-size: 16px;
    color: #fff;
    font-family: "inter-regular";
}
#spotlight section.content div.news div.dot {
    width: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
#spotlight section.content div.news div.dot img {
}
#spotlight section.content div.news div.news_events {
    font-size: 16px;
    color: #fff;
    font-family: "inter-semibold";
}
#choices {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
#choices div.choice .span {
}
#choices div.choice .span a .custom-link {
    font-size: 18px;
    font-family: "inter-regular";
    color: #a3a3a3;
}
#choices div.choice .span a .custom-link:hover,
.custom-link:focus,
.custom-link:active {
    border-bottom: 3px solid #6941c6;
    color: #6941c6;
    padding-bottom: 10px;
}
#choices div.choice .span .line {
    padding: 10px;
}
#choices div.choice .span .line:hover {
}

/* div.input {
    width: 100%;
    display: block;
    padding: 14px 14px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
} */

textarea {
    width: 100%;
    display: block;
    padding: 14px 14px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    resize: none;
}

#get-form {
    padding: 70px 0px;
}

#get-form .wrapper {
}

#get-form .wrapper .get-main {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#get-form .wrapper .get-main .get-left {
    width: 44%;
}

#get-form .wrapper .get-main .get-left .form-container {
}

#get-form .wrapper .get-main .get-left .form-container h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#get-form .wrapper .get-main .get-left .form-container>p {
    margin-bottom: 20px;
}
#get-form .wrapper .get-main .get-left .form-container p.phone {
    margin-bottom: 15px;
}

#get-form .wrapper .get-main .get-left .form-container form {
}

#get-form .wrapper .get-main .get-left .form-container form .top-input {
    display: flex;
    justify-content: space-between;
}

#get-form .wrapper .get-main .get-left .form-container form .top-input .get-form {
    width: 47%;
}

#get-form .wrapper .get-main .get-left .form-container form .top-input .get-form p {
}

#get-form .wrapper .get-main .get-left .form-container form .top-input .get-form p label {
    display: block;
    margin-bottom: 5px;
}

#get-form .wrapper .get-main .get-left .form-container form p img {
    width: 150px;
    margin-bottom: 10px;
}

#get-form .wrapper .get-main .get-left .form-container form p label {
    color: var(--gray-700, #344054);
    display: block;
    margin-bottom: 10px;
}

#get-form .wrapper .get-main .get-left .form-container form p input {
    width: 100%;
    display: block;
    padding: 18px 14px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#get-form .wrapper .get-main .get-left .form-container form button {
    width: 100%;
    color: #ffff;
    display: flex;
    padding: 15px 24px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    border-radius: 50px;
    background: #6941c6;
    cursor: pointer;
}
/* #get-form .wrapper .get-main .get-left .form-container form input {

} */

#get-form .wrapper .get-main .get-right {
    width: 45%;
}

#get-form .wrapper .get-main .get-right img {
}

#get-form .wrapper .get-main .get-left .form-container form input::placeholder {
    color: #667085;
}

#get-form .wrapper .get-main .get-left .form-container form #textarea {
    width: 100%;
    height: 150px;
    display: block;
    padding: 18px 14px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    resize: none;
}

@media all and (max-width: 1380px) {
}
@media all and (max-width: 1280px) {
    #get-form .wrapper .get-main {
        padding: 30px;
    }
    #get-form .wrapper .get-main .get-left .form-container form p input {
        padding: 14px 14px;
    }
    #get-form .wrapper .get-main .get-left {
        width: 48%;
    }
}
@media all and (max-width: 1080px) {
    #get-form .wrapper .get-main {
        padding: 30px;
    }
    #get-form .wrapper .get-main .get-left .form-container form .top-input {
        flex-wrap: wrap;
    }
    #get-form .wrapper .get-main .get-left .form-container form #textarea {
        height: 150px;
    }
}
@media all and (max-width: 980px) {
    #get-form .wrapper .get-main {
        flex-wrap: wrap;
    }
    #get-form .wrapper .get-main .get-left {
        width: 90%;
        margin: 0 auto 50px;
    }
    #get-form .wrapper .get-main .get-right {
        width: 80%;
        margin: 0 auto;
    }
}
@media all and (max-width: 768px) {
    #spotlight section.content h1 {
        font-size: 55px;
        font-family: "inter-regular";
        color: #fff;
    }
    #get-form .wrapper .get-main .get-right {
        width: 85%;
        margin: 0 auto;
    }
}
@media all and (max-width: 640px) {
    div.modal_wrapper-getInTouch .success_wrap {
        width: 90% !important;
    }
    div.modal_wrapper-getInTouch .success_wrap h3 {
        font-size: 20px !important;
    }
    #get-form {
        padding: 50px 0px;
    }
    #get-form .wrapper .get-main {
        padding: 0px;
    }
    #get-form .wrapper .get-main .get-right {
        width: 100%;
        margin: 0 auto;
    }
}
@media all and (max-width: 480px) {
    #get-form .wrapper .get-main .get-left {
        width: 95%;
    }
    #spotlight section.content h1 {
        font-size: 50px;
    }
    #get-form .wrapper .get-main .get-left .form-container form .top-input .get-form {
        width: 48%;
    }
    #get-form .wrapper .get-main .get-left .form-container form p label {
        font-size: 14px;
    }
    #get-form .wrapper .get-main .get-left .form-container h2 {
        font-size: 28px;
        text-align: center;
    }
    #spotlight section.content h1 {
        font-size: 36px;
    }
}
@media all and (max-width: 360px) {
    #get-form .wrapper .get-main .get-left .form-container h2 {
        font-size: 25px;
    }
    #get-form .wrapper .get-main .get-left .form-container form input::placeholder {
        color: #667085;
        font-size: 13px;
    }
}
@media all and (max-width: 320px) {
}
