@charset "utf-8"; /*
Theme Name:  Divi Child
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Hesham Zebida
Author URI:  http://zebida.com
Template:    Divi
*/
*{
    box-sizing: border-box;
}
fonts/Proxima Nova-Regular.svg
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Regular.eot');
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Regular.eot#iefix') format('embedded-opentype'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Regular.woff') format('woff'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Regular.ttf') format('truetype'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Regular.svg#Proxima%20Nova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Semibold.eot');
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Semibold.eot#iefix') format('embedded-opentype'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Semibold.woff') format('woff'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Semibold.ttf') format('truetype'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Semibold.svg#Proxima%20Nova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Bold.eot');
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Bold.eot#iefix') format('embedded-opentype'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Bold.woff') format('woff'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Bold.ttf') format('truetype'),
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/Proxima%20Nova-Bold.svg#Proxima%20Nova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Regular.eot');
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Regular.eot#iefix') format('embedded-opentype'), 
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Regular.woff') format('woff'), 
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Regular.ttf') format('truetype'), 
    url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Bold.eot');
    src: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Bold.eot#iefix') format('embedded-opentype'),
        url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Bold.woff') format('woff'),
        url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root {
    --proxima: 'Proxima Nova Rg';
    --proxima_semi: 'Proxima Nova Lt';
    --playfair: 'Playfair Display';
}

body {
    font-family: 'Proxima Nova';
    font-weight: normal;
    margin:0px;
    padding:0px;
}

.container {
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
}
h2 {
    font-family: var(--playfair);
    font-weight: 400;
    font-size: 40px;
    max-width: 538px;
    width: 100%;
    line-height: 51px;
    margin: 0px;
    color: #313131;
}
h3 {
    font-size: 30px;
    font-family: 'Proxima Nova';
    font-weight: bold;
    color: #313131;
    margin: 0px;
}
.main_banner h3{
    color: #fff;
}

h4 {
    font-size: 30px;
    max-width: 426px;
    line-height: 37px;
    font-weight: normal;
    margin: 0px;
}
p{
   /* font-family: var(--proxima);*/
    font-size: 18px;
    color: #484848;
    line-height: 25px;
}
header#main-header {
    padding: 30px 0px;
    background: transparent;
    box-shadow: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rc-anchor-invisible-text {
    display: none;
}
.rc-anchor-invisible-text {
    display: none !important;
}
.no_padding {
    padding: 0px !important;
}

.beneath_banner_section.no_padding {
    padding: 0px !important;
}

div#page-container {
    padding-top: 0px !important;
}

header#main-header {
    background: transparent;
    box-shadow: none;
}
#et-top-navigation #top-menu{
    padding: 0px;
}
#et-top-navigation #top-menu li{
    list-style: none;
}
header#main-header .menu-item a {
    border: 1px solid #fff;
    line-height: normal;
    padding: 14px 22px!important;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header#main-header .menu-item a:hover {
    border-color: #e21915;
    /* color: #fff; */
    background: #e21915;
}
header#main-header.fix-header{
    background: #e21915;
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63);
}
header#main-header.fix-header .menu-item a {
    padding: 12px 16px !important;
    font-size: 14px;
    font-weight: bold;
}

div#et-top-navigation {
    padding: 0px !important;
}

img#logo {
    width: 200px;
    max-height: initial;
}

.logo_container a {
    display: inline-block;
}

.main_banner {
    padding: 0px !important;
    padding-top: 10rem !important;
    margin-top: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.et_pb_section{
    padding: 60px 0px;
}
.main_banner .et_pb_row{
    position: relative;
    z-index: 1;
}

.main_banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 67%;
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.75), transparent);
}

.main_banner .et_pb_row.et_pb_row_0 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main_banner .et_pb_row .et_pb_column {
    display: flex;
    flex-flow: row wrap;
}

.main_banner .et_pb_row .et_pb_column .et_pb_module:first-child {
    width: calc(100% - 350px);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    margin: 0px !important;
}

.main_banner .et_pb_row .et_pb_column .et_pb_module:last-child {
    width: 350px;
    padding-bottom: 150px;
}

.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light {
}

.main_banner .et_pb_row .banner_bottom_text {
    margin-top: 128px;
    padding-bottom: 30px;
}

.main_banner .et_pb_row .banner_bottom_text span {
    font-size: 18px;
    color: #fff;
}

div#et-top-navigation {
    width: calc(100% - 200px);
    align-items: flex-end;
}

header#main-header .et_menu_container {
    display: flex;
    flex-flow: row wrap;
}

header#main-header .logo_container {
    position: initial;
    width: 200px;
}

header#main-header .et_menu_container>div {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

header#main-header.fix-header img#logo {
    width: 112px;
}


.main_banner h1 {
    font-family: 'Playfair Display';
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin: 0px;
}

