/* --------------------------- lead genration --------------------------- */
.glob_lr {
    padding: 20px 40px !important;
}

.text-center {
    text-align: center;
}

p {
    font-size: 16px !important;
    line-height: 1.8rem !important;
    text-align: justify;
    text-justify: inter-word;
}

/* ------------------------------------------------ */
.service-p {
    margin-top: 16px;
    color: #555;
}

.lead-banner {
    margin: 0;
    padding: 0;
}

.lead-banner img {
    width: 100%;
    height: auto;
}

.b-hr {
    margin-bottom: 50px !important;
}

.text-inner {
    color: rgb(31, 31, 31);
    font-size: 27.2px;
    font-weight: 600;
    line-height: 1;
}

.text-highlight {
    font-size: 27.2px;
    font-weight: 600;
    color: #a51d1d;
}

/* -------------------------------------------------- */
.pro-inner {
    font-size: 27.2px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}

.pro-highlight {
    font-size: 27.2px;
    font-weight: 600;
    color: #a51d1d;
}

.pro-demo {
    background-image: linear-gradient(to right, #b83232, #ff9800);
    color: white;
    font-weight: 600;
    border-radius: 8px;
    padding: 18px 20px;
    margin: 10px 50px;
    display: flex;
}

.pro-demo .mid-tit{
    color:white;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
}

.pro-demo p {
    font-size: 13px !important;
    font-weight: 500;
    margin: auto;
    line-height: 1.3 !important;
    margin-top: 10px;
}

/* ------------------------------------------------- */
.demo-mb {
    margin-top: 38px !important;
    margin-bottom: 35px;
}

.title-empty {
    margin-bottom: 13px;
    font-size: 24px;
}

.content-empty {
    color: #555;
    margin-bottom: 20px;
}

.inner {
    display: flex;
    width: 100%;
}

.gp-box {
    background-color: #f6f8fb;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
}

.number {
    background-color: #d54c4c;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    min-width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 20px;
}

.ct--line {
    width: 2px;
    height: 243px;
    background-image: linear-gradient(to top, #b83232, #ff9800);
    position: absolute;
    left: 105px;
    top: 100%;
    z-index: -1;
    margin-top: -109px;
}

.line-arrow {
    position: relative;
}

.arrow {
    text-align: center;
    margin-top: 50px;
}

/* --------------------------- lead genration end  section--------------------------- */



/* ----------------------------- social media marketing section------------------------------ */
.social-header {
    color: #212937;
    font-size: 1.7rem;
    word-spacing: 1px;
    font-weight: 600;
    padding-top: 2rem;
    text-align: center;
}

/* ------------------------flip------------------------------- */
.card-box {
    margin-bottom: 35px;
}

.text-center {
    text-align: center;
    line-height: 1.3;
}

.card-header {
    color: #881919 !important;
    font-size: 1.7rem;
    word-spacing: 1px;
    font-weight: 600;
}

.card-header1 {
    color: #212937;
    font-size: 1.7rem;
    word-spacing: 1px;
    font-weight: 600;
}

.card-header2 {
    color: #212937;
    font-size: 1.7rem;
    word-spacing: 1px;
    font-weight: 600;
}


.flip-card {
    background-color: transparent;
    width: 260px;
    height: 125px;
    perspective: 1000px;
    border-radius: 10px;
    margin-left: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(216, 189, 189, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 10px;
}

.flip-card-front {
    background-color: #7e1d1d;
    color: rgb(255, 255, 255);
    text-align: center;
}

.flip-card-back {
    background-color: #e6a61e;
    color: white;
    transform: rotateY(180deg);
}

.flip-card-front p {
    font-size: 18px !important;
    text-align: center;
    line-height: 1;
    padding-top: 8px;
}

/* -----flip------ */
/* --------------------------- social media marketing end section--------------------------- */



/* --------------------------- email marketing section ------------------------------ */
.item--title {
    margin-top: -4px;
    margin-bottom: 8px;
    color: #4b0909;
    font-size: 18px;
}

.marketing-box {
    box-shadow: 1px 1px 3px 1px rgb(209, 209, 209);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* --------------------------- email marketing end section--------------------------- */









/* ------------------------------------------service responsive----------------------------------------- */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .glob_lr {
        padding: 20px 22px !important;
    }

    .text-inner {
        color: rgb(31, 31, 31);
        font-size: 15.2px !important;
        font-weight: 600;
        line-height: 1;
    }

    .text-highlight {
        font-size: 15.2px !important;
        font-weight: 600;
        color: #a51d1d;
    }

    p {
        font-size: 14px !important;
        line-height: 1.4rem !important;
        text-align: justify !important;
        text-justify: inter-word;
    }

    .glob_lr img {
        width: 100% !important;
    }

    .demo-mb {
        margin-top: 0px !important;
        margin-bottom: -12px;
    }

    .pro-inner {
        font-size: 14px;
        font-weight:700;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .pro-highlight {
        font-size: 14px;
        font-weight: 600;
        color: #a51d1d;
    }

    .pro-demo img {
        width: 60px !important;
    }

    .pro-demo {
        background-image: linear-gradient(to right, #b83232, #ff9800);
        color: white;
        font-weight: 600;
        border-radius: 8px;
        padding: 25px 20px;
        padding-right: 20px;
        padding-left: 20px;
        margin: 10px 0px 10px 0px;
        display: flex;
    }

    .b-hr {
        margin-bottom: 10px !important;
    }

    .title-empty {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .arrow {
        display: none;
    }

    .ct--line {
        display: none;
    }

    .content-empty {
        color: #555;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .pro-demo h6 {
        font-size: 16px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    p {
        font-size: 13px !important;
        line-height: 1.4em !important;
        text-align: justify;
        text-justify: inter-word;
    }

    .text-inner {
        color: rgb(31, 31, 31);
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
    }

    .text-highlight {
        font-size: 17px;
        font-weight: 600;
        color: #a51d1d;
    }

    .pro-inner {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .pro-highlight {
        font-size: 17px;
        font-weight: 600;
        color: #a51d1d;
    }

    .pro-demo img {
        width: 40px !important;
    }

    .b-hr {
        margin-bottom: 0px !important;
    }

    .pro-demo {
        width: 30% !important;
        background-image: linear-gradient(to right, #b83232, #ff9800);
        color: white;
        font-weight: 600;
        border-radius: 8px;
        padding: 25px 20px;
        padding-right: 20px;
        padding-left: 20px;
        margin: 10px 10px 10px 10px;
        display: flex;
    }

    .pro-demo h6 {
        font-size: 14px;
        font-weight: 600;
        margin: auto;
    }

    .arrow {
        display: none;
    }

    .ct--line {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    p {
        font-size: 16px !important;
        line-height: 1.8rem !important;
        text-align: justify;
        text-justify: inter-word;
    }

    .text-inner {
        color: rgb(31, 31, 31);
        font-size: 27.2px;
        font-weight: 600;
        line-height: 1;
    }

    .text-highlight {
        font-size: 27.2px;
        font-weight: 600;
        color: #a51d1d;
    }

    .pro-inner {
        font-size: 25px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .pro-highlight {
        font-size: 25px;
        font-weight: 600;
        color: #a51d1d;
    }

    .pro-demo img {
        width: 60px !important;
    }

    .b-hr {
        margin-bottom: 50px !important;
    }

    .pro-demo {
        width: 25% !important;
        background-image: linear-gradient(to right, #b83232, #ff9800);
        color: white;
        font-weight: 600;
        border-radius: 8px;
        padding: 25px 20px;
        margin: 10px 45px;
        display: flex;
    }

    .pro-demo h6 {
        font-size: 18px;
        font-weight: 600;
        margin: auto;
    }

    .arrow {
        display: block;
    }

    .ct--line {
        display: block;
    }
}
/* ------------------------------------------service responsive----------------------------------------- */