/*
 Theme Name:   Divi Child
 Theme URI:    https://yourwebsite.com/
 Description:  A child theme for Divi
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     Divi
 Version:      1.0.0
*/

/* Add your custom CSS below this line */

/*
Theme Name:     Divi Child
Theme URI:      https://example.com/
Description:    A child theme for the Divi theme.
Author:         Your Name
Author URI:     https://yourwebsite.com/
Template:       Divi
Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");

/* Add your custom styles below */


/* Header CSS */
.header-menu .et_pb_menu__menu {
    border: 1px solid rgba(144, 146, 145, 0.15);
    background: var(--Base-White, #FFF);
    box-shadow: 0px 8px 16px 0px rgba(148, 148, 148, 0.04);
    padding: 8px 30px;
    border-radius: 50px;
}

.header-menu #menu-primary-menu li a {
    font-weight: 500;
}

/* .et_pb_section_0_tb_header .et_pb_button_module_wrapper .header-button:hover {
    background: #3f39fe !important;
    color: #fff !important;
} */
.productExellence {
    padding: 5px 15px !important;
    display: inline-block;
}

.productExellence h4.dtq-info-box-title {
    padding-bottom: 0px !important;
    line-height: 30px;
    padding-top: 3px;
}

.heder {
    display: flex;
    align-items: center;
}

.testimonial-section .et_pb_specialty_column {
    border-radius: 24px;
    background: #F9F9FC;
    padding: 25px;
}

.consumer-section {
    background: #FFF;
    margin-bottom: 23px;
    padding: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.patient-seciton {
    display: flex;
}

.testimonial-section .et_pb_number_counter .percent {
    margin-bottom: 0;
    height: auto !important;
}

.banner-heading span {
    background: linear-gradient(90deg, #2521B5 0%, #857EFF 50%, #2521B5 100%);
    border-radius: 50px;
    color: #fff;
    padding: 0 20px;
}

.intro-section {
    background-color: #FAFAFA;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid rgba(146, 144, 143, 0.24);
}

.container {
    width: 1280px !important;
}

.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 1280px !important;
}

.founder-section .et_pb_column_9 {
    padding-bottom: 0;
}

.founder-section>.et_pb_row {
    display: flex;
    align-items: center;
    border-radius: 24px;
    border: 1px dashed #3F39FE;
    padding: 24px;
}

.option-ons {
    background: #F3F2FF;
    box-shadow: 4px 2px 20px 1px rgba(148, 148, 148, 0.06);
    border-radius: 16px;
    padding: 24px !important;

}

.founder-flx {
    display: flex;
    gap: 20px;
}

/* Header CSS */

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

.form-links .subscribe-info p .wpcf7-form-control-wrap {
    width: 100%;
}

/* Contact CSS */

#contact-section .contact-info a {
    color: #fff;
    font-size: 18px;
}

/* Contact CSS */
.contact-info1 {
    border-radius: 24px;
    border: 1px solid rgba(146, 144, 143, 0.14);
    background: #FFF;
    padding: 50px;
}

.contact-heading {
    color: #000;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.contact-info label {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
    line-height: 110%;
    letter-spacing: -0.28px;
    color: #000;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: #717182;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.28px;
}

.contact-info input,
.contact-info select,
.contact-info textarea {
    border-radius: 6px !important;
    background: #F3F3F5 !important;
    padding: 13px !important;
    width: 100% !important;
    border: none !important;

}

.wpcf7-not-valid-tip {
    font-size: 12px;

}

.contact-info textarea {
    height: 91px !important;
}

#contact-form .et_pb_row.et_pb_row_8.et_pb_gutters2 {
    width: 100%;
    padding: 0 !important;
}

#contact-form .contact-info .wpcf7-submit {
    border-radius: 12px;
    background-color: #000 !important;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    margin-top: 20px;
    padding: 11px 20px;
}

.wpcf7-spinner {
    display: none;
}