.main_banner h1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 62px;
    height: 2px;
    background: #ED1C24;
}

.banner_form .script_form_wrapper {
    background: #E9EEF1;
    padding: 30px;
}

.banner_form strong {
    font-size: 30px;
    color: #313131;
    font-weight: bold;
    line-height: 37px;
      font-family: 'Proxima Nova';
    display: block;
    margin-bottom: 20px;
}

/*script form css start*/
.hbspt-form .input input {
    border: none;
    background: #fff;
    padding: 15px 10px;
    width: 100%;
}
.hbspt-form .input input:focus{
    outline: none;
}

ul.no-list.hs-error-msgs.inputs-list {
    padding: 0px;
    margin: 0px;
}

ul.no-list.hs-error-msgs.inputs-list li {
    display: block;
    color: #b93333;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

ul.no-list.hs-error-msgs.inputs-list li label {
    margin-bottom: 10px;
    padding-bottom: 0px;
}
select#phone_ext-53e5814d-052c-4da6-a8b2-8881ef42c969 {
    padding: 14px 6px;
    border: none;
}
select#phone_ext-53e5814d-052c-4da6-a8b2-8881ef42c969:focus{
    outline: none;
}
.hs-input.hs-fieldtype-intl-phone {
}

select#phone_ext-53e5814d-052c-4da6-a8b2-8881ef42c969 {
    padding: 14px 6px;
    border: none;
}

select#country-53e5814d-052c-4da6-a8b2-8881ef42c969 {
    padding: 15px 2px;
    border: none;
}

select#country-53e5814d-052c-4da6-a8b2-8881ef42c969:focus {
    outline: none;
}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
    display: flex;
    flex-flow: row wrap;
}

.hs-form-booleancheckbox input[type="checkbox"] {
    width: 20px;
    height: 16px;
    float: none;
    margin: 0px;
    border: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    position: relative;
    background: transparent;
}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display>span {
    width: calc(100% - 20px);
    margin: 0px;
    padding-left: 10px;
}


.legal-consent-container ul.inputs-list {
    padding: 0px;
}

.legal-consent-container ul.inputs-list li {
    list-style: none;
}

.hs-form-booleancheckbox input[type="checkbox"]::after, .hs-form-booleancheckbox input[type="checkbox"]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
}

.hs-form-booleancheckbox input[type="checkbox"]:checked::before {
    background: #ED1C24;
    z-index: 1;
}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display>span p {
    font-size: 14px;
}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display>span p a {
    color: #ff0006;
}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display>span .hs-form-required {
    color: #ff0006;
}


.hs_submit.hs-submit input.hs-button.primary.large {
    text-transform: uppercase;
    padding: 15px 23px;
    border: none;
    background: #e21915;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-family: 'Proxima Nova';
    font-weight: 600;
    border: 1px solid #e21915;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer_form .hs_submit.hs-submit input.hs-button.primary.large{
    padding: 15px 93px;
}
.hs_submit.hs-submit input.hs-button.primary.large:hover {
    color: #e21915;
    background: transparent;
}
.footer_form .hs_submit.hs-submit input.hs-button.primary.large {
    padding: 15px 93px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100;
}

/*script form css end*/

form.wpcf7-form.init p>br {
    display: none;
}

.banner_form label {
    display: block;
    margin-bottom: 10px;
}

.banner_form label input {
    border: none;
    background: #fff;
    padding: 15px 10px;
    width: 100%;
}

.banner_form form>p {
    padding-bottom: 0px;
}

.banner_form form>p.select_wrapper {
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}

.banner_form .select_wrapper select {
    padding: 15px 10px;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
}

.banner_form .select_wrapper::after, .input_field_wrapper p span.wpcf7-form-control-wrap:last-child::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/down_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
}

.main_banner .et_pb_row .banner_bottom_text span {
    display: block;
}

.checkbox_wrapper>p>label {
    display: flex;
    flex-flow: row wrap;
}

.checkbox_wrapper>p>label input {
    width: 15px;
    height: 15px;
    margin: 0px 5px 0px 0px;
    -webkit-appearance: none;
    padding: 0px;
    position: relative;
    background: none;
}

.checkbox_wrapper>p>label span.wpcf7-list-item.first.last {
    margin-left: 0px;
}

.checkbox_wrapper>p>label input::after, .checkbox_wrapper>p>label input::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 100%;
    background: #fff;
}

.checkbox_wrapper>p>label input[type="checkbox"]:checked::before {
    background: #ED1C24;
    z-index: 1;
}

.checkbox_wrapper>p>label>a {
    color: #ED1C24;
    text-decoration: underline;
    display: inline-block;
    margin-left: 3px;
}
.skill_section h2 {
    max-width: 500px;
    width: 100%;
}

.skill_section .et_pb_row {
    display: flex;
    flex-flow: row wrap;
}

