/* formated pages styling starts */

/* call answering page */

/* page banner */

.container3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}

.page-template-default-template2 .page_bnr {
    padding: 320px 0 160px;
    background-position: center;
    z-index: 1;
}

.page-template-default-template2 .page_bnr::before {
    display: none;
}

.page-template-default-template2 .page_bnr.bnroverlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000 10%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.page-template-default-template2 .inrpg-breadcrumbs {
    color: #fff;
}

/* common styling */

.page-template-default-template2 .page_default {
    padding: 70px 0;
}

.page-template-default-template2 .page_content h2 {
    font-size: 55px;
    text-transform: initial;
    color: #000 !important;
}

.page-template-default-template2 .genpg-rite p {
    font-size: 20px;
    line-height: 1.9;
    margin: 0 0 25px;
    text-align: left;
    color: #000;
}

.page-template-default-template2 .genpg-rite li {
    font-size: 20px;
    text-align: left;
}

.page-template-default-template2 .call-sub-hdg {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: -0.52px;
    position: relative;
    color: #656565 !important;
}

.genpg-rite .service-text-heading {
    font-size: 55px;
    color: #000 !important;
    margin: 0 0 10px;
}

/* call service section */

.general-service-section {
    padding: 100px 0;
}

.general-service-section.top {
    padding-top: 0 !important;
}

.general-service-section.btm {
    padding-bottom: 0 !important;
}

.service-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-image {
    width: 47.6%;
}

.service-image img,
.service-content-img img {
    width: 100%;
    display: block;
}

.service-content {
    width: 47.5%;
}

/* communication section */

.communication-sec {
    text-align: center;
    background-image: linear-gradient(to top, rgb(89 21 208 / 30%) 0%, rgba(89, 21, 208, 0) 40%);
}

.communication-sec p {
    text-align: center;
}

.commun-top-blk {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.genpg-rite .commun-top-blk p {
    text-align: center;
}

.commun-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
    margin: 0 0 70px;
}

.commun-itm {
    width: 27.5%;
    padding: 150px 55px 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgb(204 188 251 / 13%) 0%, rgb(204 188 251 / 33%) 100%);
    clip-path: polygon(50% 1%, 100% 25%, 100% 74%, 50% 100%, 0 74%, 0 25%);
}

.commun-itm::before {
    content: '';
    position: absolute;
    background-image: url(../images/bee-net-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 73px;
    height: 73px;
}

.commun-itm:hover {
    background-image: linear-gradient(to top, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
}

.commun-itm:hover * {
    color: #fff !important;
}

.commun-itm a:hover {
    color: #fcb740 !important;
}

.commun-itm:hover::before {
    background-image: url(../images/bee-net-hover-icon.webp);
}

.page-template-default-template2 .commun-itm p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
    text-align: center;
    color: #656565;
    margin: 0 !important;
}

.page_content .genpg-rite .virtual-answer-blk {
    column-count: 2;
    column-gap: 75px;
    margin: 0;
}

.page_default .genpg-rite .virtual-answer-item {
    padding-left: 45px;
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.9;
    text-align: left;
    position: relative;
}

.page-template-default-template2 .page_default .genpg-rite .virtual-answer-item::before {
    content: '';
    position: absolute;
    background-image: url(../images/bee-net-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 37px;
    height: 37px;
}

/* featured blog section */

.featured-blog-sec {
    padding: 50px 0;
    background-image: linear-gradient(to right, rgb(89, 21, 208) 0%, rgb(125, 108, 222) 100%);
}

.feat-blog-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(89 21 208 / 3%);
    border-radius: 20px;
    gap: 30px;
}

.feat-blog-cont {
    width: 62%;
}

.feat-blog-cont h6 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
}

.feat-blog-cont .feat-blog-hdg {
    font-size: 40px;
    color: #fcb740 !important;
    margin: 0 0 5px;
}

.page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.65;
    text-align: left;
    margin: 0;
    color: #fff;
    margin: 0 !important;
}

.feat-blog-btn a {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.36px;
    font-size: 18px;
    display: inline-block;
    color: #fff !important;
    padding: 20px 72px 20px 36px;
    background: #ffcf03;
    margin: 0;
    position: relative;
}

.feat-blog-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -258px -43px;
    width: 26px;
    height: 29px;
    top: 0;
    right: 15px;
    margin: auto;
    bottom: 0;
}

.feat-blog-btn a:hover {
    background: #fff;
    color: #5915d0 !important;
}

.feat-blog-btn a:hover:before {
    background-position: -258px -9px;
}

/* features section */

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

.feature-sec p {
    text-align: center;
}

.feature-blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    counter-reset: feature-counter;
    gap: 55px;
    margin: 40px 0;
}

.feature-item {
    padding: 70px 35px 60px;
    margin: 35px 0 0;
    position: relative;
    width: 30.7%;
    background-image: linear-gradient(to top, rgb(204 188 251 / 18%) 0%, rgb(204 188 251 / 33%) 100%);
}

.feature-item p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
    text-align: center;
    color: #656565;
}