.contact-cards {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.card-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    text-decoration: none;
    background-color: #fff;
    transition: box-shadow 0.3s;
    width: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.card-link:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-cards a {
    width: 48%;
}

.card-icon img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    display: flex;

}

.card-content {
    flex: 1;
    line-height: normal;
}

.card-title {
    font-weight: bold;
    color: #000000;
    font-size: 14px;

}

.card-subtitle, .card-subtitle a {
    color: #717182;
    font-size: 12px;
    margin-top: 2px;
}

.card-arrow {
    font-size: 22px;
    color: #000;
    margin-left: 10px;
}

.testimonials-web .item {
    background: #F3F2FF;
    padding: 25px;
    height: 100%;
    border-radius: 24px;
}

.owl-nav button {
    background: #F1F1F1 !important;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    margin-right: 5px;
}

.owl-nav button:hover {
    background: #3F39FE !important;
    color: #fff !important;
}

.owl-stage {
    display: flex;
}

.owl-carousel.owl-drag .owl-item {
    width: 459px !important;
}

.package-sections .et_pb_row.et_pb_row_5 {
    max-width: 100% !important;
    width: 84%;
    margin-right: 0 !important;
}

.testimonials-web .owl-nav {
    position: absolute;
    top: -40px;
    right: 0px;
}

.testimonials-web .header {
    display: flex;
    align-items: center;
    gap: 20px;
}

#testimonial-section img.alignnone {
    padding-bottom: 25px;
}

#testimonial-section .ti-name {
    font-size: 18px;
    color: #2C2E2D !important;
    line-height: 160%;
}

#testimonial-section .ti-profile-details .ti-date {
    color: #727372 !important;
    font-size: 16px !important;
}

#testimonial-section .et_pb_column_1_2.et_pb_column_19 .et_pb_column {
    background: transparent;
    border-radius: 0;
}

#testimonial-section .ti-read-more {
    display: none;
}

#testimonial-section .ti-review-text-container.ti-review-text {
    min-height: 263px;
}

#testimonial-section .ti-review-header .ti-profile-img img {
    width: 100% !important;
    max-width: 52px !important;
    height: 100% !important;
}

#testimonial-section .et_pb_column.et_pb_column_1_2.et_pb_column_20.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
    padding: 25px;
}

#testimonial-section .et_pb_column {
    background: #F9F9FC;
    border-radius: 24px;
}

.testimonials-web .content {
    border-radius: 16px;
    background: #fff;
    box-shadow: 4px 2px 20px 1px rgba(148, 148, 148, 0.06);
    padding: 20px;
    margin-top: 30px;
}

#testimonial-section .border-llt {
    border-right: 1px solid #C7C7C7;
    padding-right: 23px;
    margin-right: 5px !important;
}

.testimonials-web li {
    border-radius: 10px;
    border: 1px solid rgba(144, 146, 145, 0.15);
    background: #FAFAFA;
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 8px 15px;
    font-size: 14px;
    color: #494949;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.168px;
}

.testimonials-web ul {
    padding-left: 0 !important;
}

.testimonials-web .right {
    color: #3F39FE;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.288px;
}

#testimonial-section .ti-review-text {
    font-family: 'Manrope', Helvetica, Arial, Lucida, sans-serif !important;
    color: var(--Neutral-500, #2C2E2D);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    letter-spacing: -0.192px;
}

#testimonial-section .ti-review-item.source-Testimonials.ti-image-layout-thumbnail {
    border-radius: 24px;
    border: 1px solid rgba(158, 159, 158, 0.24);
    background: var(--Base-White, #FFF);
    padding: 24px;
}

.ti-reviews-container-wrapper {
    gap: 20px;
}

.testimonial-section .ti-widget.ti-wp-testimonial-1 .ti-controls {
    top: 0px;
    right: 14px;
}