.skill_section .et_pb_row>div {
    width: 50%;
}

.skill_section .et_pb_row>div:first-child {
    padding-right: 70px;
}

.skill_section .et_pb_row>div span.et_pb_image_wrap img {
    width: 100%;
}


.btn_ input {
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    background: #e21915;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-family: 'Proxima Nova';
    font-weight: 600;
}

.beneath_banner_section {
    background: #e11915;
}

.beneath_banner_section .et_pb_column {
    display: flex;
    flex-flow: row wrap;
}

.beneath_banner_section .et_pb_column>div {
    width: 45%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0px !important;
}

.beneath_banner_section .et_pb_column>div:nth-child(2) {
    width: 35%;
}

.beneath_banner_section .et_pb_column>div:last-child {
    width: 20%;
}

.beneath_banner_section h2 {
    font-family: var(--playfair);
    font-size: 40px;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
}
.beneath_banner_section h2 span{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.et_pb_row {
    max-width: 85% !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 27px 0px;
}

.beneath_banner_section .et_pb_column>div .et_pb_text_inner p {
    display: block;
    padding-bottom: 0px;
    color: #fff;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 5px;
}

a.et_pb_button {
    background: #e11915;
    border: none;
    color: #fff;
    border-radius: 0px;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    border: 1px solid #e11915;
    font-family: 'Proxima Nova';
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_holder a.et_pb_button {
    margin-bottom: 10px;
}
a.et_pb_button:hover {
    padding: 14px 15px !important;
    color: #e11915 !important;
    border: 1px solid #e11915 !important;
    background: transparent !important;
}

.beneath_banner_section a.et_pb_button {
    background: #fff;
    color: #e11915;
    border-color: #fff !important;
}

.beneath_banner_section a.et_pb_button:hover {
    color: #fff !important;
    background: transparent !important;
    border-color: #fff !important;
}
a.et_pb_button::after{
    display: none;
}

.et_pb_button:after, .et_pb_button:hover:after {
    top: 46%;
    transform: translate(0, -50%);
    font-size: 27px;
}

.img_container {
    background: #eaeef1;
    padding: 0px !important;
    position: relative;
}

.img_container .et_pb_row {
    position: relative;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 90px !important;
    display: flex;
    flex-flow: row wrap;
    background: #eaeef1;
    padding: 124px 0px !important;
    padding-right: 90px !important;
}

.img_container .et_pb_row::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 62px;
    width: 200px;
    height: 200px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/horizontal_dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
}
.img_container h4{
    margin: 15px 0px;
    margin-bottom: 30px;
}

.img_container .et_pb_row.flip_section::before {
    top: 86px;
    right: 30px;
    left: initial;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/vertical_dots.png);
    width: 64px;
}
.img_container span.et_pb_image_wrap img {
    width: 100%;
    height: 100;
    object-fit: cover;
}

.img_container .et_pb_text_inner p strong, .img_container .et_pb_text_inner ul strong {
    font-size: 18px;
    font-weight: bold;
    color: #020814;
}

.img_container .et_pb_text_inner .top_short_text_wrap {
    font-size: 18px;
    color: #020814;
    margin-bottom: 15px;
}
.img_container .et_pb_text_inner ul{
    padding: 0px;
}
.img_container .et_pb_text_inner ul li {
    display: block;
    position: relative;
    font-size: 18px;
    color: #020814;
    margin-bottom: 15px;
    padding-left: 20px;
}

.img_container .et_pb_text_inner ul li::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #020814;
    border-radius: 100%;
    transform: translate(0, -50%);
}

.img_container h4+p strong {
    padding-top: 20px;
    display: inline-block;
    padding-top: 13px;
}

.img_container .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 20px;
}

.et_pb_row.flip_section {
    flex-flow: row-reverse;
    padding-right: 0px !important;
    padding-left: 124px !important;
    background: #fff;
}

.img_container .et_pb_row>div {
    float: none;
    margin: 0px !important;
    width: 50%;
}

.img_container .et_pb_row:last-child {
    margin-bottom: 0px;
}

.img_container .et_pb_row>div:last-child {
    padding-left: 50px;
}

.img_container .et_pb_row.flip_section>div:last-child {
    padding-left: 0px;
    padding-right: 40px;
}
.btn_holder{
    margin-top: 20px;
}
.btn_holder a {
    display: inline-block;
    margin-right: 10px;
}

.btn_holder a:last-child {
    margin-right: 0px;
}

a.et_pb_button.btn_transparent {
    background: transparent;
    color: #e11915;
}

a.et_pb_button.btn_transparent:hover {
    background: #e11915 !important;
    color: #fff !important;
}
.step_section_wrapper {
    background: #fdf3f3;
    padding-bottom: 0px !important;
    padding-top: 60px !important;
}