.feature-item:hover {
    background-image: linear-gradient(to top, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
}

.feature-item:hover * {
    color: #fff !important;
}

.feature-item a:hover {
    color: #fcb740 !important;
}

.feature-item:hover::before {
    background-color: #fcb740;
}

.feature-item::before {
    content: '';
    position: absolute;
    background: url(../images/feature-call-answer-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #5915d0d4;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 71px;
    height: 82px;
    clip-path: polygon(50% 1%, 100% 25%, 100% 74%, 50% 100%, 0 74%, 0 25%);
}

.feature-item.bilingual::before {
    background-image: url(../images/feature-bilingual-icon.webp);
}

.feature-item.hours::before {
    background-image: url(../images/feature-after-hours-icon.webp);
}

.feature-item.virtual::before {
    background-image: url(../images/feature-virtual-recep-icon.webp);
}

.feature-item.crm::before {
    background-image: url(../images/feature-crm-intergration-icon.webp);
}

.feature-item.appoint::before {
    background-image: url(../images/feature-appointment-icon.webp);
}

.feature-item.screening::before {
    background-image: url(../images/feature-screening-icon.webp);
}

.feature-item.message::before {
    background-image: url(../images/feature-message-icon.webp);
}

.feature-item.payment::before {
    background-image: url(../images/feature-payment-icon.webp);
}

.feature-item.lead::before {
    background-image: url(../images/feature-lead-icon.webp);
}

.feature-item.overflow::before {
    background-image: url(../images/feature-overflow-icon.webp);
}

.genpg-rite .feature-item p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
    text-align: center;
    color: #656565;
}

.genpg-rite .feature-item p:last-child {
    margin: 0 !important;
}

/* basics virtual  section */

.basics-virtual-sec {
    padding: 0 0 50px;
}

.basics-virtual-sec .service-image {
    width: 37.9%;
}

.basics-virtual-sec .service-content {
    width: 54.5%;
}

/* business beneftis section */

.businees-benefits-sec {
    text-align: center;
}

.page_default .genpg-rite .businees-benefits-sec .virtual-answer-item {
    margin: 0 0 25px;
}

.businees-benefits-sec .commun-top-blk {
    width: 77%;
    padding: 50px 0 0;
}

/* technical side section */

.technical-side-sec h2 {
    text-align: center;
}

.technical-side-sec h3 {
    font-size: 50px;
}

.technical-side-sec .service-blk {
    align-items: flex-start;
}

.service-content-img {
    clip-path: polygon(100% 0, 100% 85%, 71% 100%, 0 85%, 0 0);
}

/* tailored section */

.tailored-sec {
    text-align: center;
    padding: 70px 0;
    background-image: linear-gradient(to right, rgb(89, 21, 208) 0%, rgb(125, 108, 222) 100%);
}

.genpg-rite .tailored-sec p {
    text-align: center;
}

.page-template-default-template2 .page_content .tailored-sec * {
    color: #fff !important;
}

.tailored-sec .tailored-sub-hdg {
    font-size: 28px;
    font-weight: 500;
}

.tailored-top-blk h6 {
    margin: 0;
}

.legal-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    counter-reset: legal-counter;
    position: relative;
    z-index: 1;
    margin: 40px 0;
}

.legal-list::before {
    content: "";
    position: absolute;
    background-image: url(../images/tailored-shape-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}

.legal-itm {
    padding: 60px 20px;
    position: relative;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    counter-increment: legal-counter;
}

.legal-itm::before {
    content: counter(legal-counter);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #fcb740;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Mona Sans';
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 71px;
    height: 82px;
    clip-path: polygon(50% 1%, 100% 25%, 100% 74%, 50% 100%, 0 74%, 0 25%);
}

.legal-itm:nth-child(even)::before {
    top: unset;
    bottom: -30px;
}

.legal-itm h6 {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.56px;
    margin: 0;
    min-height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* business needs section */

.service-image-blk {
    width: 74%;
    margin: 0 auto;
}

.business-need-sec .service-blk {
    margin: 0 0 40px;
}

.genpg-rite .business-need-sec .virtual-answer-item p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
    color: #656565;
    margin: 0;
}

.business-need-sec .call-sub-hdg {
    margin-right: -20px;
}

/* trial today section */

.page_default .genpg-rite .trial-today-sec .virtual-answer-item {
    margin: 0 0 15px;
}

.trial-today-sec .service-content-img {
    clip-path: polygon(100% 0, 100% 90%, 71% 100%, 0 90%, 0 0);
}


/* industries section */

.industry-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 7.1%;
    margin: 40px 0;
}

