@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
button {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}


* {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

body {
    font-display: swap;
}

a {
    text-decoration: none;
}

header.header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 9999;
}


header.header div.bottum_header {
    padding: 0.5rem 3rem;

}

header.header div.bottum_header div.hero_image {
    max-width: 154px;
}

section.first_ppc {
    justify-content: center;
    padding: 6rem 0px;
    background-color: black;
}

section.first_ppc div.left_box h1.firs_Heading {
    color: white;
}


section.first_ppc div.right_box {
    width: 35%;
}

section.first_ppc div.left_box button.first_btn {
    background-color: #4cbfa6;
    width: 18%;
    text-align: center;
    padding: 7px;
    border-radius: 19px;
    font-size: 15px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}


.first_btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(18, 22, 31, 0.6);
}

.first_btn:active {
    animation: pulse 0.4s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
    }

    50% {
        transform: scale(0.95);
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
    }
}

section.second_ppc {
    padding: 6rem 0rem;
}

section.second_ppc div.left_box_ppc {
    align-items: center;
    width: 50%;
    padding-left: 9rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

section.second_ppc div.left_box_ppc ul li {
    color: white;
    font-size: 16px;
    margin: 5px 0px;
}

section.second_ppc div.left_box_ppc h3.second_heading {
    color: white;
    font-size: 41px;
    line-height: 59px;
}

section.second_ppc h5.Schedule {
    box-shadow: 0px 0px 0px 24px #4cbfa6;
    background: #121212;
    background: #4cbfa6;
    font-weight: 700;
    line-height: 31px;
}

section.second_ppc div.right_box_ppx {
    gap: 1rem;
    width: 45%;
    padding-left: 4rem;
    box-shadow: 10px 10px gray;
    box-shadow: 0px 0px 8px 2px #cecccc;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid #dde4ee;
}

section.second_ppc div.right_box_ppx form input {
    background: transparent;
    color: black;
    border: 1px solid black;
}

section.second_ppc div.right_box_ppx form {
    gap: 1rem;
    width: 100%;
    margin-top: 20px;
}

section.second_ppc div.right_box_ppx h5.Schedule {
    color: white;
}

section.second_ppc div.right_box_ppx input.Form_input {
    width: 69%;
    border-radius: 15px;
    border: none;
    outline: none;
    padding-left: 9px;
    padding: 8px;
    padding-left: 9px;
    color: black !important;
    align-items: center;
}

section.second_ppc div.right_box_ppx::placeholder {
    color: black;
}

section.second_ppc div.right_box_ppx button.second_btn {
    background-color: #4cbfa6;
    width: 18%;
    text-align: center;
    padding: 7px;
    border-radius: 19px;
    font-size: 15px;
}

section.third_ppc {
    padding: 2rem 0rem;
    background-color: black;
    color: white;
}

section.third_ppc h2.start-text {
    font-size: 38px;
}

section.third_ppc div.box div.first-box {
    width: 25%;
    gap: 1rem;
    font-size: 45px;
}

section.third_ppc div.box div.first-box h5 {
    font-size: 18px;
    font-weight: 700;
}

section.third_ppc div.image {
    width: 85%;
}


section.card-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.card-section h2 {
    width: 87%;
    text-align: start;
}

section.card-section a.free_trial {
    padding: 8px 26px;
    background-color: #22bda6;
    border-radius: 10px;
    font-size: 15px;
}

section.card-section div.cards {
    display: grid !important;
    grid-template-columns: 19% 19% 19% 19% 19%;
    width: 88% !important;
    justify-content: space-between !important;
}

section.card-section div.tableBox table tr th {
    background-color: #4cbfa6;
    padding: 2px;
}

section.card-section div.card-box div.image-box {
    padding: 0px;
    overflow: hidden;
    width: 7.8%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 9px;
}

section.card-section div.cards div.main-card {
    margin-bottom: 23px;
}

section.card-section div.cards div.main-card h5 {
    margin: 0;
    margin-top: 0px;
    text-align: start !important;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    color: black;
    font-weight: 600;
}

section.card-section div.cards div.main-card h5:hover {
    text-decoration: underline;
    text-decoration: royalblue !important;
}

section.card-section div.cards div.main-card div.card-box {
    align-items: center;
    font-size: 30px;
    background-color: #26292b;
    width: auto;
    margin: 0px 0px;
    overflow: hidden;
    flex-direction: row !important;
    border: 1px solid #0c5449;
    padding: 18px 0px;
    border-radius: 12px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #262626, #252e33);
    border: 2px solid #18bba2;
    background-image: linear-gradient(to bottom, #f3f3f3);
    color: black;
}

section.card-section div.cards div.main-card div.card-box:hover {
    scale: 1.09;
    transition: all .2s ease-in-out;
}

section.card-section div.card-box div.image-box:hover {
    scale: 1.2;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

section.card-section h2.title {
    color: white;
    font-size: 27px;
    width: 87%;
}

section.fifth_section {
    color: black;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

section.fifth_section button.fifth_btn {
    background-color: #4cbfa6;
    width: 10%;
    text-align: center;
    padding: 7px;
    border-radius: 19px;
    font-size: 15px;
    margin-top: -4rem !important;
    margin-right: -9rem !important;
}

section.fifth_section div.image_text_box div.text_point ul li {
    margin: 11px 0rem;
    font-size: 17px;
    font-weight: 400;
}

section.fifth_section div.image_text_box div.text_point {
    width: 56%;
    padding-left: 8rem;
}

section.fifth_section div.image_text_box div.fourth_image {
    width: 31%;
}



div.Optioncss {
    height: auto !important;
    overflow: hidden;
    transition: all 0.3s ease;
    padding-bottom: 1rem;
}

.Plusicon {
    rotate: 45deg;
    transition: all .4s ease;
}

.function {
    color: white;
    font-size: 55px;
}

section.sexth_ppc div.text_box h4 {
    margin-bottom: 2rem;
}

section.sexth_ppc div.image-section {
    grid-template-columns: 12% 12% 12% 12% 12%;
    justify-content: space-evenly;
    align-items: center;
    row-gap: 5rem;

}

section.sexth_ppc div.image-section div.image-box img {
    height: 100%;
}

h4.testimonail_text {
    font-size: 16px;
    margin: 12px;
}


.span_text label {
    width: 50%;
    justify-content: space-around;
}

.swiper {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 3rem !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 25px;
    font-weight: 900;
    color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 25px;
    color: white;
    font-weight: 800;
}

.swiper-slide {
    align-items: center;
    justify-content: center;
}


section.bottom-footright-box .input-box p {
    color: white;
    font-size: .75rem;
}

.modal-title {
    text-align: center;
    padding: 0px 13px;
}

.btn-close {
    opacity: 2.5;
    color: black !important;
}


@media screen and (max-width: 1601px) {
    header div.top_header {
        font-size: 13px;
        padding: 3px 10px;
    }


    header.header div.bottum_header div.right_header_box span i {
        padding: 7px;
        font-size: 12px;
    }

    header.header div.bottum_header div.right_header_box span {
        font-weight: 900 !important;
        font-size: 14px;
    }

    header.header div.bottum_header div.right_header_box {
        gap: 11rem;
    }

    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 2rem;
        line-height: 45px;
        margin-bottom: 17px;
    }

    section.first_ppc div.left_box button.first_btn {
        width: 20%;
        padding: 5px;
        font-size: 13px;
    }

    section.first_ppc div.right_box {
        width: 32%;
    }

    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 2rem;
        line-height: 45px;
        margin-bottom: 17px;
    }

    section.second_ppc div.left_box_ppc ul li {
        font-size: 14px;
        margin: 4px 0px;
    }

    section.second_ppc div.right_box_ppx input.Form_input {
        width: 72%;
        padding: 5px;
        padding-left: 9px;
        font-size: 14px;
    }

    section.second_ppc div.right_box_ppx button.second_btn {
        width: 24%;
        padding: 6px;
        font-size: 12px;
    }

    section.second_ppc div.right_box_ppx h5.Schedule {
        font-size: 20px;
    }

    section.third_ppc h2.start-text {
        font-size: 30px;
    }

    section.third_ppc div.box div.first-box h5 {
        font-size: 15px;
        letter-spacing: 0.5px;
        margin-top: 12px;
    }


    section.card-section {
        padding-top: 1rem;
    }

    section.card-section h2.title {
        font-size: 24px;
    }

    section.card-section div.cards div.main-card h5 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    section.card-section div.cards div.main-card div.card-box {
        padding: 6px 0px;
    }

    section.fifth_section h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem !important;
    }

    section.fifth_section div.image_text_box div.text_point {
        width: 56%;
        padding-left: 3rem;
    }

    section.fifth_section div.image_text_box div.text_point ul li {
        margin: 10px 0rem;
        font-size: 14px;
    }

    section.fifth_section button.fifth_btn {
        background-color: #4cbfa6;
        width: 10%;
        text-align: center;
        padding: 4px;
        border-radius: 19px;
        font-size: 13px;
    }

    h4.testimonail_text {
        font-size: 14px;
    }

    div.image-testimonial img {
        max-width: 15% !important;
        margin-bottom: 2rem;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 22px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 22px;
    }
}

@media screen and (max-width:1441px) {
    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 1.7rem;
        line-height: 34px;
        margin-bottom: 17px;
    }

    section.first_ppc {
        padding: 4rem 0px;
    }

    section.second_ppc {
        padding: 4rem 0rem;
    }

    section.third_ppc div.box {
        margin-top: 2rem !important;
    }

    section.card-section h2.title {
        font-size: 24px;
        margin-bottom: 1.6rem !important;
    }

    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 1.6rem;
        line-height: 36px;
        margin-bottom: 17px;
    }

    section.third_ppc div.box div.first-box i {
        font-size: 25px;
    }

    section.fifth_section {
        padding-top: 2rem;
    }

    section.fifth_section button.fifth_btn {
        margin-top: -6rem !important;
        margin-right: 1.5rem !important;
    }

}

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

    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 1.7rem;
        line-height: 40px;
    }


    section.first_ppc div.left_box button.first_btn {
        width: 22%;
        padding: 4px;
        font-size: 12px;
    }

    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 1.7rem;
        line-height: 40px;
        margin-bottom: 17px;
    }

    section.second_ppc div.left_box_ppc ul li {
        font-size: 12.5px;
        margin: 4px 0px;
    }

    section.second_ppc div.right_box_ppx input.Form_input {
        width: 73%;
        padding: 4px;
        padding-left: 9px;
        font-size: 12.5px;
    }

    section.second_ppc div.right_box_ppx button.second_btn {
        width: 28%;
        padding: 6px;
        font-size: 12px;
    }

    section.second_ppc {
        padding: 4rem 0rem;
    }

    section.third_ppc h2.start-text {
        font-size: 24px;
    }

    section.third_ppc div.box div.first-box h5 {
        font-size: 141px;
        letter-spacing: 0.5px;
        margin-top: 11px;
    }

    section.card-section div.cards div.main-card h5 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    section.fifth_section h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem !important;
    }

    section.fifth_section div.image_text_box div.text_point ul li {
        margin: 9px 0rem;
        font-size: 13px;
    }

    section.fifth_section button.fifth_btn {
        width: 13%;
        padding: 6px;
        font-size: 12px;
        margin-top: -7rem !important;
        margin-right: 1.5rem !important;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 20px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 20px;
    }



    h4.testimonail_text {
        font-size: 13px;
    }

    div.text_box h4 {
        margin-bottom: 1.6rem;
        font-size: 0.9rem;
    }

    section.third_ppc div.box div.first-box h5 {
        font-size: 18px !important;
    }

    section.fifth {
        padding: 0rem 4rem;
        padding-top: 0rem !important;
    }
}

