a {
    text-decoration: none;
}

#lead-generation-new {
    background-color: #e5f3fe;
}
.easiest-way {
    margin-top: 4rem;
}
.text-reason-center {
    text-align: center !important;
}
.reasonStaff {
    display: flex;
    justify-content: center;
    align-items: center;
}
.numbering {
    padding: 1.3rem;
    border-radius: 50%;
}
.numberText {
    font-weight: 900;
    font-size: 1.15rem;
}
.odd {
    background-color: #e5f3fe;
    color: #3172ce;
}
.even {
    background-color: #fef8db;
    color: #ff7a31;
}
#mainContent,
#s4,
#faqSection,
#activation-section {
    margin: 2.5rem 0;
}
.servicesData {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hr-header {
    border-top: 4px solid #afecd0;
    width: 270px;
    margin: 30px auto;
}
.lg-header {
    font-size: 42px;
    line-height: 47px;
    font-weight: 700;
}
.xms-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}
/* .btn-main {
  background: #ea2e39;
  border-radius: 35px;
  width: 260px;
  color: #fff;
  font-weight: bold;
  border: solid 1px #ea2e39;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 1s ease;
} */
.view_all {
    margin: 1.5rem 0;
}
.exploringUL li {
    line-height: 30px;
}
.view_all a {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 5px;
}
.faqaccordion {
    margin-top: 1rem;
}
.get_in_touch a {
    color: #ea2e39;
    font-size: 1rem;
    font-weight: bold;
}
.get_in_touch a span {
    font-size: 0.8rem;
    font-weight: bold;
}
.get_in_touch a:hover {
    color: #044151;
}
.activation_background {
    background-color: #2e4862;
    padding: 5rem;
    border-radius: 20px;
    text-align: center;

    color: #fff;
}
.activation_background .h2 {
    display: block;
    text-align: center;
    color: #fff;
}

.activation_background .activation_btn a {
    background-color: #ff9a4f;
}
.activation_background .activation_btn a:hover {
    background-color: #ea2e39;
}
@media only screen and (max-width: 600px) {
    .activation_background {
        padding: 3rem;
    }
    #call_center_form {
        background-image: none !important;
        background-color: #d0d7db !important;
    }
}
@media (max-width: 1200px) and (min-width: 600px) {
    #call_center_form {
        /* background-position: 55% 20% !important; */
        background-image: none !important;
        background-color: #d0d7db !important;
    }
}
#callCenterForm label.error {
    color: red;
}
#call_center_form {
    background: linear-gradient(
            rgba(216, 210, 201, 0.5),
            rgba(216, 210, 201, 0.3)
        ),
        url("/frontassets/image/new_landing_page/call-center-page.webp");
    background-repeat: no-repeat;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    /* background-position: 70% 20%; */
}
#call_center_form .quoteForm {
    margin-top: 4rem;
}

#call_center_card {
    background-color: rgba(0, 0, 0, 0.1);
}

.center-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* max-width: 300px; */
    flex-wrap: wrap;
    width: 100%;
}
.center-col {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    margin-top: 1rem;
    transition: transform 0.5s ease-in-out;
}

.center-col .even,
.center-col .odd {
    height: 100% !important;
    padding: 2rem 1rem;
    border-radius: 10px;
}
.center-col .even .reasonStaff,
.center-col .odd .reasonStaff {
    justify-content: center;
}
@media (min-width: 576px) {
    .center-row {
        flex-direction: row;
    }
}
.reasonStaff img {
    /* background-color: #98a0a1; */
    /* border-radius: 50%; */
    width: 70px;
    height: 70px;
    margin: 10px 0 0 10px;
}
.call-center-content p {
    color: #000;
}

.odd h5,
.even h5 {
    color: #ea2e39;
}

.center-col .even,
.center-col .odd {
    position: relative;
    background-color: #fff;
    color: #000;
}

.odd .read_more_btn,
.even .read_more_btn {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.center-col::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    margin-top: 0.3rem;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.center-col:hover {
    transform: translateY(-7px);
}
.center-col:hover::before {
    opacity: 1;
}
.center-col:hover .even,
.center-col:hover .odd {
    cursor: pointer;
    background-color: #bf2433;
}
.center-col:hover .even .h4,
.center-col:hover .odd .h4 {
    color: #fff !important;
}
.center-col:hover .odd .call-center-content p,
.center-col:hover .even .call-center-content p {
    color: #fff !important;
    font-weight: 600;
}
.center-col:hover .odd .read_more_btn .button-2,
.center-col:hover .even .read_more_btn .button-2 {
    background-color: #044151 !important;
}

.center-col:hover .even .reasonStaff img,
.center-col:hover .odd .reasonStaff img {
    background-color: #fff;
    border-radius: 50%;
}
.call-center-centering {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.call-center-centering h2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-family: Inter, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
}
.call-center-centering p {
    text-align: center;
}
#call_center_services,
#outsourced_services {
     background-color: #d4dee8;
}
#global_bpo_services {
    background-color: #36454f;
}
#global_bpo_services .paragraph-119 {
    color: #fff;
}
#call_center_work ul {
    list-style: none;
}
#call_center_work ul li {
    line-height: 35px;
}
#call_center_work .center-row {
    align-items: center;
}
#call_center_work ul li::before {
    content: "\2022";
    color: #ea2e39;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media only screen and (max-width: 1200px) {
    #quoteTopForm {
        width: 100% !important;
    }
}

