*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
}
html {
    scroll-behavior: smooth;
}
:root {
    --uni_color_primary: #0e3c58 !important;
    --uni_color_secondary: #0077BC !important;
    --uni_color_tertiary: #0e3c58 !important;
    --uni_color_quaternary: #081d2a !important;
    --qs_light_blue: #0e3c58 !important;
    --bg_black: #000;
    --bg_white: #fff;
    --bg_light_blue: #f3f7fd;
    --bg_light_gray: #fafafa;
    --bg_dark_blue: #111d30;
    --white: #fff;
    --black: #000;
    --gray_light: #666;
    --gray_dark: #232323;
    --border-gray: #e7e7e7;
    --border-white: #ffffff;
    --font-primary: 'Manrope', sans-serif;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?azpnc5');
    src: url('../fonts/icomoon.eot?azpnc5#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?azpnc5') format('truetype'), url('../fonts/icomoon.woff?azpnc5') format('woff'), url('../fonts/icomoon.svg?azpnc5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: var(--font-primary);
    font-size: 15px;
}
a{
    text-decoration: none;
    color: var(--uni_color_secondary);
}
a:hover, a:focus{
    color: var(--uni_color_secondary);
}
ul {
    margin: 0;
    list-style-type: none;
}
p {
    color: var(--gray_light);
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
}

.bg-blue{
    background-color: var(--bg_light_blue) !important;
}

.bg-white{
    background-color: var(--bg_white) !important;
}

section{
    padding: 75px 0;
}
.pall-0{
    padding: 0;
}
.pb-0{
    padding-bottom: 0;
}
.pt-0{
    padding-top: 0;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
 
.container {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    max-width: 95%;
}
.heroBanner_area .container{
    z-index: 10;
}
.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}
.container.flexed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333% 
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667% 
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25% 
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333% 
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667% 
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% 
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333% 
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667% 
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75% 
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333% 
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667% 
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% 
}
@media (min-width: 992px){
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
}