@media screen and (max-width:1025px) {
    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 1.3rem;
        line-height: 31px;
    }

    section.second_ppc div.right_box_ppx {
        gap: 1rem;
        width: 50%;
        padding-left: 4rem;
    }

    section.second_ppc div.right_box_ppx input.Form_input {
        width: 67%;
        padding: 3px;
        padding-left: 9px;
        font-size: 11.5px;
    }

    section.second_ppc div.left_box_ppc {
        width: 50%;
        padding-left: 6rem;
    }

    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 1.3rem;
        line-height: 31px;
        margin-bottom: 17px;
    }

    section.second_ppc div.left_box_ppc ul li {
        font-size: 11.5px;
        margin: 3px 0px;
    }

    section.second_ppc div.right_box_ppx button.second_btn {
        width: 25%;
        padding: 2px;
        font-size: 11px;
    }

    section.third_ppc div.box div.first-box h5 {
        font-size: 11px !important;
    }

    section.third_ppc div.box div.first-box i {
        font-size: 20px;
    }

    section.third_ppc h2.start-text {
        font-size: 16px;
    }


    section.card-section h2.title {
        font-size: 21px;
        margin-bottom: 1.2rem !important;
    }

    section.card-section div.cards div.main-card h5 {
        font-size: 10px;
        letter-spacing: 0.6px;
    }

    section.card-section div.cards div.main-card {
        margin-bottom: 11px;
    }

    section.card-section div.cards {
        width: 93% !important;
    }

    section.fifth_section h2 {
        font-size: 1rem;
    }

    section.fifth_section div.image_text_box div.text_point ul li {
        margin: 9px 0rem;
        font-size: 11.5px;
    }

    section.fifth_section button.fifth_btn {
        width: 11%;
        padding: 4px;
        font-size: 10px;
        margin-top: -6.5rem !important;
    }

    header.sticky-top div.header-box div.header div.img img {
        height: 25px;
    }

    div.Optioncss {
        height: auto !important;
        padding-bottom: 0.6rem;
    }

    h4.testimonail_text {
        font-size: 11px;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        font-size: 17px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        font-size: 17px;
    }


}

