main#home-page {
    margin-top: 40px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
}

/* Style the video to be responsive and fill the container */
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
}

#home-video {
    position: relative;
    margin-top: -40px;
}

video#desktop-video {
    border-radius: 30px;
}

a#banner-get-invite {
    position: absolute;
    right: 5px;
    bottom: 8%;
    color: #FFFFFF;
    width: 28%;
    height: 64px;
    border-radius: 16px;
    border: 2px solid #CF2030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    background: rgb(207,32,48);
    background: linear-gradient(90deg, rgba(207,32,48,1) 0%, rgba(171,14,28,1) 100%);
    transition: all 0.3s ease;
}

a#banner-get-invite:hover {
    background: #FFFFFF;
    border-color: #cf2030;
    color: #cf2030;
}

.video-container h4 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: 26%;
    left: 5%;
    width: 65%;
    margin: 0;
}

.hero-icons {
    position: absolute;
    bottom: 13%;
    left: 5%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-icons img {
    width: auto;
    height: 50px;
}

.hero-icons img.forbes {
    height: 35px;
}

body.home div#n2-ss-2 .n-uc-svTzwkHLTeMk-inner,
body.home div#n2-ss-2 .n-uc-Df24ku35QWWk {
    padding: 0 !important;
}

div#n2-ss-2 .n2-ss-button-container.n2-ss-nowrap,
div#n2-ss-2 .n2-font-41c49acddbee1dfb39bf8f66314de95c-link a {
    width: 100%;
}

#networking-carousel-block {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 675px;
    padding: 50px 0;
}

#networking-carousel-block .container,
#networking-carousel-block .container .row,
#networking-carousel-block .container .row .col-12 {
    height: 100% !important;
    overflow: hidden;
}

/* home carousel */

.swiper-wrapper{
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.myslider{
    width: 100%;
    height: 100%;
    position: relative;
}

#networking-carousel-block .myslider .item {
    width: 100%;
    position: relative;
}

#networking-carousel-block .myslider .item.c {
    background-color: #325D7F;
}

#networking-carousel-block .myslider .item.b {
    background-color: #F2727F;
}

#networking-carousel-block .myslider .item.a {
    background-color: #F9B294;
}

#networking-carousel-block .myslider .item h2 {
    color: #fff;
    font-size: 8vw;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

#networking-carousel-block .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    display: none !important;
}

#networking-carousel-block .slick-dots li {
    list-style: none;
    margin: 15px 0;
}

#networking-carousel-block .slick-dots button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}

#networking-carousel-block .slick-dots button:hover {
    background-color: #000;
}

#networking-carousel-block .slick-slide {
    padding: 20px;
    height: 600px !important;
}

.pin-spacer {
	max-width: 100%;
}

/* Slider */
#networking-carousel-block .slick-slider {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#networking-carousel-block .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

#networking-carousel-block .slick-list:focus {
    outline: none;
}

#networking-carousel-block .slick-list.dragging {
    cursor: pointer;
}

#networking-carousel-block .slick-slider .slick-track,
#networking-carousel-block .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

#networking-carousel-block .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

#networking-carousel-block .slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

#networking-carousel-block .slick-track:after {
    clear: both;
}

#networking-carousel-block .slick-loading .slick-track {
    visibility: hidden;
}

#networking-carousel-block .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

#networking-carousel-block [dir=rtl] .slick-slide {
    float: right;
}

#networking-carousel-block .slick-slide img {
    display: block;
    margin-right: 20px;
}

#networking-carousel-block .slick-slide.slick-loading img {
    display: none;
}

#networking-carousel-block .slick-slide.dragging img {
    pointer-events: none;
}

#networking-carousel-block .slick-initialized .slick-slide {
    display: flex;
}

#networking-carousel-block .slick-loading .slick-slide {
    visibility: hidden;
}

#networking-carousel-block .slick-vertical .slick-slide {
    display: flex;
    height: auto;
    border: 1px solid transparent;
}

#networking-carousel-block .slick-arrow.slick-hidden {
    display: none;
}

.networking-left {
    width: 95%;
}

