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

.lottery_sec_body {
    background: #FFFFFF !important;
}


.main-container {
    background-image: url("../images/cus-service.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .main-container {
        padding: 0 20px;
    }
}

.img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.header-content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1680px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.left_wrapper {
    width: 24%;
}

@media (max-width: 991px) {
    .header-content {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 40px 0;
    }
}

.banner_title {
    width: 30%;
    color: #fff;
    flex-basis: auto;
    margin: auto 0;
    font-family: Commissioner, sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
}

@media (max-width: 991px) {
    .banner_title {
        max-width: 100%;
        font-size: 40px;
        line-height: 54px;
    }
}

.description {
    color: rgba(255, 255, 255, 0.9);
    font: 500 20px/34px Poppins, sans-serif;
}

.form-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    font-weight: bold;
}

.input-text,
.input-textarea {
    padding: 10px;
    border-radius: 15px;
    border: none;
}

.input-textarea {
    resize: vertical;
}

.submit-button {
    margin-top: 48px;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    font-family: Poppins, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 991px) {
    .submit-button {
        margin-top: 40px;
    }
}


.main_container_2 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    background-image: url("../images/custom-service_banner_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .main-container {
        padding: 0 20px;
    }
}

.img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.custom_service_tag {
    display: inline-block;
    /*margin-top: 80px;*/
    border-radius: 8px;
    background: #2A8D95;
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 16px;
    padding: 7px 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: center;
    margin-bottom: 16px;
}