@media screen and (max-width:480px) {
    section.first_ppc {
        flex-direction: column;
        padding: 6rem 2rem;
        padding-top: 3rem;

    }

    section.first_ppc div.left_box {
        width: 100% !important;
    }

    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 35px;
        line-height: 53px;
    }

    section.first_ppc div.left_box button.first_btn {
        width: 39%;
        font-size: 15px;
        margin-bottom: 2rem;
    }

    section.first_ppc div.right_box {
        width: 100%;
    }

    div.right_header_box {
        gap: 1rem;
        display: flex;
    }

    div.right_header_box span i {
        padding: 9px;
        border-radius: 50%;
        font-size: 14px;
        margin-right: 9px;
    }

    div.bottum_header {
        padding: 0.5rem 0rem;
        flex-direction: column;
        align-items: start !important;
        padding-left: 19px;
    }

    section.second_ppc {
        flex-direction: column;
        padding: 3rem 2rem;
    }

    section.second_ppc div.left_box_ppc {
        width: 100%;
        padding-left: 0rem;
    }

    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 41px;
        line-height: 59px;
    }

    section.second_ppc div.left_box_ppc ul li {
        font-size: 15px;
        margin: 4px 0px;
    }

    section.second_ppc div.right_box_ppx {
        gap: 1rem;
        width: 100%;
        padding-left: 0rem;
    }

    section.second_ppc div.right_box_ppx h5.Schedule {
        font-size: 23px;
        margin-top: 9px;
        text-align: center;
    }

    section.second_ppc div.right_box_ppx input.Form_input {
        width: 100%;
        padding-left: 9px;
        padding: 8px;
        padding-left: 9px;
    }

    section.second_ppc div.right_box_ppx button.second_btn {
        width: 38%;
        padding: 7px;
        font-size: 15px;
    }

    section.second_ppc div.right_box_ppx form {
        align-items: center;
    }

    section.third_ppc {
        padding: 2rem 2rem;
    }

    section.third_ppc div.box div.first-box h5 {
        font-size: 19px;
        font-weight: 700;
    }


    section.third_ppc h2.start-text {
        font-size: 35px;
        text-align: center;
    }

    section.third_ppc div.box {
        flex-direction: column;
    }

    section.third_ppc div.box div.first-box {
        width: 100%;
        padding: 16px 0px;
        border: 1px solid gray;
        margin-bottom: 20px;
        border-radius: 5rem;
    }

    section.card-section {
        padding: 0rem 2rem;
    }

    section.fifth_section {
        padding: 0rem 2rem;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    section.fifth_section div.image_text_box div.text_point ul {
        padding-left: 0;
    }

    section.card-section h2.title {
        font-size: 27px;
        width: 87%;
    }

    section.card-section h2.title {
        color: white;
        font-size: 27px;
        width: 100%;
        margin-bottom: 18px !important;
    }

    section.card-section div.cards {
        display: grid !important;
        grid-template-columns: 47% 47%;
        width: 92% !important;
    }

    section.card-section div.cards div.main-card div.card-box {
        font-size: 30px;
        width: auto;
        margin: 0px 0px;
        flex-direction: row !important;
        padding: 9px 0px;
    }

    section.card-section div.cards div.main-card h5 {
        margin: 0;
        margin-top: 0px;
        font-size: 14px;
    }


    section.card-section div.card-box div.image-box {
        width: 7.8%;
    }

    div.fourth_image {
        width: 100%;
    }


    section.fifth_section div.image_text_box {
        flex-direction: column;
    }

    section.fifth_section div.image_text_box div.text_point {
        width: 100%;
        padding-left: 0rem;
    }

    div.fourth_image {
        width: 100%;
        height: 20rem;
    }

    section.fifth_section div.image_text_box div.text_point ul li {
        margin: 12px 0rem;
        font-size: 17px;
    }

    section.fifth_section button.fifth_btn {
        width: 45%;
        padding: 7px;
        font-size: 16px;
    }

    div.fourth_image img {
        width: 100% !important;
        height: 100%;
    }


    div.text_box h4 {
        margin-bottom: 1.3rem;
        text-align: center;
    }

    div.bottum_box h4 {
        width: 100%;
        padding: 0.7rem 0rem;
        margin-bottom: 0;
    }

    header div.top_header {
        font-size: 13px;
        padding: 8px 0rem;
        width: 100%;
        padding: 5px 39px;
    }

    div.Optioncss {
        height: 19rem !important;
    }

    section.fifth div.fifth-main div.top-box div.left-box {
        width: 100% !important;
        margin-right: 0rem !important;
        padding-right: 0rem;
    }

}