@media (max-width: 992px){
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

h1{
    font-size: 40px;
    font-weight: 700;
    color: var(--white);
    text-transform: inherit;
    margin-bottom: 15px;
}
h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    color: var(--gray_dark);
}
h3{
    margin-bottom: 15px;
}
h4{
    margin-bottom: 15px;
}
.transitions, .btn-qs-theme:after, .add-to-cart.btn-primary, .course-details-area span.gray-pill, .cta_link_style, .form-box button:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.form-box button.btn-green {
    background-color: #01602d !important;
    background-image: none !important;
    border-color: #01602d;
    color: #fff;
}
.form-box button.btn-green:hover, .form-box button.btn-green:focus {
    background: #04783a !important;
    border-color: #04783a !important;
    border-color: #04783a !important;
}
.form-box button.btn-green::before, .form-box button.btn-green::after{
    display: none;
}
.custom_loader_QS {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    background: #fff;
}
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0e3c58;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.loader:after {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: red;
    content: "";
}
.buttonsWrapper {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}
.buttonsWrapper a+a{
    margin-left: 15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.btn-qs-theme {
    background: var(--uni_color_primary);
    background: linear-gradient(0deg, var(--uni_color_quaternary) 0%, var(--uni_color_primary) 100%) !important;
    border: solid 2px var(--uni_color_primary);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 800;
}
.btn-qs-theme:hover, .btn-qs-theme:focus{
    color: #fff;
}

.btn-qs-theme:focus {
    padding: 15px 45px !important;
}

.btn-qs-theme span,.btn-qs-theme:before {
    position: relative;
    z-index: 10 
}
.btn-qs-theme:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, var(--uni_color_primary) 0%, var(--uni_color_primary) 100%);
    opacity: 0;
    z-index: 1 
}
.btn-qs-theme:hover:after,.btn-qs-theme:active:after,.btn-qs-theme:focus:after {
    opacity: 1 
}
.btn-white {
    background: #fff;
    border: solid 2px var(--uni_color_primary);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: var(--uni_color_primary);
    position: relative;
    box-shadow: none;
    font-weight: 800;
    min-width: 220px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-white:hover, .btn-white:hover{
    background: #eef1f3;
}
.btn-green{
    background: #01602d;
    border: solid 2px #01602d;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 800;
    min-width: 220px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-green:hover, .btn-green:focus {
    background: #04783a;
    border-color:#04783a;
    color: #fff;
}
button {
    font-family: var(--font-primary);
}
.btn-qs-theme.green, .btn-qs-theme.green:hover, .btn-qs-theme.green:focus {
    background: #01602d !important;
    border-color: #01602d !important;
}

.btn.btn-secondary {
    background: 0 0 !important;
    border: solid 2px #fff !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    height: inherit;
    padding: 15px 53px 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 800;
}

@media (max-width: 820px) {
    .buttonsWrapper{
        display: flex;
        background-color: transparent;
        margin-top: 40px;
    }
}
#silc-btn{
    opacity: 0;
    pointer-events: none;
}
.qs-icon, .qs-icon:focus {
    position: relative;
    padding-left: 65px !important;
}
.qs-icon[class*=qs-icon-] span:before {
    font-family: 'icomoon';
    position: absolute;
    left: -35px;
    border: dashed 1px rgba(255,255,255,.8);
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qs-icon.qs-icon-download span:before {
    top: -3px;
    content: "\e907";
}
.enrollNowBLock {
    color: #525c65;
    margin-bottom: 25px;
}
.enrollNowBLock .separator {
    display: block;
    position: relative;
    margin: 10px 10px 10px 10px;
}
.enrollNowBLock .separator:before, .enrollNowBLock .separator:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #95a5b3;
    position: absolute;
    left: 0;
    top: 50%;
}
.enrollNowBLock .separator:after {
    right: 0;
    left: inherit;
}
.enrollNowBLock p {
    color: #525c65 !important;
    font-weight: 600;
    margin: 0;
    font-size: 13px !important;
    line-height: normal !important;
}
.enrollNowBLock .price {
    color: #04783a;
    font-weight: 600;
    font-size: 16px;
}
.enrollNowBLock .price .striked {
    text-decoration: line-through;
    margin-right: 5px;
    font-weight: 500;
    color: #525c65 !important;
}
.enrollNowBLock .btn-green {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.enroll_btn_wrap.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin: 0 !important;
}
.enroll_btn_wrap.fixed a+a {
    margin-top: 10px !important ;
}
.enroll_btn_wrap.fixed .btn-green {
    margin: 0;
}
.enroll_btn_wrap .btn-green {
    display: none;
}
.enroll_btn_wrap.fixed .btn-green {
    display: block;
}
.pointing_arrow {
    display: none;
}
@media (max-width: 1200px) {
    .container {
        width: 95%;
        overflow: hidden;
    }
    .container-full {
        max-width:100%;
    }
}
@media (max-width: 1024px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 576px) {
    section {
        padding: 50px 0;
    }
    .pointing_arrow {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        margin-top: 10px;
        margin-bottom: -15px;
    }
}
@media (max-width: 820px) {
    br{
        display: none;
    }
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
.sticky_top_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--uni_color_primary);
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    top: 0;
    box-sizing: border-box;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.sticky_top_bar.active{
    opacity: 1;
}
.sticky_top_bar .price {
    font-size: 24px;
    margin: 0 20px;
    text-align: right;
}
.sticky_top_bar .price em {
    display: block;
    font-size: 14px;
    font-style: normal;
}
.sticky_top_bar .price em i{
    font-style: normal;
}
.sticky_top_bar a.btn {
    min-width: inherit;
    padding: 10px 20px;
}

.top-bar-area{
    display: none;
}

header {
    border-top: solid 10px var(--uni_color_primary);
}
header.fixed_header {
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    position: fixed;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 0;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0,0,0,.04);
}
header .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-right: 0;
    display: flex;
}

header button.navbar-toggle,
header .collapse.navbar-collapse {
    display: none;
}

header .navbar-brand img {
    max-height: 66px;
    object-fit: contain;
    object-position: left;
}

header .navbar-brand.qs-powered {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

header .navbar-brand.qs-powered .pbqs {
    height: 24px !important;
    object-fit: contain;
}

header .leadFormModal {
    display: none;
}
.header-contact-info{
    display: block;
    text-transform: uppercase;
}
.header-contact-info p {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black);
    margin: 0;
}
.header-contact-info a{
    font-weight: 700;
    color: var(--black);
}
.header-contact-info a:hover, .header-contact-info a:focus{
    text-decoration: underline;
}
@media(max-width: 767px) {
    header .container.flexed {
        justify-content: center;
    }
    .header-contact-info{
        display: none !important;
    }

   header .navbar-brand.qs-powered {
        align-items: center;
        gap: 0;
    }

   header .navbar-brand.qs-powered .logo {
        width: 210px !important;
    }
}
@media(max-width: 576px) {
    header {
        z-index: 10000;
        position: relative;
        background: #fff;
    }
    header .leadFormModal, header .leadFormModal:focus {
        display: none;
        padding: 10px 10px !important;
        font-size: 12px;
    }
    header .navbar-brand img {
        width: 160px !important;
    }
}

