.header-banner {
    padding-top: 200px;
}

.home-nav #loginLink {
    color: #FF007F;
    border-color: #FF007F;
}

.home-nav.navbar .right-nav a:first-child {
    margin-left: 0;
    color: #000000;
}

.home-nav {
    z-index: 9;
    border-bottom: 1px solid #DDD;
    background: #FFF;
}

.header-img-wrapper {
    position: relative;
    z-index: 9;
}

.main-title-wrapper {
    padding-right: 45px;
    height: 604px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-img-wrapper img {
    width: 100%;
}

.main-cta-wrapper .btn-red {
    margin-right: 16px;
    border: 1px solid #ff007f !important;
}

.title-content h1 {
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2.4px;
}

.sliding-wrapper {
    background-color: #F6F6F6;
    width: 100%;
}

.sliding-wrapper .icon-contents {
    height: 75px;
}

.sliding-wrapper .icon-contents .icon-item h6 {
    font-size: 14px;
}

.title-content {
    padding-top: 40px;
}

.title-content h6 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    margin: 24px 0;
    font-size: 21px;
}

.header-banner {
    position: relative;
}

.header-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    background-color: #FFF5FA;
    height: 100%;
}

.slider-heading-wrapper h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-bottom: 8px;
}

.slider-heading-wrapper p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.header-img-wrapper .carousel {
    position: absolute;
    top: 6px;
    left: 4px;
}

.header-img-wrapper .carousel .carousel-inner {
    height: 344px;
    width: 547px;
}

.header-img-wrapper .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.header-img-wrapper .carousel .carousel-inner .carousel-item img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.home-updated-header nav {
    height: 80px;
}

.icon-item-last {
    justify-content: center;
}

.responsive-view {
    display: none;
}

@media (max-width:575px) {
    .header-img-wrapper .carousel {
        top: 3px;
        left: 2px;
        right: 3px;
    }

    .header-banner::after {
        display: none;
    }

    .header-banner {
        padding-top: 80px;
    }

    .title-content h6 {
        margin: 16px 0;
        font-size: 16px;
    }

    .main-title-wrapper {
        padding-right: 0;
        height: 320px;
    }

    .main-cta-wrapper .btn {
        font-size: 12px;
        width: 50%;
        padding: 15px;
    }

    .main-cta-wrapper {
        display: flex;
    }

    .header-img-wrapper .carousel .carousel-inner {
        height: 100%;
        width: 100%;
    }

    .sliding-wrapper .icon-contents {
        height: 100%;
        display: inline-block;
        padding-bottom: 40px;
    }

    .icon-item-last {
        justify-content: start;
    }

    .responsive-view {
        display: block;
        padding-top: 40px;
    }

    .desktop-view {
        display: none;
    }

    .home-updated-header nav {
        height: auto;
    }

    #loginLink {
        margin-left: 0;
    }


}

@media (min-width:576px) and (max-width:767px) {
    .header-banner::after {
        display: none;
    }

    .header-img-wrapper .carousel {
        top: 4px;
        left: 3px;
        right: 3px;
    }



    .header-banner {
        padding-top: 100px;
    }

    .main-title-wrapper {
        padding-right: 20px;
        height: 420px;
    }

    .header-img-wrapper .carousel .carousel-inner {
        height: 100%;
        width: 100%;
    }

    .responsive-view {
        display: block;
        padding-top: 40px;
    }

    .desktop-view {
        display: none;
    }

    .main-title-wrapper {
        padding-right: 20px;
        height: 320px;
    }

    .sliding-wrapper .icon-contents {
        height: 100%;
        display: inline-block;
    }

    .icon-item-last {
        justify-content: start;
    }

    .title-content h1 {
        font-size: 38px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .title-content h1 {
        font-size: 36px;
    }

    .header-img-wrapper .carousel {
        top: 4px;
        left: 3px;
        right: 3px;
    }

    .title-content h6 {
        margin: 12px 0;
        font-size: 16px;
    }

    .main-cta-wrapper {
        display: flex;
        align-items: center;
    }

    .btn {
        padding: 14px;
        font-size: 14px;
    }

    .header-img-wrapper .carousel .carousel-inner {
        height: 100%;
        width: 100%;
    }

    .header-banner {
        padding-top: 120px;
    }

    .title-content {
        padding-top: 0px;
    }

    .main-title-wrapper {
        padding-right: 0px;
        height: 355px;
    }

    .slider-heading-wrapper h6 {
        font-size: 19px;
        margin-bottom: 4px;
    }

    .slider-heading-wrapper p {
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .icon-contents .icon-item {
        width: 50%;
        margin-bottom: 8px;
        float: left;
    }

    .sliding-wrapper .icon-contents {
        height: 100%;
        display: inline-block;
    }

    .icon-contents .icon-item-last {
        justify-content: start;
        margin-bottom: 0;
    }

    .sliding-wrapper {
        padding: 16px 0 8px;
    }

}

@media (min-width:991px) and (max-width:1199px) {
    .header-img-wrapper .carousel .carousel-inner {
        height: auto;
        width: auto;
    }

    .title-content h1 {
        font-size: 42px;
    }

    .title-content h6 {
        margin: 8px 0;
        font-size: 16px;
    }

    .header-img-wrapper .carousel {
        top: 5px;
        left: 4px;
        right: 3px;
    }

    .main-cta-wrapper {
        display: flex;
        align-items: center;
    }

    .btn {
        padding: 12px 14px;
        font-size: 14px;
    }

    .header-banner {
        padding-top: 120px;
    }

    .title-content {
        padding-top: 0;
    }

    .main-title-wrapper {
        padding-right: 0;
        height: 400px;
    }

    .slider-heading-wrapper h6 {
        font-size: 18px;
        letter-spacing: -0.8px;
        margin-bottom: 4px;
    }

    .slider-heading-wrapper p {
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 24px;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 900px;
    }

    .sliding-wrapper .icon-contents .icon-item h6 {
        font-size: 12px;
    }
}