@media screen and (max-width:445px) {
    div.right_header_box span i {
        padding: 7px;
        font-size: 10px;
        margin-right: 8px;
    }

    section.first_ppc {
        flex-direction: column;
        padding: 6rem 1.2rem;
        padding-top: 2rem;
    }

    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 32px;
        line-height: 48px;
    }

    section.first_ppc div.left_box button.first_btn {
        width: 40%;
        font-size: 16px;
        margin-bottom: 2rem;
    }

    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 35px;
        line-height: 50px;
    }

    section.second_ppc div.right_box_ppx h5.Schedule {
        font-size: 25px;
    }

    section.second_ppc div.right_box_ppx input.Form_input {
        width: 100%;
        padding-left: 9px;
        padding: 7px;
        padding-left: 16px;
        font-size: 17px;
        border-radius: 34px;
    }

    section.third_ppc div.box div.first-box {
        width: 100%;
        padding: 10px 0px;
        margin-bottom: 20px;
        border-radius: 5rem;
        border: none;
    }

    section.third_ppc div.box div.first-box h5 {
        font-size: 19px !important;
    }

    section.third_ppc {
        padding: 2rem 1.5rem;
    }

    section.card-section {
        padding: 0rem 1.5rem;
    }

    section.card-section h2.title {
        font-size: 33px;
        width: 100%;
        margin-bottom: 18px !important;
    }

    section.card-section div.cards div.main-card h5 {
        margin: 0;
        margin-top: 0px;
        font-size: 13px;
    }

    section.fifth_section h2 {
        font-size: 1.5rem;
        line-height: 36px;
    }

    section.fifth_section {
        padding: 0rem 1.5rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    section.fifth_section div.image_text_box div.fourth_image {
        width: 100%;
    }

    section.fifth_section div.image_text_box div.text_point ul li {
        margin: 12px 0rem;
        font-size: 17px;
    }


    section.card-section div.cards div.main-card div.card-box {
        padding: 7px 0px;
    }

    section.card-section div.cards {
        grid-template-columns: 48% 48%;
        width: 100% !important;
    }

    section.third_ppc div.box div.first-box i {
        font-size: 55px;
    }

    section.second_ppc div.left_box_ppc ul li {
        font-size: 17px;
        margin: 9px 0px;
    }

    section.second_ppc {
        padding: 2rem 1rem;
    }

    header div.top_header {
        font-size: 14px;
        padding: 8px 0rem;
        width: 100%;
        padding: 3px 23px;
    }


    header.header div.bottum_header {
        padding: 0.2rem 1rem;
        display: flex !important;
        flex-direction: row;
        align-items: center !important;
    }

    section.card-section div.card-box div.image-box {
        width: 10.8%;
    }


    section.fifth_section button.fifth_btn {
        width: 45%;
        font-size: 16px;
        margin-top: -0.5rem !important;
    }



    div.Optioncss {
        height: auto !important;
    }

    section.fifth div.fifth-main div.top-box div.left-box {
        width: 100% !important;
        margin-right: 0rem !important;
        padding-right: 0rem;
    }


    .swiper {
        width: 100%;
    }

    h4.testimonail_text {
        font-size: 15px;
        text-align: start !important;
    }
}