.networking-left h6 {
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.13);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.networking-left h6::before {
    border-color: transparent transparent #cf2030;
    border-width: 0px 20px 20px 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
    border-style: solid;
    content: "";
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: -1;
}

.networking-left h4 {
    color: #FFFFFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.networking-right {
    display: flex;
    padding: 14px;
    /* fill: rgba(44, 44, 44, 0.50); */
    /* stroke-width: 1px; */
    background-color: rgba(44, 44, 44, 0.50);
    backdrop-filter: blur(20px);
    border-radius: 20px !important;
    align-items: center;
}

.networking-right .row {
 align-items: center;
}


.networking-left p, .networking-right p, .networking-right span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* margin: 0 0 0 5px; */
}

.networking-left p {
    font-weight: 400;
    margin: 20px 0;
}

.networking-right span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}

/* home carousel ends */

#steps-to-success-section {
    padding: 70px 0;
    color: #FFFFFF;
    overflow-x: hidden;
}

#steps-to-success-section h4, 
#steps-to-success-section ul,
#steps-to-success-section li, 
#steps-to-success-section .sec_desc {
    list-style: none;
    margin: 0;
    padding: 0;
}

#steps-to-success-section h4 {
    color: #F2F2F2;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}



.steps-counts {
    margin: 24px 0 40px;
}

.steps-counts ul li {
    flex: 1;
}

.steps-counts li {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}

.progressbar {
    counter-reset: step;
}

.progressbar li {
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
}

.progressbar li:before {
    width: 55px;
    height: 55px;
    content: counter(step);
    counter-increment: step;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    background-color: white;
    position: relative;
    z-index: 2;
    color: #cf2030;
    font-size: 42px;
    align-items: center;
    justify-content: center;
}

.progressbar li:after {
    width: 70%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    top: 26px;
    left: -35%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}
#steps-to-success-section .sec_desc {
    color: #F2F2F2;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}

a.steps-get-invited {
    color: #CF2030;
    border-radius: 30px;
    border: 2px solid rgba(242, 242, 242, 0.50);
    background: white;
    background: linear-gradient(88deg, #FFF 8%, #D9D9D9 128.11%);
    backdrop-filter: blur(10px);
    max-width: 230px;
    width: 100%;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    margin-bottom: 70px;
}

.steps-counts ul li p {
    color: #F2F2F2;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px auto;
}

.progressbar li span {
    color: #F2F2F2;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    max-width: 275px;
    margin: 0 auto;
}

.steps-get-invited:hover {
    color:rgba(242, 242, 242, 1);
    background: transparent;
    border-color: rgba(242, 242, 242, 1);
}

#steps-to-success-section .container {
    position: relative;
}

#steps-to-success-section .container img {
    position: absolute;
    top:50px;
    left:0;
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    z-index: 1;
}

#steps-to-success-section .container .row{
    z-index: 9;
}


.steps-success-first-carousel .item {border-radius: 16px;background: rgba(0, 0, 0, 0.35);padding: 25px;}

.steps-success-first-carousel .item p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    line-height: normal;
}

.steps-success-carousel.group .item {
    padding: 25px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.35);
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.steps-success-carousel .item p {
    color: var(--True-White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
#steps-success-slider-section {
    margin-bottom: 35px;
}
.avatar-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.avatar-info img {
    margin-right: 20px;
    width: 70px;
}

.avatar-info span {
    color:#FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 20px;
}

.steps-success-first-carousel {
    display: flex !important;
}

.infiniteslide-two {
    margin-top: 70px;
}

#anothernewsform i.fal.fa-check-circle {
    color: #cf2030 !important;
    font-size: 65px;
}

#anothernewsform .newsLetterSuccess i, #anothernewsform .newsLetterSuccess p {
    color: #cf2030 !important;
}

.container.newsletter-successnet-success {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 50px;
}

.newsletter-successnet-success h4{
    color:#CF2030;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.newsletter-successnet-success p{
    color: #64666A;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

form#mktoForm_1621 {
    width: 100% !important;
    margin-top: 15px;
}

