/* Base */
.text-upper {
    text-transform: uppercase !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.purple-border {
    border-color: #aa00d5 !important;
}

.purple-color,
.purple-color h5 {
    color: #aa00d5 !important;
}


.purple-bg,
.purple-bullets li:before,
.purple-box p::before {
    background: #aa00d5 !important;
    color: #FFFFFF !important;
}

.purple-box {
    background: #aa00d514 !important;
}

.blue-color,
.blue-color h5 {
    color: #3662FF !important;
}

.blue-border {
    border-color: #3662FF !important;
}

.blue-bg,
.blue-bullets li:before,
.blue-box p::before {
    background: #3662FF !important;
    color: #FFFFFF !important;
}

.light-blue-bg,
.blue-box {
    background: #ECF0FF !important;
}

.yellow-color,
.yellow-color h5 {
    color: #FFC000 !important;
}

.yellow-border {
    border-color: #FFC000 !important;
}

.yellow-bg,
.yellow-bullets li:before,
.yellow-box p::before {
    background: #FFC000 !important;
    color: #FFFFFF !important;
}

.light-yellow-bg,
.yellow-box {
    background: #FFFBEE !important;
}

.orange-color {
    color: #FF8E3E !important;
}

.orange-border {
    border-color: #FF8E3E !important;
}

.orange-bg,
.orange-bullets li:before,
.orange-box p::before {
    background: #FF8E3E !important;
    color: #FFFFFF !important;
}

.light-orange-bg {
    background: #fff6f0 !important;
}

.orange-box {
    background-color: #FFE4D1 !important;
}

.cyan-color {
    color: #00f0ff !important;
}

.cyan-border {
    border-color: #00f0ff !important;
}

.light-red-bg {
    background: #FFEBEF !important;
}

.title-header {
    margin: 40px 0 20px;
}

.title-header h2,
.services-content h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    color: #101010;
    text-align: left;
}

.banner-section {
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2022/04/team-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 65px 85px;
    display: flex;
    height: auto;
    /* align-items: center; */
    overflow: hidden;
    position: relative;
    justify-content: space-between;
}

.banner-caption h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
}

.banner-caption {
    max-width: 600px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    /* height: 100%; */
    gap: 30px;

}

.banner-caption p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 10px 0 25px;
}

.banner-image {
    width: 30%;
    margin-bottom: -30px;
}

.service-main .cta {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF2C55;
    border-radius: 100px;
    padding: 16px 48px;
    display: inline-block;
}

.service-overview {
    width: 100%;
    padding: 40px;
    background: #FFEBEF;
    border-radius: 10px;
    margin-top: 40px;
}

.service-overview p:last-child {
    margin: 0;
}

.service-top-wrapper {
    margin-bottom: 50px;
}

.services-section--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.service-main .services-section .services-section--inner.text-section .left-section {
    width: 70%;
    padding-right: 50px;
}

.service-main .services-section .services-content {
    max-width: 100%;
}

.service-main .services-section .services-section--inner.text-section .right-section.img-section {
    padding-left: 0px;
    width: 30%;
}

.right-section img {
    display: block;
}

.right-section {
    width: 40%;
}

.ac-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ac-ul li {
    background: #FFEBEF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #101010;
}

.right-section.img-section {
    padding-top: 0px;
    max-width: 334px;
    margin-left: auto;
    border-radius: 0;
}

.services-body {
    margin-top: 30px;
}

.simple-text-block h2 {
    font-weight: 800;
    font-size: 50px;
    line-height: 110%;
    text-transform: uppercase;
    color: #101010;
    text-align: left;
    margin: 30px 0 30px;
}

.simple-text-block h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 110%;
    text-transform: capitalize;
    color: #101010;
    margin: 30px 0 30px;
}

.services-section--inner.text-section h3,
.services-section--inner.below-review h3 {
    font-size: 32px;
    line-height: 140%;
    margin: 20px 0px 20px;
}

.simple-text-block h3:first-child {
    margin-top: 0;
}

.simple-text-block p {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #101010;
}

.simple-text-block h4::before {
    display: none;
}

.simple-text-block ul li:before {
    display: none !important;
}

.simple-text-block h4 {
    padding: 0;
    font-size: 24px;
    line-height: 100%;
    font-weight: 800;
}

.simple-text-block img {
    margin: 25px 0 20px;
}


.bg-box {
    border-radius: 10px;
    padding: 30px 60px;
    margin-bottom: 40px;
}