@media screen and (max-width:415px) {
    h4.testimonail_text {
        font-size: 14px;
        text-align: start !important;
    }
}

@media screen and (max-width:365px) {
    header.header div.bottum_heade div.right_header_box span i {
        padding: 6px;
        font-size: 6px;
        margin-right: 8px;
    }

    header.header div.bottum_heade div.right_header_box span {
        font-size: 13px;
    }

    header.header div.bottum_heade div.right_header_box {
        gap: 0.5rem;
        display: flex;
    }

    section.first_ppc div.left_box h1.firs_Heading {
        font-size: 30px;
        line-height: 49px;
        margin-bottom: 24px;
    }

    section.first_ppc {
        padding: 4rem 1rem;
    }


    section.first_ppc div.left_box button.first_btn {
        width: 57%;
        font-size: 15px;
        margin-bottom: 2.5rem;
    }

    section.fifth_section button.fifth_btn {
        width: 58%;
        padding: 7px;
        font-size: 16px;
    }


    section.second_ppc div.left_box_ppc h3.second_heading {
        font-size: 30px;
        line-height: 39px;
    }

    section.second_ppc div.left_box_ppc ul {
        padding-left: 0;
    }

    section.second_ppc {
        padding: 3rem 1.5rem;
    }

    section.second_ppc div.right_box_ppx button.second_btn {
        width: 53%;
        padding: 7px;
        font-size: 15px;
    }

    section.third_ppc {
        padding: 2rem 1rem;
    }

    section.card-section {
        padding: 0rem 1rem;
    }

    div.Optioncss {
        height: 19rem !important;
    }

    section.fifth div.fifth-main div.top-box div.left-box {
        width: 100% !important;
        margin-right: 0rem !important;
        padding-right: 0rem;
    }


}