.step_section_wrapper .et_pb_row {
    padding-bottom: 0px !important;
}

.setp_section_indicator .et_pb_column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

.setp_section_indicator p {
    display: block;
    margin: 0;
    padding: 0;
    color: #A3A3A3;
    font-size: 14px;
    display: block;
    padding-bottom: 2px;
}

.setp_section_indicator>div .et_pb_module {
    border-bottom: 15px solid #e21915;
}

.setp_section_indicator>div .et_pb_module.active_tab {
    border-bottom: 2px solid #e21915;
}

.setp_section_indicator .et_pb_module span.term_txt {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
Color:black;

}

.setp_section_indicator .et_pb_module strong {
    font-size: 18px;
    font-weight: bold;
    color: #e21915;
    text-transform: uppercase;
    display: block;
    padding-bottom: 13px;
}

.setp_section_indicator .et_pb_module strong span {
    text-transform: lowercase;
    color: #313131;
}

.setp_section_indicator>div .et_pb_module.active_tab strong {
    padding-bottom: 0px;
    color: #313131;
}

.setp_section_indicator>div {
    margin: 0px !important;
}

.setp_section_indicator .et_pb_column>div {
    margin: 0px !important;
}
.testimonials_section h2 {
    max-width: 654px;
    color: #fff;
    margin-bottom: 30px;
}

.testimonials_section {
    background: #484848;
    padding: 90px 0px;
}
.testimonials_section .et_pb_row {
    max-width: 89% !important;
}
.testimonials_slider .content_wrap{
    position: relative;
    padding: 0px 38px;
    max-width: 1100px;
    width: 100%;
}
.testimonials_section .et_pb_text_inner {
    padding: 0px 38px;
}
.testimonials_slider .content_wrap::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26.63px;
    height: 21.65px;
    background-image: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/top_semicolon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonials_slider .content_wrap p {
    color: #E9EEF1;
    display: inline-block;
    font-family: 'Proxima Nova';
    font-size: 30px;
    line-height: normal;
    margin: 0px;
}
.testimonials_slider .profile_wrap {
    margin: 30px 0px;
    padding: 0px 38px;
}

.testimonials_slider .profile_wrap .name_, .testimonials_slider .profile_wrap .year_, .testimonials_slider .profile_wrap .status_ {
    color: #E9EEF1;
    font-size: 18px;
    opacity: 0.5;
}
.testimonials_slider .profile_wrap .status_{
    display: block;
    margin-top: 10px;
}
.testimonials_slider .profile_wrap .name_ {
    font-weight: bold;
}
.testimonials_slider .content_wrap p svg {
    margin-left: 10px;
}
.testimonials_slider{
    position: relative;
}
.testimonials_section .owl-nav{
    position: absolute;
    left: 0px;
    top: 33%;
    transform: translate(0, -50%);
    width: 100%;
}
.testimonials_section .owl-nav button {
    border: none;
    background-color: transparent;
    background-image: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/right_arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 74px;
    margin-right: 10px;
}
.testimonials_section .owl-nav button.owl-prev{
    display: none;
}
.testimonials_section .owl-nav button.owl-next {
    float: right;
}

.testimonials_section .owl-nav button span {
    font-size: 0;
}
.testimonials_section .owl-dots {
    display: flex;
    flex-flow: row;
    grid-gap: 15px;
    padding: 0px 38px;
}

.testimonials_section .owl-dots button.owl-dot {
    border-radius: 0px;
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: none;
    height: 2px;
    opacity: 0.5;
}

.testimonials_section .owl-dots button.owl-dot.active {
    opacity: 1;
}
.testimonials_slider .owl-stage-outer {
    z-index: 1;
    margin-right: 54px;
}
.advantage_toggle_section  h2 {
    display: block;
    margin-bottom: 27px;
}
.advantage_toggle_section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.et_pb_toggle_open h5.et_pb_toggle_title::before {
    display: block !important;
    transform: rotate(180deg);
}
.advantage_toggle_section .et_pb_row {
    display: flex;
    flex-flow: row wrap;
}

.advantage_toggle_section .et_pb_row>div {
    width: 50%;
    position: relative;
}
h5.et_pb_toggle_title::before{
    transition: all 0.3s ease;
    font-size: 33px;
    color: #000;
    right: -12px !important;
}
.advantage_toggle_section .img_1 {
    position: absolute;
    right: 7rem;
    top: -9rem;
    width: 200px;
    height: 200px;
}

.advantage_toggle_section .img_2 {
    position: absolute;
    left: 17rem;
    top: 4rem;
    width: 180px;
    height: 180px;
    display: none;
}

.advantage_toggle_section span {
    display: block;
    width: 100%;
    height: 100%;
}