#testimonial-section .ti-review-item.source-Testimonials.ti-image-layout-thumbnail .ti-inner {
    padding: 0 !important;
}

#testimonial-section .ti-review-item.source-Testimonials.ti-image-layout-thumbnail span.ti-stars {
    display: none;
}

.ti-widget.ti-wp-testimonial-1 .ti-widget-container {
    margin-bottom: 0;
}

#testimonial-section .ti-footer {
    margin-bottom: 0;
    display: none;
}

/* Footer CSS */
#footer-secton ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}

#footer-secton .et_pb_menu__wrap {
    justify-content: end;
    display: flex;
}

#footer-secton .et_pb_menu__wrap .et_pb_menu__menu {
    border: none;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

#footer-secton .email-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-secton .dtq-info-box.dtq-swapped-img-selector h2.dtq-info-box-title {
    padding-bottom: 0 !important;
}

#footer-secton .et_pb_module.et_pb_heading.et_pb_heading_0_tb_footer.et_pb_bg_layout_ {
    width: 100%;
    margin-bottom: 0;
}

#footer-secton .ba_info_box_0_tb_footer .dtq-mce-content,
#footer-secton .ba_info_box_1_tb_footer .dtq-mce-content #footer-secton .ba_info_box {
    width: 100%;
    background: #fff;
    max-width: 290px;
}

#footer-secton .ba_info_box a {
    color: #717182;

}

.newsletter-box {
    background: #f9f9fb;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
}

/* Title Styles */
.newsletter-title {
    font-size: 14px;
    font-weight: 500;
    color: #4e3efc;
    margin-bottom: 0px;
}

/* Form Wrapper */
.newsletter-form-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Email Field */
.newsletter-form-wrapper input[type="email"] {
    flex: 1;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    color: #333;
    outline: none;
}

/* Submit Button */


#footer-secton .copyright .et_pb_text_inner {
    font-size: 14px;
    color: #000000;
}

#footer-secton .ba_info_box {
    width: 48%;
    line-height: normal;
}

#footer-secton .copyright .et_pb_text_inner a {
    color: #000;
}

.form-links .et_pb_module.et_pb_heading {
    margin-bottom: 0;
}

.subscribe-info input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    padding: 17px 12px;
    background: #fff;
}

.form-links .subscribe-info p {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

.form-links .subscribe-info .wpcf7-submit {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 11px 35px;
    border: none;
    background: #E8E7FF;
    border-radius: 9px;
    color: #3F39FE;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

body #page-container .et_pb_section .ba_dual_button_0 .btn-el--secondary:hover {
    background: #e4e3fb4f !important;
}

#footer-secton .copyright ul.footer-link {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

#about-section .et_pb_module_inner h4.dtq-info-box-title {
    padding-bottom: 0 !important;
}

#testimonial-section .percent p {
    font-size: 42px !important;
    line-height: normal;
}

#about-section .et_pb_module_inner .dtq-info-box.dtq-swapped-img-selector.dtq-hover--none {
    display: flex;
    align-items: center;
}

#about-section .et_pb_module.et_pb_image.et_pb_image_1,
#about-section .et_pb_image img,
#about-section .et_pb_module.et_pb_image.et_pb_image_1 span.et_pb_image_wrap {
    height: 100%;
}

#testimonial-section>.et_pb_row>.et_pb_column {
    width: 34%;
    margin-right: 12px;
}

#testimonial-section .et_pb_column:nth-child(2) {
    width: 65% !important;
}

.consumer-section .et_pb_column {
    background: transparent !important;
}

.ti-widget.ti-wp-testimonial-1.ti-no-logo.ti-no-stars.ti-auto-height {
    padding: 0 20px;
}

#testimonial-section .ti-reviews-container-wrapper {
    margin-left: 0px !important;
}

#footer-secton .copyright ul.footer-link li {
    list-style: none;
    font-size: 14px;
    color: #000;
}

