@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body{
    font-family: 'Plus Jakarta Sans';
}
.container {
    max-width: 1440px;
}
.legalhiring-header {
    background-color: #F0EBE9;
    border-bottom: 1px solid #E5E9F2;
}
.legalhiring-header .navbar-collapse {
    justify-content: end;
}
.legalhiring-header .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
}
.legalhiring-header .navbar .navbar-nav .nav-item {
    padding-right: 16px;
    padding-left: 16px;
}
.legalhiring-header .navbar .navbar-nav .nav-link {
    font-size: 19px;
    color: #18191F;
    font-weight: 600;
    line-height: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-feature-settings: 'liga' off;
}
.header-login {
    padding-left: 16px;
}
.HeaderHire-btn {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #AF5B48;
    border-radius: 8px;
    padding: 10px 21px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    cursor: pointer;
    width: fit-content;
}
.HeaderHire-btn:hover {
    color: #FFFFFF;
}
.mainbg-color {
    background-color: #F0EBE9;
}
.Hiringmain-paddtop {
    padding-top: 62px;
    padding-bottom: 134px;
}
.hiringMain-heading {
    font-size: 76px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    line-height: 98px;
    font-feature-settings: 'liga' off;
    color: #18191F;
}
.hiringMian-paratxt {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    font-feature-settings: 'liga' off;
    color: #18191F;
    padding-top: 8px;
    padding-bottom: 32px;
    margin-bottom: 0px;
}
.HireTopTalent-btn {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #AF5B48;
    border-radius: 8px;
    padding: 16px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    margin-top: 8px;
    width: fit-content;
    cursor: pointer;
}
.HireTopTalent-btn:hover {
    color: #FFFFFF;
}
.Mainheading-wdth {
    width: 75%;
}
.Mainpara-wdth {
    width: 90%;
}
.MainRight-img {
    float: right;
}
.Practice-areas {
    padding-top: 56px;
    padding-bottom: 49px;
}
.HiringSecond-heading {
    font-size: 52px;
    font-weight: 400;
    line-height: 70px;
    font-family: 'DM Serif Display';
    font-feature-settings: 'liga' off;
    color: #18191F;
}
.Hiringsecond-paratxt {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #18191FAB;
    font-feature-settings: 'liga' off;
    margin-bottom: 0;
}
.For-employers {
    padding-top: 79px;
    padding-bottom: 79px;
}
.align-center-items {
    align-self: center;
}
.For-parawdth {
    width: 90%;
}
.Hiring-footer {
    background-color: #AF5B48;
    padding-top: 64px;
    padding-bottom: 50px;
}
.footer-content {
    display: flex;
}
.copyright-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #D9DBE1;
    font-feature-settings: 'liga' off;
}
.FT-copyright-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.FT-socialicons {
    display: flex;
    gap: 16px;
}
.FT-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    font-feature-settings: 'liga' off;
    padding-bottom: 24px;
}
.FT-navlinks {
    padding-left: 0;
    margin-bottom: 0;
}
.FT-navlinks .menu-item {
    list-style: none;
    padding-bottom: 12px;
}
.FT-navlinks .menu-item .menu-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #D9DBE1;
    font-feature-settings: 'liga' off;
    text-decoration: none;
}
/* .copyright-section {
    width: 40%;
}
.Footer-links {
    width: 15%;
}
.Ft-uptodate {
    width: 30%;
} */
.ft-email {
    position: relative;
}
.Ft-uptodate .ft-email input {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background-color: #cb7b67;
    border-radius: 8px;
    border: none;
    color: #FFFFFF !important;
    padding-right: 36px;
}
.Ft-uptodate .ft-email input::placeholder {
    color: #D9DBE1;
}
.Emailsubmit-icon {
    position: absolute;
    top: 2px;
    right: 0px;
}
.Emailsubmit-icon:focus {
    box-shadow: none;
}
.ft-email input:focus {
    background-color: #cb7b67;
    border:none;
    outline: 0;
    box-shadow: none;
}
.practice-box-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    gap: 14px;
    background-color: #EBF9F9;
    border-radius: 16px;
    height: 183px;
}
.practice-main-boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 56px;
}
.inner-box-img{
    width: 100%;
    text-align: end;
}
.inner-box-matter{
    color: #18191F;
    font-weight: 600;
    font-size: 24px;
    line-height: 33.6px;
}
.margin-btom{
    margin-bottom:32px;
}
.practice-box{
    padding-left: 12px;
    padding-right: 12px;
    width: 30%;
}
.backgclr-two{
    background-color:  #F2F5FF;
}
.backgclr-three{
    background-color:  #FDEDED;
}
.backgclr-four{
    background-color:  #FAF2FE;
}
.backgclr-five{
    background-color:  #EEEDE7;
}
.backgclr-six{
    background-color:  #ECFDF7;
}
.backgclr-seven{
    background-color:  #F4ECE2;
}
.backgclr-eight{
    background-color:  #FEEFEC;
}
.backgclr-nine{
    background-color:  #F7F0DF;
}
.practice-border {
    border-bottom: 1px solid #F4F5F7;
}
.running-num-sec {
    padding: 96px 0px;
}
.Running-num-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 48px;
    gap: 48px;
}
.Running-box {
    background-color: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    padding: 24px 32px;
    display: flex;
    gap: 34px;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
}
.running-boxtxt {
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
    color: #18191F;
    font-feature-settings: 'liga' off;
    font-family: 'Inter';
}
.running-boxtxt-color {
    color: #AF5B48;
}
.Running-box img {
    width: 40px;
}
.Running-box .user-icon {
    width: 32px;
}
.CDmain-paddtop {
    padding: 72px 0px 90px;
}
.CD-form-sec {
    padding: 72px 0px;
}
.CD-form-hdng {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    color: #18191F;
    font-feature-settings: 'liga' off;
}
.CDform-hdngwdth {
    width: 56%;
    margin: 0 auto;
}
.CD-form {
    width: 50%;
    margin: 48px auto 0px;
    box-shadow: 0px 42px 77px #EEE8E4;
    border-radius: 16px;
    padding: 35px 50px;
}
.Red-star {
    color: Red;
}
.From-submitBtn {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #AF5B48;
    font-feature-settings: 'liga' off;
    padding: 16px;
    width: 100%;
    margin-top: 5px;
    word-spacing: 2px;
}
.From-submitBtn:hover {
    color: #FFFFFF;
}
.From-submitBtn:focus {
    outline: none;
    box-shadow: none;
}
.Thankyou-mainhdng {
    font-size: 48px;
    font-weight: 500;
    line-height: 67px;
    color: #18191F;
    font-feature-settings: 'liga' off;
}
.Thankyou-section {
    padding-top: 200px;
    padding-bottom: 200px;
}
.ft-email .invalid-feedback, .ft-email .first_me_b, .ft-email .first_me2 {
    color: #FFFFFF !important;
}
.EMPMain-heading {
    font-size: 44px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    line-height: 66px;
    color: #18191F;
    font-feature-settings: 'liga' off;
}
.EMPhdng-wdth {
    width: 90%;
}
.EMPmain-paddtop {
    padding-top: 60px;
    padding-bottom: 96px;
}
/* .EMPbg-img {
    background: url(../images/EMP-position-img.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
} */
/* .EMP-postion-sec {
    padding-top: 72px;
    padding-bottom: 98px;
    padding-left: 370px;
} */
.EMP-postion-sec {
    display: flex;
}
.emp-custom-container {
    padding-left: 0;
    padding-right: 245px;
}
.empPostion-content {
    padding: 72px 0px 66px 64px;
}
.emp-postions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 37px;
}
.emp-position-box {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.14);
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 49%;
    margin-bottom: 32px;
}
.emp-lastbox {
    width: 100%;
}
.EMP-practice-areas {
    padding-top: 72px;
    padding-bottom: 65px;
}
.ABTmain-paddtop {
    padding-top: 60px;
    padding-bottom: 50px;
}
.AccesOpt-btn {
    color: #AF5B48;
    background-color: #AF5B481F;
    word-spacing: 2px;
}
.AccesOpt-btn:hover {
    color: #AF5B48;
}
.ABT-btns {
    display: flex;
    gap: 32px;
}
.legalhiring-header .navbar-toggler-icon img {
    width: 38px;
    height: 38px;
}
.legalhiring-header .navbar-toggler-icon {
    width: 100%;
    height: 100%;
}
.legalhiring-header .navbar-toggler:focus {
    box-shadow: none;
}
.RS_close {
    float: right;
    border: none;
    background-color: #FFFFFF;
    font-size: 26px;
    margin-right: 10px;
}
.RS-form-section .access-form {
    padding: 0px 25px 25px;
    margin-bottom: 0px;
}
.Form-modal .modal-dialog{
    top: 10%;
}
.RS-form-section .From-submitBtn {
    margin-top: 10px;
    padding: 12px;
    font-size: 18px;

}
.Footer-Width {
    width: 33%;
}
.Form-modal .modal-body {
    padding-top: 0px;
}
.ABT-btns {
    padding-top: 32px;
}
.ABT-lastparaTxt {
    padding-bottom: 5px;
}

 /* Form styles */