.advantage_toggle_section span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage_toggle_section h5.et_pb_toggle_title {
    color: #313131;
    font-size: 30px;
    line-height: 35px;
    margin: 15px 0px;
    position: relative;
}
.advantage_toggle_section h5.et_pb_toggle_title::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/down_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantage_toggle_section h5.et_pb_toggle_title.open_active::after {
    transform: rotate(180deg);
    top: 0px;
}

.advantage_toggle_section .et_pb_toggle {
    padding: 0px;
    margin-bottom: 10px !important;
    padding-bottom: 11px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    padding-right: 20px;
}
.advantage_toggle_section .et_pb_toggle_content {
    font-size: 18px;
    color: #484848;
    display: none;
}
.advantage_toggle_section .et_pb_toggle_content.active{
    display: block;
}
.next_step_section .btn_holder a.et_pb_button {
    width: auto;
}

.next_step_section .et_pb_column .et_pb_module a.et_pb_button {
    width: auto;
    margin-right: 12px;
}
.et_pb_section.next_step_section.second_landing_next_section .et_pb_text_inner {
    max-width: 606px;
    width: 80%;
}
.next_step_section .right_dot_img {
    width: 100% !important;
}

.next_step_section .right_dot_img span {
    display: block;
    width: 150px;
    margin-left: auto;
}

.next_step_section .right_dot_img span img {
    width: 100%;
    object-fit: contain;
}
.next_step_section .et_pb_row {
    display: grid;
    grid-template-columns: 1fr fit-content(200px);
}

.next_step_section .et_pb_row>div:last-child {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.about_bg{
    background-repeat: no-repeat;
    background-size: cover;
}
.about_bg h2{
    max-width: 100%;
}
.about_bg p {
    max-width: 628px;
    width: 100%;
}
.about_bg .et_pb_row.col_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}
.about_bg  h4 {
    font-size: 30px;
}

.about_bg h4 span {
    color: #e11915;
    font-weight: bold;
}
.about_bg .col_wrapper p{
    margin: 0px;
    margin-top: 10px;
}
.about_bg .col_wrapper p sup {
    font-size: 12px;
    font-weight: 400;
}
.circle_shape span.et_pb_image_wrap {
    display: block;
    max-width: 400px;
    width: 100%;
    height: 400px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}

.circle_shape span.et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side_by_side_img .et_pb_row {
    display: flex;
    flex-flow: row wrap;
}

.side_by_side_img .et_pb_row>div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
}

.side_by_side_img .et_pb_row>div:last-child>div {
    margin: 0 auto;
}

.travel_section .et_pb_row {
    background: rgb(237 28 36 / 15%);
    position: relative;
    padding: 90px 0px;
}

.travel_section .et_pb_row .float_img {
    position: absolute;
    right: -52px;
    top: -105px;
    width: 213px;
    height: 213px;
    border-radius: 100%;
    overflow: hidden;
}

.travel_section .et_pb_row .float_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel_section .content_wrapper {
    max-width: 853px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.travel_section .content_wrapper a.et_pb_button {
    width: auto;
}

.travel_section .content_wrapper h2 {
    max-width: 100%;
}
.travel_section .et_pb_row::after {
    content: '';
    position: absolute;
    left: -76px;
    top: 36px;
    width: 200px;
    height: 200px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/uk/images/BBA/grey_dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.video_section .et_pb_column:first-child {
    padding-right: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media(min-width: 981px){
    .video_section .et_pb_column:first-child .pop_text_wrap {
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translate(-50%, -50%);
        width: 400px;
    }
}

.video_section .et_pb_column:first-child .pop_text_wrap strong {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.video_section .et_pb_column:first-child .pop_text_wrap strong span {
    background: #1538AC;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 18px;
}
.video_section .btn_popup_video {
    text-align: center;
}

.video_section .btn_popup_video button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: none;
    background: #1538ac;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block;
    padding-left: 3px !important;
    padding-top: 3px !important;
}
.img_container.video_section .et_pb_row::before{
    display: none;
}
div#slider_popup_video_btn a.et_pb_button.btn_transparent {
    border-color: #fff;
    color: #fff;
}

div#slider_popup_video_btn a.et_pb_button.btn_transparent:hover {
    border-color: #e11915;
}
.testimonials_slider .slider_bottom_content {
    display: flex;
    flex-flow: row wrap;
    margin: 45px 0px;
    padding-left: 36px;
}

.testimonials_slider .slider_bottom_content>div:last-child {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0px;
}

.testimonials_slider .slider_bottom_content .profile_wrap {
    margin: 0px;
    padding: 0px;
    margin-right: 30px;
}
.main_video_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.86);
    display: none;
}