.banner-btn .btn-el--primary:hover {
    background: #1d18c1;
}

body #page-container .et_pb_section .ba_dual_button_0 .btn-el--primary:hover {
    background-color: #211daf !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next {
    top: -56px;
    display: block !important;
    right: 25px;
    background: #F1F1F1 !important;
    border-radius: 50px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    padding: 22px;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev {
    top: -56px;
    display: block !important;
    right: -29px !important;
    background: #F1F1F1 !important;
    border-radius: 50px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    left: 86% !important;
    padding: 22px;
}

.banner-btn a.et_pb_button {
    line-height: 29px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:before,
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:before,
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:after,
.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:after {
    width: 12px !important;

}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:before {
    top: 22px !important;
    left: 16px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-prev:after {
    top: 15px !important;
    left: 16px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:before {
    top: 15px !important;
    right: 16px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-controls .ti-next:after {
    top: 22px !important;
    right: 16px !important;
}

.ti-widget.ti-wp-testimonial-1 .ti-reviews-container-wrapper {
    padding-top: 0px;
}

#footer-secton .copyright ul.footer-link li a {
    color: #000;
}

#footer-secton .footer-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    padding-bottom: 0;

}

#footer-secton ul li {
    list-style: none;
}

#footer-secton ul li a {
    font-size: 14px;
    white-space: pre;
    color: #0e120f !important;
    font-weight: 500;
    line-height: 160%;
}

#footer-secton ul li a:hover {
    color: #8300e9;
}

@media (max-width:1366px) and (min-width:1024px) {
    #footer-secton .ba_info_box {
        max-width: 255px;
    }

    .testimonial-section .ti-widget.ti-wp-testimonial-1 .ti-controls {
        display: none;
    }

    .founder-section>.et_pb_row {
        display: flex !important;
    }

