/* STICKY HEADER */

#site-header {
    box-sizing: border-box;
    width: 100%;
    background: none;
    z-index: 100;
    position: absolute;
}

#site-header .make-me-sticky.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
    min-width: 100%;
}

#site-header .make-me-sticky.sticky .talk-to-expert-head {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 6px -8px rgba(0, 0, 0, 0.4);
    min-width: 100%;
    display: block;
}

.talk-to-expert-head {
    display: none;
}

#site-header .make-me-sticky.sticky .top-part{
    display: none;
}

.cf {
    *zoom: 1
}

.cf:before, .cf:after {
    display: table;
    content: ""
}

.cf:after {
    clear: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation: fadeIn 1s ease-out .5s both;
    animation: fadeIn 1s ease-out .5s both
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation: fadeOut 1s ease-in both;
    animation: fadeOut 1s ease-in both
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize






/* DESKTOP */

.pd-bt-25 {
    padding-bottom: 25px ;
}

.body {
    background-color: #0b2c45;
}

html {
    scroll-behavior: smooth;
}

.pad-top-20 {
    padding-top: 20px;
}

.talk-to-expert-head {
    padding-top: 0px;
    background-color: #000;
}

.c-container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.c-container {
    padding: 8px 25px 8px 25px;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    border-left: 2px solid #0B2C45;
    border-right: 2px solid #0B2C45;
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: right;
}

.c-container a:hover {
    color: #ffffff;
    background-color: #0B2C45;
    transition: 0.5s;
}

.container_main {
    max-width: 100%;
    margin: auto;
}

.container_landing {
    max-width: 100%;
    margin: auto;
    background-color: #000000;
}

.hero--nav {
    position: relative;
}

.hero--nav .top-part {
    max-width: 1450px;
    margin: 0px auto;
    padding: 0px 25px;
}

.Logo_main {
    width: 160px;
    padding: 20px 0px;
    float: left;
}

.Logo_footer {
    width: 300px;
    margin-top: -10px;
}

.hero.hero--alt {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.hero.hero--alt-2 {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero {
    position: relative;
}

.banner-container-2 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 160px 25px 100px;
}

.hero-banner-two {
    max-width: 900px;
    text-align: left;
    font-size: 64px;
    line-height: 60px;
    color: #fff;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    text-transform: uppercase;
}

.hero-banner-decription {
    margin-top: 5px;
}

.hero-banner-decription p {
    color: #ffffff;
    text-align: left;
    font-size: 28px;
    line-height: 24px;
    color: #fff;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    text-transform: uppercase;
}

.banner-container-landing-2 {
    position: absolute;
    text-align: left;
    margin-top: 110px;
    padding-left: 50px
}

.text-align {
    padding: 25px 50px 0px 50px;
    font-size: 30px;
    color: #282828;
    font-weight: 300;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.footer--nav {
    min-height: 90px;
    background-color: #F6F6F6;
    border-top: 2px solid #BBD034;
}

.footer_Logo_main {
    width: 240px;
    padding-top: 25px;
    margin-right: 10px;
}

.footer_Logo_co_brand {
    width: 100px;
    padding-top: 20px;
    margin-left: 10px;
}

.footer-info {
    font-size: 16px;
    color: #0F3250;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.info-tiles {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 35px;
}

.info-tiles-bg {
    background-color: #D6F0F7;
    display: block;
    padding-bottom: 25px;
    margin-top: 20px;
}

.content-border {
    border-top: 1px solid #D71A5F;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: block;
}

.info-tile {
    display: block;
    padding: 10px;
    line-height: 1.42857143;
}

.landing-tab-sub-heading {
    font-weight: 700;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #192844;
    font-size: 20px;
    padding: 25px 0px 5px 25px;
    text-align: center;
}

.landing-tab-sub-heading-2 {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    padding-bottom: 10px;
}

.landing-tab-sub-heading-3 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #282828;
    font-size: 36px;
    padding: 5px 0px 5px 0px
}

.landing-tab-sub-heading-4 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #282828;
    font-size: 36px;
    padding: 5px 0px 5px 0px
}

.img-tile {
    border-bottom: 4px solid #BBD034;
}

.img_ico_left p {
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 18px;
    float: left;
    background-color: #8EC448;
    padding: 20px 20px 20px 30px;
    position: absolute;
    left: 270px;
    top: 100px;
    max-width: 210px;
    text-align: left;
    border-right: 4px solid #D71A5F;
}

.img_ico_right p {
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 18px;
    float: right;
    background-color: #8EC448;
    padding: 20px 30px 20px 20px;
    position: absolute;
    right: 270px;
    top: 100px;
    max-width: 240px;
    text-align: right;
    border-left: 4px solid #D71A5F;
}

.img_ico_left img {
    float: left;
    position: relative;
}

.img_ico_right img {
    float: right;
    position: relative;
}

.img_ico_right {
    padding: 20px 20px;
    float: right;
}

.img_ico_left {
    padding: 20px 20px;
    float: left;
}

.img_ico_down {
    display: inline-flex;
    padding: 20px;
    position: relative;
}

.ico_down_set {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ico_down_txt {
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 18px;
    background-color: #8EC448;
    padding: 50px 20px 20px 20px;
    margin-top: -40px;
    border-bottom: 4px solid #D71A5F;
}

.landing-tab-sub-description {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #6A747A;
    font-size: 18px;
    text-align: justify;
}

.landing-tab-sub-description span {
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #88ce26;
    font-size: 22px;
    line-height: 40px;
}

.footer-text {
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #6A747A;
    font-size: 18px;
    float: right;
    text-align: right;
}

.footer-text span {
    color: #D71A5F;
}

.footer-text span a {
    text-decoration: none;
    color: #D71A5F;
}

.footer-text span a:hover {
    color: #8DC53E;
}

.footer-logo {
    float: left
}

.two-tiles {
    padding-left: 15px;
    padding-right: 15px;
}

.tabs .tab .two-tiles {
    margin-bottom: -55px;
}










.Green-cta-btn {
    padding: 25px 0px 0px;
}

.Green-cta-btn a {
    text-align: center;
    text-decoration: none;
    display: block;
    color: #ffffff;
    background-color: #19A982;
    font-size: 18px;    
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    padding: 15px 25px;
}

.Green-cta-btn a:hover {
    color: #ffffff;
    background-color: #01c194;
    transition: 0.5s;
}





.col-wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 100px;
}
.block-tiles {
    flex: 1;
    background: #fff;
    padding: 20px;
    position: relative;
    margin: 15px;
    box-sizing: border-box;
    align-content: flex-start;
    border-radius: 10px;
    border-bottom: 4px solid #8DC53E;
}

.block-tiles-container {
    margin: 0px auto;
}

.block-tiles p {
    color: #7A8389;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.icon-size{
    float: initial;
}

.icon-img{
    display: flex;
    justify-content: center;
    margin-top: -75px;
    margin-bottom: 20px;
}




.section-1 {
    max-width: 1450px;
    margin: 0px auto;
    padding: 100px 25px;
}
.section-1-heading {
    text-align: left;
    margin-bottom: 15px;
    color: #444444;
    font-size: 40px;
    line-height: 38px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    text-transform: uppercase;
}

.section-1-thankyou-heading {
    text-align: center;
    color: #444444;
    font-size: 40px;
    line-height: 38px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    text-transform: uppercase;
}

.section-1-thankyou-icon {
    text-align: center;
    margin: 0px auto;
    max-width: 100px;
    padding: 25px 0px 0px;
}

.lg-heading-under-left {
    display: block;
    min-height: 5px;
    max-width: 124px;
    background-color: #19A982;
    margin-bottom: 15px;
}
.section-1-description {
    text-align: left;
    color: #444444;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    max-width: 675px;
}
.section-1-description span {
    font-family: 'Metric Bold',sans-serif;
}
.section-1-description li::before{
    content:url(../resources/images/check-icon.svg);
    margin-right: 15px;
}
.section-1-description li {
    list-style-position: outside;
    display: inline-flex;
}
.section-1-subheading{
    text-align: left;
    margin: 50px 0px 15px;
    color: #444444;
    font-size: 28px;
    line-height: 26px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    text-transform: uppercase;
}
.section-1-speaker{
    text-align: left;
    margin: 50px 0px 0px;
    color: #444444;
    font-size: 18px;
    line-height: 16px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
}
.section-1-speaker-container {
    display: flex;
    padding: 0px;
    align-items: center;
}
.icon-img-row {
    padding: 15px 10px;
}

.section-1-speaker-text {
    text-align: left;
    color: #444444;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
}

.section-1-speaker-text p {
    display: block;
    text-align: left;
    color: #444444;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
    margin: 0px;
}
.reg-form-container {
    background-color: #F7F7F7;
    border-top: 5px solid #19A982;
    padding: 50px;
}


.black-footer {
    padding: 50px 0px;
    max-width: 1400px;
    margin: 0px auto;
}

.black-footer-text {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    font-family: 'Metric Regular',sans-serif;
}

.black-footer-logo {
    width: 150px;
    padding: 20px 0px;
    margin: 0px auto;
    text-align: center;
}

.postponed-info-2 {
    background-color: #f8d7da;
    border: 2px solid #f5c6cb;
    padding: 15px 75px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: center;
}
.postponed-info-2 p {
    color: #721c24;
    font-size: 26px;
    font-style: normal;
    font-family: 'Metric Bold',sans-serif;
    margin: 0px 10px 0px;
}

.icon-img-2{
    display: flex;
    justify-content: center;
}

.icon-size-2{
    float: initial;
    width: 40px;
    height: 40px;
}





.Gry-cta-btn {
    padding: 15px 0px;
}

.Gry-cta-btn a {
    text-decoration: none;
    color: #000000;
    background-color: #c0c0c0;
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    font-family: 'Metric Bold', sans-serif;
    border-radius: 0px;
    padding: 10px 50px;
}



/* MOBILE */

/* Using Max-width */

/* Small devices (landscape phones, 576px and up */

@media (min-width: 576px) {
    ...
}

/* Medium devices (tablets, 768px and up */

@media (min-width: 768px) {
    .tile-info-left {
        margin-right: 25px;
    }
    .tile-info-left-bg {
        margin-right: 25px;
    }
    .tile-info-right {
        margin-left: 25px;
    }
    .tile-info-right-bg {
        margin-left: 25px;
    }
}

/* Large devices (desktops, 992px and up */

@media (min-width: 992px) {
    ...
}

/* Extra large devices (large desktops, 1200px and up */

@media (min-width: 1200px) {
    ...
}

/* Using Max-widt */

/* Small devices (mobile phones, less than 576px */

@media (max-width: 575.98px) {

    .banner-container-2 {
        padding: 100px 25px 50px;
    }
    .row .hero.hero--alt {
        background-position: right;
    }

    .row .hero-banner-two {
        font-size: 32px;
        line-height: 28px;
        color: #fff;
    }
    .lg-heading-under {
        margin-bottom: 30px;
    }
    .container_main .hero--nav .top-part {
        padding: 0px 25px 10px 25px;
    }
    .Logo_main {
        width: 120px;
        padding: 20px 0px;
        float: left;
    }
    .footer-logo .Logo_footer {
        width: 200px;
        padding-bottom: 20px;
    }
    .row .two-tiles-bg {
        background-color: #06283F;
        display: block;
        padding: 15px 35px 15px 35px;
    }
    .row .two-tiles-wo-bg {
        background-color: #FFFFFF;
        display: block;
        padding: 15px 25px 15px 25px;
    }
    .text-align {
        padding: 20px 30px 0px 30px;
        font-size: 18px;
        color: #282828;
        font-weight: 300;
        font-style: normal;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }
    .footer_Logo_co_brand {
        width: 80px;
        padding-top: 25px;
        margin-left: 10px;
    }
    .landing-header-title {
        font-size: 32px;
        font-weight: 300;
        font-style: normal;
        font-family: 'Lato', sans-serif;
    }
    .landing-tab-sub-heading {
        font-size: 16px;
        padding: 15px 0px 5px 25px
    }
    .landing-tab-sub-description {
        font-weight: 400;
        font-style: normal;
        font-family: 'Open Sans', sans-serif;
        color: #6A747A;
        font-size: 18px;
        text-align: justify;
    }
    .landing-tab-sub-description span {
        font-weight: 600;
        font-style: normal;
        font-family: 'Open Sans', sans-serif;
        color: #88ce26;
        font-size: 22px;
        line-height: 40px;
    }
    .hero-banner-decription p {
        font-size: 14px;
        line-height: 10px;
    }



    .reg-form-container .section-1-heading {
        text-align: left;
        margin-bottom: 5px;
        color: #444444;
        font-size: 32px;
        line-height: 28px;
        font-style: normal;
        font-family: 'Metric Bold',sans-serif;
        text-transform: uppercase;
    }


    
    .tile-info-left .section-1-heading {
        text-align: left;
        margin-bottom: 5px;
        color: #444444;
        font-size: 32px;
        line-height: 40px;
        font-style: normal;
        font-family: 'Metric Bold',sans-serif;
        text-transform: uppercase;
    }

    .tile-info-left .section-1-thankyou-heading {
        text-align: center;
        color: #444444;
        font-size: 24px;
        line-height: 30px;
        font-style: normal;
        font-family: 'Metric Bold',sans-serif;
        text-transform: uppercase;
    }

    .section-1-description {
        text-align: left;
        color: #444444;
        font-size: 14px;
        line-height: 22px;
        font-style: normal;
        font-family: 'Metric Regular',sans-serif;
    }
    .section-1-subheading{
        text-align: left;
        margin-bottom: 5px;
        color: #444444;
        font-size: 24px;
        line-height: 30px;
        font-style: normal;
        font-family: 'Metric Bold',sans-serif;
        text-transform: uppercase;
    }
    .reg-form-container {
        padding: 20px;
    }



}

/* Small devices (landscape phones, less than 768px */

@media (max-width: 767.98px) {
    .container_landing {
        padding: 0px;
    }
    .content-border {
        border-top: 1px solid #D71A5F;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        display: block;
    }
    .two-tiles-blk-bg {
        padding: 0px;
        display: block;
    }
    .tile-info-right {
        margin-top: 10px;
    }
    .tile-info-right-bg {
        margin-top: 0px;
    }
    .tile-info-left {
        margin-top: 10px;
        padding: 0px 25px 25px;
    }
    .tile-info-left-bg {
        margin-bottom: 10px;
    }

    .section-1 {
        max-width: 1450px;
        margin: 0px auto;
        padding: 0px;
    }

    .section-1-heading {
        padding-top: 25px;
    }

    .section-1-thankyou-heading {
        padding-top: 25px;
    }
}

/* Medium devices (tablets, less than 992px */

@media (max-width: 991.98px) {
    .landing-tab-sub-heading-3 {
        font-size: 24px;
    }
    .img-half-bt-txt .landing-tab-sub-heading-2 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .Green-cta-btn {
        padding: 25px 0px 0px;
    }
    .Green-cta-btn a {
        text-decoration: none;
        color: #ffffff;
        background-color: #19A982;
        font-size: 18px;
        font-style: normal;
        font-family: 'Metric Bold',sans-serif;
        padding: 15px 25px;
        display: block;
        text-align: center;
    }

    .col-wrap {
        display: block;
        padding-top:20px;
    }
    .col-wrap .block-tiles {
        margin: 100px 0px;
        min-height: 100%;
        padding: 25px;
    }
}

/* Large devices (desktops, less than 1200px */

@media (max-width: 1199.98px) {
    .landing-header {
        padding: 15px 50px 15px 50px;
        background-color: #0F3250;
        font-weight: 300;
        font-style: normal;
        font-family: 'Lato', sans-serif;
        color: #ffffff;
    }
    .tabs .tab .two-tiles {
        margin-bottom: -15px;
        padding: 0px 15px 0px 15px;
    }
    .info-tile {
        display: block;
        padding: 0px;
        margin-top: 10px;
        line-height: 1.42857143;
    }
    .landing-tab-sub-heading-2 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .footer-text {
        font-weight: 600;
        font-style: normal;
        font-family: 'Open Sans', sans-serif;
        color: #6A747A;
        font-size: 18px;
        float: none;
        text-align: center;
        margin: 0px auto;
    }
    .footer-logo {
        float: none;
        margin: 0px auto;
    }
    .Logo_footer {
        margin: 0px auto;
    }
}

@media (max-width: 1250px) {
    .block-tiles {
        margin: 10px;
        padding: 10px;
    }
}

@media (max-width: 1300px) {
    .info-tiles {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
    }
}

@media (min-width: 1400px) {
    .two-tiles-wo-bg {
        background-color: #FFFFFF;
        display: block;
        padding: 50px 0px;
        max-width: 1400px;
        margin: 0px auto;
    }
    .two-tiles-bg {
        background-color: #06283F;
        display: block;
        padding: 50px 220px 50px 220px;
    }
    .two-tiles-bg-2 {
        background-color: #06283F;
        display: block;
        padding: 50px 220px 0px 220px;
    }
    .content-border-bg {
        display: block;
        max-width: 1400px;
        margin: 0px auto;
    }
}

@media (max-width: 1400px) {

    .hero.hero--alt {
        background-position: right;
    }
    .hero-banner-two {
        text-align: left;
        font-size: 54px;
        line-height: 50px;
    }
    
    .two-tiles-bg {
        background-color: #06283F;
        display: block;
        padding: 50px 50px 50px 50px;
    }
    .two-tiles-bg-2 {
        background-color: #06283F;
        display: block;
        padding: 50px 50px 0px 50px;
    }
    .two-tiles-wo-bg {
        background-color: #FFFFFF;
        display: block;
        padding: 50px 25px;
    }
    .content-border-bg {
        display: block;
        padding: 0px 25px 0px 25px;
    }
}