﻿.Heading-23px {
    font-size: 23px !important;
}
.Heading-44px {
    font-size: 44px !important;
}
.Heading-43px {
    font-size: 43px !important;
}
.Heading-41px {
    font-size: 41px !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.font-weight-SemiBold {
    font-weight: 600!important;
}


.py-150px {
    padding-top: 150px;
    padding-bottom: 150px;
}



@media screen and (max-width: 768px) {
        .py-sm-80px {
            padding-top: 80px;
            padding-bottom: 80px;
        }
}



/****** walmart page *********/

.main-bannerheader {
    background: url(../../Content/NewDesign/images/Walmart/walmart-banner-bg-1.jpg) no-repeat center center;
}

.overflow-hidden {
    overflow: hidden !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.font-weight-SemiBold {
    font-weight: 600 !important;
}

.Heading-60px {
    font-size: 60px !important;
}

.mx-n-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.main_banner {
    background-size: cover;
}

.main_banner_inr {
    background: rgb(0, 0, 0,0.6);
    padding-top: 130px;
    padding-bottom: 130px;
}

.section_dataprocess {
    padding-top: 100px;
    padding-bottom: 100px;
}

.data_card_wrap {
    position: relative;
}

.data_card {
    padding: 70px 30px;
    border-radius: 8px;
    z-index: 11;
    position: relative;
}

.data_card_wrap:nth-child(1)::after {
    content: "";
    background: url(../../Content/NewDesign/images/Walmart/arrow-up.png) no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: -109px;
    height: 109px;
    width: 100%;
}

.data_card_wrap:nth-child(2)::after {
    content: "";
    background: url(../../Content/NewDesign/images/Walmart/arrow-down.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: -109px;
    height: 109px;
    width: 100%;
}

.data_card_wrap:nth-child(1) .data_card {
    background: #e0f5f5;
}

.data_card_wrap:nth-child(2) .data_card {
    background: #faedcd;
}

.data_card_wrap:nth-child(3) .data_card {
    background: #dde2fa;
}

.data_card_wrap .data_card:before {
    content: "";
    background: #ffffff;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.17);
    position: absolute;
    right: 80px;
    top: 0px;
    border-radius: 0 0 8px 8px;
    padding: 10px 15px;
    font-size: 42px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
}

.data_card_wrap:nth-child(1) .data_card:before {
    content: "01";
}

.data_card_wrap:nth-child(2) .data_card:before {
    content: "02";
}

.data_card_wrap:nth-child(3) .data_card:before {
    content: "03";
}

.data_card_img {
    max-height: 120px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

    .data_card_img img {
        max-height: inherit;
        vertical-align: bottom;
        object-fit: contain;
    }

        .data_card_img img + img {
            max-width: 150px;
            align-self: flex-end;
            margin-bottom: -20px;
        }

.data_card-body {
}

.data_card_hd {
    font-size: 32px;
    font-weight: 600;
}

.data_card_info {
    font-size: 20px;
    font-weight: 600;
}

#client-testimonial-carousel {
    min-height: 250px;
}

.testimonial_text {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

    .testimonial_text i.fa {
        color: #e02020;
        font-size: 50px;
        position: absolute;
    }

    .testimonial_text i.fa-quote-left {
        left: 0px;
        top: -25px;
    }

    .testimonial_text i.fa-quote-right {
        right: 0px;
        bottom: -25px;
    }

.carousel-indicators {
    margin-bottom: 0px;
}

    .carousel-indicators .active {
        background-color: #e02020;
    }

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 18px;
        height: 18px;
        border-radius: 99px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(0,0,0,1);
    }

.content_text {
    padding-top: 40px;
}

.content_img {
}

.custom_img {
    position: relative;
    height: 100%;
}

    .custom_img img {
        position: absolute;
        top: 0;
        height: calc(100% + 30px);
        left: -40px;
    }

.Section-benefit {
    background: url(../../Content/NewDesign/images/Walmart/benefit-bg.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
}

    .Section-benefit:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
    }

.info_card {
    padding: 10px 25px 0;
}

.info_card_wrap + .info_card_wrap {
    border-left: 1px solid #ff8484;
}

.info_card-img {
    margin-bottom: 10px;
    min-height: 124px;
}

.info_card-title {
    font-size: 90px;
    font-weight: normal;
}

    .info_card-title span {
        font-size: 24px;
    }

.info_card-text {
    font-size: 26px;
    margin: 0px;
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
    .main_banner_inr {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 886px) and (max-width: 1010px) {
    .data_card_img img + img {
        max-width: 106px;
    }
}

@media screen and (min-width: 769px) and (max-width: 885px) {
    .data_card_img {
        display: block;
    }

        .data_card_img img + img {
            padding-top: 10px;
        }

    .data_card_pcfit-body {
        padding-top: 45px;
    }
}

@media screen and (min-width: 755px) and (max-width: 1220px) {
    .carousel-indicators {
        bottom: auto;
    }
}

@media screen and (min-width: 1111px) and (max-width: 1250px) {
    .custom_img img {
        height: calc(70% + 30px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1110px) {
    .custom_img img {
        height: auto;
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
    .data_card_wrap:nth-child(2)::after,
    .data_card_wrap:nth-child(1)::after {
        width: 135%;
    }
}

@media screen and (min-width: 860px) and (max-width: 985px) {
    .data_card_wrap:nth-child(1)::after {
        bottom: -85px;
        width: 135%;
    }
}

@media screen and (max-width: 768px) {
    .Heading-60px,
    .Heading-44px {
        font-size: 38px !important;
    }

    .main_banner_inr {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .section_dataprocess {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .data_card_wrap {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .data_card_wrap:nth-child(2)::after,
    .data_card_wrap:nth-child(1)::after {
        display: none;
    }
        
    .content_text {
        padding-top: 0px;
    }

    .custom_img img {
        position: relative;
        top: 0;
        /*height: 100%;*/
        height: auto;
        left: 0px;
        /*max-width: calc(100% + 70px);*/
        max-width: 100%;
    }

    .info_card {
        padding: 30px 25px;
    }

    .info_card_wrap + .info_card_wrap {
        border-left: 0px solid #ff8484;
        border-top: 1px solid #ff8484;
    }

    #client-testimonial-carousel {
        padding-bottom: 50px;
    }

    .testimonial_text {
        padding-left: 30px;
        padding-right: 30px;
    }

        .testimonial_text i.fa-quote-left {
            left: -25px;
        }

        .testimonial_text i.fa-quote-right {
            right: -25px;
        }

    .Section-benefit .Heading-38px {
        font-size: 30px !important;
    }
}

/**************/