.messageBtnFixedPosition {
    position: absolute;
    right: 0px;
    z-index: 99;
    top: -20px;
}
.sectionOne {
    background: linear-gradient(179.91deg, #AADCEE 0.07%, rgba(170, 220, 238, 0) 92.76%);
}
.sectionTwo {
    background: linear-gradient(4.95deg, #C4E6D3 11.26%, rgba(115, 194, 225, 0) 92.43%);
}

.sectionThreeLeftContainer {
    background-image: url("{{ asset('theme/theme-a/assets/images/welcome-page-svgs/section-two-bg.svg') }}");
    background-repeat:no-repeat;
    background-size:contain;
    background-position: left top;
}
.sectionThree {
    background: linear-gradient(208.16deg, #FFD46C 12.91%, #F15752 107.05%);
}
.sectionFour {
    background: #ffffff;
}

.sectionFive {
    /* background-color: #FFFFFF; */
    background: linear-gradient(336deg, #29303D -8.76%, #958CD9 128.69%);;
}

.sectionSix {
    /* background-color: #FFFFFF; */
    background: #ffffff;
    background-image: url("{{ asset('theme/theme-a/assets/images/welcome-page-svgs/section-six-bg.png') }}");
    background-repeat:no-repeat;
    background-size:contain;
    z-index: 99999 !important;
    /* background-position: left top; */
}

.orangeLinkColor {
    color: #F99960;
}

.secondNav {
    background: rgba(41, 48, 61, 0.7);
}
.secondNavDiv {
    /* background: linear-gradient(208.16deg, #FFD46C 12.91%, #F15752 107.05%); */
    background: rgba(41, 48, 61, 0.1);
}


.sectionOneBgCard {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18.75px 0px 0px 18.75px;
}

@media (min-width: 768px) {
    .sectionOneBgCard {
        background: #29303D;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        border-radius: 18.75px 0px 0px 18.75px;
    }

    .sectionOneAlignTextGrpCard {
        left: -5rem;
        top: 0rem;
        background-color: #ffffff !important;
    }
}


/* start::carousel css */
.carousel-inner {
    padding: 1em;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    .carousel-inner {
        display: flex;
    }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}

/* end::carousel css */

.workingTimeCardImg {
    bottom: -3.5rem;
}

.networkingCardImg {
    bottom: -3.5rem;
}

.todoListCardImg {
    bottom: -3.5rem;
}

.personOnMeetingCallCardImg {
    top: -3.5rem;
}


.sectionOneAlignTextGrpCard {
    left: -5rem;
    top: 0rem;
    background-color: #29303D;
}

.sectionOneAlignJobsGrpImgCard {
    left: 0;
    bottom: 0;
}

.sectionOneAlignTitleCard {
    left: -5rem;
    top: -7rem;
}


@media only screen and (min-width: 239px) and (max-width: 347px)  {
    /* .sectionOneAlignJobsGrpImg {
        left: -5rem;
        top: 95% !important;
    } */
}

.sectionFourAlignJobsGrpImgCard {
    left: 0;
    bottom: -62px;
}
.sectionFourAlignTitleCard {
    left: -5rem;
    top: -10rem;
}

.sectionFourAlignTextGrpCard {
    left: -5rem;
    top: 0rem;
}

.aboutUsImg {
    left: 24px;
    top: -26px;
    width: 80%;
}

.JobCompatibilityReportCard{
    background: linear-gradient(90deg, #FFD06B -17.09%, #F25A53 106.11%);
}
.litQSmartResume{
    background: linear-gradient(90deg, #F05755 -3.73%, #B45ECD 102.12%);
}
.videoIntroduction{
    background: linear-gradient(90deg, #B160D1 -2.99%, #74BEE2 101.69%);
}

.sectionTwoRightSideCard {
    background: linear-gradient(135deg, #F25D54 0%, #FFD26C 100%);
}

/* .carousel-control-prev, .carousel-control-next {
    width: 7vh !important;
    height: 7vh !important;
    border-radius: 50% !important;
    top: unset !important;
    bottom: 0 !important;
    transform: translateY(-50%) !important;
} */