/*  */
.heroBanner_area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-color: var( --bg_black) !important;
    background-position: 0 center;
    z-index: 1;
    padding:75px 0;
}

.heroBanner_area.center_top{
    background-position: center top  !important;
}
.heroBanner_area.center_center{
    background-position: center center !important;
}
.heroBanner_area .badge,
.heroBanner_area .badge-green {
    display: inline-block;
    background-color: var(--uni_color_primary);
    padding: 5px 40px;
    border-radius: 20px;
    color: #fff;
    margin: -20px 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.heroBanner_area .badge.discounted {
    font-size: 14px;
    padding: 5px 27px;
    letter-spacing: 0.5px;
}

.heroBanner_area .badge.green,
.heroBanner_area .badge-green{
    background-color: #026430;
}
.heroBanner_area:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.heroBanner_area .container{
    z-index: 10;
}
.heroBanner_area p {
    color: var(--white);
    font-size: 16px;
    line-height: 25px;
}


.heroBanner_area .courseDetails_area {
    margin-top: 30px;
    text-align: left;
}
.heroBanner_area .courseDetails_area .top-info ul li img{
    border-color: var(--white);
}

.heroBanner_area .buttonsWrapper {
    flex-direction: column;
    align-items: flex-start;
}

.heroBanner_area .btn {
    position: relative;
    margin: 0;
    width: 350px;
    padding: 15px;
}

.heroBanner_area .btn.btn-qs-theme, .heroBanner_area .btn.cta_1 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heroBanner_area .webinar_register_msg {
    text-align: center;
    font-weight: 600;
    width: 350px;
    margin: 0;
    font-size: 15px;
}

.heroBanner_area #webinar-register-msg {
    display: none;
}

.heroBanner_area .call_us {
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 600;
}

 
.heroBanner_area .content .btn svg {
    display: none;
    margin: 0 0 0 10px;
}

.heroBanner_area .apiDataLoading svg {
    display: inline-block !important;
}

 
.heroBanner_area .apiDataLoading,
.heroBanner_area .apiDataLoading:hover,
.heroBanner_area .apiDataLoading:focus {
    pointer-events: none;
    opacity: 1;
    position: relative;
    background: #7a7a7a !important;
    border-color: #7a7a7a !important;
}


.heroBanner_area .apiDataLoading span {
    /* filter: blur(1px); */
    opacity: 1;
}

.heroBanner_area .content .call_us {
    text-decoration: underline;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}

.heroBanner_area .breadcrumb{background:transparent none repeat scroll 0 0;display:inline-block;margin:0;padding:0;position:relative;z-index:1}
.page-title-area{padding:150px 0}
.page-title-area h1{display:block;font-weight:600;text-transform:uppercase;margin-top:-10px;margin-bottom:0}
.heroBanner_area .breadcrumb li:after{content:"";position:absolute;top:8px;right:-8px;height:15px;width:2px;transform:rotate(26deg);background:#fff}
.heroBanner_area .breadcrumb li i{margin-right:5px}
.heroBanner_area .breadcrumb li{padding:0;position:relative;z-index:1;margin:0 5px;padding:0 7px}
.heroBanner_area .breadcrumb li:last-child:after{display:none}
.heroBanner_area .breadcrumb a,.heroBanner_area .breadcrumb li{font-weight:700;text-transform:uppercase;display:inline-block;color:#fff}
.heroBanner_area .breadcrumb li.active{color:#fff}

 /* Loading Animation */
@keyframes blink { 50% { fill: transparent }}

.heroBanner_area .dot { 
    animation: 1s blink infinite;
    fill: grey;
}
.heroBanner_area .dot:nth-child(2) { animation-delay: 250ms }
.heroBanner_area .dot:nth-child(3) { animation-delay: 500ms }

.heroBanner_area .svg_loader {
    position: relative;
    margin: 0 auto;
    z-index: 100;
    background-size: contain;
    color: grey;
    bottom: 7px;
    left: -4px;
}
 
/*  
.heroBanner_area .up_name{
    display: none;
}

.heroBanner_area .up_name:not(.heroBanner_area.qs .up_name){
    display: unset;
}
 
.heroBanner_area .qs_name:not(.heroBanner_area.qs .qs_name){
    display: none;
}

.heroBanner_area h1 br:not(.heroBanner_area.qs h1 br){
    display: none;
} */

/* .heroBanner_area .buttonsWrapper:not(.heroBanner_area.qs .buttonsWrapper){
    display: none;
} */


.certification_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.certification_img img {
    width: 150px;
    max-width: 150px;
    margin-bottom: 1rem;
}

.certification_img p{
    font-size: 16px;
    color: #fff;
}

.certification_img a{
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

 /*  */
.form-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    height: 100%;
    align-items: center;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}
.form-box .error {
    color: red;
    font-size: 12px;
    text-align: left;
    display: block !important;
}
.form-box .hidden {
    display: none;
    background-color: #fff;
    color: #000;
}
.form-box h3 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}
.form-box .row {
    margin: 0;
}
.form-box .row .col-md-12 {
    flex: 0 0 100%;
}
.form-box .form-group {
    margin-bottom: 1rem;
}
.form-box label {
    display: none;
}
.form-box ::-ms-input-placeholder {
    color: var(--black);
}
.form-box ::placeholder {
    color: var(--black);
}
.form-box .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 25px;
    color: #232323;
    background: #f9f9f9 !important;
    font-size: 16px;
    font-family: var(--font-primary);
    box-shadow: none;
    height: 50px;
}


.form-box .form-control:focus,
.form-box select:focus {
    box-shadow: 0px 0px 5px 1px var(--uni_color_primary) !important;
}

.form-box select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 25px;
    color: #232323;
    background: #f9f9f9 !important;
    font-size: 16px;
    font-family: var(--font-primary);
    box-shadow: none;
    height: 50px;
}