form#mktoForm_1621.mktoForm .mktoFormRow,
form#mktoForm_1621.mktoForm .mktoFieldDescriptor.mktoFormCol,
form#mktoForm_1621.mktoForm .mktoFieldWrap,
form#mktoForm_1621 .mktoFormRow input#Email {
    width: 100% !important;
}

form#mktoForm_1621.mktoForm .mktoGutter,
form#mktoForm_1621.mktoForm .mktoOffset{
    display: none;
}

#the-latest-carousel-section h4 {
    color: #64666A;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
#the-latest-carousel-section h4 span {
    color: #cf2030;
}
div#homeTestimonialcarousel {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
}

div#homeTestimonialcarousel .homeTestimonialVideoBlock {
    padding-bottom: 50%;
    position: relative;
    margin: 0;
    background-size: cover;
    border-radius: 15px;
    width: 100%;
}
div#homeTestimonialcarousel .homeTestimonialVideoBlock iframe, div#homeTestimonialcarousel .homeTestimonialVideoBlock img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#homeTestimonialSection .homeTestimonialBlock h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 5px;
    color: #cf2030;
    letter-spacing: -0.36px;
    text-transform: none !important;
}
.carousel-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-title h2 {
    color: #000000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.homeTestimonialBlock p {
    color:#64666A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.homeTestimonialBlock p a {
    color: #CF2030;
}
#homeTestimonialSection .homeTestimonialBlock h6 {
    font-size: 24px;
    color: #000000;
}
.youtubevideo .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
    z-index: 10;
    font-family: "Font Awesome 6 Pro";
    font-size: 45px;
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
}
.youtubevideo span.playbutton i {
    color: #cf2030;
    z-index: 99;
    margin-top: 1px;
    margin-left: 5px;
    transition: all 0.5s ease-in;
}
div#homeTestimonialcarousel ol.carousel-indicators {
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    bottom: 0px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
    transition: all .5s linear;
}

div#homeTestimonialcarousel .carousel-indicators li {
    list-style: none;
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #F2F2F2;
    margin: 0 10px !important;
}

div#homeTestimonialcarousel .carousel-indicators .active {
    background-color: #C8C8C8;
}

.view-more-slider {
    width: 95%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 37px;
}

.view-more-section h4 {
    text-align: right;
}

.view-more-section h4 a {
    color: #CF2030;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 2px;
    border-bottom: 2px solid #CF2030;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.view-more-section h4 a:hover {
    color: #64666A;
}

.view-more-section i {
    margin-left: 5px;
}
.view-more-block.slick-slide {
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
    transition: all 0.75s ease;
    opacity: 0;
}
.view-more-block.slick-slide.slick-active {
    opacity: 1;
}
.view-more-img-block {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.view-more-img-block img {
    border-radius: 15px;
}

.view-more-description {
    width: 55%;
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 15px 20px 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    flex-direction: column;
}

.view-more-description h6 {
    color: #CF2030;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.view-more-description p {
    color:#64666A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.view-more-description a {
    color: #64666A;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-top: 5px;
    border-bottom: 1.5px solid #64666A;
    transition: color 0.3s ease-out;
}

.view-more-description a:hover {
    color: #C8C8C8;
}

.view-more-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 25px;
}

.view-more-slider ul li button {
    font-size: 0px;
    width:15px;
    height: 15px;
    background: #F2F2F2;
    border-radius: 100%;
    outline: none;
    border:none;
    overflow: hidden;
    margin: 5px 0;
}

.view-more-slider ul li.slick-active button {
    background: #C8C8C8;
}

div#homeTestimonialcarousel .carousel-indicators li {
    cursor: pointer;
}

.bni-tv-logo img {
    width: 100%;
    height: auto;
}

.view-more-slider .slick-list.draggable {
    padding: 0 0 40px;
}

.view-more-slider .slick-list.draggable {
    padding: 0 0 40px;
}