.industry-item {
    padding: 85px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.page-template-default-template2 .industry-item .call-sub-hdg {
    margin: 0;
}

.industry-item::before {
    content: '';
    position: absolute;
    background-image: url(../images/bee-net-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 73px;
    height: 73px;
}

.industry-item:hover::before {
    background-image: url(../images/bee-net-hover-icon.webp);
}

.page-template-default-template2 .industry-item .call-sub-hdg a {
    color: #656565;
}

.page-template-default-template2 .industry-item .call-sub-hdg a:hover {
    color: #fcb740;
}

.industries-sec .commun-top-blk {
    width: 73%;
}

.industries-sec p:last-child {
    margin-bottom: 0 !important;
}

/* max business section */

.max-business-sec h6 {
    margin: 0 0 10px;
}

.genpg-rite .max-business-sec h6 a {
    color: #656565;
}

/* benefits section */

.befefits-sec .commun-blk {
    gap: 40px;
    margin: 0;
}

.befefits-sec .service-text-heading {
    text-align: center;
    margin: 0 0 20px;
}

.befefits-sec .commun-itm {
    width: 23%;
    padding: 140px 20px 90px;
}

/* formated accordion section */

.in-accordion-sec .accordion-section-content p {
    margin: 0 0 20px;
    text-align: left !important;
}

.page_content .genpg-rite .in-accordion-sec ol,
.page_content .genpg-rite .in-accordion-sec ul {
    margin: 0 0 25px;
}

.in-accordion-sec .accordion-heading {
    font-size: 28px;
}

/* virtual receptionist page */

.live-reception-sec .service-blk {
    align-items: flex-start;
}

.basic-reception-sec {
    text-align: center;
}

.page-template-default-template2 .virtual-answer-item.sm-para p {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
    text-align: left;
    color: #656565;
    margin: 0 0 20px !important;
}

.basic-reception-sec .feat-blog-btn {
    text-align: center;
}

.basic-reception-sec .feat-blog-btn a,
.improve-business-sec .feat-blog-btn a {
    background-image: -webkit-linear-gradient(90deg, rgb(125, 108, 222) 0%, rgb(89, 21, 208) 100%);
    border: transparent;
}

.basic-reception-sec .feat-blog-btn a:hover,
.improve-business-sec .feat-blog-btn a:hover {
    background: #ffcf03;
    color: #fff !important;
}

.page_content .genpg-rite .basic-reception-sec .virtual-answer-blk {
    margin: 35px 0 0;
}

/* core services */

.core-services-sec .feature-item.answer,
.core-services-sec .feature-item.bilingual {
    width: 48%;
}

.page-template-default-template2 .core-services-sec .call-sub-hdg {
    text-align: center;
}

.page-template-default-template2 .genpg-rite .core-services-sec .feature-item p,
.page-template-default-template2 .genpg-rite .core-services-sec .feature-item li {
    font-size: 18px;
    line-height: 1.67;
    margin: 0;
    text-align: center;
    color: #656565;
    margin: 0 0 20px !important;
}

.page-template-default-template2 .genpg-rite .core-services-sec .feature-item p:last-child {
    margin: 0 !important;
}

.page-template-default-template2 .genpg-rite .core-services-sec .feature-item.answer p,
.page-template-default-template2 .genpg-rite .core-services-sec .feature-item.bilingual p,
.page-template-default-template2 .genpg-rite .core-services-sec .feature-item.answer li,
.page-template-default-template2 .genpg-rite .core-services-sec .feature-item.bilingual li {
    text-align: left;
}

.page-template-default-template2 .genpg-rite .core-services-sec ul {
    margin: 0;
}

.page_default .genpg-rite .feature-item ul li::before {
    width: 10px;
    height: 11px;
    background: #5915d0;
}

.page_default .genpg-rite .feature-item:hover ul li::before {
    background: #fff;
}

.core-services-blk {
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
}

.core-services-sec .feature-blk {
    margin-bottom: 0 !important;
}

/* -------------------------------- */

.streamline-business-sec {
    background-image: linear-gradient(to top, rgb(89 21 208 / 36%) 0%, rgb(89 21 208 / 0%) 60%);
}

.streamline-business-sec .commun-top-blk {
    width: 71%;
}

.streamline-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    counter-reset: legal-counter;
    position: relative;
    z-index: 1;
    margin: 70px auto 0;
}

.streamline-list::before {
    content: "";
    position: absolute;
    background-image: url(../images/steamline-list-shape-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}

.streamline-itm {
    padding: 75px 20px;
    position: relative;
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    counter-increment: legal-counter;
}

.streamline-itm:hover::before {
    background: #fcb740;
}

.streamline-itm::before {
    content: counter(legal-counter);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-image: linear-gradient(to top, rgb(89, 21, 208) 0%, rgb(125, 108, 222) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Mona Sans';
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    width: 53px;
    height: 61px;
    clip-path: polygon(50% 1%, 100% 25%, 100% 74%, 50% 100%, 0 74%, 0 25%);
}

.streamline-itm:nth-child(even)::before {
    top: unset;
    bottom: -30px;
}

.streamline-itm h6 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-bottom: 0 !important;
}

/* -------------------------------- */

.industries-sec.reception-industries-sec .commun-top-blk {
    width: 96%;
}

.industries-sec.reception-industries-sec .commun-top-blk.sec {
    width: 83%;
}

.industries-sec.reception-industries-sec .industry-list {
    gap: 40px 6%;
}

/* -------------------------------- */

.improve-business-sec .service-content {
    width: 54%;
}

.improve-business-sec .service-image {
    width: 38%;
}

/* formated pages styling ends*/

/* formatted pages responsive starts */

@media screen and (max-width:1680px) {
    .container3 {
        max-width: 1320px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 290px 0 140px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 49px;
        margin: 0 0 8px;
    }

    .page-template-default-template2 .inrpg-breadcrumbs {
        font-size: 17px;
    }

    /* -------------------------------- */

    .page-template-default-template2 .page_default {
        padding: 60px 0;
    }

    .page-template-default-template2 .page_content h2 {
        font-size: 49px;
    }

    .page-template-default-template2 .genpg-rite p {
        font-size: 17px;
        margin: 0 0 22px;
    }

    .page-template-default-template2 .genpg-rite li {
        font-size: 17px;
    }

    /* -------------------------------- */

    .general-service-section {
        padding: 85px 0;
    }

    .commun-itm::before {
        transform: scale(0.85);
        transform-origin: top center;
    }

    .commun-itm {
        padding: 130px 45px 80px;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 23px;
        margin: 0 0 9px;
        letter-spacing: -0.42px;
    }

    .page-template-default-template2 .commun-itm p {
        font-size: 17px;
    }

    .page_default .genpg-rite .virtual-answer-item {
        font-size: 18px;
        padding-left: 42px;
        margin: 0 0 27px;
    }

    .commun-blk {
        gap: 55px;
        margin: 0 0 55px;
    }

    .page-template-default-template2 .page_default .genpg-rite .virtual-answer-item::before {
        transform: scale(0.9);
        transform-origin: left top;
    }

    /* -------------------------------- */

    .featured-blog-sec {
        padding: 45px 0;
    }

    .page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
        font-size: 21px;
    }

    .feat-blog-cont .feat-blog-hdg {
        font-size: 36px;
    }

    .feat-blog-btn a {
        font-size: 17px;
        letter-spacing: -0.26px;
        padding: 18px 68px 18px 32px;
    }

    /* -------------------------------- */

    .feature-blk {
        gap: 51px;
        margin: 36px 0;
    }

    .feature-item::before {
        top: -34px;
        transform: scale(0.85);
        transform-origin: top center;
    }

    .feature-item {
        padding: 55px 30px 50px;
        margin: 35px 0 0;
    }

    .genpg-rite .feature-item p {
        font-size: 17px;
    }

    .page_default .genpg-rite .businees-benefits-sec .virtual-answer-item {
        margin: 0 0 22px;
    }

    .businees-benefits-sec .commun-top-blk {
        padding: 45px 0 0;
    }

    .technical-side-sec h3 {
        font-size: 48px;
    }

    /* -------------------------------- */

    .tailored-sec {
        padding: 60px 0;
    }

    .tailored-sec .tailored-sub-hdg {
        font-size: 24px;
    }

    .legal-itm::before {
        transform: scale(0.85);
    }

    .legal-itm h6 {
        font-size: 25px;
        letter-spacing: -0.46px;
        min-height: 102px;
    }

    .legal-itm {
        padding: 54px 20px;
    }

    /* -------------------------------- */

    .business-need-sec .service-blk {
        margin: 0 0 36px;
    }

    .business-need-sec .call-sub-hdg {
        margin-right: -25px;
    }

    .genpg-rite .business-need-sec .virtual-answer-item p {
        font-size: 16px;
    }

    .page_content .genpg-rite .virtual-answer-blk {
        column-gap: 65px;
    }

    /* -------------------------------- */

    .industry-list {
        margin: 36px 0;
    }

    .industry-item::before {
        transform: scale(0.85);
        transform-origin: top center;
    }

    .industry-item {
        padding: 74px 0 0;
    }

    .genpg-rite .service-text-heading {
        font-size: 50px;
    }

    /* -------------------------------- */

    .befefits-sec .commun-blk {
        gap: 34px;
    }

    .befefits-sec .commun-itm {
        padding: 130px 16px 80px;
    }

    .in-accordion-sec .accordion-heading {
        font-size: 24px;
    }

    .in-accordion-sec .accordion-section-content p {
        margin: 0 0 17px;
    }

    .page_content .genpg-rite .in-accordion-sec ol,
    .page_content .genpg-rite .in-accordion-sec ul {
        margin: 0 0 22px;
    }

    /* -------------------------------- */

    .page-template-default-template2 .virtual-answer-item.sm-para p {
        font-size: 16px;
        margin: 0 0 18px !important;
    }

    .page-template-default-template2 .genpg-rite .core-services-sec .feature-item p,
    .page-template-default-template2 .genpg-rite .core-services-sec .feature-item li {
        font-size: 16px;
        margin: 0 0 18px !important;
    }

    .streamline-list {
        margin: 60px auto 0;
    }

    .streamline-itm {
        padding: 65px 20px;
    }

    .streamline-itm::before {
        transform: scale(0.85);
    }

    .streamline-itm h6 {
        font-size: 28px;
        letter-spacing: -0.5px;
    }



}

@media screen and (max-width:1550px) {
    .container3 {
        max-width: 1220px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 47px;
        margin: 0 0 8px;
    }

    /* -------------------------------- */

    .page-template-default-template2 .page_content h2 {
        font-size: 45px;
    }

    .page-template-default-template2 .genpg-rite p {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .page-template-default-template2 .genpg-rite li {
        font-size: 16px;
    }

    /* -------------------------------- */

    .general-service-section {
        padding: 70px 0;
    }

    .commun-blk {
        gap: 50px;
        margin: 0 0 50px;
    }

    .commun-itm::before {
        transform: scale(0.8);
        top: 40px;
    }

    .commun-itm {
        padding: 120px 40px 70px;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 21px;
        margin: 0 0 8px;
        letter-spacing: -0.32px;
    }

    .page-template-default-template2 .commun-itm p {
        font-size: 16px;
    }

    .page_default .genpg-rite .virtual-answer-item {
        font-size: 17px;
        padding-left: 39px;
        margin: 0 0 25px;
    }

    .page-template-default-template2 .page_default .genpg-rite .virtual-answer-item::before {
        transform: scale(0.85);
    }

    /* -------------------------------- */

    .featured-blog-sec {
        padding: 40px 0;
    }

    .feat-blog-cont h6 {
        font-size: 21px;
        margin: 0 0 8px;
    }

    .feat-blog-cont .feat-blog-hdg {
        font-size: 33px;
    }

    .page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
        font-size: 18px;
    }

    .feat-blog-btn a {
        font-size: 16px;
        letter-spacing: -0.26px;
        padding: 17px 60px 18px 30px;
    }

    /* -------------------------------- */

    .feature-blk {
        gap: 47px;
        margin: 33px 0;
    }

    .feature-item::before {
        top: -32px;
        transform: scale(0.8);
    }

    .feature-item {
        padding: 50px 25px 45px;
        margin: 32px 0 0;
    }

    .genpg-rite .feature-item p {
        font-size: 16px;
    }

    .page_default .genpg-rite .businees-benefits-sec .virtual-answer-item {
        margin: 0 0 20px;
    }

    .technical-side-sec h3 {
        font-size: 44px;
    }

    /* -------------------------------- */

    .tailored-sec .tailored-sub-hdg {
        font-size: 22px;
    }

    .legal-itm::before {
        transform: scale(0.8);
    }

    .legal-itm {
        padding: 47px 20px;
    }

    .legal-itm h6 {
        font-size: 23px;
        letter-spacing: -0.46px;
        min-height: 102px;
    }

    .genpg-rite .business-need-sec .virtual-answer-item p {
        font-size: 15px;
    }

    .business-need-sec .call-sub-hdg {
        font-size: 21px;
        margin-right: -25px;
    }

    .page_content .genpg-rite .virtual-answer-blk {
        column-gap: 60px;
    }

    /* -------------------------------- */

    .industry-list {
        margin: 33px 0;
        gap: 35px 6.9%;
    }

    .industry-item::before {
        transform: scale(0.8);
    }

    .industry-item {
        padding: 70px 0 0;
        min-width: 70px;
    }

    .genpg-rite .service-text-heading {
        font-size: 47px;
    }

    /* -------------------------------- */

    .befefits-sec .commun-blk {
        gap: 30px;
    }

    .befefits-sec .commun-itm {
        padding: 120px 15px 75px;
    }

    .in-accordion-sec .accordion-heading {
        font-size: 22px;
    }

    .page-template-default-template2 .virtual-answer-item.sm-para p {
        font-size: 15px;
        margin: 0 0 18px !important;
    }

    .page-template-default-template2 .genpg-rite .core-services-sec .feature-item p,
    .page-template-default-template2 .genpg-rite .core-services-sec .feature-item li {
        font-size: 15px;
        margin: 0 0 18px !important;
    }

    .streamline-list {
        margin: 55px auto 0;
    }

    .streamline-itm {
        padding: 60px 20px;
    }

    .streamline-itm::before {
        transform: scale(0.8);
    }

    .streamline-itm h6 {
        font-size: 26px;
        letter-spacing: -0.5px;
    }

    .industries-sec.reception-industries-sec .industry-list {
        gap: 35px 5.7%;
    }


}

@media screen and (max-width:1440px) {
    .container3 {
        max-width: 1120px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 270px 0 120px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 44px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .inrpg-breadcrumbs {
        font-size: 15px;
    }

    /* -------------------------------- */

    .page-template-default-template2 .page_default {
        padding: 55px 0;
    }

    .page-template-default-template2 .page_content h2 {
        font-size: 41px;
    }

    .page-template-default-template2 .genpg-rite p {
        font-size: 15px;
        margin: 0 0 18px;
    }

    .page-template-default-template2 .genpg-rite li {
        font-size: 15px;
    }

    /* -------------------------------- */

    .general-service-section {
        padding: 65px 0;
    }

    .commun-blk {
        gap: 45px;
        margin: 0 0 45px;
    }

    .commun-itm {
        padding: 110px 30px 65px;
    }

    .commun-itm::before {
        transform: scale(0.75);
        top: 40px;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 19px;
        margin: 0 0 7px;
        letter-spacing: -0.32px;
    }

    .page-template-default-template2 .commun-itm p {
        font-size: 15px;
    }

    .page_default .genpg-rite .virtual-answer-item {
        font-size: 16px;
        padding-left: 34px;
        margin: 0 0 23px;
    }

    .page-template-default-template2 .page_default .genpg-rite .virtual-answer-item::before {
        transform: scale(0.8);
    }

    /* ---------------------------------*/

    .feat-blog-cont h6 {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .feat-blog-cont .feat-blog-hdg {
        font-size: 30px;
    }

    .page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
        font-size: 19px;
    }

    /* -------------------------------- */

    .feature-blk {
        gap: 43px;
        margin: 30px 0;
    }

    .feature-item {
        padding: 47px 22px 45px;
        margin: 32px 0 0;
    }

    .feature-item::before {
        top: -30px;
        transform: scale(0.75);
    }

    .genpg-rite .feature-item p {
        font-size: 15px;
    }

    .page_default .genpg-rite .businees-benefits-sec .virtual-answer-item {
        margin: 0 0 18px;
    }

    .businees-benefits-sec .commun-top-blk {
        padding: 40px 0 0;
    }

    .technical-side-sec h3 {
        font-size: 40px;
    }

    /* -------------------------------- */

    .tailored-sec {
        padding: 55px 0;
    }

    .tailored-sec .tailored-sub-hdg {
        font-size: 20px;
    }

    .legal-list {
        margin: 30px 0;
    }

    .legal-itm::before {
        transform: scale(0.7);
    }

    .legal-itm {
        padding: 48px 20px;
    }

    .legal-itm h6 {
        font-size: 21px;
        letter-spacing: -0.36px;
        min-height: 88px;
    }

    /* -------------------------------- */

    .business-need-sec .service-blk {
        margin: 0 0 33px;
    }

    .genpg-rite .business-need-sec .virtual-answer-item p {
        font-size: 14px;
    }

    .business-need-sec .call-sub-hdg {
        font-size: 19px;
        margin-right: -25px;
    }

    .page_content .genpg-rite .virtual-answer-blk {
        column-gap: 40px;
    }

    .industry-item::before {
        transform: scale(0.75);
    }

    .industry-item {
        padding: 67px 0 0;
    }

    .industry-list {
        margin: 30px 0;
    }

    .genpg-rite .service-text-heading {
        font-size: 43px;
    }

    /* -------------------------------- */

    .befefits-sec .commun-blk {
        gap: 28px;
    }

    .befefits-sec .commun-itm {
        padding: 110px 15px 75px;
    }

    .in-accordion-sec .accordion-heading {
        font-size: 20px;
    }

    .in-accordion-sec .accordion-heading {
        font-size: 18px;
    }

    .in-accordion-sec .accordion-section-content p {
        margin: 0 0 15px;
    }

    .page_content .genpg-rite .in-accordion-sec ol,
    .page_content .genpg-rite .in-accordion-sec ul {
        margin: 0 0 20px;
    }

    .page-template-default-template2 .virtual-answer-item.sm-para p {
        font-size: 14px;
    }

    .page_content .genpg-rite .basic-reception-sec .virtual-answer-blk {
        margin: 25px 0 0px;
    }

    .page-template-default-template2 .genpg-rite .core-services-sec .feature-item p,
    .page-template-default-template2 .genpg-rite .core-services-sec .feature-item li {
        font-size: 14px;
        margin: 0 0 16px !important;
    }

    .core-services-blk {
        margin: 0 0 50px;
    }

    .streamline-list {
        margin: 55px auto 0;
    }

    .streamline-itm::before {
        transform: scale(0.75);
    }

    .streamline-itm h6 {
        font-size: 24px;
        letter-spacing: -0.4px;
    }

    .streamline-itm {
        padding: 55px 15px;
    }


}

@media screen and (max-width:1366px) {
    .container3 {
        max-width: 1070px;
    }

    .page-template-default-template2 .page_content h2 {
        font-size: 39px;
    }

    .page-template-default-template2 .genpg-rite p {
        font-size: 14px;
        margin: 0 0 18px;
    }

    .page-template-default-template2 .genpg-rite li {
        font-size: 14px;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 18px;
        margin: 0 0 7px;
        letter-spacing: -0.32px;
    }

    .page_default .genpg-rite .virtual-answer-item {
        font-size: 15px;
        padding-left: 34px;
        margin: 0 0 23px;
    }

    .featured-blog-sec {
        padding: 35px 0;
    }

    .feat-blog-cont .feat-blog-hdg {
        font-size: 28px;
    }

    .page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
        font-size: 17px;
    }

    .feature-blk {
        gap: 40px;
        margin: 27px 0;
    }

    /* -------------------------------- */

    .genpg-rite .service-text-heading {
        font-size: 41px;
    }

    /* -------------------------------- */

    .befefits-sec .commun-blk {
        gap: 27px;
    }

    .befefits-sec .commun-itm {
        padding: 110px 15px 65px;
    }

    .streamline-itm {
        padding: 52px 15px;
    }

}

@media screen and (max-width:1280px) {
    .container3 {
        max-width: 960px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 250px 0 110px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 40px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .inrpg-breadcrumbs {
        font-size: 14px;
    }

    /* -------------------------------- */

    .page-template-default-template2 .page_default {
        padding: 50px 0;
    }

    .page-template-default-template2 .page_content h2 {
        font-size: 35px;
    }

    .page-template-default-template2 .genpg-rite p {
        font-size: 14px;
        margin: 0 0 16px;
    }

    /* -------------------------------- */

    .general-service-section {
        padding: 55px 0;
    }

    .commun-blk {
        gap: 40px;
        margin: 0 0 40px;
    }

    .commun-itm {
        padding: 95px 20px 60px;
        width: 28.5%;
    }

    .commun-itm::before {
        transform: scale(0.65);
        top: 34px;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 19px;
        margin: 0 0 7px;
        letter-spacing: -0.22px;
    }

    .page-template-default-template2 .commun-itm p {
        font-size: 14px;
    }

    .page_default .genpg-rite .virtual-answer-item {
        font-size: 14px;
        padding-left: 30px;
        margin: 0 0 20px;
    }

    .page-template-default-template2 .page_default .genpg-rite .virtual-answer-item::before {
        transform: scale(0.65);
    }

    /* -------------------------------- */

    .feat-blog-cont .feat-blog-hdg {
        font-size: 25px;
    }

    .feat-blog-cont h6 {
        font-size: 18px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
        font-size: 15px;
    }

    .feat-blog-btn a {
        font-size: 14px;
        letter-spacing: 0;
        padding: 15px 50px 15px 24px;
    }

    .feat-blog-btn a::before {
        right: 10px;
        transform: scale(0.85);
        transform-origin: right center;
    }

    /* -------------------------------- */

    .feature-blk {
        gap: 36px;
        margin: 24px 0;
    }

    .feature-item::before {
        top: -28px;
        transform: scale(0.7);
    }

    .feature-item {
        padding: 44px 18px 40px;
        margin: 28px 0 0;
    }

    .genpg-rite .feature-item p {
        font-size: 14px;
    }

    .page_default .genpg-rite .businees-benefits-sec .virtual-answer-item {
        margin: 0 0 16px;
    }

    .businees-benefits-sec .commun-top-blk {
        padding: 30px 0 0;
    }

    .technical-side-sec h3 {
        font-size: 35px;
    }

    /* -------------------------------- */

    .tailored-sec {
        padding: 45px 0;
    }

    .tailored-sec .tailored-sub-hdg {
        font-size: 17px;
    }

    .legal-list {
        margin: 25px 0;
    }

    .legal-itm::before {
        transform: scale(0.55);
    }

    .legal-itm {
        padding: 40px 20px;
    }

    .legal-itm h6 {
        font-size: 18px;
        letter-spacing: -0.26px;
        min-height: 78px;
    }

    /* -------------------------------- */

    .business-need-sec .service-blk {
        margin: 0 0 30px;
    }

    .page_content .genpg-rite .virtual-answer-blk {
        column-gap: 35px;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 17px;
    }

    .business-need-sec .call-sub-hdg {
        font-size: 17px;
        margin-right: -25px;
    }

    .industry-list {
        margin: 25px 0;
        gap: 30px 6.2%;
    }

    .industry-item::before {
        transform: scale(0.65);
    }

    .industry-item {
        padding: 58px 0 0;
        min-width: 65px;
        justify-content: center;
    }

    /* -------------------------------- */

    .genpg-rite .service-text-heading {
        font-size: 35px;
    }

    /* -------------------------------- */

    .befefits-sec .commun-blk {
        gap: 22px;
    }

    .befefits-sec .commun-itm {
        padding: 95px 10px 60px;
    }

    .page-template-default-template2 .befefits-sec .commun-itm p {
        font-size: 13px;
    }

    .page_content .genpg-rite .basic-reception-sec .virtual-answer-blk {
        margin: 20px 0 10px;
    }

    .page_default .genpg-rite .feature-item ul li::before {
        width: 8px;
        height: 9px;
    }

    .core-services-blk {
        margin: 0 0 40px;
    }

    .streamline-list {
        margin: 50px auto 0;
    }

    .streamline-itm {
        padding: 47px 15px;
    }

    .streamline-itm::before {
        transform: scale(0.65);
    }

    .streamline-itm h6 {
        font-size: 21px;
        letter-spacing: -0.3px;
    }

    .industries-sec.reception-industries-sec .industry-list {
        gap: 30px 5.1%;
    }



}

@media screen and (max-width:991px) {
    .container3 {
        max-width: 720px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 35px;
        margin: 0 0 7px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 160px 0 80px;
    }

    /* -------------------------------- */

    .service-blk {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }

    .service-image {
        width: 100%;
        max-width: 400px;
    }

    .service-image.bdr {
        clip-path: none;
        border: 2px solid #fcb740;
        border-radius: 15px;
        overflow: hidden;
        margin: 0 auto;
    }

    .service-content {
        width: 100%;
        text-align: center;
    }

    .page-template-default-template2 .genpg-rite p {
        margin: 0 0 14px;
        text-align: center;
    }

    /* -------------------------------- */

    .general-service-section {
        padding: 50px 0;
    }

    .commun-top-blk {
        width: 100%;
        margin: 0 auto;
    }

    .commun-itm {
        padding: 95px 20px 60px;
        width: 100%;
        max-width: 300px;
        height: 100%;
        margin: 0 auto;
    }

    .commun-blk,
    .feature-blk {
        max-width: 640px;
        margin: 0 auto;
    }

    .industry-list {
        max-width: 550px;
        margin: 0 auto;
    }

    .commun-blk .owl-stage,
    .feature-blk .owl-stage,
    .industry-list .owl-stage {
        display: flex;
    }

    .commun-blk .owl-item,
    .feature-blk .owl-item,
    .industry-list .owl-item {
        padding: 0 2px;
    }

    .commun-blk.owl-carousel .owl-dots,
    .feature-blk.owl-carousel .owl-dots,
    .industry-list.owl-carousel .owl-dots {
        text-align: center;
        margin: 25px auto;
        display: flex;
        justify-content: center;
        gap: 7px;
    }

    .commun-blk.owl-carousel .owl-dots button.owl-dot.active,
    .feature-blk.owl-carousel .owl-dots button.owl-dot.active,
    .industry-list.owl-carousel .owl-dots button.owl-dot.active {
        background-color: #fcb740;
    }

    .commun-blk.owl-carousel .owl-dots button,
    .feature-blk.owl-carousel .owl-dots button,
    .industry-list.owl-carousel .owl-dots button {
        font-size: 0;
        background-color: #5915d0;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        text-align: center;
    }

    .page_content .genpg-rite .virtual-answer-blk {
        column-count: 1;
        column-gap: 0;
        margin: 0;
    }

    .page_default .genpg-rite .virtual-answer-item:last-child {
        margin: 0;
    }

    /* -------------------------------- */

    .feature-item {
        padding: 40px 20px 30px;
        margin: 28px auto 0;
        width: 100%;
        max-width: 300px;
        height: 100%;
    }

    /* -------------------------------- */

    .basics-virtual-sec .service-content {
        width: 100%;
        text-align: center;
    }

    .basics-virtual-sec .service-image {
        width: 100%;
        max-width: 400px;
    }

    .service-blk.reverse {
        flex-direction: column-reverse;
    }

    .basics-virtual-sec .service-blk {
        padding: 40px 0;
    }

    .businees-benefits-sec .commun-top-blk {
        padding: 0;
        width: 100%;
    }

    .page_content .genpg-rite .businees-benefits-sec .virtual-answer-blk,
    .page_content .genpg-rite .trial-today-sec ul {
        margin: 0 auto;
        max-width: 450px;
    }

    .page_content .genpg-rite .trial-today-sec ul {
        margin: 0 auto 20px;
    }

    .technical-side-sec h3 {
        font-size: 30px;
    }

    .technical-side-sec p:last-child {
        margin-bottom: 0;
    }

    .service-content-img {
        clip-path: none;
        border: 2px solid #fcb740;
        border-radius: 15px;
        overflow: hidden;
        max-width: 400px;
        margin: 0 auto;
    }

    .technical-side-sec .service-image {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    /* -------------------------------- */

    .legal-list::before {
        display: none;
    }

    .legal-itm:nth-child(even)::before {
        top: -42px;
        bottom: unset;
    }

    .legal-itm {
        padding: 25px 20px;
        border: 1px solid rgb(255 255 255 / 50%);
        border-radius: 15px;
        width: 100%;
        max-width: 250px;
    }

    .legal-list {
        gap: 25px;
        margin: 30px 0 0;
    }

    .legal-itm::before {
        transform: scale(0.45);
        top: -42px;
    }

    .legal-itm h6 {
        font-size: 18px;
        letter-spacing: -0.26px;
        min-height: 55px;
        line-height: 1.2;
    }

    /* -------------------------------- */

    .service-image-blk {
        width: 100%;
    }

    .genpg-rite .business-need-sec .virtual-answer-item p {
        text-align: left;
    }

    .page-template-default-template2 .call-sub-hdg {
        font-size: 19px;
        margin-right: 0;
    }

    .industries-sec .commun-top-blk {
        width: 100%;
    }

    .industry-list {
        margin: 25px 0;
        gap: 30px 40px;
    }

    /* -------------------------------- */

    .page-template-default-template2 .befefits-sec .commun-itm p {
        font-size: 14px;
    }

    .befefits-sec .commun-itm {
        padding: 95px 20px 60px;
        width: 100%;
        max-width: 270px;
    }

    .befefits-sec .commun-blk {
        gap: 25px;
        max-width: 580px;
        margin: 0 auto;
    }

    .core-services-blk {
        margin: 0 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }

    .core-services-sec .feature-item.answer,
    .core-services-sec .feature-item.bilingual {
        width: 100%;
        max-width: 500px;
    }

    .streamline-business-sec .commun-top-blk {
        width: 100%;
    }

    .streamline-list {
        margin: 40px auto 0;
    }

    .streamline-itm {
        padding: 27px 15px;
        width: 33%;
    }

    .streamline-itm h6 {
        font-size: 19px;
        letter-spacing: 0;
    }

    .streamline-itm::before {
        transform: scale(0.6);
    }

    .industries-sec.reception-industries-sec .commun-top-blk {
        width: 100%;
    }

    .industries-sec.reception-industries-sec .industry-list {
        margin: 25px auto 0;
        gap: 30px;
    }

    .industry-item {
        padding: 67px 20px 20px;
        min-width: 65px;
        justify-content: center;
        width: 100%;
        max-width: 300px;
        border: 2px solid #7a44d7;
        height: 100%;
        border-radius: 15px;
        align-items: flex-start;
        margin: 0 auto;
    }

    .industry-item::before {
        transform: scale(0.6);
        top: 10px;
    }

    .industries-sec.reception-industries-sec .commun-top-blk.sec {
        width: 100%;
    }

    .improve-business-sec .service-image,
    .improve-business-sec .service-content {
        width: 100%;
    }

    .live-reception-sec .service-image img {
        max-width: 400px;
        margin: 0 auto;
    }

    .live-reception-sec .service-image {
        width: 100%;
        max-width: 100%;
    }

    .live-reception-sec .service-blk {
        align-items: center;
        gap: 0;
    }

}

@media screen and (max-width:767px) {
    .container3 {
        max-width: 100%;
        padding: 0 10px;
    }

    .page-template-default-template2 .page_bnr {
        padding: 210px 0 80px;
    }

    .page-template-default-template2 .page_default {
        padding: 40px 0;
    }

    .page-template-default-template2 .page_content h2 {
        font-size: 30px;
    }

    /* -------------------------------- */

    .feat-blog-blk {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .feat-blog-cont {
        width: 100%;
        text-align: center;
    }

    .page-template-default-template2 .genpg-rite .feat-blog-cont .feat-blog-txt {
        font-size: 15px;
        text-align: center;
        max-width: 500px;
        margin: 0 auto !important;
    }

    .technical-side-sec h3 {
        font-size: 28px;
    }

    .genpg-rite .service-text-heading {
        font-size: 30px;
    }

    .live-reception-sec iframe {
        height: 250px;
    }

    .streamline-list {
        gap: 30px;
        margin: 30px 0 0;
    }

    .streamline-itm {
        padding: 25px 20px;
        border: 1px solid rgb(0 0 0 / 50%);
        border-radius: 15px;
        width: 100%;
        min-height: 110px;
        max-width: 250px;
    }

    .streamline-itm:nth-child(even)::before {
        top: -30px;
        bottom: unset;
    }

    .streamline-list::before {
        display: none;
    }

}

@media screen and (max-width:480px) {

    .page-template-default-template2 .page_bnr {
        padding: 175px 0 50px;
    }

    .page-template-default-template2 .page_title h1,
    .page-template-default-template2 .page_title h2 {
        font-size: 27px;
        margin: 0 0 7px;
    }

    /* -------------------------------- */

    .call-service-sec h2 br {
        display: none;
    }

    .service-blk {
        gap: 20px;
    }

    .page-template-default-template2 .page_content h2 {
        font-size: 27px;
        margin: 0 0 10px;
    }

    .page-template-default-template2 .genpg-rite p {
        margin: 0 0 12px;
    }

    .general-service-section {
        padding: 40px 0;
    }

    .page_default .genpg-rite .virtual-answer-item {
        margin: 0 0 15px;
    }

    .basics-virtual-sec .service-blk {
        padding: 30px 0;
    }

    .page_default .genpg-rite .businees-benefits-sec .virtual-answer-item {
        margin: 0 0 14px;
    }

    .technical-side-sec h3 {
        font-size: 22px;
    }

    .tailored-sec {
        padding: 35px 0;
    }

    .industry-list {
        margin: 20px 0;
        gap: 20px;
    }

    .genpg-rite .service-text-heading {
        font-size: 27px;
    }

    .in-accordion-sec .accordion-heading {
        font-size: 17px;
    }

    .in-accordion-sec .accordion-section-content p {
        margin: 0 0 14px;
    }

    .page_content .genpg-rite .in-accordion-sec ol,
    .page_content .genpg-rite .in-accordion-sec ul {
        margin: 0 0 18px;
    }

    .page-template-default-template2 .virtual-answer-item.sm-para p {
        margin: 0 0 14px !important;
    }

    .industries-sec.reception-industries-sec .industry-list {
        margin: 20px 0;
        gap: 25px 40px;
    }

    .industries-sec.reception-industries-sec .industry-list {
        margin: 20px 0;
        gap: 20px;
    }

}

/* formatted pages responsive ends */