/* outsource page Code  */

a {
    text-decoration: none !important;
}

.heroSectionp {
    color: #d2b3cf;
    font-size: 1.2rem;
    font-weight: bold;
}

.outsourcing {
    margin-top: 1rem;
}
.outsourcing h2 {
    color: #ea2e39;
}
.idustrySpecify {
    margin: 4rem auto;
}
.outsourceCard,
.industryCard {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    padding: 1rem;
    position: relative;
    transform: scale(1);
    transition: transform 1s ease-in-out;
    height: 100%;
}
.industryCard {
    background-color: #a8b8c4;
    padding: 0.5rem;
}

.outsourceCard:hover {
    transform: scale(1.08);
}
.industryCard:hover {
    background-color: #044151;
}
.industryCard:hover .industryCardText p,
.industryCard:hover .industryCardText h5 {
    color: #fff;
}

.outsourceCard .outsourceCardImg img {
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.industryCard .industryCardImg img {
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.outsourceCardText h5,
.industryCardText h5 {
    color: #ea2e39;
}
.outsourceCardText p,
.industryCardText p {
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.sectionCallToDo {
    position: relative;
    background-image: url("/frontassets/image/new_landing_page/call-center-do.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sectionCallToDo .callBackText {
    margin: 2rem;
    width: 60%;
    background-color: rgba(234, 46, 57, 0.9);
    color: #fff;
    padding: 1rem;
    border-radius: 20px;
    cursor: pointer;
}
.callBackText h2 {
    color: #000;
}
.callBackText ul {
    line-height: 30px;
}

@media (max-width: 1200px) {
    .sectionCallToDo {
        background-position: right;
    }
    .sectionCallToDo .callBackText {
        width: 80%;
    }
}

.industryTop {
    text-align: center;
}
.industryTop h3 {
    padding: 10px;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 9700;
    line-height: 40px;
    color: #ea2e39;
    letter-spacing: 4px;
}

.overlay-section {
    position: relative;
    background: url("/frontassets/image/new_landing_page/bpo_service_provider.webp")
        center/cover no-repeat;
    min-height: 60vh;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bpo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 63, 82, 0.8);
    z-index: 1;
}

.bpo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.bpo-container .bpo-service-text {
    text-align: center;
}
.bpo-container .bpo-service-text h3,
.chatUssection .bpo-service-text h3 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 3px;
}
.bpo-container .bpo-service-text p {
    color: #fff;
}

.bpo-card {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .overlay-section {
        height: 100%;
    }
}
.bpo-card img {
    width: 60px;
    height: 60px;
    padding: 0.5rem;
}

.BpoYearExperience {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bpo-card h2,
.BpoYearExperience h3 {
    color: #000000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
}

.bpo-service-text p {
    line-height: 35px;
}

.bpoServiceCard {
    margin-top: 2rem;
}
.btnYearExp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.btnYearExp .icon-Btn {
    display: flex;
    justify-self: center;
    align-items: center;
    text-align: center;
    background-color: #b1afaf;
    padding: 1rem 1.2rem;
    margin: 1.5rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
}
.btnYearExp .icon-Btn img {
    margin-right: 10px;
}

.btnYearExp .icon-Btn .icon-btn-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.btnYearExp .icon-Btn:hover {
    background-color: #044151;
}
.btnYearExp .icon-Btn:hover .icon-btn-text {
    color: #fff;
}
.BpoYearExperience .contactBpo {
    margin-top: 1rem;
}

#faqSection .text-center {
    color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.chatUssection {
    position: relative;
    background: url("/frontassets/image/new_landing_page/chatWithUs.webp")
        center/cover no-repeat;
    background-attachment: fixed;
    min-height: 50vh;
    /* margin-top: 5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.chatUssection .chatIndex {
    z-index: 2;
}

.chatUssection .bpo-service-text {
    text-align: center;
    color: #fff;
}
