.tp-header-main__logo span {
    position: absolute;
    top: 0%;
    left: 5%;
}

.tp-header-main__logo-1.z-index {
    width: 100%;
}

.tp-header-main__logo-1.z-index img {
    width: 30%;
}

.tp-header-main__menu-box-two {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-button a {
    width: 140px;
    height: 40px;
    background-color: #336ef9;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin:0px 5px;
}

.tp-hero__section-title-box p {
    font-size: 20px;
}

/* about section */

.about-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.about-heading h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 15px;
}

.about-heading p {
    margin: 0;
    max-width: 720px;
    font-size: 17px;
}

.tp-about__right-wrapper-content {
    border-bottom: 2px solid darkgray;
    padding-bottom: 15px;
}

.tp-about__right-wrapper-content span {
    font-size: 20px;
    background-color: rgba(211, 211, 211, 0.462);
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.tp-about__right-wrapper-content h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
}

.tp-about__right-wrapper-content p {
    margin: 0;
    padding-top: 10px;
    font-size: 20px;
}

.Channel-Selection {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.Channel-Selection span {
    font-size: 30px;
}

.Channel-Selection span i {
    font-size: 23px;
}

.Channel-Selection p {
    margin: 0;
    font-size: 18px;
}

.about-left-img {
    height: 100%;
}

.about-left-img img {
    height: 100%;
    border-radius: 10px;
}

.counter-heading {
    padding-left: 20px;
}

.counter-heading h3 {
    font-size: 30px;
    font-weight: 700;
    color: white;
}

/* about page  */
.About-page-about {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: transform 0.3s ease;
}

.About-page-about img {
    width: 100%;
}

.About-page-about-img-2 {
    width: 100%;
}

.About-page-about-img-2 img {
    width: 70%;
}

.About-page-about-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: none;
}

.about-left-img.About-page-about-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.about-left-img.About-page-about-3 img {
    width: 80%;
}

.About-page-about-second-section h2 {
    font-size: 30px;
}

.tp-about__right-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* pricing */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.pricing-connections-sub-heading h1 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 40px;
}

.pricing-connections {
    margin-top: 25px;
}

.pricing-connections span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 500;
}

.tp-cta-3__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.tp-cta-3__btn span {
    font-size: 25px;
    color: white;
    font-weight: 700;
}

/* pricing tp cta */
.tp-cta-3__area {
    padding-top: 70px;
}

section.faq-section {
    padding-block: 80px;
}

.our-video {
    padding-top: 90px;
}

.video iframe {
    border-radius: 10px;
    width: 100%;
    min-height: 550px;
}

.faq-section .faq-heading h1 {
    font-family: Inter;
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin: 0;
}

.faq-section .accordion .accordion-item {
    background: #d3d3d333;
    margin: 15px 0px;
    border-radius: 10px;
    padding: 0px 15px;
}

.faq-section .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #363636;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    background: none;
    outline: none;
}

.faq-section .accordion button:hover,
.faq-section .accordion button:focus {
    cursor: pointer;
}

.faq-section .accordion button:hover::after,
.faq-section .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.faq-section .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

.faq-section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
}

.faq-section .accordion button .icon i {
    transition: 0.3s ease;
    color: #000;
}

.faq-section .accordion button[aria-expanded="true"] .icon i {
    transform: rotate(90deg);
}

.faq-section .accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.faq-section .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.faq-section .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* contact us  */
.contact-us {
    padding-top: 100px;
}

.contact-us-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-us-content h1 {
    font-size: 60px;
    font-weight: 600;
}

.contact-us-content p {
    max-width: 500px;
    font-size: 17px;
}

.full-serv-section {
    padding: 60px 0px;
}

.full-serv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.full-serv-icon-wrp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #838383;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.full-serv-icon-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-serv-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.full-serv-content h4 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.full-serv-content p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

/* service page  */
section.service-main {
    padding-top: 80px;
}

.service-top-heading {
    text-align: center;
}

.service-top-heading h1 {
    font-size: 50px;
    font-weight: 700;
}

.service-top-heading p {
    margin: 0;
    font-size: 19px;
}

.service-top-heading {
    padding-bottom: 70px;
}

.service-img {
    width: 100%;
}

.service-img img {
    width: 80%;
    border-radius: 15px;
}