/*     .founder-flx {
        display: block;
    } */

    .build-sec>.et_pb_row {
        width: 100%;
        padding: 0 20px;
    }

    .banner-imgthird {
        right: 0 !important;
    }

    #footer-secton>.et_pb_row_0_tb_footer>.et_pb_column {
        margin-bottom: 0px;
    }

    .banner-section .et_pb_image_1 {
        right: 0;
    }

    .banner-section .et_pb_row {
        width: 100%;
        padding: 20px;
    }

    .et_pb_row.et_pb_row_8.work-inner.et_pb_equal_columns.et_pb_gutters2.et_pb_row_5col {
        padding-bottom: 40px !important;
    }

    /* 	.d-none{
		display:none;
	} */
    .banner-section .et_pb_text_0 h1 {
        font-weight: 600;
        font-size: 38px;
    }

    #about-section .et_pb_row,
    #services .et_pb_row {
        width: 100%;
        padding: 20px;
    }

    #logo-section .et_pb_row.et_pb_row_4.text-center {
        width: 100%;
        padding: 20px;
    }

    .testimonials-web {
        padding: 0px;
    }

    .option-ons {
        padding: 7px;
    }

    .subscribe-info input {
        padding: 17px 154px 17px 12px;

    }

    #footer-secton .et_pb_column.et_pb_column_1_2.et_pb_column_2_tb_footer.et_pb_css_mix_blend_mode_passthrough {
        display: block !important;
    }

    .header-menu .et_pb_menu__menu {
        padding: 8px;
    }

    .header-menu .et_pb_menu__menu #menu-primary-menu a {
        font-size: 14px;
    }
	.founder-section {
		padding-left: 25px;
		padding-right: 25px;
		max-width: 1280px;
	}

	#process {
		padding-left: 25px;
		padding-right: 25px;
	}
	#testimonial-section .et_pb_row {
		width: 100%;
	}

	#testimonial-section {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width:1024px) and (min-width:768px) {
    .testimonials-web .owl-nav {
        right: 0;
    }

    #footer-secton .et_pb_menu__wrap {
        justify-content: left;

    }

    #menu-primary-menu {
        padding-left: 0;
    }

    #services>.et_pb_row.et_pb_row_4 {
        width: 100%;
        padding: 20px;
    }

    .founder-section>.et_pb_row {
        width: 94%;
        display: block;
    }

    #testimonial-section>.et_pb_row>.et_pb_column {
        width: 100%;
    }

    #testimonial-section .et_pb_column:nth-child(2) {
        width: 100% !important;
    }

    .contact-info .et_pb_column.et_pb_column_1_2 {
        margin-bottom: 0;
    }

    .how-work {
        padding: 0px 20px;
    }

    .how-work .et_pb_row {
        width: 100%;
    }

    .section-otn {
        max-width: 92% !important;
        width: 100%;
    }

    .somthing-build {
        padding: 20px;
    }

    .owl-dots {
        display: none;
    }

    .somthing-build .et_pb_row {
        width: 100%;
    }

    .package-sections .et_pb_row.et_pb_row_5 {
        max-width: 100% !important;
        width: 100%;
    }

    #testimonial-section .et_pb_row {
        width: 100%;
    }

    .heder {
        padding: 20px;
        width: 100%;
    }

    .card-link {
        width: 100%;
    }

    .form-links {
        width: 100%;

    }

    .copyright {
        width: 100%;
        padding: 20px;
    }

    .copyright>.et_pb_column {
        margin-bottom: 0;
    }

    .d-md-none {
        display: none;
    }

    .header-menu .et_pb_menu__wrap {
        justify-content: end;
    }

    #testimonial-section .et_pb_column.et_pb_column_1_2.et_pb_column_19.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough,
    #testimonial-section .et_pb_column.et_pb_column_1_2.et_pb_column_20.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
        width: 100%;
    }

    #footer-secton .footer-menu ul {
        justify-content: left;
    }

    #footer-secton>.et_pb_row_0_tb_footer>.et_pb_column {
        margin-bottom: 0px;
    }

    #footer-secton {
        width: 90%;
    }

    #footer-secton ul li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
        padding-right: 22px;
    }

    #footer-secton .email-footer {
        display: flex;
        flex-wrap: inherit;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    #footer-secton .copyright ul.footer-link {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .copyright>.et_pb_column .et_pb_text_inner {
        text-align: center;
    }

    .contact-info1 {
        padding: 30px;
    }

    #footer-secton .heder {}
}