.right-section.img-section .product-info-box {
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.product-bottom-section-in-service:not(.without-price) .product-info-box {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0px;
    background-color: #F9F9F9;
}

.right-section .product-info-box ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    background-color: #F9F9F9;
    padding-top: 30px;
    border-radius: 10px;
    padding: 28px 37px;
    /* padding-top: 0 !important; */
}

.product-info-box .prdt-price {
    line-height: 34px;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: center;
    background-color: #F9F9F9;
    padding: 0 0 20px 0;
}

.product-info-box .buy-div {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #101010;
    padding: 20px 0;
}

.product-info-box .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #101010;
    text-align: center;
    display: block;
}

.product-info-box .buy-btn {
    background: #ff2c55;
    line-height: 21.79px;
    text-decoration: none;
    color: #fff;
    padding: 16px 32px;
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    border: 0;
    width: 80%;
    cursor: pointer;
    max-width: 350px;
}

.product-info-box .chat-div {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.product-info-box ul li {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 20px;
    display: flex;
    position: relative;
}

.service-main .right-section .product-info-box ul li:before,
.product-info-box ul li:before {
    background: #ff2c55;
    position: absolute;
    left: -6px;
    top: 6px;
    width: 14px;
    height: 14px;
    content: "";
    border-radius: 50px;
    display: inline-block;
    margin-right: 23px;
}

.service-main .right-section .product-info-box ul li::after {
    content: '';
    display: block;
    margin-bottom: 5px;
}

.service-main .services-section--inner.text-section {
    margin-bottom: 0;
}

.product-bottom-section-in-service h3,.product-bottom-section-in-service h1 {
    line-height: 32.6px;
    background-color: #ff2c55;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.product-bottom-section-in-service {
    width: 100%;
    border: 1px solid #CDCDCD;
    margin-top: 0px;
    border-radius: 10px;
    margin-bottom: 80px;
}

.product-info-box .service-prdt-price {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    padding: 21px 0 17px 0;
    background: #F9F9F9;
}

.product-excerpt {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.product-excerpt ul {
    text-align: left !important;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0 !important;
    list-style: none;
    background-color: #F9F9F9;
}

.product-bottom-section-in-service .inner-div .product-info-box ul {
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
    list-style: none;
    background-color: #F9F9F9;
    padding-top: 10px;
    padding-bottom: 20px;
    width: fit-content;
    margin: 0 auto;
}

.product-bottom-section-in-service .product-info-box ul li {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #101010;
    /* margin-bottom: 14px; */
    position: relative;
    display: flex;
    /* width: 100%; */
    text-align: left;
}

.product-info-box .service-buy-div {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.product-info-box .service-buy-div a,
.product-info-box .service-buy-div button {
    display: inline-block;
    color: #fff;
    background-color: #ff2c55;
    padding: 16px 16px;
    font-size: 16px;
    line-height: 21.7px;
    text-align: center;
    border-radius: 100px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    width: 450px;
}

.product-info-box .service-enqu-div {
    display: flex;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #101010;
    padding-top: 15px;
    padding-bottom: 20px;
    align-items: center;
    flex-direction: column;
    background: transparent !important;
}

.or-divider {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #606060;
    background: transparent !important;
}

.product-info-box .service-enqu-div a.service-enquiry-btn {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 50px;
    color: #ff2c55;
    border: 1px solid #ff2c55;
    border-radius: 100px;
    display: inline-block;
    width: 450px;
}

.right-section .product-info-box .service-enqu-div a.service-enquiry-btn {
    width: 80%;
    padding: 16px 25px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
}

.product-bottom-section-in-service .inner-div .bottom-chat {
    text-align: center;
    font-size: 16px;
    line-height: 21.79px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 1px 0;
    background: #F9F9F9;
    border-radius: 10px;
}

.inner-div .bottom-chat p {
    margin: 20px 0;
}

.inner-div .bottom-chat p a {
    color: #ff2c55;
}


.simple-text-block h4 {
    margin-top: 30px;
}

.simple-text-block h4::before {
    content: '';
    display: inline-block;
    background: #ff2c55;
    width: 15px;
    height: 15px;
    position: static;
    border-radius: 100%;
    margin-right: 15px;
}

.simple-text-block h4:first-child,
.simple-text-block h2:first-child {
    margin-top: 0;
}

.radio-group [type="radio"] {
    /*display: none;*/
}

.radio-group [type="radio"]+label {
    position: relative;
    margin-left: 10px;
}

.product-options {
    padding: 30px;
    background: #f9f9f9;
}

.services-section .services-section--inner .product-options p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.radio-group label {
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
}

.radio-group {
    width: 50%;
    margin-bottom: 15px;
}

.product-options-inner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.product-bottom-section-in-service .product-options p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.product-bottom-section-in-service .product-options-inner {
    flex-wrap: unset;
    justify-content: center;
}

.product-bottom-section-in-service .product-options-inner .radio-group {
    width: auto;
    padding: 0 25px;
}

.product-bottom-section-in-service .product-options {
    padding-bottom: 0;
}

.pmax-case-studies h2,
.services-body h2 {
    text-align: left;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.services-body p {
    margin: 0 0 10px;
}

.services-body p:last-child {
    margin-bottom: 0px;
}

.simple-text-block .bg-box p::before,
.bg-box p::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ff2c55;
    border-radius: 100%;
    left: -25px;
    top: 6px;
}

.simple-text-block .bg-box p,
.bg-box p {
    position: relative;
}


.reviews-wrapper {
    margin-bottom: 30px;
}

.reviews-footer .name {
    color: #ff2c55;
}

.reviews-footer h3 {
    margin: 10px 0;
}

.services-section--inner.text-section .reviews-footer h3 {
    font-size: 17px;
    text-transform: none;
}

.woocommerce .star-rating {
    float: none;
    overflow: hidden;
    height: unset;
    width: unset;
}

.contact-people-block {
    display: flex;
    max-width: 100%;
    gap: 20px;
    margin: 25px 0;
    justify-content: center;
}

.contact-people-block img {
    max-width: 100px;
    width: 100%;
}

.cse-contact .service-contact .heading-block {
    width: 43%;
    padding-top: 60px;
    padding-right: 60px;
}

.cse-contact .service-contact .heading-block h4 {
    /* color: #ff2c55; */
    text-transform: uppercase;
    padding: 0px;
    margin: 0px 0px 0px;
    margin-bottom: 0px;
    /* padding-left: 60px; */
    position: relative;
    font-size: 24px;
    line-height: 1.2;
}

.contact-people-block h5 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ff2c55;
}

.contact-block h4 {
    color: #ff2c55;
}

body .new-hubspot-structure .hbspt-form .hs_submit input {
    border-color: #ff2c55;
    background: #ff2c55;
}

.woocommerce .star-rating::before {
    display: none;
}

.patner-Slider-container {
    max-width: 1440px;
    margin: 0 auto;
}

#logoMarqueeSection {
    max-width: 1440px !important;
    margin: 0 auto;
    overflow: hidden;
}

.patner-Slider-container .marquee-wrapper {
    background: #FAFAFA;
    padding: 15px 0;
}

.patner-Slider-container .marquee-wrapper .marquee {
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
    animation-duration: 50s;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    -webkit-animation: marquee 35s linear infinite;
    animation: marquee 35s linear infinite;
    animation-duration: 35s;
}

.marquee>a>img {
    height: auto;
    max-width: 120px;
    vertical-align: middle;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 40px;
    vertical-align: middle;
    line-height: 0;
}

.featured-section .featured-wrapper {
    margin: -15px -15px 0px;
    display: flex;
    flex-wrap: wrap;
}

.featured-section span.ftr-img-txt h5 {
    font-size: 0.8em;
    margin: 0 0 10px;
    line-height: 100%;
    color: #fe2c56;
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion summary::marker {
    display: none;
    content: '';
}

.accordion details {
    padding: 0 30px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.accordion summary {
    position: relative;
    background: #eee;
    padding: 0 30px;
    margin: 0 -30px;
    border-radius: 5px;
    cursor: pointer;
}

.accordion summary h3 {
    font-size: 20px;
    margin: 0;
    width: 100%;
    padding: 10px 0;
}

.accordion details p {
    margin: 15px 0 20px;
}

.accordion summary::after {
    content: '\2795';
    filter: grayscale(1);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion summary {
    position: relative;
    background: #eee;
    padding: 0 30px;
    margin: 0 -30px;
}

.accordion [open] summary::after {
    content: '\2796';
}

.cse-contact .contact-wrapper .heading-block {
    padding-top: 30px;
}

.contact-people-block {
    display: flex;
    max-width: 100%;
    gap: 25px;
    margin: 25px 0;
    justify-content: center;
}

.cse-contact .contact-wrapper .heading-block h4 {
    font-size: 30px;
    line-height: 40px;
}

.contact-wrapper ul {
    padding-left: 30px;
    margin: 0;
}

.img-mob {
    display: none !important;
}

@media(min-width: 1025px) {
    .featured-section .feature-link span.ftr-img-icn img {
        max-width: 80px;
    }
}

@media(max-width: 1024px) {

    h3,
    .title-header h2,
    .services-content h2 {
        font-size: 30px;
        line-height: 110%;
    }

    .banner-caption {
        width: 100%;
        margin-bottom: 0;
        max-width: 100%;
    }

    .banner-section {
        padding: 70px 70px 0;
        flex-wrap: wrap;
    }

    .banner-caption h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .banner-image {
        width: 100%;
        line-height: 0;
        padding-top: 45px;
        max-width: 334px;
        margin: 0 auto;
    }

    .service-overview {
        width: 100%;
    }

    .service-main .services-section .services-section--inner.text-section .right-section.img-section {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        order: 1;
        max-width: initial;
        padding-top: 30px;
        display: block;
    }

    .service-main .services-section .services-section--inner.text-section .left-section,
    .service-main .services-section .services-content {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .service-top-wrapper {
        margin-bottom: 0px;
    }

    .left-section .simple-text-block {
        margin-top: 30px;
    }

    .big-box {
        margin-bottom: 0;
    }

    .left-border-box {
        margin: 30px 0;
    }

    .pmax-case-studies {
        order: 3;
    }

    .services-body {
        order: 4;
    }

    .service-main .services-section .services-section--inner.text-section .right-section.img-section {
        max-width: 350px;
        margin-bottom: 30px;
    }

    .simple-text-block .bg-box p,
    .bg-box p {
        margin-bottom: 10px;
    }

    .services-section .services-section--inner.text-section .left-section {
        margin-bottom: 20px;
    }

    .services-body {
        margin-top: 20px;
    }

    .services-body-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-bottom-section-in-service .product-options-inner {
        max-width: 350px;
        flex-wrap: wrap;
        justify-content: start;
        margin: 0 auto;
        padding-left: 20px;
    }

    .reviews-wrapper {
        padding: 35px !important;
    }

    .reviews-wrapper .image-col {
        margin: 0;
    }

    .cse-contact .service-contact .heading-block {
        width: 100%;
        padding: 0px;
        max-width: 672px;
        margin: 0px 0px 27px;
    }

    .contact-people-block-img {
        text-align: center;
    }

    .featured-section .featured-wrapper {
        margin: -10px -10px 0px;
    }

    .cse-contact .contact-wrapper .heading-block {
        width: 100% !important;
    }

    img.img-mob {
        display: block !important;
    }

    img.img-desk {
        display: none !important;
    }
}

@media(max-width: 768px) {
    .reviews-wrapper {
        flex-direction: column !important;
    }

    .reviews-wrapper .content-box {
        width: 100%;
        padding: 0;
    }

    .accordion summary {
        padding: 10px 20px;
    }
}

@media(max-width: 767px) {
    .title-header {
        margin: 20px 0 10px;
    }

    .ac-ul li {
        font-size: 13px;
        padding: 15px;
    }

    .title-text-wrapper-2 h3,
    h3 {
        font-size: 20px;
        margin: 20px 0 10px;
        line-height: 120%;
    }

    .title-header h2,
    .services-content h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 10px;
    }

    .services-section--inner.text-section h3,
    .services-section--inner.below-review h3 {
        font-size: 22px;
        line-height: 130%;
    }

    .product-info-box .service-buy-div a,
    .product-info-box .service-buy-div button,
    .product-info-box .service-enqu-div a.service-enquiry-btn {
        width: 80%;
        padding: 16px 32px;
    }

    .banner-section {
        padding: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .banner-caption h1 {
        font-size: 30px;
        line-height: 105%;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 140%;
    }

    .service-overview {
        padding: 20px;
        margin-top: 20px;
    }

    .service-main .cta {
        font-weight: 800;
        font-size: 12px;
        line-height: normal;
        width: 100%;
    }

    .simple-text-block h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 15px;
    }

    .big-box {
        padding: 30px;
        padding-left: 50px;
    }

    .simple-text-block .big-box p::before {
        left: -30px;
    }

    .product-bottom-section-in-service h3,.product-bottom-section-in-service h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .product-bottom-section-in-service .product-info-box ul li {
        font-size: 18px;
        line-height: 24px;
        display: inline;
        text-align: left;
        padding-left: 30px;
        max-width: 260px;
        margin: 0 auto;
    }

    .product-info-box ul li:before {
        position: absolute;
        left: 0;
    }

    .product-bottom-section-in-service .inner-div .bottom-chat {
        font-size: 12px;
        line-height: 16.34px;
    }

    .product-bottom-section-in-service .inner-div .product-info-box span.service-enqu-div a.service-enquiry-btn {
        font-size: 14px;
        line-height: 16.34px;
        /*padding-left: 10px;*/
        font-weight: 600;
    }

    .product-bottom-section-in-service .inner-div .product-info-box span.service-prdt-price {
        font-size: 14px;
    }

    .product-bottom-section-in-service .inner-div .product-info-box span.service-prdt-price span.woocommerce-Price-amount.amount {
        padding: 10px 0;
    }

    .product-bottom-section-in-service .product-info-box ul li:after {
        content: '';
        display: block;
        margin-bottom: 10px;
    }

    .product-excerpt ul {
        text-align: center !important;
        max-width: 260px;
    }

    .product-info-box ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .service-main .right-section .product-info-box ul li::after {
        margin-bottom: 10px;
    }

    main {
        padding: 0;
    }

    .product-info-box .service-buy-div a {
        padding: 16px 32px;
        min-width: 240px;
    }

    .product-info-box .chat-div {
        font-size: 14px;
        line-height: 19px;
    }

    .product-bottom-section-in-service {
        margin: 30px 0;
    }

    .simple-text-block h4 {
        font-size: 22px;
        padding-left: 0px;
    }

    .simple-text-block h4::before {
        margin-right: 10px;
        position: absolute;
        left: -20px;
        top: 5px;
    }

    .left-section .simple-text-block {
        margin-top: 0;
    }

    .simple-text-block .bg-box p,
    .bg-box p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 150%;
    }

    .services-body h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .services-section .services-section--inner.text-section .left-section {
        margin-bottom: 40px;
    }

    .services-body-item {
        padding: 20px;
    }

    .services-body-item>p {
        font-size: 14px;
        line-height: 180%;
    }

    .services-body-details h4 {
        font-size: 16px;
        line-height: 100%;
    }

    .services-body-details p {
        font-size: 14px;
        line-height: 100%;
    }

    .services-body-img {
        width: 80px;
        height: 80px;
    }

    .services-body-inner {
        margin-bottom: 0px;
    }

    .services-body-item:last-child {
        margin-bottom: 0;
    }

    .product-bottom-section-in-service {
        margin-top: 40px;
    }

    .banner-caption br {
        display: none;
    }

    .service-main .services-section .services-section--inner.text-section .right-section.img-section {
        max-width: 100%;
    }

    .product-bottom-section-in-service .product-options-inner {
        max-width: unset;
        padding-left: 0;
    }

    .product-bottom-section-in-service .product-options-inner .radio-group,
    .radio-group {
        width: 50%;
        margin-bottom: 30px;
        padding: 0;
    }

    .product-bottom-section-in-service .product-options-inner .radio-group:last-child,
    .radio-group:last-child {
        margin: 0;
    }

    .cse-contact .service-contact .heading-block {
        margin: 0px 0px 16px;
        padding: 0;
        width: 100%;
    }

    .contact-people-block-img {
        width: 100%;
    }

    .contact-people-block h5 {
        font-size: 12px;
        line-height: 120%;
    }

    .reviews-wrapper {
        padding: 20px !important;
    }

    .reviews-wrapper .image-col {
        position: static;
    }


    .patner-Slider-container .marquee-wrapper .marquee {
        padding: 20px 0;
    }

    div.marquee>a>img {
        height: auto;
        max-height: 25px;
    }

    .featured-section .feature-link span.ftr-img-icn {
        min-width: 50px;
    }

    .featured-section span.ftr-img-txt h5 {
        font-size: 1em;
        margin-bottom: 5px;
    }

    .featured-section .feature-link {
        padding: 0 20px !important;
        width: 100%;
    }

    .accordion summary h3 {
        font-size: 0.9em;
    }

    .accordion summary {
        padding: 10px 35px 10px 10px;
        margin: 0 -20px;
    }

    .accordion details {
        padding: 0 20px;
    }

    .cse-contact .contact-wrapper .heading-block {
        padding: 0 20px;
    }

    .contact-people-block {
        gap: 15px;
        justify-content: start;
    }

    .contact-people-block img {
        max-width: 90px;
    }
}

@media(max-width: 375px) {
    .radio-group [type="radio"]+label::before {
        right: calc(100% + 10px);
    }

    .radio-group [type="radio"]+label {
        margin-left: 20px;
    }

    .radio-group [type="radio"]:checked+label::after {
        right: calc(100% + 11px);
    }

    .product-info-box .buy-btn {
        padding: 16px;
    }
}