.service-right-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content {
    max-width: 500px;
}

.service-content h3 {
    font-size: 45px;
    font-weight: 600;
}

/* footer  */
.footer-link {
    padding-bottom: 50px;
}

.qr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qr p i {
    font-size: 22px;
    color: #00d100;
}

.qr p a {
    font-size: 18px;
    color: #fff;
}

.footer-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0;
    justify-content: center;
}

.footer-link ul li {
    list-style: none;
    font-size: 18px;
    color: white;
}

.footer-logo {
    width: 100%;
    text-align: center;
}

.footer-logo img {
    width: 30%;
}

.footer-heading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-heading h3 {
    max-width: 650px;
}

/* resposive  */

/* index page responsivenes  */
@media (max-width: 1024px) {
    .tp-about__right-1st {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .tp-about__right-wrapper {
        padding-bottom: 40px;
    }

    .footer-link {
        padding-bottom: 30px;
    }

    .about-heading {
        padding-bottom: 80px;
    }

    .About-page-about {
        justify-content: center;
    }

    .About-page-about img {
        width: 80%;
    }

    .about-left-img.About-page-about-3 img {
        width: 80%;
    }

    .about-heading h1 {
        font-size: 40px;
    }

    .about-heading p {
        font-size: 16px;
    }

    .tp-about__right-wrapper-content h2 {
        margin: 0;
        font-size: 40px;
        font-weight: 500;
    }

    .tp-about__right-wrapper-content p {
        font-size: 16px;
    }

    .tp-about__right-wrapper-content h2 {
        font-size: 30px;
    }

    /* contact page  */
    .contact-us-content h1 {
        font-size: 50px;
        font-weight: 500;
    }

    .service-right-main .header-button {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .tp-about__area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tp-choose__bg {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .tp-about__right-bottom-shape {
        display: none;
    }

    .tp-about__right-wrapper-content h2 {
        font-size: 1.9rem;
    }

    .tp-about__right-wrapper-content p {
        font-size: 0.9rem;
    }

    .Channel-Selection p {
        font-size: 0.9rem;
    }

    .mt-4 {
        margin-top: 1.5rem;
    }

    .tp-about__right-wrapper-content h2 {
        font-weight: 700;
    }

    .footer-link {
        padding-bottom: 30px;
    }

    .footer-heading h3 {
        padding-top: 30px;
        font-size: 25px;
    }

    /* about page  */
    .About-page-about-right {
        padding-top: 50px;
        text-align: center;
    }

    .about-second-section-main {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .tp-about__right-wrapper-content {
        text-align: center;
    }

    /* contact page  */
    .contact-us-content h1 {
        font-size: 44px;
        font-weight: 400;
    }

    /* contact page  */
    .pricing-connections-sub-heading h1 {
        font-size: 37px;
        font-weight: 600;
    }

    .pricing-connections span {
        font-size: 17px;
    }

    .slider:before {
        height: 16px;
        width: 15px;
    }

    .switch {
        width: 48px;
        height: 24px;
    }

    /* service page  */
    .service-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .service-img img {
        width: 70%;
    }

    .service-right-main {
        margin-top: 35px;
    }

    section.service-main {
        padding-top: 50px;
    }

    .service-img {
        padding-top: 70px;
    }

    .service-right-main {
        text-align: center;
    }

    .service-right-main .header-button {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .tp-about__right-wrapper-content h2 {
        font-size: 1.2rem;
    }

    .tp-about__right-wrapper-content p {
        font-size: 0.8rem;
    }

    .Channel-Selection p {
        font-size: 0.7rem;
    }

    .footer-link {
        padding-bottom: 20px;
    }

    .footer-heading h3 {
        padding-top: 30px;
        font-size: 16px;
    }

    .tp-about__right-wrapper {
        padding-right: 0;
    }

    /* contact page  */
    .contact-us-content h1 {
        font-size: 40px;
        font-weight: 400;
    }

    .contact-us-content p {
        max-width: 500px;
        font-size: 15px;
    }

    /* price page  */
    .pricing-connections-sub-heading h1 {
        font-size: 27px;
    }

    .pricing-connections span {
        font-size: 13px;
    }

    .tp-section-subtitle {
        font-size: 11px;
        margin-top: 10px;
    }
}