.main_video_wrapper .inner_popup_wrapper {
    max-width: 980px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: right;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.main_video_wrapper .inner_popup_wrapper .video_holder {
    width: 100%;
    height: 70vh;
}

.main_video_wrapper .inner_popup_wrapper iframe {
    width: 100%;
    height: 100%;
}

.main_video_wrapper .inner_popup_wrapper button {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 26px;
    margin-bottom: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main_video_wrapper .inner_popup_wrapper button:hover {
    border-color: #e21915;
    background: #e21915;
}
.outer_click {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
}
body.popupActive{
    overflow: hidden;
}
.main_video_wrapper .inner_popup_wrapper .video_holder img {
    width: 100%;
}
/*footer css*/
.et_pb_section.footer_form{
    overflow: hidden;
}
.footer_left_right_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer_left_right_wrapper div#et-footer-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    background-color: transparent;
}
div#footer-bottom div#footer-info {
    float: none;
    color: #fff;
}
.footer_form h2 {
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #fff;
}
.footer_form h2 span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}
.footer_form h2::after, .footer_form form .legal-consent-container::after{
    content: '';
    position: absolute;
    right: -300px;
    top: 59%;
    width: 100%;
    height: 2px;
    background: #e11915;
}
footer#main-footer {
    background: #313131;
    padding: 26px 0px;
}

.footer_left_right_wrapper div#et-footer-nav ul {
    padding: 0px;
    margin: 0px;
}

.footer_left_right_wrapper div#et-footer-nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer_left_right_wrapper div#et-footer-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer_left_right_wrapper div#et-footer-nav ul li:last-child {
    margin-right: 0px;
}

.footer_form .hbspt-form .input input {
    background: #E9EEF1;
}
.footer_form .hbspt-form .input input[type="checkbox"]{
    background: transparent;
}
.footer_form .hbspt-form .input input[type="checkbox"]::after{
    background: #E9EEF1;
}

.footer_form .hbspt-form .input {
    margin-top: 15px;
}

.footer_form form {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.footer_form form .legal-consent-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-right: 18.95rem;
    position: relative;
    margin-top: 15px;
}
.footer_form form .legal-consent-container::after{
    right: initial;
    left: -300px;
    top: 40%;
}

.footer_form .hs-dependent-field {
    position: relative;
    background: #fff;
    z-index: 9;
    padding-left: 23px;
    padding-right: 26px;
}
.footer_form form .hs_submit.hs-submit {
    position: absolute;
    right: 0;
    bottom: 6px;
}

.footer_form form .hs_error_rollup {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.footer_form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    position: absolute;
    right: 0px;
    bottom: -74px;
}

.footer_form form .hs_submit.hs-submit input {
    padding: 15px 59px;
}

.footer_form form .hs_full_name, .footer_form form .hs_email, .footer_form form .hs_phone, .footer_form form .hs_country {
    padding-right: 10px;
    width: 25%;
}
.footer_form .hs_country.hs-country.hs-fieldtype-select.field.hs-form-field {
    padding-right: 0px;
}

.footer_form .input select {
    background: #e9eef1;
    width:100%;
}
.main_banner select#phone_ext-53e5814d-052c-4da6-a8b2-8881ef42c969{
    background: #fff;
}

