.container {
    max-width: 1130px;
    margin: 0 auto;
}

#hero_top_section {
    background-color: #31216B;
}

.hero_inner {
    padding: 140px 0px 80px;
    display: flex;
    align-items: flex-start;
}

.hero_left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 70px;
}

.hero_right {
    width: 520px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
}

.hero_meeting {
   max-width: 800px;
   margin:0 auto;
   text-align: center;
}


.hero_left h1, .hero_meeting h1 {
    -webkit-font-smoothing: auto;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.meetings-iframe-container{
    line-height: 0;
}

.hero_left p, .hero_meeting p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 20px;
}

body:not(.scroll_down_mobile) .site-header-new {
    background-color: transparent;
    box-shadow: none;
}

body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
    background-color: #fff!important;
}

.logo-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 10px;
}

.logo-item {
    line-height: 0;
    width: calc(100%/3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.logo-item img {
    width: 100%;
    max-height: 50px;
    height: auto;
}

.hero_left ul {
    list-style: none;
    margin: 0px 0 20px;
    list-style: none;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.hero_left ul li {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.3em;
    text-align: left;
}

.hero_left ul li i {
    color: #23C530;
    margin-right: 10px;
    font-size: 20px;
}

.text_below_logos {
    text-align: center;
}

.form_title {
    font-size: 25px;
    line-height: 1;
    color: #1EBBF0;
    font-weight: 700;
    margin: 0 0 10px;
    -webkit-font-smoothing: auto;
}

.text_below_form_old {
    font-size: 12px;
    line-height: 18px;
    color: #778080;
    font-weight: 100;
    margin-top: 20px;
    -webkit-font-smoothing: auto;
}
.text_below_form_new {
    display: none;
    font-size: 12px;
    line-height: 18px;
    color: #778080;
    font-weight: 100;
    margin-top: 20px;
    -webkit-font-smoothing: auto;
}

.hs-form-field>label {
    display: none !important;
}

.hs-form .hs-input {
    border-radius: 5px;
    width: 100% !important;
    margin-bottom: 17px;
    height: 50px;
    box-sizing: border-box;
}

.hs-button.primary {
    transition: none !important;
    border: none;
    background: #fb9f00 !important;
    color: #fff;
    height: 50px;
    cursor: pointer;
    font-size: 14px !important;
    width: 250px;
    text-transform: uppercase !important;
    min-height: 50px;
    font-weight: 600 !important;
}

.hs-button.primary:hover {
    background: #f7b500 !important;
}

.hs-error-msgs.inputs-list {
    margin: -10px 0px 10px;
}

.hs-error-msgs.inputs-list .hs-error-msg {
    color: #fb9f00;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (min-width: 1041px) {
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
    #hero_top_section {
        margin-top: -85px;
    }
}

@media screen and (max-width: 1040px) {
    .hero_inner {
        padding: 100px 0px 60px;
        flex-direction: column;
    }
    .hero_left {
        padding-right: 0px;
        width: 100%;
    }
    .hero_right {
        margin: 20px auto 0px;
        max-width: 520px;
        width: 100%;
    }
    .logo-item img {
        width: auto;
        max-width: 180px;
    }
}

@media screen and (max-width:700px) {
    .logo-item img {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .hero_left h1, .hero_meeting h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_inner {
        padding: 80px 0px 50px;
    }
    .hero_right {
        padding: 20px;
        margin-top: 0px;
    }
    .logo-item {
        width: 50%;
    }
}


/***************
Second Section 
***************/

#second_section {
    padding: 80px 0px;
}

.second_section_inner {
    display: flex;
    align-items: center;
}

.second_section_left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}

.second_section_right {
    width: 50%;
    box-sizing: border-box;
    line-height: 0;
}

.second_section_right img {
    width: 100%;
    ;
}

.second_section_left h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    text-align: left;
    margin: 0 0 20px;
    -webkit-font-smoothing: auto;
}

.second_section_left p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 15px;
}

.second_section_left p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 980px) {
    .second_section_inner {
        flex-direction: column;
    }
    .second_section_left {
        width: 100%;
        padding: 0px 0px 30px;
    }
    .second_section_right {
        max-width: 500px;
        width: 100%;
    }
    #second_section {
        padding: 50px 0px 60px;
    }
}

@media screen and (max-width: 480px) {
    #second_section {
        padding: 40px 0px 50px;
    }
    .second_section_left h2 {
        font-size: 32px;
        line-height: 42px;
    }
}


/*************************
Last Section 
*************************/

.below-review-last-inner h2 {
    font-size: 38px!important;
    line-height: 52px!important;
    font-weight: 800;
    color: #fff!important;
    margin-bottom: 20px!important;
}

.below-review-last-section {
    background-size: cover;
    background-position: center center;
}

.below-review-last-inner {
    padding: 80px 0px;
    text-align: center;
}

.last-section-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.last-sections-buttons-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-sections-buttons-holder a {
    margin: 0px 10px;
    cursor: pointer;
    font-weight: 600;
}

.below-review-last-section .container {
    max-width: 1130px;
    margin: 0 auto;
}

@media screen and (max-width: 1230px) {
    .below-review-last-section .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (max-width: 1040px) {
    .below-review-last-inner {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 800px) {
    .last-sections-buttons-holder {
        flex-direction: column;
    }
    .last-sections-buttons-holder a {
        margin: 0px;
    }
}

@media screen and (max-width: 480px) {
    .below-review-last-section .container {
        margin: 0 30px;
    }
    .below-review-last-inner h2 {
        font-size: 32px!important;
        line-height: 42px!important;
    }
    .below-review-last-inner {
        padding: 50px 0px;
    }
    .last-sections-buttons-holder a {
        max-width: 100%;
    }
}