.home-disclaimer span {
    color: var(--True-White, #FFF);
    font-family: "Helvetica Neue LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 72px;
    display: inline-block;
}

/* Get Invited Block */

.invite-to-growth {
    border-radius: 24px;
    background: var(--Sterling-Light-Grey, #F2F2F2);
    margin-top: 100px;
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invite-to-growth p {
    color: var(--Power-Black, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 48px;
    max-width: 720px;
}

.invite-to-growth .get-invited-btn {
    display: inline-block;
    border-radius: 30px;
    background: var(--CTA-Colour, linear-gradient(90deg, #CF2030 63.67%, #9A0D1A 100%));
    backdrop-filter: blur(10px);
    padding: 8px 35px;
    color: var(--True-White, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 2px solid;
}

.invite-to-growth .get-invited-btn:hover {
    color: #CF2030;
    background: #fff;
    border-color: #CF2030;
}

.invite-to-growth p span {
    color: var(--Red, #CF2030);
}

.testcarousel {
    position: relative;
    overflow: hidden;
}

.wrapper_out {
    height: 100vh;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 1;
}

.wrapper_out:first-child {
    position: relative;
}
.testcarousel.carousal::before {
    content: '';
    background-color: rgb(0 0 0 / 25%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1400px) {
    a#banner-get-invite {
        height: 54px;
    }

    .video-container h4 {
        width: 68%;
    }

    .hero-icons {
        width: 50%;
    }

    .hero-icons img {
        height: 40px;
    }

    .hero-icons img.forbes {
        height: 30px;
    }

    #networking-carousel-block {
        height: 550px;
    }

    #networking-carousel-block .slick-slide {
        height: 500px !important;
    }

    .networking-left h4 {
        font-size: 40px;
    }

    .networking-left p,
    .networking-right p,
    .networking-right span {
        font-size: 14px;
    }

    .carousel-title img {
        width: 100%;
        height: auto;
    }

    .carousel-title h2 {
        font-size: 32px;
    }

    .homeTestimonialBlock p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1200px) {
    a#banner-get-invite {
        height: 50px;
        font-size: 20px;
    }

    .video-container h4 {
        font-size: 38px;
    }

    .hero-icons {
        width: 45%;
    }

    .hero-icons img {
        height: 30px;
    }

    .hero-icons img.forbes {
        height: 25px;
    }

    .networking-left h6 {
        font-size: 18px;
    }

    .networking-left h4 {
        font-size: 34px;
    }

    .networking-left p, .networking-right p, .networking-right span {
        font-size: 16px;
    }

    #networking-carousel-block {
        height: 450px;
    }

    #networking-carousel-block .slick-slide {
        height: 400px !important;
    }

    .progressbar li {
        /* font-size: 18px; */
    }
    .progressbar li:before {
        /* width: 40px; */
        /* height: 40px; */
        font-size: 32px;
    }
    .infiniteslide-two {
        margin-top: 50px;
    }
    #the-latest-carousel-section h4 {
        font-size: 38px;
    }
    .carousel-title h2 {
        font-size: 24px;
    }
    .homeTestimonialBlock p {
        font-size: 16px;
    }
    div#homeTestimonialcarousel ol.carousel-indicators {
        margin-top: 30px;
    }
    div#homeTestimonialcarousel {
        margin-bottom: 0;
    }
    .invite-to-growth {
        margin-top: 50px;
        padding: 34px;  
    }
    
    .invite-to-growth p {
        font-size: 32px;
        margin-right: 38px;
        max-width: 575px;
    }
    
    .invite-to-growth .get-invited-btn {
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 992px) {
    a#banner-get-invite {
        height: 40px;
        font-size: 18px;
    }

    .video-container h4 {
        font-size: 28px;
    }

    .hero-icons {
        width: 50%;
    }

    .hero-icons img {
        height: 25px;
    }

    .hero-icons img.forbes {
        height: 20px;
    }

    .networking-left h6 {
        font-size: 14px;
    }

    .networking-left h4 {
        font-size: 24px;
    }

    .networking-left p, .networking-right p, .networking-right span {
        font-size: 14px;
    }

    .networking-right {
        padding: 10px;
    }

    #networking-carousel-block .slick-slide img {
        display: block;
        margin-right: 15px;
        width: 75px;
        height: 75px;
    }

    #steps-to-success-section .container img {
        height: auto;
    }
    #the-latest-carousel-section h4 {
        font-size: 32px;
    }
    .carousel-title h2 {
        font-size: 22px;
    }
    .homeTestimonialBlock p {
        font-size: 16px;
    }
    div#homeTestimonialcarousel ol.carousel-indicators {
        margin-top: 30px;
    }
    .theLatest-newsLetter input#Email {
        height: 40px !important;
        box-shadow: 1px 1px 4px 1px #C8C8C8;
    }
    form.mktoForm span.mktoButtonWrap.mktoNext button.mktoButto {
        height: 40px !important;
    }
    .view-more-description {
        width: 75%;
    }
    .steps-counts ul li p {
        font-size: 20px;
    }
    
    .progressbar li span {
        font-size: 14px;
        max-width: 200px;
    }
    
    .progressbar li:before {
        font-size: 24px;
    }
    .invite-to-growth {
        margin-top: 50px;
        padding: 30px;
    }
    
    .invite-to-growth p {
        font-size: 22px;
        margin-right: 24px;
        max-width: 400px;
    }
    
    .invite-to-growth .get-invited-btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .video-container {
        padding-top: 65%;
        margin-top: 40px;
        border-radius: 20px;
    }

    .video-container h4 {
        font-size: 26px;
        bottom: 28%;
        width: 90%;
    }

    a#banner-get-invite {
        height: 32px;
        font-size: 16px;
        width: 29%;
        position: relative;
        top: -20px;
        bottom: 0;
        left: 20px;
        right: 0;
        margin-top: -30px;
    }

    #networking-carousel-block {
        width: auto;
    }

    #networking-carousel-block {
        height: 400px;
    }

    div#networking-carousel, #networking-carousel-block .slick-slider {
        height: 100%;
    }

    #networking-carousel .slick-list {
        height: 100% !important;
        padding: 30px 0 !important;
    }

    #networking-carousel-block .slick-slide {
        height: 350px !important;
    }

    .networking-left {
        width: 100%;
    }

    .networking-right {
        align-items: center;
    }

    .networking-right img {
        width: auto;
    }
    .networking-left p,
    .networking-right p,
    .networking-right span {
        font-size: 14px;
    }

    .networking-right span {
        margin-top: 25px;
    }

    #networking-carousel-block .slick-slide img {
        display: block;
        margin-right: 15px;
        width: 100px;
        height: 100px;
    }

    .infiniteslide-two {
        margin-top: 30px;
    }
    #the-latest-carousel-section h4 {
        font-size: 24px;
    }
    .carousel-title h2 {
        font-size: 20px;
    }
    .homeTestimonialBlock p {
        font-size: 14px;
    }
    div#homeTestimonialcarousel ol.carousel-indicators {
        margin-top: 20px;
    }
    .view-more-slider {
        width: 100%;
        padding-top: 30px;
    }
    .view-more-slider .slick-dots {
        display: none !important;
    }
    .hero-icons img {
        height: 20px;
        margin-right: 20px;
    }
    .hero-icons img:last-child {
        margin-right: 0;
    }
    div#steps-success-slider-next-section {
        display: none !important;
    }
    p.avatar-info img {
        width: 75px;
    }
    .progressbar li:before {
        width: 40px;
        height: 40px;
    }
    .youtubevideo .playbutton{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    .newsletter-successnet-success h4 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .newsletter-successnet-success p {
        font-size: 16px;
    }
    .view-more-description h6{
        font-size: 16px;
        margin: 0;
    }
    .view-more-description p{
        margin-bottom: 10px;
    }
    .view-more-img-block img {
        max-width: 75%;
    }
    .view-more-block.slick-slide {
        padding-bottom: 75px;
        margin-bottom: 75px;
    }
    .steps-counts ul li p {
        font-size: 20px;
        margin: 15px 0  15px 60px;
    }
    
    .progressbar li span {
        font-size: 14px;
        max-width: none;
        margin: 0 0  0 60px;
        text-align: left;
    }
    
    .progressbar li:before {
        font-size: 20px;
    }
    #steps-success-slider-section{
        margin: 0;
    }
    .steps-counts li {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .steps-success-carousel.group .item {
        width: 264px;
    }
    .steps-success-carousel .item p {
        font-size: 16px;
    }
    .avatar-info span,
    .home-disclaimer span {
        font-size: 12px;
        margin-left: 0;
    }

    .invite-to-growth {
        margin-top: 50px;
        padding: 24px;
        display: block;
        text-align: center;
    }

    .invite-to-growth p {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .invite-to-growth .get-invited-btn {
        font-size: 16px;
    }

/* }

@media only screen and (max-width: 576px) { */

    #home-video {
        width: 100%;
        margin: 0 auto;
    }
    .video-container {
        margin-top: 0;
    }

    #steps-to-success-section h4 {
        font-size: 24px;
    }

    #steps-to-success-section .sec_desc {
        font-size: 16px;
    }

    .steps-counts li {
        width: 100%;
        /* flex-direction: row; */
        /* margin-bottom: 50px !important; */
        /* align-items: center; */
        /* justify-content: flex-start; */
        /* position: relative; */
        /* font-size: 24px; */
        /* padding: 20px 0 20px 60px !important; */
    }
    .progressbar li:after {
        width: 1px;
        height: 40px;
        content: '';
        position: absolute;
        background-color: #FFFFFF;
        top: -34px;
        left: 20px;
        z-index: 1;
    }
    .progressbar li:before {
        margin: 0 0 80px;
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 15px;
    }
    a.steps-get-invited {
        margin: 45px auto;
        display: flex;
        padding: 3px 14px;
        max-width: fit-content;
        font-size: 16px;
    }

    .progressbar {
        flex-direction: column;
    }
    #steps-to-success-section .container img {
        top:120px;
    }
    .steps-counts {
        margin: 50px 0 0;
    }
    .infiniteslide-two {
        margin-top: 60px;
    }

    .view-more-description {
        width: 65%;
        /* top: -50px; */
    }
    .video-container h4 {
        font-size: 24px;
    }
    a#banner-get-invite {
        width: 150px;
        left: 20px;
    }

}