.form-box button {
    width: 100%;
    background: var(--uni_color_primary);
    background: linear-gradient(0deg, var(--uni_color_quaternary) 0%, var(--uni_color_primary) 100%) !important;
    border: solid 2px var(--uni_color_primary);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}
.form-box button:hover, .form-box button:focus{
    color: #fff;
}
.form-box button span, .form-box button:before {
    position: relative;
    z-index: 10 
}
.form-box button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, var(--uni_color_primary) 0%, var(--uni_color_primary) 100%);
    opacity: 0;
    z-index: 1 
}
.form-box button:hover:after, .form-box button:active:after, .form-box button:focus:after {
    opacity: 1 
}
.form-box button.btn-white{
    background: #fff !important;
    border: solid 2px var(--uni_color_primary);
    border-radius: 0;
    padding: 15px 45px;
    font-size: 14px;
    color: var(--uni_color_primary);
    position: relative;
    box-shadow: none;
    font-weight: 800;
    min-width: 220px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.form-box button.btn-white:after{
    display: none;
}
.form-box button.btn-white:hover, .form-box button.btn-white:hover{
    background-color: #eef1f3 !important;
    background-image: none !important;
}
.form-box .enroll_btn_wrap {
    overflow: hidden;
    margin-top: 15px;
}
.form-box .enroll_btn_wrap .btn-white {
    display: block;
}
.form-box .userAggrement {
    margin: 10px 0 10px 0;
}
.form-box .userAggrement p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #525c65;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
    padding-left: 11px;
}

.form-box .userAggrement p a {
    letter-spacing: -0.4px !important;
    padding: 0;
}

.form-box .signupCheck {
    display: flex;
    align-items: flex-start;
    padding-left: 11px;
}
.form-box .form-box form label {
    display: none;
}
.form-box .signupCheck input {
    padding: 0 !important;
    top: 2px;
    min-height: auto;
    margin-right: 10px;
    margin-top: 2px;
}


.form-box .userAggrement p {
    line-height: 18px;
    padding-left: 0;
}
.form-box .userAggrement a {
    text-decoration: underline;
    font-weight: 700;
    color: #333;
}
.lead_form_wrapper h2.highlighted {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 0;
    background: #eee;
    color: #333;
    font-weight: 700;
    font-size: 21px;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    z-index: 5;
    position: relative;
}
 
@media (max-width: 1366px) {
    .lead_form_wrapper h2.highlighted {
        min-height: 54px;
        font-size: 21px;
        line-height: 21px;
    }
    .form-box .form-control{
        height: 45px;
    }
    .form-box .form-group {
        margin-bottom: 0.7rem;
    }
}
 
@media (max-width: 820px) {
    .lead_form_wrapper h2.highlighted{
        display: none;
    }
}
@media (max-width: 576px) {
    .form-box {
        margin-bottom: 50px;
    }
    .form-box .userAggrement a {
        display: block;
    }
}