@media screen and (max-width:365px) {
    @media screen and (max-height:840px) {


        h4.testimonail_text {
            font-size: 12px;
            text-align: start !important;
            margin: 10px 0;
        }

        section.first_ppc {
            padding: 1rem 1rem;
        }

    }
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background: whitesmoke;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    cursor: pointer;
}

.close:hover {
    color: #000;
}

.modal-header {
    background-color: #18bba2 !important;
    color: black;

}

.alertBox {
    display: none;
}


.button-2 {
    padding: 1.3em 3em;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #000;
    background-color: #4cbfa6;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    font-weight: 600;
}

.button-2:hover {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.button-2:active {
    transform: translateY(-1px);
}

.btn-close.custom-close {
    background-color: #dc3545;
    border-radius: 50%;
    padding: 0.5rem;
    filter: invert(1);
}

.btn-close.custom-close:hover {
    background-color: #bb2d3b;
}

.form-control {
    border-radius: 1.25rem !important;
    border: 2px solid black !important;
}


.testimonial-stars {
    font-size: 1.25rem;
    color: #FFD700;
}

.testimonail_text .span_text {
    font-size: 0.95rem;
    color: #fff;
}

.swiper-slide h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
    text-align: start;
}

.custom-swiper-btn {
    background-color: #f1f1f1;
    border-radius: 50%;
    padding: 10px;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.custom-swiper-btn:hover {
    background-color: #ddd;
}

.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}