@media only screen and (max-width: 500px) {

    .video-container h4 {
        font-size: 20px;
    }
    a#banner-get-invite {
        width: 150px;
        left: 20px;
        top: -15px;
    }

    #networking-carousel-block {
        height: 450px;
    }

    #networking-carousel-block .slick-slide {
        height: 400px !important;
        padding: 25px 0;
    }

    .networking-left h4 {
        font-size: 22px;
    }

    #networking-carousel-block .slick-slider {
        width: 100%;
    }
    .view-more-description {
        width: 70%;
        bottom: -20px;
        display: block;
        left: 10px;
    }

}

@media only screen and (max-width: 480px) {
    .theLatest-newsLetter form.mktoForm .mktoButtonRow {
        top: 10px;
    }
}

@media only screen and (max-width: 400px) {

    .video-container h4 {
        font-size: 16px;
    }
    a#banner-get-invite {
        width: 130px;
        left: 15px;
        top: -10px;
        font-size: 14px;
        height: 30px;
    }

    .networking-right {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .networking-left {
        width: 100%;
        text-align: center;
    }

    .networking-left h6 {
        font-size: 14px;
        display: inline-block;
    }

    .networking-left h4 {
        font-size: 20px;
    }

    #networking-carousel-block .slick-slider {
        width: 100%;
    }

    #networking-carousel-block {
        height: 500px;
    }

    #networking-carousel-block .slick-slide {
        height: 450px !important;
        padding: 20px 0;
    }

    #networking-carousel-block .slick-slide img {
        margin-right: 0px;
        width: 75px;
        height: 75px;
    }
    .steps-counts li {
        /* font-size: 20px; */
    }
    .steps-success-first-carousel .item {
        width: 300px;
    }
    #steps-to-success-section .sec_desc,
    p.avatar-info span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {
    .steps-counts li {
        font-size: 16px;
    }

}