.access-form {
    background-color: #fff;
    margin-bottom: 30px;
}
.trail-grp {
    padding-bottom: 20px;
    position: relative;
}
.label-name {
    background-color: #ffffff;
    padding: 0px 2px;
    font-size: 13px;
    color: rgba(0, 0, 0);
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    font-family: 'Inter';
}
.trail-grp input, .sel-dist {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #18181B;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    font-family: 'Inter';
}
.trail-grp textarea {
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    padding: 9px 12px;
    resize: none;
}
.help-box {
    border: 1px solid #BCCBDC;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #18181B;
    background-color: #fff;
    background-clip: padding-box;
    resize: none;
    min-height: 108px !important;
    font-family: 'Inter';
}
.trail-grp .help-box {
    width: 100%;
}
.trail-grp input::placeholder, .help-box::placeholder {
    font-size: 14px;
    color: #ADADAD;
    /* opacity: 0.58; */
    font-weight: 400;
    line-height: 17px;
    font-style: normal;
    font-family: 'Inter';
}
.form-control:focus, .form-control:focus-visible {
    box-shadow: none;
    border: 1px solid #1E485461;
    outline: none;
}
.help-box {
    padding-top: 12px;
    border: 1px solid #1E485461;
}
.great-bt {
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.form-section {
    padding: 60px 0px;
}
.contact-form {
    width: 45%;
    margin: 0 auto;
    box-shadow: 0px 4px 12px 5px #0000000f;
}
.construct-mainhdng {
    font-size: 60px;
    color: #313232;
    text-align: center;
}
.first_sp {
    display: none;
    font-size: 12px;
}

.invalid-feedback {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    display: none;
}

.phone_or {
    display: none;
    font-size: 12px;
}
.first_sp22 {
    font-size: 12px;
}

.first_me, .phone_me {
    display: none;
    font-size: 12px;
    color: #dc3545;
    font-weight: 500;
}
.first_me2 {
    display: none;
    font-size: 12px;
    color: #dc3545;
    font-weight: 500;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.first_me2, .first_sp22 {
    display: none;
}

.first_me_b, .first_me_b2, .first_me_n, .first_sp_b, .first_sp2_n22, .first_sp2_b_n,.first_sp2_b_n22 {
    font-size: 12px;
    color: red !important;
    margin-top: 0.25rem;
    font-weight: 500;
    
}
.first_sp_b4 {
    display: none;
}

.first_me_n ul, .first_sp_b ul{
    margin-bottom: 0px !important;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #E4E4E4 !important;
    background-image: none !important;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #E4E4E4 !important;
    background-image: none !important
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #E4E4E4 !important;
    box-shadow: none;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* #FieldRequired-error {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    display: none;
    margin-top: 4px;
} */
.validation-error {
    font-size: 12px !important;
    color: red !important;
    font-weight: 500;
    margin-top: 2px;
    display: none;
    font-feature-settings: 'liga' off;
}
.FTR-validationError {
    color: #FFFFFF !important;
}
.hiretoptalent-form {
    padding: 72px 0px;
}
.HireTopform {
    width: 90%;
    margin: 0 auto;
}

.Hiring-Job-heading {
    color: #18191F;
    font-size: 42px;
    font-weight: 400;
    line-height: 53.2px;
    font-family: 'DM Serif Display';
}
.EMP-contractHire-wdth {
    width: 80%;
}
.EMP-Hirepara {
    font-family: 'Lato';
    font-weight: 400;
}
.EMP-wdth-hirepara {
    width: 93%;
}
.HTTmain-heading {
    color: #18191F;
    font-size: 46px;
    font-weight: 400;
    line-height: 64px;
    font-family: 'DM Serif Display';
}
.HTT-mainLeft {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
}
.HTT-listHD {
    color: #18191F;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Lato';
}
.HTT-listitem {
    color: #18191FAB;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Lato';
}
.HTT-listicon {
    width: 19px;
    padding-top: 5px;
}
.HTT-wdth-Mainpara {
    width: 80%;
    color: #18191FAB;
    padding-bottom: 24px;
}
.Miancenter-textbox {
    width: 80%;
    margin: -50px auto 50px;
    padding: 32px 64px;
    background: linear-gradient(0deg, rgba(244, 236, 226, 0.5), rgba(244, 236, 226, 0.5)), #FFFFFF;
    box-shadow: 0px -14px 40px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    text-align: center;
}
.center-paratxt {
    color: #18191FD9;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Lato';
    font-feature-settings: 'liga' off;
}
.Padtop-mainhdng {
    padding-top: 55px;
}
.Homewdth-centertxt {
    width: 95%;
    margin: 0 auto;
}
.CD-centerbox {
    margin-bottom: 10px;
}
aside#side-nav{
   display: none;
}