.swiper-button-prev,
.swiper-button-next {
    background-color: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #4cbfa6;

}

input.form-control::placeholder {
    color: #ccc;
    opacity: 0.7;
}


input.form-control:focus {
    color: black;
    border: 1px solid #0dcaf0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.25);
}

textarea.descripation:focus {
    color: black;
    border: 1px solid #0dcaf0;
    box-shadow: 0 0 0 0.2rem rgba(13, 202, 240, 0.25);
}

.right_box_ppx {
    max-width: 520px;
    margin: auto;
}

.button-3 {
    background-color: #4cbfa6 !important;
}

.info-box {
    background-color: #4cbfa6;
    color: #fff;
    min-height: 142px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(13, 202, 240, 0.3);
}

.info-box h5 {
    font-size: 1.1rem;
    margin: 0;
}

@media (max-width: 576px) {
    .info-box {
        min-height: auto;
        padding: 2rem 1rem;
    }
}

.testimonial-card {
    background-color: #1e1e2f;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 276px;
    max-width: 500px;
    margin: auto;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(13, 202, 240, 0.3);
    background: #4cbfa6;
    border: 2px solid black;
}

.testimonail_text span {
    font-size: 0.95rem;
    color: #ccc;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 556px !important;
        margin: 1.75rem auto;
    }
}

.text-infos {
    color: #fff !important;
}

.image-section {
    padding: 20px 0;
}

.image-box {
    display: inline-block;
    margin: 0 25px;
    padding: 10px;
    background: #1c1c1c;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
}

.image-box:hover {
    transform: scale(1.05);
}

.image-box img {
    max-height: 60px;
    max-width: 120px;
    object-fit: contain;
    filter: brightness(0.9);
}

marquee {
    width: 100%;
}


/* /////////////////////////////////// */



/* /////////////////// */

.faq-item {
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    background: white;
    color: black;
    cursor: pointer;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.faq-item.active .faq-content {
    max-height: 380px;
    font-weight: 400;
}

.icon {
    transition: transform 0.4s ease;
    display: inline-block;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .faq-item h5 {
        font-size: 1rem;
    }

    .icon {
        font-size: 1.5rem;
    }
}