.main_container_2 .heading_wrapper {
    position: relative;
    background-image: url("../images/section2-border.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 119px 0 210px;
    padding-top: 80px;
}


@media (max-width: 991px) {
    .heading_wrapper {
        max-width: 100%;
        margin: 40px 0;
        padding: 0 20px;
    }
}

.content_wraper {
    display: flex;
    width: 100%;
    max-width: 1345px;
    flex-direction: column;
    align-items: center;
    margin: 15px 0 18px;
}

@media (max-width: 991px) {
    .content_wraper {
        max-width: 100%;
        margin: 40px 0;
    }
}

.sec2_title {
    color: #000;
    text-align: center;
    font-family: Commissioner, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

@media (max-width: 991px) {
    .sec2_title {
        max-width: 100%;
        font-size: 40px;
    }
}

.div-5 {
    width: 90%;
    color: #494b50;
    text-align: center;
    margin-top: 32px;
    font: 500 18px/31px Poppins, sans-serif;
}

@media (max-width: 991px) {
    .div-5 {
        max-width: 100%;
        margin-top: 40px;
    }
}


.custom_service .main_container_2 .card_group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns with equal width */
    grid-template-rows: repeat(2, 445px); /* 3 rows with fixed height of 100px */
    gap: 2%;
    flex-wrap: wrap;
    justify-content: center;
}

.custom_service .card_group .margin {
    margin-top: 24px;
}

.custom_service .card_group .serv_card_border {
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 16px 9px;
    height: 100%;

}

.ser_card_purple {
    background-image: url("../images/service-card1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser_card_pink {
    background-image: url("../images/ser-pink.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser_card_green {
    background-image: url("../images/ser-greeen.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser_card_blue {
    background-image: url("../images/ser-blue.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.ser_card_red {
    background-image: url("../images/ser-red.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser_card_orange {
    background-image: url("../images/ser-orange.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser_card_green2 {
    background-image: url("../images/ser-green2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ser_card_blue2 {
    background-image: url("../images/sev-blue2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom_service .card_wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 24px;
    height: 100%;
    justify-content: center;
    align-items: start;
    padding: 20px;

}

.custom_service .card_group .card_wrapper .card-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom_service .card_group .card_wrapper .card-content .content_wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom_service .card_group .card_wrapper .card-content .content_wraper .card_bottom_right {
    width: 108.956px;
    height: 138.152px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    background-image: url("../images/card-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 29px;
    padding-left: 10px
}

.custom_service .card_group .card_wrapper .card-content .content_wraper .card_bottom_right .rigth_image_wrapper {
    position: relative;
}

.custom_service .card_group .card_wrapper .card-content .card_number_wrapper {
    color: #FFF;
    font-family: Poppins, serif;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.4px;
}

.custom_service .card_group .card_wrapper .card-content .serv_card_title {
    color: #FFF;
    background: transparent;
    text-align: left;
    font-family: Poppins, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    width: 100%;
}

.custom_service .card_group .card_wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.custom_service .card_group .card_wrapper .card-content .description {
    color: rgba(255, 255, 255, 0.90);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 0.18px;
    text-align: left;
}

.custom_service .section_3 {
    background-image: url("../images/serv-section3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_3 .heading_wrapper {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1680px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 83px 0 335px;
}

.section_3 .heading_wrapper .custom_service_tag {
    border-radius: 8px;
    background: #2A8D95;
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 16px;
    padding: 7px 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section_3 .heading_wrapper .content_wraper .sec2_title {
    color: #FFF;
    text-align: center;
    font-family: Commissioner, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 24px;
}

.section_3 .heading_wrapper .content_wraper .sub_title {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.6px
}


.section_3 .heading_wrapper .content_wraper .card_group .card_1 {
    position: absolute;
    top: 0px;
    left: -53%;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_2 {
    position: absolute;
    top: 293px;
    left: -62%;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_3 {
    position: absolute;
    top: 599px;
    left: -48%;

}

.section_3 .heading_wrapper .content_wraper .card_group .card_4 {
    position: absolute;
    top: 689px;
    left: 30%;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_5 {
    position: absolute;
    top: 0;
    right: -57%;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_6 {
    position: absolute;
    top: 296px;
    right: -65%;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_7 {
    position: absolute;
    top: 590px;
    right: -63%;
}

.section_3 .heading_wrapper .content_wraper .card_group_mobile {
    display: none;
    margin-top: 80px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_wrapper, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper {
    border-radius: 16px;
    border: 1px solid #FFF;
    position: relative;
    padding: 24px;
    width: 404px;
    height: 228.8px;
    overflow: visible;
    flex-basis: 350px;
}

.section_3 .heading_wrapper .content_wraper .card_group {
    position: relative;
    margin-top: 100px;
    background-image: url("../images/serv_serction3_image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 746.106px;
    height: 652.924px;
}

.section_3 .heading_wrapper .content_wraper .card_group .card_wrapper .card_icon, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper .card_icon {
    background: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: -31px;
    right: 22px;
    padding: 10px;
    border-radius: 50%;
}

.section_3 .heading_wrapper .content_wraper .card_wrapper .heading {
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 32.4px */
}

.section_3 .heading_wrapper .content_wraper .card_wrapper .sub_heading {
    color: rgba(255, 255, 255, 0.90);
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%; /* 31.5px */
    letter-spacing: 0.18px;
    -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom_service .section_4 {

}

.section_4 .sec_4_banner {
    margin: 120px 0 132px 0;
    height: 388.923px;
    padding: 72px;
    background-image: url("../images/service-sec4-banner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: self-start;
    flex-direction: column;
    gap: 20px;
}

.section_4 .sec_4_banner h3 {
    color: #FFF;
    font-family: Commissioner, serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
    width: 57%;

}

.section_4 .sec_4_banner button {
    padding: 14px 32px;
    border-radius: 15px;
    background: #B910A0;
    border: none;
    outline: none;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal

}


.custom_service .section_4_2 {
    /*padding-top: 90px;*/
    background-image: url("../images/service-section4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 160px;
}

.custom_service .section_4_2 .heading_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.custom_service .section_4_2 .heading_wrapper .content_wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;

}

.custom_service .section_4_2 .heading_wrapper .content_wraper .sec2_title {

}

.custom_service .section_4_2 .heading_wrapper .content_wraper .sub_title {
    text-align: center;
    color: #494B50;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
}

.custom_service .section_4_2 .heading_wrapper .card_group_4_2 {
    display: flex;
    /*grid-template-columns: repeat(5, 1fr); !* 4 columns with equal width *!*/
    /*grid-template-rows: repeat(2, 259px); !* 3 rows with fixed height of 100px *!*/
    gap: 17px;
    flex-wrap: wrap;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
}

.custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
    flex-basis: 18%;
    width: 100%;
    height: 100%;
    align-self: center;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #A0F;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.1%, #A0F 99.9%);
}

.custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 p {
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 30.6px */
}


.custom_service .section_5 .section_5_1 {
    background-image: url("../images/sec_5_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 280px;
}

.custom_service .section_5 .section_5_1 .heading_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    position: relative;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper {
    margin-bottom: 300px;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 376.527px);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    position: absolute;
    bottom: -216px;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url('../images/sec_5_card1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*overflow: hidden;*/
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_2 {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url('../images/sec_5_card2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*overflow: hidden;*/
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_3 {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url('../images/sec_5_card3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*overflow: hidden;*/
}


.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag1 {
    width: 105.233px;
    height: 105.233px;
    flex-shrink: 0;
    background: #FFB4F3;
    padding: 28px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag2 {
    width: 105.233px;
    height: 105.233px;
    flex-shrink: 0;
    background: #DADAFF;
    padding: 28px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag3 {
    width: 105.233px;
    height: 105.233px;
    flex-shrink: 0;
    background: #FFB4B4;
    padding: 28px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings {
    padding: 90px 9% 9% 9%;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings .main_heading {
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 158.333% */
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings .sub_heading {
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 28.05px */
    letter-spacing: 0.17px;
    word-break: break-all;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .card_bottom {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: 0;
    z-index: 1;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper .sec2_title {
    color: #FFFFFF;
}

.custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper .sub_title {
    color: #FFFFFF;
    text-align: center;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
}

.custom_service .section_5 .section_5_2 {
    position: relative;
    background-image: url("../images/sec_5_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom_service .section_5 .section_5_2 .heading_wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap {
    margin-top: 50px;
    width: 100%;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card_figure {
    margin: 0px;
    width: 100%;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card_figure img {
    width: 100%;

}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card_group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card_group2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 16px;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card {
    width: 380.066px
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card .heading {
    font-family: Poppins, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card .sub_heading {
    color: #494B50;
    text-align: center;
    font-family: Poppins, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 26.4px */
}

.custom_service .section_5 .section_5_2 .heading_wrapper .content_wraper .sub_title {
    color: #494B50;
    text-align: center;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.custom_service .section_5 .section_5_2 .heading_wrapper .content_wraper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}


.custom_service .section_6 {
    background-image: url("../images/serv-section-6-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 130px 0;

}


.custom_service .section_6 .section_6_top .section_6_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
}

.custom_service .section_6 .section_6_top .section_6_content h2 {
    width: 650px;
    color: #FFF;
    font-family: Commissioner, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 70px */
}

.custom_service .section_6 .section_6_top .section_6_content p {
    color: #FFF;
    text-align: right;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
}

.custom_service .section_6 .section_6_bottom_card {
    padding: 78px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.custom_service .section_6 .section_6_bottom_card h4 {
    width: 24%;
    color: #FEFFF8;
    font-family: Poppins, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 158.333% */
}


.custom_service .section_6 .section_6_bottom_card p {
    width: 100%;
    color: #FEFFF8;
    font-family: Poppins, serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 28.05px */
    letter-spacing: 0.17px;
    text-align: left;
}

.custom_service .section_6 .section_6_bottom_card div {
    width: 10%;
    color: #FEFFF8;
    text-align: right;
    font-family: Poppins, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 59.375% */
}
.custom_service .section_6_bottom .container{
     max-width: 100% !important;
}
.custom_service .section_6_bottom .container:hover{
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(22px);
}
.custom_service .section_6_bottom .container:hover .count-number {

    background: linear-gradient(
        250deg,
        #00ffa3 -6.39%,
        #dc1fff 181.32%
      );
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    
}
.custom_service .section_7 {
    background: linear-gradient(180deg, #FFF 0%, rgba(203, 247, 251, 0.42) 60.41%, rgba(255, 255, 255, 0.05) 100%);
}

.custom_service .section_7 .section_7_wrapper {
    padding: 99px 0;
}

.custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper .heading {
    color: #000;
    font-family: Commissioner, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 85.714% */
}

.custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper .contact_us_btn {
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 15px;
    background: #2A8D95;
    padding: 11px 23px;
    align-self: center;
    text-wrap: nowrap;
}

.custom_service .section_7 .section_7_wrapper .heading_wrapper .sub_heading {
    margin-top: 30px;
    color: #494B50;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 30.6px */
}

.custom_service .section_7 .section_7_accordian_group {
    margin-top: 64px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 37px;
}

.section_7_accordian {
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid #E0E0E0;;
    padding: 26px 40px;
    position: relative;
    overflow: hidden;
    transition: 0.3 ease;
    flex-grow: 1;
    width: 40%;
    height: 100%;
}

.section_7_accordian h3 {
    color: #000;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */

}

.section_7_accordian p {

}

.section_7_accordian.active {
    background-color: transparent;
}

.section_7_accordian.active::before,
.section_7_accordian.active::after {
    content: "\f075";
    font-family: "Font Awesome 5 Free", serif;
    color: #2ecc71;
    font-size: 7rem;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.section_7_accordian.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.section_7_accordian-title {
    margin: 0 35px 0 0;
}

.section_7_accordian-text {
    display: none;
    margin: 30px 0 0;
}

.section_7_accordian.active .section_7_accordian-text {
    display: block;
    color: #494B50;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.section_7_accordian-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 26px;
    right: 30px;
    height: 30px;
    width: 30px;
}

.section_7_accordian-toggle:focus {
    outline: 0;
}

.section_7_accordian-toggle .fa-times {
    display: none;
}

.section_7_accordian.active .section_7_accordian-toggle .fa-times {
    color: #fff;
    display: block;
}

.section_7_accordian.active .section_7_accordian-toggle .fa-chevron-down {
    display: none;
}

.section_7_accordian.active .section_7_accordian-toggle {
    /*background-color: #9fa4a8;*/
}

.custom_service .section_8 .container .heading_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 72px;
}

.custom_service .section_8 {
    padding: 45px 0;
    background-image: url("../images/serv-sec8-background.png"), radial-gradient(52.17% 28.24% at 52.75% 47.09%, #D2FCFF 0%, #FDFFF4 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.custom_service .section_8 .container .heading_wrap .heading {
    color: #000;
    text-align: center;
    font-family: Commissioner, serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 64.4px */
}

.custom_service .section_8 .container .section_8_card_group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 51px;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card {
    width: 100%;
    height: 100%;
    display: inline-block;
    flex-basis: 25%;
    flex-grow: 1;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .card_image_wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .card_image_wrap .card_banner {
    margin: 0px;
    width: 100%;
    height: 100%;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .card_image_wrap .card_banner img {
    width: 100%;
    height: 385.081px;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .card_image_wrap .webllisto-icon {
    position: absolute;
    left: 0;
    top: 15px;
    background: white;
    padding: 10px;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .card_image_wrap .writer_info {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    left: 12px;
    bottom: 15px;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .card_image_wrap .writer_info p {
    margin-bottom: 0px;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .section_8_card_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 20px 20px;
    border: 1px solid rgba(161, 161, 161, 0.40);
    border-top: 0;
    gap: 20px;
    margin: 0px 25px 25px 25px;
    padding-top: 20px;
    position: relative;
    padding-bottom: 32px;
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .section_8_card_content h6 {
    width: 311px;
    color: #000;
    text-align: center;
    font-family: Poppins, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 32.4px */

}

.custom_service .section_8 .container .section_8_card_group .section_8_card .section_8_card_content p {
    color: #494B50;
    text-align: center;
    font-family: Poppins, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
}

.custom_service .section_8 .container .section_8_card_group .section_8_card .section_8_card_content .bottom_arrow_icon {
    position: absolute;
    bottom: -25px;
    z-index: 1;
    left: 44%;
}

.section_5_2_steps_wrap_mobile {
    display: none;
    flex-direction: row;
}

.section_5_2_steps_wrap_mobile_content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media screen and (max-width: 1900px) {
    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 50%
    }
}

@media screen and (max-width: 1800px) {
    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 45%
    }


    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper {
        width: 353px;
        height: 199.8px;
    }

    .section_3 .heading_wrapper .content_wraper .card_wrapper .sub_heading {
        font-size: 14px;
    }
}

@media only screen and  (min-width: 1200px) and (max-width: 1499px) {
    .section_4 .sec_4_banner {
        margin: 20px 0 20px 0;
    }

    .banner_title {
        width: 40%;
    }

    .left_wrapper {
        width: 30%
    }

    .section_4 .sec_4_banner h3 {
        font-size: 24px;
    }

    .section_4 .sec_4_banner button {
        font-size: 15px;
    }

    .custom_service .card_group .card_wrapper .card-content {
        gap: 0px;
    }

    .custom_service .card_group .card_wrapper .card-content .content_wraper .card_bottom_right {
        width: 72.956px;
        height: 91.152px;
    }

    .custom_service .card_group .card_wrapper .card-content .content_wraper .card_bottom_right img {
        width: 50%;
    }

    .custom_service .card_group .card_wrapper .card-content .serv_card_title {
        font-size: 18px;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-rows: repeat(2, 377px);
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 40%
    }


    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper {
        width: 287px;
        height: 199.8px;
    }

    .section_3 .heading_wrapper .content_wraper .card_wrapper .sub_heading {
        font-size: 14px;
    }

    .custom_service .card_group .card_wrapper {
        gap: 10px;
    }

    .custom_service .card_group .card_wrapper .card-content .description {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 23.7px;

    }

    /*.section_3 .heading_wrapper .content_wraper .card_group .card_5 {*/
    /*    right: -345px;*/
    /*}*/
    .section_3 .heading_wrapper .content_wraper .card_group .card_6 {
        right: -74%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_7 {
        right: -74%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_2 {
        left: -73%
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_1 {
        left: -69%;
    }


}

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

    .banner_title {
        font-size: 52px;
        margin: 0 !important;
    }

    .description {
        font: 500 14px/25px Poppins, sans-serif;
    }

    .submit-button {
        margin-top: 24px;
        font-size: 17px;
    }

    .left_wrapper {
        width: 24%;
    }

    .sec2_title {
        font-size: 38px;
    }

    .div-5 {
        width: 90%;
        color: #494b50;
        text-align: center;
        margin-top: 15px;
        font: 500 14px/31px Poppins, sans-serif;
    }

    .header-content {
        align-items: start;
    }

    .content_wraper {
        margin: 0;
    }

    .custom_service .card_group .card_wrapper .card-content .content_wraper {
        gap: 5px;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-rows: repeat(2, 345px);
        margin-top: 35px;
    }

    .main_container_2 .heading_wrapper {
        margin: 100px 0 130px;
    }

    .section_3 .heading_wrapper .content_wraper .sec2_title {
        font-size: 38px;
    }

    .section_3 .heading_wrapper .content_wraper .sub_title {

        font-size: 16px;
    }

    .section_3 .heading_wrapper .content_wraper .card_wrapper .heading {
        font-size: 19px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper {
        padding: 14px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper .card_icon img, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper .card_icon img {
        width: 23px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper .card_icon, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper .card_icon {
        padding: 14px 15px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper {
        width: 300px;
        height: unset;
        padding: 17px;
    }

    .section_3 .heading_wrapper .content_wraper .card_wrapper .sub_heading {
        font-size: 13px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 43%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_1 {
        left: -55%;
        top: 7%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_2 {
        left: -66%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_3 {
        top: 533px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_4 {
        top: 629px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_5 {
        top: 63px;
        right: -63%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_6 {
        right: -67%;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_7 {
        top: 539px;
        right: -60%;
    }

    .section_4 .sec_4_banner h3 {
        font-size: 30px;
    }

    .section_4 .sec_4_banner button {
        border-radius: 12px;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        padding: 15px;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 p {
        font-size: 14px;
        margin-top: 17px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper .sub_title {
        font-size: 16px;
    }

    .custom_service .section_4_2 .heading_wrapper .content_wraper .sub_title {
        font-size: 16px;
    }

    .custom_service .card_group .card_wrapper {
        gap: 6px;
    }

    .main_container_2 .heading_wrapper {
        padding-top: 60px;
    }

    .custom_service .section_4_2 .heading_wrapper .content_wraper {
        gap: 18px;
    }

    .section_4 .sec_4_banner button {
        padding: 9px 21px;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 {
        margin-top: 40px;
    }

    .custom_service .section_4_2 {
        padding-bottom: 100px;

    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 {
        gap: 32px;
        bottom: -130px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag1 {
        width: 84.233px;
        height: 85.233px;
        padding: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag2 {
        width: 84.233px;
        height: 85.233px;
        padding: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag3 {
        width: 84.233px;
        height: 85.233px;
        padding: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag1 img {
        width: 40px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag2 img {
        width: 40px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag3 img {
        width: 40px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings {
        padding: 58px 7% 7% 7%;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 {
        grid-template-rows: repeat(1, 305.527px);
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings .main_heading {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings .sub_heading {
        font-size: 14px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper {
        padding-top: 80px;
    }

    .custom_service .section_5 .section_5_1 {
        margin-bottom: 225px;
    }

    .custom_service_tag {
        font-size: 14px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .content_wraper {
        gap: 16px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .content_wraper .sub_title {
        font-size: 16px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card .heading {
        font-size: 20px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card .sub_heading {
        font-size: 13px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        position: relative;
        margin-top: 70px;
    }

    .custom_service .section_6 .section_6_top .section_6_content h2 {
        font-size: 42px;
    }

    .custom_service .section_6 .section_6_top .section_6_content {
        align-items: start;
    }

    .custom_service .section_6 .section_6_top .section_6_content p {
        font-size: 14px;
        margin-top: 60px;
    }

    .custom_service .section_6 .section_6_top .section_6_content .content_wrap {
        width: 60%;
    }

    .custom_service .section_6 .section_6_top .section_6_content h2 {
        width: 485px;
    }

    .custom_service .section_6 .section_6_top .section_6_content p {
        width: 100%;
    }

    .custom_service .section_6 .section_6_bottom_card h4 {
        font-size: 17px;
    }

    .custom_service .section_6 .section_6_bottom_card p {
        font-size: 13px;
        width: 100%;
    }

    .custom_service .section_6 .section_6_bottom_card div {
        font-size: 48px;
    }

    .custom_service .section_6 {
        padding: 60px 0;
    }

    .custom_service .section_6 .section_6_bottom_card {
        margin-top: 0px;
        padding: 44px 0;
        align-items: center;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        position: relative;
        margin-top: 48px;
    }

    .section_3 .heading_wrapper {
        padding: 83px 0 260px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper {
        margin-bottom: 268px;
    }

    .custom_service .section_5 .section_5_1 {
        margin-bottom: 182px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper {
        padding-bottom: 80px;
    }
}


@media screen and (max-width: 1300px) {
    .custom_service .section_8 .container .section_8_card_group .section_8_card {
        flex-grow: unset;
    }
    .custom_service .section_6 .section_6_top .section_6_content p{
        width: 100%;
    }
}


@media only screen and (max-width: 1199px) {
    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .card_bottom {
        position: unset;
        display: none;
    }

    .section_4 .sec_4_banner {
        margin: 12px 0;
    }

    .main-container {
        background-image: linear-gradient(#000000a3, #000000a3), url("../images/cus-service.png");
        background-size: cover;

    }

    .section_3 .heading_wrapper {
        padding: 70px 0 118px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 80%;
    }

    .container.header-content {
        display: flex;
        flex-direction: column;
        width: 82%;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-rows: repeat(2, 421px);
        margin-top: 60px;
    }

    .custom_service .card_group .card_wrapper .card-content .description {
        font-size: 16px;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-columns: repeat(3, 1fr);
    }

    .custom_service .card_group .margin {
        margin-top: 0px;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        flex-basis: 24%;
    }

    .section_4 .sec_4_banner h3 {
        font-size: 24px;
    }

    .section_4 .sec_4_banner button {
        font-size: 15px;
    }

    .container.header-content {
        display: flex;
        flex-direction: column;

    }

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

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

    .description {
        text-align: center;
    }

    .section_4 .sec_4_banner {
        margin: 25px 0 49px 0;
        padding: 40px;
    }

    .card_1, .card_2, .card_3, .card_4, .card_5, .card_6, .card_7 {
        display: none;
    }

    .section_3 .heading_wrapper .content_wraper .card_group_mobile {
        display: flex;
        gap: 40px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 {
        position: static;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 390.527px);
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 {
        width: 455px;
        min-height: 300px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .content_wraper {
        margin-bottom: 40px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_3 {
        margin-top: 56px;
    }


    /*.custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap {*/
    /*    display: none;*/
    /*}*/
    .custom_service .section_5 .section_5_1 {
        margin-bottom: 100px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card_figure {
        width: 96%;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings .main_heading {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .headings .sub_heading {
        font-size: 17px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag1 {
        top: -41px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag2 {
        top: -41px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 .top_tag3 {
        top: -41px;
    }

    .custom_service .section_6 .section_6_bottom_card h4 {
        width: 30%;
    }
    .custom_service .section_6 .section_6_bottom_card {
        padding: 20px 0;
    }
    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card {
        width: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    .container.header-content {
        display: flex;
        flex-direction: column;
    }

    .banner_title {
        width: 100%;
    }

    .custom_service .card_group .card_wrapper .card-content .description {
        font-size: 16px;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-rows: repeat(4, 421px);
        grid-template-columns: repeat(2, 359px);
    }

    .custom_service .section_4_2 {
        padding-bottom: 24px;
    }

    .section_4 .sec_4_banner {
        margin: 25px 0 30px 0;
    }

    .section_4 .sec_4_banner {
        height: 307.923px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 {
        margin-top: 56px;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        flex-basis: 31%;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 {
        margin-top: 34px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 60%;
    }
}

@media only screen and (max-width: 979px) {
    .custom_service .main_container_2 .card_group {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 445px);
        padding-bottom: 45px
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_2 {
        margin-top: 56px;
    }


    .custom_service .section_6 .section_6_top .section_6_content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .custom_service .section_6 .section_6_top .section_6_content p {
        text-align: center;
    }

    .custom_service .section_7 .section_7_accordian_group {
        flex-direction: column;
    }

    .custom_service .section_6 .section_6_top .section_6_content .content_wrap {
        width: 90%;
    }

    .custom_service .section_6 .section_6_top .section_6_content h2 {
        width: unset;
    }

    .custom_service .section_6 .section_6_top .section_6_content p {
        width: 100%;
        margin-top: 20px;
    }

    .section_4 .sec_4_banner {
        background-size: cover;
        border-radius: 32px;
    }

    .container.header-content {
        width: 100%;
    }
    .sec2_title {
        font-size: 30px;
    }
    .section_3 .heading_wrapper .content_wraper .sub_title {
        font-size: 14px;
    }
    .section_3 .heading_wrapper .content_wraper .sec2_title {
        font-size: 30px;
    }
    .custom_service .card_group .card_wrapper .card-content .description {
        font-size: 14px;
    }
    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap .step_card {
        width: 220px;
    }
}

/* 768 */

@media only screen and (max-width: 767px) {
    .section_4 .sec_4_banner {
        background-size: cover;
    }


    .section_7_accordian {
        width: 100%;
    }

    .custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper .contact_us_btn {
        margin-top: 20px;

    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        flex-basis: 43%;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-columns: repeat(1, 367px);
        grid-template-rows: repeat(8, 445px);
    }

    .custom_service .main_container_2 .card_group {
        gap: 1%;
    }

    .main_container_2 .heading_wrapper {
        margin: 100px 0 230px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        height: 472.924px;
        margin-top: 47px;
    }
}

/* 650 */

@media only screen and (max-width: 649px) {
    .custom_service .section_6 .section_6_top .section_6_content h2 {
        width: 100%;
    }


    .custom_service .section_7 .section_7_accordian_group {
        flex-direction: column;
    }

    .section_7_accordian {
        width: 100%;
    }

    .custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper .contact_us_btn {
        margin-top: 20px;

    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        flex-basis: 42%
    }

    .custom_service .section_6 .section_6_top .section_6_content p {
        width: 100%;
    }

    .section_3 .heading_wrapper {
        padding-bottom: 72px;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 {
        margin-top: 24px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper {
        padding-bottom: 72px;
    }

    .custom_service .section_6 .section_6_wrapper {
        padding: 64px 0;
    }

    .custom_service .main_container_2 .card_group {

        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 445px);
        padding-bottom: 120px;
    }

    .custom_service .section_4_2 {
        padding-bottom: 60px;
    }



    .custom_service .section_6 .section_6_bottom_card p {
        width: 100%;
    }

    .custom_service .main_container_2 .card_group {
        gap: 1%;
    }

    .custom_service .section_7 .section_7_wrapper .heading_wrapper .sub_heading {
        text-align: center;
    }

    .main_container_2 .heading_wrapper {
        margin: 60px 0 210px;
        padding-top: 60px
    }

    .custom_service .section_6 .section_6_top .section_6_content .content_wrap {
        width: 100%;
    }

    .custom_service .section_6 .section_6_wrapper {
        padding: 0px 0;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-rows: repeat(8, 445px);
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        flex-basis: 66%;
    }

    .custom_service .section_4_2 {
        padding-bottom: 2px;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-columns: repeat(1, 351px);
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        height: 324.924px;
    }

    .main_container_2 .heading_wrapper {
        margin: 60px 0 170px
    }

    .section_4 .sec_4_banner {
        background-image: unset;
        background: black;
    }

    .section_4 .sec_4_banner h3 {
        width: 100%;
        text-align: center;
    }

    .section_4 .sec_4_banner {
        text-align: center;
    }

    .section_4 .sec_4_banner button {
        text-align: center;
        margin: 0 auto;
    }

    .main-container {
        padding: 0;
        min-height: 75vh;
    }

    .banner_title {
        font-size: 34px;
    }

    .section_3 .heading_wrapper .content_wraper .sec2_title {
        line-height: 130%;
    }

    .heading_wrapper {
        padding: 0px;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap {
        display: none;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper .section_5_2_steps_wrap_mobile {
        display: flex;
        margin-top: 60px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper {
        height: 172.8px !important;
    }

    .custom_service .section_5 .section_5_2 .heading_wrapper {
        padding-bottom: 32px;
    }

    .heading {
        font-size: 36px;
        line-height: 130%;
    }

    .custom_service .section_6 .section_6_bottom_card h4 {
        line-height: 130%;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 {
        width: 381px;
    }
}

/* 480 */

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


    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 379px;
    }

    .section_4 .sec_4_banner {
        align-items: center;
    }

    .custom_service .section_4_2 .heading_wrapper .card_group_4_2 .card_4_2 {
        flex-basis: 100%;
    }

    .custom_service .section_6 .section_6_bottom_card {
        flex-direction: column;
    }

    .custom_service .section_6 .section_6_bottom_card h4 {
        width: 100%;
        text-align: center;
    }

    .custom_service .section_6 .section_6_bottom_card p {
        width: 100%;
        text-align: center;

    }

    .section_4 .sec_4_banner h3 {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        height: 362px;
    }

    .section_3 .heading_wrapper .content_wraper .sec2_title {
        font-size: 38px;
        line-height: 44px;
    }

    .custom_service .section_6 .section_6_top .section_6_content h2 {
        font-size: 38px;
        margin-top: 20px;

    }

    .custom_service .section_6 .section_6_bottom_card {
        margin-top: 41px;
    }

    .custom_service .section_7 .section_7_wrapper .heading_wrapper .main_heading_wrapper .heading {
        font-size: 38px;
        margin-top: 20px;

    }

    .custom_service .section_8 .container .heading_wrap .heading {
        font-size: 38px;
        margin-top: 20px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 {
        width: 100%;
    }


    .section_5_2_steps_wrap_mobile .section_5_2_steps_wrap_mobile_content {
        width: 100%;

    }

    .section_5_2_steps_wrap_mobile .w-100 {
        display: none;
    }

    .heading {
        font-size: 28px;
    }

    .custom_service .section_6 .section_6_bottom_card {
        padding: 0 0;
    }

    .section_3 .heading_wrapper .content_wraper .sec2_title {
        font-size: 28px;
    }

    .custom_service .section_6 .section_6_top .section_6_content h2 {
        font-size: 28px;
    }

    .banner_title {
        line-height: 130%;
    }

    .custom_service .main_container_2 .card_group {
        grid-template-rows: repeat(8, 387px);
    }

    .custom_service .card_group .card_wrapper .card-content .description {
        font-size: 14px;
        line-height: 20px;
    }
    .custom_service .section_6 .section_6_bottom_card div{
        width: 100% !important;
        text-align: center;
    }
}

/* 375 */

@media only screen and (max-width: 374px) {
    .custom_service .card_group .card_wrapper .card-content .content_wraper {
        margin-top: 0;
    }

    .custom_service .card_group .card_wrapper .card-content .description {
        text-align: left;
    }

    .custom_service .card_group .card_wrapper .card-content {
        gap: 0px;
    }

    .custom_service .card_group .card_wrapper .card-content .description {
        font-size: 13px;
        line-height: 20px;
    }

    .section_4 .sec_4_banner {
        padding: 10px;
    }

    .custom_service .section_5 .section_5_1 .heading_wrapper .card_group_5 .card_5_1 {
        width: 100%;
    }


    .heading_wrapper {
        padding: 0;
    }

    .heading {
        font-size: 20px;
        line-height: 25px;
    }

    .section_7_accordian {
        padding: 16px 24px;
    }

    .section_7_accordian h3 {
        font-size: 14px;
    }

    .section_7_accordian-toggle {
        top: 16px;
        right: 10px;
    }

    .custom_service .section_8 .container .section_8_card_group .section_8_card .section_8_card_content h6 {
        font-size: 14px;
        width: 282px;
    }

    .section_3 .heading_wrapper .content_wraper .card_group .card_wrapper, .section_3 .heading_wrapper .content_wraper .card_group_mobile .card_wrapper {
        width: 285px;
        height: 286.8px;

    }

    .section_3 .heading_wrapper .content_wraper .card_group {
        width: 263px;
        height: 206px;

    }


}