select#phone_ext-53e5814d-052c-4da6-a8b2-8881ef42c969 {
    border: none;
    background: #e9eef1;
    padding: 14px 2px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: none;
}
/** ==================== Responsive Start Here ==================== **/
@media (max-width: 1280px) {
    h3 {
        font-size: 26px;
    }
    h1,
    .main_banner h1 {
        font-size: 52px;
        line-height: 56px;
    }
    .main_banner .et_pb_row .et_pb_column .et_pb_module:first-child {
        padding-right: 30px;
    }
    .main_banner .et_pb_row .banner_bottom_text {
        margin-top: 85px;
    }
    .beneath_banner_section h2 {
        font-size: 34px;
        line-height: 35px;
    }
    .testimonials_slider .content_wrap {
        padding: 0px 100px 0 38px;
    }
    h2 {
        font-size: 34px;
        line-height: 38px;
    }
    h4,
    .img_container h4 {
        font-size: 26px;
        line-height: 28px;
    }
    .et_pb_section {
        padding: 40px 0;
    }
    .img_container .et_pb_row {
        padding-right: 90px !important;
        padding: 80px 0px !important;
        padding-right: 5% !important;
    }
    .et_pb_row.flip_section {
        padding-left: 5% !important;
        padding-right: 0 !important;
    }
    .advantage_toggle_section .img_1 {
        width: 200px;
        height: 200px;
        top: -7rem;
    }
    .advantage_toggle_section .img_2 {
        left: 12rem;
        width: 130px;
        height: 130px;
    }
    .advantage_toggle_section h5.et_pb_toggle_title {
        font-size: 26px;
        line-height: 30px;
      font-weight: bold;
        padding-right: 20px;
    }
    .step_section_wrapper {
        padding-top: 40px !important;
    }
    .img_container .et_pb_row::before {
        top: 30px;
        width: 160px;
        height: 77px;
    }
    .img_container .et_pb_row.flip_section::before {
        height: 150px;
        top: 50px;
    }
    .et_pb_section.testimonials_section {
        padding: 40px 0 70px;
    }

}
@media (max-width: 1180px) {
    .next_step_section .right_dot_img span {
        width: 120px;
    }
    h3 {
        font-size: 24px;
    }
    h1,
    .main_banner h1 {
        font-size: 48px;
        line-height: 52px;
    }
}
@media (max-width: 1024px) {
    h3 {
        font-size: 24px;
    }
    h1,
    .main_banner h1 {
        font-size: 42px;
        line-height: 46px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    h4,
    .img_container h4 {
        font-size: 24px;
        line-height: 26px;
    }
    .banner_form strong {
        font-size: 26px;
        line-height: 30px;
    }
    .main_banner .et_pb_row .et_pb_column .et_pb_module:last-child {
        padding-bottom: 70px;
    }
    .main_banner .et_pb_row .banner_bottom_text {
        margin-top: 52px;
    }
    .main_banner .et_pb_row .banner_bottom_text {
        padding-bottom: 0;
    }
    .beneath_banner_section h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .beneath_banner_section .et_pb_column>div,
    .beneath_banner_section .et_pb_column>div:nth-child(2) {
        width: 40%;
    }
    .testimonials_slider .content_wrap p {
        font-size: 24px;
        line-height: 28px;
    }
    .about_bg h4 {
        font-size: 26px;
    }
}
@media (max-width: 980px) {
    .advantage_toggle_section .img_1 {
        left: 0;
    }

    .advantage_toggle_section .et_pb_column {
        padding-top: 60px;
    }
    .video_section .et_pb_column:first-child {
        height: 50vh;
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        padding-bottom: 30px;
    }

    .side_by_side_img .et_pb_row>div{
        width: 100%;
        margin-bottom: 30px;
    }
    .side_by_side_img .et_pb_row>div:last-child{
        margin-bottom: 0px;
    }
    .travel_section .et_pb_row .float_img {
        width: 150px;
        height: 150px;
        top: -75px;
        right: -34px;
    }
    #et-top-navigation #top-menu {
        margin: 0;
    }
    .et_pb_row {
        max-width: 90% !important;
    }
    img#logo {
        width: 160px;
    }
    h1,
    .main_banner h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .beneath_banner_section .et_pb_column>div, 
    .beneath_banner_section .et_pb_column>div:nth-child(2),
    .beneath_banner_section .et_pb_column>div:last-child {
        width: 100%;
        text-align: center;
    }
    .beneath_banner_section h2,
    .beneath_banner_section a.et_pb_button {
        margin: auto !important;
    }
    .beneath_banner_section .et_pb_column>div:nth-child(2) {
        padding: 20px 0;
    }
    .skill_section .et_pb_row>div {
        width: 100%;
    }
    .skill_section .et_pb_row>div:first-child {
        padding-right: 0;
    }
    .img_container .et_pb_row>div {
        width: 100%;
    }
    .advantage_toggle_section .et_pb_row>div {
        width: 100%;
        position: relative;
    }
    .advantage_toggle_section .img_2 {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    .advantage_toggle_section {
        position: relative;
    }
    .advantage_toggle_section::before {
        content: "";
        background: rgb(237 199 162 / 60%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .advantage_toggle_section h5.et_pb_toggle_title {
        font-size: 22px;
        line-height: 26px;
        padding-right: 10px;
    }
    .img_container .et_pb_row {
        padding: 40px 0 !important; 
    }
    .img_container .et_pb_row::before {
        top: 20px;
    }
    
    .img_container h4 {
        width: 100%;
        margin: 8px 0 15px;
    }
    .et_pb_section.img_container .et_pb_module.et_pb_text {
        margin-top: 30px;
    }
    .img_container .et_pb_row.flip_section::before {
        top: -23px;
    }
    .et_pb_row.flip_section {
        flex-flow: row wrap;
        padding-top: 0px !important;
        padding-left: 0 !important;
    }
    .img_container .et_pb_row {
        padding-right: 0 !important;
    }
    .img_container .et_pb_row>div:last-child {
        width: 90%;
        margin: 0px auto 0 !important;
        padding: 0;
    }
    .about_bg .et_pb_row.col_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer_form form .hs_full_name, .footer_form form .hs_email, .footer_form form .hs_phone, .footer_form form .hs_country {
        width: 50%;
    }
    .testimonials_section .owl-nav button {
        width: 40px;
        height: 50px;
        margin-right: 0;
    }
    .next_step_section {
        position: relative;
    }
    .next_step_section .et_pb_row {
        display: block;
    }
    .next_step_section .et_pb_row .et_pb_column:first-child {
        position: relative;
        z-index: 999;
      
    }
    .next_step_section .right_dot_img {
        width: 100% !important;
        position: absolute;
        top: -60px;
        right: 40px;
        bottom: 0;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .next_step_section .btn_holder a.et_pb_button {
        width: auto;
        max-width: inherit;
    }
}
@media (max-width: 840px) {
    .travel_section .et_pb_row .float_img {
        left: 50%;
        transform: translate(-50%, 0);
    }
    h1, .main_banner h1 {
        font-size: 32px;
        line-height: 36px;
    }
}
@media (min-width: 768px) {
.main_banner.mobile-only {
    background-image: none!important;
    padding: 0px!important;
}
}
@media (max-width: 767px) {
    .et_pb_section {
        padding: 30px 0;
    }
  .main_banner.desktop-only {
    background-image: none!important;
    padding: 0px!important;
}
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .banner_form strong {
        font-size: 24px;
        line-height: 30px;
    }
    a.et_pb_button {
        padding: 12px 20px;
        font-size: 14px;
        max-width: inherit;
    }
    a.et_pb_button:hover {
        padding: 12px 20px !important;
    }
    .main_banner .et_pb_row .et_pb_column .et_pb_module:first-child {
        width: 100%;
    }
    .main_banner h3 {
        padding-bottom: 10px;
    }
    .main_banner .et_pb_row .banner_bottom_text {
        margin-top: 30px;
    }
    .main_banner .et_pb_row .et_pb_column .et_pb_module:last-child {
        padding-bottom: 30px;
        width: 100%;
        max-width: 450px;
        padding: 20px 0;
    }
    
    .setp_section_indicator .et_pb_column {
        grid-template-columns: repeat(2, 1fr);
    }
    .about_bg h4 {
        font-size: 24px;
    }
    div#footer-bottom div#footer-info {
        font-size: 14px;
    }
    .testimonials_section h2 {
        max-width: 100%;
    }
    .testimonials_section .et_pb_text_inner {
        padding: 0px 0px 0 30px;
    }
    .testimonials_slider .content_wrap p {
        font-size: 22px;
        line-height: 28px;
    }
    .advantage_toggle_section h5.et_pb_toggle_title {
        font-size: 20px;
        line-height: 24px;
    }
    .et_pb_section.testimonials_section {
        padding: 20px 0 60px;
    }
    .testimonials_slider .content_wrap {
        padding: 0px 50px 0 38px;
    }
}
@media (max-width: 600px) {
    h1,
    .main_banner h1 {
        font-size: 30px;
        line-height: 36px;
    }
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    h4,
    .img_container h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .footer_form form .hs_full_name, 
    .footer_form form .hs_email, 
    .footer_form form .hs_phone, 
    .footer_form form .hs_country {
        padding-right: 0;
        width: 100%;
    }
    .footer_form form .legal-consent-container {
        width: 100%;
        justify-content: flex-start;
        padding-right: 0;
        margin-top: 0px;
    }
    .footer_form form .hs_submit.hs-submit {
        position: static;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
    }
    .footer_form .hs_submit.hs-submit input.hs-button.primary.large {
        padding: 10px 20px;
        font-size: 16px;
    }
    .footer_form form .legal-consent-container::after {
        right: initial;
        left: -158px;
        top: 131%;
    }
    .footer_left_right_wrapper {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    .footer_left_right_wrapper div#et-footer-nav {
        justify-content: center;
        margin-top: 20px;
    }
    .footer_form .hs-dependent-field {
        padding-left: 0;
    }
    .testimonials_section .owl-nav button {
        width: 24px;
        height: 40px;
        margin-right: -10px;
    }
    .footer_form h2::after, 
    .footer_form form .legal-consent-container::after {
        right: -245px;
    }
    .btn_holder .et_pb_button {
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .setp_section_indicator .et_pb_column {
        grid-template-columns: repeat(1, 1fr);
    }
    .about_bg .et_pb_row.col_wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }
    .testimonials_section .owl-nav button {
        width: 25px;
        height: 42px;
    }
    .advantage_toggle_section h5.et_pb_toggle_title {
        font-size: 18px;
        line-height: 22px;
    }
    a.et_pb_button {
        padding: 10px;
    }
    a.et_pb_button:hover {
        padding: 10px !important;
    }
    .testimonials_slider .content_wrap p {
        font-size: 20px;
        line-height: 24px;
    }
}
p {
    font-family: Proxima Nova!important;
}
.about_bg h4 {
    font-family: Proxima Nova!important;
    font-size: 32px;
}

.input::-webkit-input-placeholder{
  font-family: 'Proxima Nova'!important;
}
.btn_popup_video span {
    font-family: 'Proxima Nova'!important;
}
.hs-form-be81d794-8805-4777-bb2a-f942906a211d_207d7e52-f78b-4d2c-af00-5bf13d600c4e fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}