@media (max-width:767px) {
    .d-md-none {
        display: none;

    }

    #footer-secton .ba_info_box {
        width: 100%;
        line-height: normal;
        margin-bottom: 10px;
    }

    .intro-section {
        padding: 14px;
    }

    #about-section .et_pb_module_inner h4.dtq-info-box-title {
        line-height: normal;
    }

    .contact-cards a {
        width: 100%;
    }

    .founder-flx {
        display: block;
    }

    .founder-section>.et_pb_row {
        display: block;
        padding: 20px;
        width: 90%;
    }

    .ti-controls {
        display: none !important;
    }

    .contact-info .et_pb_column.et_pb_column_1_2 {
        margin-bottom: 0;
    }

    .copyright>.et_pb_column {
        margin-bottom: 0;
    }

    #services>.et_pb_row.et_pb_row_4 {
        width: 100%;
        padding: 20px;
    }

    #footer-secton ul li a {}

    .copyright {
        width: 100%;
        padding: 20px;
    }

    .dtq-dual-btn {
        display: block;
    }

    #testimonial-section>.et_pb_row>.et_pb_column {
        width: 100%;
    }

    #testimonial-section .et_pb_column:nth-child(2) {
        width: 100% !important;
    }

    .form-links {
        width: 100%;
        padding: 0px;
    }

    .card-link {
        width: 100%;
    }

    .owl-carousel.owl-drag .owl-item {
        width: unset !important;
    }

    .package-sections .et_pb_row.et_pb_row_5 {
        max-width: unset !important;
        width: unset !important;
        margin-right: 0 !important;
    }

    .dtq-dual-btn .dtq-btn-wrap {
        margin-bottom: 20px;
    }

    .option-ons {
        display: block;
        padding: 10px !important;
    }

    #footer-secton .copyright ul.footer-link {
        justify-content: flex-start;
        padding-left: 0;
    }

    #footer-secton {
        width: 90%;
    }

    #footer-secton .ba_info_box {
        max-width: 100%;
    }

    #footer-secton .email-footer {
        display: block;

    }

    .contact-info1 {
        padding: 25px;
    }

    .custom-btn .et_pb_button_module_wrapper.et_pb_button_alignment_right {
        text-align: left;
        margin-top: 20px;
    }

    .heder {
        padding-bottom: 10px;
    }

    .header-menu .et_pb_menu__wrap {
        justify-content: end;
    }

    #footer-secton .footer-menu ul {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #footer-secton .et_pb_with_border.et_pb_row.et_pb_row_0_tb_footer.heder {
        display: flex;
        flex-wrap: wrap;
    }

    .testimonials-web .owl-nav {
        right: 0;
    }

    .how-work {
        padding: 0px 20px;
    }

    .how-work .et_pb_row {
        width: 100%;
    }

    .section-otn {
        max-width: 92% !important;
        width: 100%;
    }

    .somthing-build {
        padding: 20px;
    }

    .somthing-build .et_pb_row {
        width: 100%;
    }

    #testimonial-section .et_pb_row {
        width: 100%;
    }

    .heder {
        padding: 20px;
        width: 100%;
    }
}

.header-button:hover {
    background: #e4e3fb4f !important;
}

.custom-btn a.et_pb_button:hover {
    background: #211daf !important;
    color: #fff !important;
}

.contact-info .et_pb_column.et_pb_column_1_2 {
    margin-bottom: 15px;
}

#footer-secton {
    display: flex;
    align-items: center;
}

#footer-secton #menu-primary-menu {
    padding-bottom: 0;
    padding-top: 18px;
}



/* Footer CSS */

/* New Changes 30 July 2025 */

body #page-container .et_pb_section .ba_dual_button_0 .btn-el--primary:after, body #page-container .et_pb_section .ba_dual_button_0 .btn-el--secondary:after {
    margin-top: 2px;
}
/* #testimonial-section .et_pb_module.et_pb_number_counter.et_pb_number_counter_2:after {
    content: '';
    height: 80px;
    width: 2px;
    background: #C7C7C7;
    left: 16px;
    position: absolute;
    top: 15px;
} */

.founder-section .et_pb_row {
    width: 100%;
}

.founder-section .et_pb_button_0_wrapper {
    top: 40px;
}
#credit-sec .et_pb_column.et_pb_column_1_4.et_pb_column_inner.et_pb_column_inner_5 {
    width: 35%;
}
.founder-section .et_pb_button_0:after {
    top: 14px;
}
/* .build-sec .wpcf7-response-output, #footer-secton .wpcf7-response-output {
    display: none;
} */

@media (max-width:1366px) and (min-width:1024px) {
	.et_pb_section.et_pb_section_0_tb_footer.et_section_regular {
		width: 100%;
		padding: 25px;
	}
	#footer-secton {
		width: 100%;
	}
	.et_pb_row.et_pb_row_0_tb_header.heder.et_pb_row--with-menu {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width:767px) {
	.founder-section .et_pb_button_0_wrapper {
		top: 0;
	}
	div#credit-sec h3.et_pb_module_heading {
		text-align: center;
	}
	#footer-secton {
		display: flex;
    	flex-wrap: wrap;
    	flex-direction: column-reverse;
	}
	.testimonial-section .et_pb_number_counter .percent p {
		text-align: center;
	}
	.founder-section {
		padding: 50px 25px;
	}
}

