h1, h2, h3, h4 {
    font-family: 'Causten';
}
.entry-content .gfield_label {
    display: none !important;
}
.form-title-text {
    font-family: 'Causten' !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 32px !important;
}
.hero-section-page .home-hero-wrapper{
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.home-hero-wrapper,.till-date,.fone-key-feature {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-image: linear-gradient(to right top, #040433, #002452, #004171, #025f8f, #147fac);
}
.hero-section-content h1 {
    font-weight: 600;
    font-size: 64px;
    font-family: 'Causten';
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
h2.subHeading {
    color: #95F3FF;
    font-size: 32px;
    line-height: 1;
   font-weight: 400;
}
button.slick-arrow {
    color: #E6E6E6;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background: #E6E6E6;
    border-radius: 5px;
    justify-content: center;
   z-index: 123;
}
.slick-prev:before, .slick-next:before{
    font-size: 0px;
}
.slick-prev:before{
    content: "";
    background-image: url("/wp-content/themes/twenty-twenty-four-child/assets/images/slick-previous.svg");
    width: 12px;
    height: 20px;
}
.slick-next:before{
    content: "";
    background-image: url("/wp-content/themes/twenty-twenty-four-child/assets/images/slick-next.svg");
    width: 12px;
    height: 20px;
}
.hero-section-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.button-cta-call {
    display: block;
    max-width: 366px;
    padding: 12px 0px;
    border-radius: 40px;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04d1e2+0,040433+100 */
    background: linear-gradient(to right, #04d1e2 0%,#040433 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
}
.hero-section-page .button-cta-call:hover{
    color: #fff;
}
.button-cta-call:hover,.home-icon-section-wrapper .heading-conent .blue-button:hover{
    color: #8c8c8c;
}
.complete-the-form h2.main-section-com{
    font-weight: 600;
    font-size: 64px;
    font-family: 'Causten';
    line-height: 1;
    color: #040433;
    margin-bottom: 20px;
}
.complete-the-form h3 {
    font-weight: 600;
    font-family: 'Causten';
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
}
section.loading-content {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
section.loading-content.visible {
    opacity: 1;
    transform: translateY(0);
}
.trueted-by-section .slick-slider img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
   /* Adjust the size of logos */
    height: auto;
}
.trueted-by-section .slick-prev:before,.trueted-by-section .slick-next:before {
    color: black;
   /* Customize arrow colors */
}
.slider-logo-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 106px;
}
.trueted-by-section h2.secHeading {
    font-size: 55px;
    line-height: 1;
    font-weight: 600;
    color: #040433;
    margin-top: 4rem;
    /* margin-bottom: 4rem; */
}
.sub-heading-ready h2 {
    font-size: 34px;
    margin-top: 2rem;
    color: #017AAE;
    font-weight: 400;
    margin-bottom: 2rem;
}
.check-it-out-button a {
    max-width: 366px;
    padding: 12px 0px;
    border-radius: 32px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    background: #040433;
    width: 100%;
}
.custom-container{
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
section.trueted-by-section {
    margin-bottom: 4rem;
}
.custom-container{
    position: relative;
    z-index: 123;
}
.home-icons-with-text .icon-box .icon-text p{
    display: none;
   /* Initially hidden */
    opacity: 0;
   /* For fade effect (combined with display) */
}
.home-icons-with-text .icon-box:hover .icon-text p {
    display: block;
   /* Make it visible */
    animation: fadeIn 0.5s ease-in-out forwards;
   /* Trigger fade-in animation */
}
/* Keyframes for the fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
.complete-the-form .home-hero-wrapper {
   /* background-image: url(https://fibremax.au/wp-content/uploads/2025/01/banner-image.png);
    */
    background-position: center;
    background-size: cover;
    margin-bottom: 80px;
    padding-bottom: 100px;
    padding-top: 130px;
    position: relative;
}
.complete-the-form .home-hero-wrapper:before {
    content: '';
    background-image: url(https://fibremax.au/wp-content/uploads/2025/01/Rectangle-125.png);
    position: absolute;
    top: 0px;
    left: -120px;
    z-index: 1;
    width: 95%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.check-it-out-button {
    text-align: center;
}
select#input_2_44,fieldset#field_2_50,.gform-body.gform_body {
    max-width: 460px;
    width: 100%;
}
.gravityFormstyle .gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #8cb978;
}
.gravityFormstyle .gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 18px;
}
.gravityFormstyle {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
#primary .gravity-form-container input[type="text"], #primary .gravity-form-container input[type="email"], #primary .gravity-form-container input[type="number"], #primary .gravity-form-container input[type="tel"], #primary .gravity-form-container select {
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 38px;
    height: 46px;
    padding: 0 25px 0 25px;
    width: 100%;
    line-height: 1.5;
    background-clip: padding-box;
    color: #bbbbbb;
    font-weight: normal;
    font-family: 'Causten';
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: start;
}
button#gform_next_button_1, input#gform_submit_button_1, input#gform_previous_button_1 {
    min-height: 52px;
    border-radius: 5px;
    background: #3679ac;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Causten';
}
input#gform_submit_button_1 {
    width: 100%;
}
input#gform_previous_button_1 {
    background: #eee;
    color: #0078AD;
    font-family: "Causten", Sans-serif;
    padding: 10px 20px;
    border: 2px solid #3679ac;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #3679ac !important;
}
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-y: 25px !important;
}
.gf_step_current_page, .gf_step_page_count {
    display: none;
}
html body .gravityFormstyle .gform_page_footer input {
    font-weight: 300;
    color: #0078AD;
    border-color: #0078AD;
}
html body #page .gravityFormstyle .gform_page_footer input {
    min-height: 52px;
    border-radius: 5px;
    background: #3679ac;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Causten';
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #3679ac;
}
input#gform_next_button_2_4, input#gform_next_button_2_8, input#gform_next_button_2_10, input#gform_next_button_2_15, input#gform_submit_button_2 {
    width: 100%;
}
input#gform_next_button_2_52 {
    width: 60%;
    border-radius: 40px;
    background: #040433 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    max-width: 200px;
}
input#gform_previous_button_2_52 {
    width: 40% !important;
    background: #c7c7c7 !important;
    color: #040433 !important;
    font-size: 18px;
    font-weight: 600;
    border-color: #c7c7c7 !important;
}
#gform_page_2_1 .form-title-text {
    font-size: 36px;
    color: #95F3FF;
    line-height: 1;
}
html body #page input#gform_previous_button_2_4, html body #page input#gform_previous_button_2, html body #page input#gform_previous_button_2_15, html body #page input#gform_previous_button_2_10, html body #page input#gform_previous_button_2_8 {
    background: #eee;
    color: #0078AD;
    font-family: "Causten", Sans-serif;
    padding: 10px 20px;
    border: 2px solid #3679ac;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #4a7aab !important;
}
.gfield.gfield--type-html .tellUsAbout {
    font-size: 32px;
    color: #fff;
    font-family: 'Causten';
}
.gf_progressbar_title {
    padding-top: 10px !important;
    color: #52d1ea !important;
    font-size: 14px !important;
    font-family: 'Causten' !important;
}
.gform_next_button {
    width: 100%;
    border-radius: 40px;
    background: #040332 !important;
    font-size: 18px;
    color: #fff;
    font-family: 'Causten';
}
.how-it-work-content .icon img {
    max-width: 100%;
    height: auto;
}
.icon-with-box .box.first {
    padding-top: 6px 
}
.gf_progressbar.gf_progressbar_blue {
    background: repeating-linear-gradient(45deg, #ffffffc2, #08beda 10px, #08beda 10px, #08beda 20px) !important;
    border-radius: 12px !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #040332 !important;
}
.arrow-down-icon a {
    display: flex;
}
button#gform_next_button_1, input#gform_submit_button_1, input#gform_previous_button_1 {
    width: 100% !important;
    font-weight: 600;
    font-family: 'Causten';
    background: #040332 !important;
    font-size: 18px;
    color: #fff;
    font-family: 'Causten';
    margin-bottom: 10px !important;
}
input#gform_next_button_1_5 {
    border-radius: 40px;
    min-height: 52px;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
.gform_previous_button, .gform_button.button {
    border-radius: 40px !important;
}
.custom-success-message p, .custom-success-message a {
    color: #fff;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    width: 100% !important;
   /* justify-content: center;
    */
    min-height: 46px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px !important;
    font-family: 'Causten';
    font-size: 18px;
    color: #fff;
    font-family: 'Causten';
}
.gfield_description.validation_message.gfield_validation_message {
    color: #fff !important;
}
.gform_submission_error.hide_summary {
    display: flex;
    flex-direction: row !important 
}
div#gform_1_validation_container {
    background: #fff !important;
    border-color: red !important 
}
.form-heading-top {
    text-align: center;
}
.form-heading-top h2 {
    font-family: 'Causten' !important;
    font-weight: 500;
    color: #fff;
    font-size: 32px;
}
.form-heading-top h2 span {
    font-family: 'Causten' !important;
    font-weight: bold;
    color: #04c8dd;
}
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-189a2b1.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding-top: 20px 
}
.gform_submission_error.hide_summary {
    color: red !important;
    font-weight: 600 !important;
    font-family: 'Causten' !important;
}
.form-title-two {
    color: #fff !important;
    font-family: 'Causten' !important;
    font-weight: 600 !important;
}
.gform-theme--framework img {
    max-inline-size: 100%;
    max-width: 100%;
    height: 200px;
    max-block-size: 100%;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-radius: 40px !important;
    border-color: #022b5c !important;
    border-width: 2px !important;
}
input#gform_next_button_2_4, input#gform_next_button_2_8, input#gform_next_button_2_10, input#gform_next_button_2_15, input#gform_submit_button_2 {
    width: 60%;
    border-radius: 40px;
    background: #04c8dd !important;
    color: #040433;
    font-weight: 600;
    font-size: 18px;
}
.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    flex-wrap: nowrap !important;
}
input#gform_previous_button_2_4 {
    background: #c7c7c7 !important;
    color: #040433 !important;
    font-size: 18px;
    font-weight: 600;
    border-color: #c7c7c7 !important 
}
html body #page input#gform_previous_button_2_4, html body #page input#gform_previous_button_2, html body #page input#gform_previous_button_2_15, html body #page input#gform_previous_button_2_10, html body #page input#gform_previous_button_2_8 {
    width: 40% !important;
    background: #c7c7c7 !important;
    color: #040433 !important;
    font-size: 18px;
    font-weight: 600;
    border-color: #c7c7c7 !important 
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-color: #040433;
    border-width: 1.5px !important;
    border-radius: 20px !important 
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-radius: 20px !important;
    border-color: #040433 !important;
    border-width: 1.5px !important !important;
}
.rowFlex .gfield_radio div label, .rowFlex .gfield_checkbox div label {
    color: #040433 !important 
}
#primary .gravity-form-container input[type="text"], #primary .gravity-form-container input[type="email"], #primary .gravity-form-container input[type="number"], #primary .gravity-form-container input[type="tel"], #primary .gravity-form-container select {
    color: #040433;
}
.rememberText, .postCode {
    background: #fff !important;
    color: #040433;
}
.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    border-radius: 20px;
    padding: 10px 15px;
    padding: 10px 0px;
    color: red !important;
}
.gchoice {
    background: #fff !important;
    padding: 10px 15px !important;
    margin-bottom: 0px !important;
    border-radius: 20px !important;
}
.gform-field-label.gform-field-label--type-inline {
    color: #040433;
    text-align: left;
}
div#gform_2_validation_container {
    background: #fff;
    border-radius: 20px;
}
.gfield_description {
    color: #fff !important;
    margin-bottom: 0px !important;
}
input#gform_previous_button_2_7, input#gform_previous_button_2_51 {
    width: 40% !important;
    background: #c7c7c7 !important;
    color: #040433 !important;
    font-size: 18px;
    font-weight: 600;
    border-color: #c7c7c7 !important;
}
input#gform_next_button_2_51, input#gform_next_button_2_7 {
    width: 60%;
    border-radius: 40px;
   /* background: #04c8dd !important;
    color: #040433;
    */
    font-weight: 600;
    font-size: 18px;
}
div#gf_progressbar_wrapper_2 {
   /* display: none;
    */
}
section.till-date {
    padding-top: 3rem;
    margin-top: 3rem;
}
.till-date h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3rem;
}
@media screen and (min-width:1766px) {
    .hero-section-wrapper:before {
        left: -11%;
        background-position: right;
   }
}
.home-icon-section-wrapper .heading-conent {
    padding-right: 60px;
}
.home-icon-section-wrapper h1,.section-testimonial-heading,.main-heading-sec-how-it-work {
    font-size: 66px;
    line-height: 69px;
    color: #042651;
    font-weight: 500;
   /* text-transform: uppercase;
    */
    padding-bottom: 80px;
}
.section-testimonial-heading,.main-heading-sec-how-it-work {
    padding-bottom: 30px;
    text-align: left;
}
.home-icon-section-wrapper .heading-conent .blue-button {
    display: block;
    max-width: 315px;
    padding: 12px 0px;
    border-radius: 40px;
    background-color: #040433;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    margin-top: 40px;
}
.home-icon-section-wrapper .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.home-icon-section-wrapper .icon-box .icon {
   /* padding: 30px 28px;
    */
   /* background: #C8F2F6;
    */
   /* border-radius: 79px;
    */
    margin-right: 20px;
}
.home-icon-section-wrapper .icon-box .icon-text h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.home-icon-section-wrapper .icon-box .icon-text p {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    padding-right: 60px;
}
.heading-conent h3 ,.heading-conent h2 {
    font-size: 80px;
   /* font-size: 70px;
    */
    line-height: 1;
    font-weight: 400;
    color: #017AAE;
}
.row-flex {
    display: flex;
    justify-content: center;
}
.card-flex {
    display: flex;
    flex-direction: column;
    background: url(https://fibremax.au/wp-content/uploads/2025/01/Rectangle-240.png);
    background-repeat: no-repeat;
    padding: 20px;
   /* max-width: 300px;
    height: 300px;
    */
    max-width: 173px;
    height: 173px;
    width: 100%;
    background-size: contain;
    position: relative;
}
.card-header-par {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.icon-right img {
    width: 24px;
    height: 24px;
}
.card-bottom {
    font-size: 29px;
    color: #ffffff;
    position: absolute;
    bottom: 17px;
    left: 20px;
    font-weight: 600;
}
.or-less-timer {
    font-size: 55%;
    font-weight: normal;
}
.card-flex .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.text-left {
    font-size: 28px;
    color: #95F3FF;
    font-weight: 400;
    width: auto;
    max-width: max-content;
    max-width: 70%;
    line-height: 1;
    padding: 0;
    padding-left: 8px;
}
.icon-right {
    padding: 0;
    width: auto;
    max-width: max-content;
}
.accordion h1 {
    text-align: center;
    color: #333;
}
.accordion {
    margin-top: 20px;
}
.accordion-item {
    border: 0px solid #ddd;
    margin-bottom: 3px;
    border: 0px solid #ddd;
}
.accordion-header {
   /* padding: 15px;
    background-color: #f0f8ff;
    */
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #f6f6f6;
}
.accordion-header{
    margin-bottom: 5px;
}
.accordion-header.active {
    background: #c8f2f6 !important;
}
.accordion-header:hover {
    background-color: #c8f2f6;
}
.accordion-content {
    padding: 15px;
    display: none;
    color: #555;
}
.contact-footer a {
    color: #007bff;
    text-decoration: none;
}
.contact-footer a:hover {
    text-decoration: underline;
}
section.discover-a-new:before{
    content: '';
    background-image: url(https://fibremax.au/wp-content/uploads/2025/01/Rectangle-125.png);
    position: absolute;
    top: 0px;
    left: -120px;
    z-index: 1;
    width: 95%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.discover-a-new{
    background-image: url(https://fibremax.au/wp-content/uploads/2025/01/Screenshot-2025-01-24-161133.png);
    background-position: center;
    margin-bottom: 35px;
    padding-bottom: 70px;
    padding-top: 234px;
    position: relative;
    margin-top: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 160px;
    background-position-y: top;
}
.weight300{
    font-weight: 600 !important;
}
.tesimonial-card{
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 1rem;
}
span.check-icon img {
    max-width: 100%;
}
span.check-icon {
    display: flex;
    max-width: 17px;
}
.check-item-wrap,.accordion-header {
    border: 1px solid #D7D7D7;
    border-radius: 120px;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fbfbfb;
    margin-bottom: 15px;
}
.accordion-header h3 {
    font-size: 22px;
    padding-left: 10px;
    column-gap: 10px;
    font-weight: 500;
}
h1.main-heading-sec-how-it-work {
    color: #017AAE;
    padding-bottom: 12px;
}
.check-list-style .accordion-header {
    margin: 0;
}
.check-list-style .accordion-content p {
    margin: 0;
    font-size: 20px;
}
h2.sub-heading-sec-how-it-work {
    color: #040433;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
}
section.how-it-work {
    margin-top: 2rem;
}
.main-section-heading-discover {
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
}
.sub-heading-h3-sec-how-it-work{
    color: #262626;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 26px;
}
.section-discover-content {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}
h1.section-testimonial-heading.text-center ,.faq-container h1 {
    color: #017AAE;
    text-transform: none;
    font-size: 64px;
}
.testimonial-info-about p {
    margin: 0;
}
.testimonial-section .slick-slide {
    margin: 0 10px;
   /* Adjust the value for the desired spacing */
}
.testimonial-section .slick-list {
    margin: 0 -10px;
   /* Negative margin compensates for the slide spacing */
}
.testimonial-section .testimonial-body p {
    font-size: 16px;
    line-height: 1.2;
}
h1.main-heading-sec-fone-key {
    font-size: 62px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
h2.sub-heading-sec-fone-key {
    font-size: 24px;
    text-align: center;
    color: #C8F2F6;
}
.section-listing-option {
    margin-top: 3rem;
}
ul.sec-listing-ul li {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-bottom: 4px;
    list-style: none;
}
ul.sec-listing-ul {
    padding-left: 0;
}
ul.sec-listing-ul li:before{
    content: "";
    background-image: url("/wp-content/themes/twenty-twenty-four-child/assets/images/check-white.svg");
    width: 19px;
    height: 14px;
    display: inline-flex;
    padding-right: 31px;
    background-repeat: no-repeat;
}
.enterprice-text {
    font-size: 32px;
    text-align: center;
    color: #C8F2F6;
    margin-top: 3rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.faq-container h1 {
    text-align: center;
    margin-bottom: 3rem;
}
section.faqs-section {
    margin-top: 80px;
}
h1.todayDate {
    text-align: center;
}
.adjust-by-ai {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.adjust-by-ai .accordion-item {
    width: 100%;
    max-width: 49%;
    margin-bottom: 10px;
}
.check-list-style .accordion {
    margin-top: 0px;
}
.sec-fone-key-cta-button {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sec-fone-key-cta-button a {
    background: #040433;
    width: 100%;
}
h2.sub-heading-sec-below.text-center {
    font-size: 36px;
    color: #95F3FF;
    line-height: 1;
    margin-top: 4rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
section.discover-a-new {
   /* background-color: #13315ead;
    background-blend-mode: multiply;
    */
    overflow: hidden;
}
h3.sub-heading-sec-h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
h1.section-testimonial-heading {
    font-weight: 600;
}
.star-rating-wrap {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    background: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 2rem;
    font-weight: 600;
}
.star-rating-wrap span {
    font-size: 18px;
}
.user-image, .user-image img {
    width: 54px;
    height: 54px;
    border-radius: 54px;
}
.user-image {
    margin-right: 15px;
}
.user-image {
    margin-right: 15px;
}
.testimonial-body {
    margin-top: 1rem;
}
span.startss{
    margin-top: 1rem;
}
p.testimonial-name{
    font-weight: 600;
}
.readmore-btn a {
    color: gray;
    text-decoration: none;
}
section.testimonial-section {
    margin-bottom: 80px;
}
.faq-container .accordion-header {
    font-size: 22px;
    padding-left: 10px;
    column-gap: 10px;
    font-weight: 500;
    padding-left: 2rem;
    margin: 0;
    background: #f8f8f8;
    border: 0;
}
.faq-container p{
    margin: 0;
    font-size: 20px;
}
.contact-footer {
    margin-top: 3rem;
    text-align: center;
    color: #555;
    margin-bottom: 3rem;
}
.contact-footer p a {
    color: #0190BC;
}
.contact-footer p {
    color: #042651;
    font-size: 32px;
    font-weight: 600;
}
.justify-start{
    justify-content: start;
}
.star-rating-row {
    margin-top: 10px;
}
.main-banner-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-img {
    transition: transform 0.1s ease-out;
   /* Smooth movement */
    width: 100%;
    height: auto;
    will-change: transform;
   /* Optimize for animation */
}
.home-icon-section-wrapper .icon-box img {
    width: 89px;
    height: 89px;
}
@media screen and (max-width:1780px) {
    section.discover-a-new{
        background-position-x: 430px;
   }
}
@media screen and (max-width:1500px) {
    section.discover-a-new {
        background-position-x: 360px;
   }
}
@media screen and (max-width:1400px) {
    section.discover-a-new{
        padding-top: 76px;
        padding-bottom: 61px;
   }
    .heading-conent h3,.heading-conent h2 {
        font-size: 69px;
        line-height: 1.1;
   }
    .card-flex{
        height: 180px;
   }
}
@media screen and (max-width:1300px) {
    .hero-section-content h1,.trueted-by-section h2.secHeading {
        font-size: 44px;
   }
    h2.subHeading {
        font-size: 26px;
   }
    .hero-section-content h1 {
        font-size: 36px;
   }
    #gform_page_2_1 .form-title-text {
        font-size: 26px;
   }
    .complete-the-form .home-hero-wrapper{
        padding-bottom: 90px;
   }
    .home-icon-section-wrapper h1, .section-testimonial-heading, .main-heading-sec-how-it-work {
       /* font-size: 50px;
        */
        line-height: 1;
   }
    .heading-conent h3 ,.heading-conent h2 {
        font-size: 68px;
   }
    .home-icon-section-wrapper .icon-box .icon-text h3 {
        margin-bottom: 0px;
        font-size: 18px;
   }
    .home-icon-section-wrapper .icon-box .icon-text p {
        font-size: 15px;
   }
    .home-icon-section-wrapper .icon-box{
        margin-bottom: 14px;
   }
    .card-flex{
        height: 180px;
   }
}
@media screen and (max-width:1200px) {
    section.discover-a-new{
        background-size: cover;
   }
    .complete-the-form h3 {
        font-size: 47px;
   }
    .form-title-text{
        font-size: 24px !important;
   }
    .heading-conent h3 , .heading-conent h2 {
        font-size: 54px;
        line-height: 1.3;
   }
    .card-flex {
        height: 190px;
   }
    h2.sub-heading-sec-how-it-work {
        color: #040433;
        font-size: 48px;
   }
    .sub-heading-h3-sec-how-it-work{
        font-size: 32px;
        margin-bottom: 27px;
   }
    .accordion-header h3 {
        font-size: 18px;
   }
    h1.section-testimonial-heading.text-center, .faq-container h1,h1.main-heading-sec-fone-key {
        font-size: 46px;
   }
    .sub-heading-ready h2 {
        font-size: 28px;
   }
}
@media screen and (max-width:1024px) {
    .hero-section-content h1 {
        font-size: 28px;
   }
    h2.subHeading {
        font-size: 20px;
   }
    .hero-section-content p {
        font-size: 16px;
   }
    .hero-section-content h1, .trueted-by-section h2.secHeading {
        font-size: 36px;
   }
    .complete-the-form h3 {
        font-size: 35px;
   }
    .home-icon-section-wrapper h1, .section-testimonial-heading, .main-heading-sec-how-it-work {
        font-size: 48px;
   }
    .home-icon-section-wrapper .heading-conent {
        padding-right: 0px;
   }
    .heading-conent h3 ,.heading-conent h2 {
        font-size: 42px;
   }
    .home-icon-section-wrapper .icon-box .icon img {
        max-width: 70px;
   }
    .till-date h1 {
        font-size: 36px;
   }
    .card-flex {
        height: 142px;
        max-width: 150px;
   }
    .text-left {
        font-size: 18px;
   }
    .card-bottom {
        font-size: 22px;
   }
    h2.sub-heading-sec-below.text-center {
        font-size: 26px;
   }
    h2.sub-heading-sec-how-it-work {
        font-size: 34px;
   }
    .sub-heading-h3-sec-how-it-work {
        font-size: 22px;
   }
    .accordion-header h3 {
        font-size: 16px;
   }
    .check-list-style .accordion-content p {
        font-size: 16px;
   }
    .main-section-heading-discover {
        font-size: 32px;
   }
    h3.sub-heading-sec-h3 {
        font-size: 20px;
        margin-top: 2rem;
   }
    .button-cta-call,.button-cta-call{
        max-width: 283px;
        font-size: 20px;
   }
    .faq-container .accordion-header {
        font-size: 18px;
   }
    .contact-footer p {
        font-size: 22px;
   }
}
@media screen and (max-width:991px) {
    .heading-conent h3 ,.heading-conent h2 {
        font-size: 47px;
   }
}
@media screen and (min-width:768px) {
    .hidden-desktop{
        display: none;
   }

#modal   div#gform_fields_10 {
    display: flex;
    flex-wrap: wrap;

}
#modal   div#gform_fields_10 {
    width: 100%;
}

#modal   div#gform_fields_10 .width-medium{ width: 48%;}
#modal   div#gform_fields_10 .width-large{ width: 100%;}



}
@media screen and (max-width:991px) {
    .complete-the-form h2.main-section-com{
        font-size: 38px;
   }
    .complete-the-form h3 {
        font-size: 30px;
   }
}
@media screen and (max-width:767px) {
    section.discover-a-new:before{
        background-size: cover;
        background-color: #3574a0ad;
        background-image: none;
        width: 100%;
        left: 0;
   }
    .hero-section-page .home-hero-wrapper {
        padding-top: 3rem;
        padding-bottom: 2rem;
   }
    .hero-section-content h1, .trueted-by-section h2.secHeading {
        font-size: 30px;
   }
    .main-banner-image {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        position: relative;
        left: -25px;
   }
    .hero-section-content h1, .trueted-by-section h2.secHeading {
        font-size: 26px;
   }
    .trueted-by-section h2.secHeading{
        margin-top: 2rem;
        margin-bottom: 2rem;
   }
    .hidden-mobile {
        display: none !important;
   }
    .sub-heading-ready h2 {
        font-size: 20px;
   }
    section.trueted-by-section {
        margin-bottom: 2rem;
   }
    .complete-the-form .home-hero-wrapper {
        padding-bottom: 2rem;
        padding-top: 2rem;
        margin-bottom: 2rem;
   }
    .formWrapper {
        width: 100%;
        padding: 0;
   }
    .entry-content {
        padding: 0;
   }
    .complete-the-form .home-hero-wrapper:before{
        opacity: 0;
   }
    .home-icon-section-wrapper h1, .section-testimonial-heading, .main-heading-sec-how-it-work {
        font-size: 32px;
        padding-bottom: 2rem;
   }
    .heading-conent h3 , .heading-conent h2 {
        font-size: 30px;
   }
    .heading-conent h3 br ,.heading-conent h2 br {
        display: none;
   }
    .home-icon-section-wrapper .heading-conent .blue-button{
        max-width: 281px;
        font-size: 20px;
   }
    .home-icons-with-text .icon-box .icon-text p {
        display: block;
        opacity: 1;
   }
    .home-icon-section-wrapper .heading-conent{
        margin-bottom: 2rem;
   }
    .block-xs{
        flex-wrap: wrap;
   }
    .card-flex {
        height: 160px;
        max-width: 160px;
        margin-bottom: 15px;
   }
    .text-left{
        max-width: 100%;
        order: 2;
   }
    .card-flex .row{
        flex-wrap: wrap;
   }
    .icon-right{
        width: 100%;
        max-width: 100%;
        order: 1;
   }
    .text-left{
        margin-top: 11px;
   }
    .icon-right img {
        max-width: 20px;
        max-height: 20px;
   }
    .card-header-par{
        text-align: center;
   }
    .card-flex .row{
        justify-content: center;
   }
    .card-flex{
        padding-top: 9px;
   }
    .card-bottom{
        left: -10px;
        width: 100%;
        text-align: center;
   }
    h2.sub-heading-sec-how-it-work {
        font-size: 24px;
   }
    .adjust-by-ai .accordion-item {
        max-width: 100%;
   }
    .sec-image {
        max-width: 229px;
        margin-left: auto;
        margin-right: auto;
   }
    section.discover-a-new{
        margin-bottom: 80px;
   }
    section.discover-a-new {
        margin-bottom: 40px;
        padding-bottom: 50px;
        padding-top: 60px;
        margin-top: 2rem;
   }
    h1.section-testimonial-heading.text-center, .faq-container h1, h1.main-heading-sec-fone-key {
        font-size: 34px;
   }
    .home-hero-wrapper, .till-date, .fone-key-feature {
        padding-top: 3rem;
        padding-bottom: 2rem;
   }
    h2.sub-heading-sec-fone-key {
        font-size: 20px;
   }
    section.faqs-section {
        margin-top: 2rem;
   }
    .faq-container h1 {
        margin-bottom: 2rem;
   }
    .faq-container .accordion-header {
        font-size: 16px;
   }
    .faq-container p {
        font-size: 16px;
   }
    .hero-section-page .button-cta-call,.hero-section-page .button-cta-call{
        margin-left: auto;
        margin-right: auto;
   }
    .home-icon-section-wrapper .heading-conent {
        margin-bottom: 0rem;
   }
    .home-icon-section-wrapper .icon-box .icon-text p{
        padding-right: 0px;
   }
    .home-icons-with-text {
        margin-top: 2rem;
   }
    .home-icon-section-wrapper .icon-box .icon img {
        max-width: 51px;
   }
    .trueted-by-section h2.secHeading,.sub-heading-ready h2 ,.home-icon-section-wrapper h1, .section-testimonial-heading, .main-heading-sec-how-it-work ,.till-date h1 ,h2.sub-heading-sec-below.text-center ,h1.section-testimonial-heading.text-center, .faq-container h1, h1.main-heading-sec-fone-key ,h2.sub-heading-sec-fone-key {
        text-align: left !important;
   }
    .heading-conent h3 ,.heading-conent h2 {
        font-size: 24px;
   }
    .till-date h1 {
        font-size: 30px;
   }
    .enterprice-text {
        font-size: 20px;
        text-align: left;
        color: #C8F2F6;
        margin-top: 1rem;
        max-width: 100%;
   }
    .contact-footer {
        margin-top: 2rem;
        text-align: left;
        margin-bottom: 2rem;
   }
    body{
        overflow-x: hidden;
   }
    .complete-the-form h3 {
        font-size: 28px;
        color: #ffffff;
   }
    section.testimonial-section {
        margin-bottom: 40px;
   }
    .faq-container .accordion-header{
        padding-left: 1rem;
   }
    section.discover-a-new {
        background-position-x: 0px;
   }
}



/* home page v2 version  */

.homePageWrapper .blue-button{
    max-width: 300px;
}
#heroSection .home-hero-wrapper {
    background-image: url(/wp-content/themes/twenty-twenty-four-child/assets/images/home/young-beautiful-female-support.jpg);
    background-position: right;
    background-size: cover;
    margin-bottom: 130px;
    padding-bottom: 230px;
    padding-top: 130px;
    position: relative;
}

#heroSection .hero-section-content {
    max-width: 600px;
    margin-right: 0px;
    padding-top: 100px;
    text-align: left;
    position: relative;
    z-index: 2;
}

#heroSection .home-hero-wrapper:before {
    content: '';
    background-image: url(https://fibremax.au//wp-content/themes/twenty-twenty-four-child/images/hero-before.png);
    position: absolute;
    top: 0px;
    left: -120px;
    z-index: 1;
    width: 80%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#heroSection .hero-section-content h1 {
    font-size: 64px;
    color: #fff;
    line-height: 59px;
    margin-bottom: 20px;font-weight: 500;
}

#heroSection .hero-section-content h1 span {
    color: #06315e;
}


#heroSection .hero-section-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
}

.blue-button {
    display: block;
    max-width: 400px;
    padding: 12px 0px;
    border-radius: 40px;
    background-color: #08355e;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}
#sectionCutBusiness .home-icons-with-text .icon-box .icon-text p{
    opacity: 1;    color: #042651;
    transform: translateY(0);    display: block;    animation: fadeIn 0s ease-in-out forwards;
}
#sectionCutBusiness .home-icon-section-wrapper .icon-box .icon-text h3{
    color: #040433;
}
#sectionCutBusiness .heading-conent h2 {
     letter-spacing: -2px;    color: #042651;
}
.weight600{ font-weight: 600!important;}
#sectionCutBusiness .heading-conent h3 {
    font-size: 36px;
    font-weight: 500;
    color: #0190BC;
}
.homePageWrapper .home-icon-section-wrapper .heading-conent .blue-button{
    background-color: #05345F;
}
#schedule-a-free-demo-now.complete-the-form .home-hero-wrapper{
    background-image: url(../images/home/schedule-a-free-demo-bg.png);margin-bottom: 0px;
}
#schedule-a-free-demo-now.complete-the-form h2.main-section-com {
     color: #ffffff;    font-weight: 500;

}
#schedule-a-free-demo-now.complete-the-form  .complete-the-form h3 {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 26px;
}
#schedule-a-free-demo-now .hero-section-content
,#schedule-a-free-demo-now  div#form_section
{
    max-width: 545px;
}
#sectionCutBusiness .home-icon-section-wrapper {
    margin-bottom: 130px;
}
#schedule-a-free-demo-now .complete-the-form h3{
    font-weight: 500;
    font-size: 26px;
}
section#heroSection h2 {
    margin-bottom: 1rem;
}
#schedule-a-free-demo-now input#gform_next_button_2_52{
    width: 100%;
    width: 100%;
}

#schedule-a-free-demo-now.complete-the-form .home-hero-wrapper{
    background-position: 207px;
   }

 #schedule-a-free-demo-now  .custom-success-message h1,#schedule-a-free-demo-now .custom-success-message p,#schedule-a-free-demo-now .custom-success-message {
    color: #fff !important;
}   
@media screen and (max-width:1780px) {

   #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper:before{
    width: 106%;
   }

}

@media screen and (max-width:1600px) {
    #heroSection .home-hero-wrapper:before{
        width: 108%; 
    }
    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper:before {
        width: 110%;
    }

}

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

    #heroSection .hero-section-content{
        padding-top: 0px;
    }
    #heroSection .home-hero-wrapper{
        padding-bottom: 110px;
    }
    #sectionCutBusiness .heading-conent h3 {
        font-size: 28px;
    }

}

@media screen and (max-width:1200px) {
    #heroSection .hero-section-content h1 {
        font-size: 48px;
        color: #fff;
        line-height: 46px;

    }
    #schedule-a-free-demo-now h2.main-section-com{
        font-size: 58px;
    }
    #schedule-a-free-demo-now h3 {
        font-size: 24px;
    }

    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper:before {
        width: 113%;
    }

    #sectionCutBusiness .heading-conent h2 {

        font-size: 66px;
    }    
}

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

    #sectionCutBusiness .heading-conent h2 {
        font-size: 48px;
        line-height: 1.2;
    }

    #sectionCutBusiness .icon-box .icon img{
        width: 70px;
        height: 70px;
    }
    #sectionCutBusiness .heading-conent h3 {
        font-size: 22px;
    }
    #heroSection .home-hero-wrapper:before {
        width: 126%;
    }
    #sectionCutBusiness .home-icons-with-text .icon-box .icon-text p{
        padding-right: 0px;
    }
    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper:before {
        width: 120%;
    }
    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper {
        background-position: -10px;
    }
}
@media screen and (max-width:767px) {

    #heroSection .home-hero-wrapper{
        margin-bottom: 60px;
    }
    
    #heroSection .hero-section-content h1 {
        font-size: 32px;
        line-height: 34px;
        max-width: 360px;
        width: 100%;
    }
    #heroSection .home-hero-wrapper {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .homePageWrapper .blue-button {
        max-width: 245px;    font-size: 20px;
    }
    #sectionCutBusiness .icon-box .icon img {
        width: 51px;
        height: 51px;
    }
    #schedule-a-free-demo-now h2.main-section-com {
        font-size: 38px;
    }
    #schedule-a-free-demo-now h3 {
        font-size: 20px;
    }
    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper {
        background-position: -102px;
    }

    #sectionCutBusiness .home-icon-section-wrapper {
        margin-bottom: 60px;
    }
    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper{
        background-blend-mode: multiply;
        background-color: #4e8aac;
    }
    #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper {
        background-position: center;
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    #heroSection .home-hero-wrapper:before {
        width: 0;
    }
    #heroSection .home-hero-wrapper{
        background-blend-mode: multiply;
        background-color: #23343c;
    }
    #heroSection .hero-section-content h1 span{
        color: #4190bb !important;
    }
    #sectionCutBusiness .heading-conent h2 {
        font-size: 40px;
        line-height: 1.2;
    }
}


/*//////////////// FiberNet page */

.form-message-success h2 {
    font-weight: 600;
    font-size: 64px;
    font-family: 'Causten';
    line-height: 1;

    margin-bottom: 20px;
}

.modal-popup-body .ginput_container input[type="text"]
,.modal-popup-body .ginput_container input[type="email"]
,.modal-popup-body .ginput_container input[type="tel"]


{
    min-height: 60px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;    border-radius: 30px;    border: none;
    padding-left: 30px;
    border: 1px solid #0190BC;    text-align: left;

}
#modal .modal-content {
    background: #f0f0f0
}
#modal .gravity-form-show {
    border: 1px solid #dddddd;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    /* background: #0190bc4f; */
    background: #ffffff;
    display: none;    margin-top: 3rem;
}

#modal .modal-popup-body .ginput_container input[type="text"], #modal .modal-popup-body .ginput_container input[type="email"], #modal .modal-popup-body .ginput_container input[type="tel"]{
    border: 1px solid #cacaca;
}

.phone_number_input{ margin-top: 1rem;}
#modal  .gform_footer {
    /* justify-content: center; */
    display: flex;
}

.modal-popup-body  .gform-field-label--type-sub {

    display: none !important;
}
.gform-body.gform_body legend {
    text-align: left;
}


#FiberNetWrapper #heroSection .button-home-section-top .check-now-btn.blue-button {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}
#FiberNetWrapper #heroSection .hero-section-content{
    max-width: 542px;    padding-top: 0px;
}


#FiberNetWrapper.double-your-speed-for-nothing .email-input-group input, #FiberNetWrapper.double-your-speed-for-nothing .manually-added-form .form-control {
    border-radius: 40px;
    min-height: 60px;
}

#FiberNetWrapper.double-your-speed-for-nothing .home-hero-wrapper .manually-added-form button{
    min-height: 60px;
    border-radius: 60px;
}
#FiberNetWrapper.double-your-speed-for-nothing div#manual-address-hide-wrapper {
    color: #fff;
}

#FiberNetWrapper input#autocomplete {
    border-radius: 30px;
}
#FiberNetWrapper #heroSection .button-home-section-top{
    display: flex;
    column-gap: 20px;    margin-top: 1rem;
}
#FiberNetWrapper #heroSection h3.check-my-address{
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 20px;
}
#FiberNetWrapper section#heroSection h2{
    font-size: 28px;
}

#FiberNetWrapper #heroSection .button-home-section-top button
,#modal .button-option .button-blue
,#modal  .gform_footer.before #gform_submit_button_10
,#modal  .gform_footer .gform_button
{
    width: 100%;
    /* max-width: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;    background: #040433;    border-color: #fff;

}
#modal .button-option .button-blue
,#modal  .gform_footer.before #gform_submit_button_10
,#modal  .gform_footer .gform_button

{
    max-width: 400px;
    padding: 12px 0px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}
#modal  .gform_footer .gform_footer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal .button-option {
    text-align: center;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 25px;
}

#modal .modal-popup-body p{
    font-size: 22px;text-align: center;
    text-align: left;
}
#modal .modal-popup-body div#form_message p{
    margin: 0;
}

#modal .gravity-form-show .gform-body.gform_body{
    max-width: 100%;   
}
.help-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #1a1a1a; /* Darker for contrast */
    margin-bottom: 20px;
}
#modal .start-offer-date {
    font-size: 25px;    text-align: left;
}
.block-ele{ display: block;}

#modal .form-message-success h2 {
    font-weight: 600;
    font-size: 52px;
    text-align: left;
}
#FiberNetWrapper #heroSection .home-hero-wrapper .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

#FiberNetWrapper .email-input-group input,#FiberNetWrapper .manually-added-form .form-control {
    border-radius: 40px 0 0 40px;
    border: none;
    padding-left: 30px;
}
#FiberNetWrapper .email-input-group .check-now-btn,#FiberNetWrapper .manually-added-form .form-group .btn-primary {
    border-radius: 0 40px 40px 0;
    background-color: #0b0732;
    color: white;
    border: none;
    min-width: 207px;
    font-size: 24px;
    font-weight: 600;
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 3px;
}
#FiberNetWrapper .hero-section-content .input-group input,#FiberNetWrapper .email-input-group .check-now-btn {
    min-height: 60px;
}
.hidden {
    display: none;
}
#FiberNetWrapper  #heroSection .home-hero-wrapper:before{
    width: 100%;
    height: 100%;
    background: #000000b8;
    left: -0px;
}
#FiberNetWrapper #heroSection .home-hero-wrapper{
 
    background-image: url(https://fibremax.au//wp-content/themes/twenty-twenty-four-child/assets/images/FiberNet/page-banner-image-1.jpg);
}
video#videoPlayer{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#section-how-it-works .video-outer {
    position: relative;
    /* background: #191a2c;
     border-radius: 10000px; */
}
#section-how-it-works .video-outer video {
    /* width: 100%;
    z-index: 7897;
    height: 450px;
     border-radius: 10000px; */
}

.conditionFour.form-message-failed {
    text-align: left;
}


@media screen and (min-width: 991px) {
    #FiberNetWrapper #heroSection .home-hero-wrapper{
        padding-bottom: 130px;
    }
}

#FiberNetWrapper #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper{
    /* background-image: url(https://fibremax.au//wp-content/themes/twenty-twenty-four-child/assets/images/FiberNet/girl-pointing.png); */
    background-image: url(https://fibremax.au//wp-content/themes/twenty-twenty-four-child/assets/images/FiberNet/speedtest.png);
    background-size: contain;
    background-position: right;    

}

#section-how-it-works .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}



#section-how-it-works .cta-button {
    display: inline-block;
    background: #141850;
    color: white;
    padding: 12px 24px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 20px;
}

#section-how-it-works .cta-button:hover {
    background: #2a2f74;
}

#FiberNetWrapper #section-how-it-works p{
    font-size: 18px;
    line-height: 1.4;
    color: #000000;margin-bottom: 2rem;
}

#FiberNetWrapper section#sectionCutBusiness h1 {
    font-size: 72px;padding-bottom: 0;
}

#FiberNetWrapper #sectionCutBusiness .heading-conent h2 {
    letter-spacing: -4px;    color: #042651;    font-size: 64px;    line-height: 1.1;
}
#FiberNetWrapper section#sectionCutBusiness .unlock-faster-m0re-reliable{
    color: #040433;    font-size: 31px;
    text-align: center;    font-weight: 500;    padding-bottom: 5rem;    letter-spacing: 0px; margin-top: 1rem;;
}
#FiberNetWrapper .complete-the-form h3{
    font-weight: 500;
        text-align: center;
    font-size: 31px;    
}
#FiberNetWrapper #schedule-a-free-demo-now .double-you-speed{
    color: #95F3FF;
    font-size: 32px;
}
#FiberNetWrapper  #schedule-a-free-demo-now .hero-section-content {
    text-align: center;
}
#FiberNetWrapper   #section-how-it-works{
    padding-top: 60px;
    padding-bottom: 0px;
}
#FiberNetWrapper   #section-how-it-works h2{
    font-size: 70px;
    line-height: 1;
    color: #042651;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#FiberNetWrapper   #section-how-it-works h2.subtitle{
    font-size: 37px;
    line-height: 1;
    color: #017AAE;
    font-weight: 300;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 50px;
}
#FiberNetWrapper #section-how-it-works .inner-cotent---- h1,
#FiberNetWrapper #section-how-it-works .inner-cotent----  h2,
#FiberNetWrapper #section-how-it-works .inner-cotent----  h3{
 color: #262626;   
 font-size: 28px;
 line-height: 1.2px;
 margin-bottom: 1.2rem;    text-align: left;
}
#FiberNetWrapper #section-how-it-works span.step-title {
    color: #017AAE !important;
    font-weight: 700;
}
#FiberNetWrapper   .blue-button{
    font-size: 22px;
    margin-top: 20px;
}
#FiberNetWrapper  #schedule-a-free-demo-now .hero-section-content {
    max-width: 606px;
}
#FiberNetWrapper  #schedule-a-free-demo-now .sec-fone-key-cta-button a {

    margin-top: 10px;
    margin-bottom: 26px;
}
#FiberNetWrapper  .faq-container h1 {
    margin-bottom: 0rem;
    color: #112750;
}
#FiberNetWrapper  .faq-container h2 {
    text-align: center;
    margin-bottom: 3rem;
}
#FiberNetWrapper .contact-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
#FiberNetWrapper  #section-how-it-works .blue-button {
    max-width: 314px;
}
#FiberNetWrapper  section.faqs-section{
    margin-top: 25px;
}

#FiberNetWrapper .faq-header-full{
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    padding: 1rem;    margin-bottom: 2rem;
}
#FiberNetWrapper .faq-header-full h1{
    color: #fff;
    font-size: 60px;
    margin: 0;
    font-weight: 600;
}

#FiberNetWrapper .faq-header-full h2 {
    letter-spacing: 0.5px;
}

@media screen and (max-width:1400px) {
#section-how-it-works .video-outer {
    height: 281px;
}
#section-how-it-works .video-outer video {
    height: 281px;
}
}

@media screen and (max-width:1200px) {
    #FiberNetWrapper #section-how-it-works .inner-cotent---- h1, #FiberNetWrapper #section-how-it-works .inner-cotent---- h2, #FiberNetWrapper #section-how-it-works .inner-cotent---- h3 {
        font-size: 22px;
    }

}

@media screen and (max-width:991px) {
    #FiberNetWrapper #heroSection .home-hero-wrapper{
        background-position: -100px;
    }
#FiberNetWrapper section#sectionCutBusiness h1 {
    font-size: 58px;
}

#FiberNetWrapper section#sectionCutBusiness .unlock-faster-m0re-reliable {
    font-size: 25px;
}
#FiberNetWrapper #sectionCutBusiness .heading-conent h2{
    font-size: 52px; 
}

#FiberNetWrapper #section-how-it-works .inner-cotent---- h1, #FiberNetWrapper #section-how-it-works .inner-cotent---- h2, #FiberNetWrapper #section-how-it-works .inner-cotent---- h3{
    font-size: 20px;
}
#FiberNetWrapper #schedule-a-free-demo-now h2.main-section-com {
    font-size: 46px;
}
#FiberNetWrapper .complete-the-form h3 {

    font-size: 22px;
}

#FiberNetWrapper #schedule-a-free-demo-now .double-you-speed {

    font-size: 21px;
}
}

@media screen and (max-width:767px) {
    .phone_number_input,.whats_namee,.email_input{ margin-top: 10rpx;}
    #modal .form-message-success h2 {
        font-size: 22px;
    }
    #modal .modal-popup-body p {
        font-size: 18px;
    }
    #FiberNetWrapper section#sectionCutBusiness h1 {
        font-size: 34px;
    }
    #modal .start-offer-date {
        font-size: 20px;
    }    
    #FiberNetWrapper section#sectionCutBusiness .unlock-faster-m0re-reliable {
        font-size: 20px;
        padding-bottom: 1rem;
        letter-spacing: 0px;
        margin-top: 1rem;
    }
    #FiberNetWrapper #sectionCutBusiness .heading-conent h2 {
        letter-spacing: 0px;
        color: #042651;
        font-size: 28px;
        line-height: 1.1;
    }
    #FiberNetWrapper   .blue-button {
        max-width: 309px;
    }
    #FiberNetWrapper #schedule-a-free-demo-now .double-you-speed {
        font-size: 22px;
    }

    #FiberNetWrapper .complete-the-form h3 {
        font-size: 22px;
    }
    #FiberNetWrapper #section-how-it-works h2 {
        font-size: 38px;
    }
    #FiberNetWrapper #section-how-it-works h2.subtitle {
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #FiberNetWrapper #section-how-it-works .inner-cotent---- h1, #FiberNetWrapper #section-how-it-works .inner-cotent---- h2, #FiberNetWrapper #section-how-it-works .inner-cotent---- h3 {
        font-size: 22px;
    }
    #FiberNetWrapper .contact-footer a {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .hidden-mobil{ display: none;}
    #FiberNetWrapper #heroSection h3.check-my-address {
        font-size: 28px;
    }
    #FiberNetWrapper #heroSection .home-hero-wrapper {
        padding-bottom: 64px;
    }
    #FiberNetWrapper #schedule-a-free-demo-now.complete-the-form .home-hero-wrapper{
        background-size: cover;        background-position: center;
    }

}

/* knowlege base template styles */

.knowledge-base-template .section-gradient-op2 {
    background: rgb(0,122,160);
    background: -moz-linear-gradient(61deg, rgba(0,122,160,1) 0%, rgba(43,173,231,1) 100%);
    background: -webkit-linear-gradient(61deg, rgba(0,122,160,1) 0%, rgba(43,173,231,1) 100%);
    background: linear-gradient(61deg, rgba(0,122,160,1) 0%, rgba(43,173,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007aa0",endColorstr="#2bade7",GradientType=1);
}




.knowledge-base-template  .intro-top-section {
    text-align: center;
    max-width: 1003px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.knowledge-base-template  .intro-top-section h1 {
    font-family: Causten;
    font-weight: 600;
    font-size: 82px;
    line-height: 49px;
    color: rgba(20, 127, 172, 1);
    margin-bottom: 2rem;
}

.knowledge-base-template  .intro-top-section p {
    font-family: Causten;
    font-weight: 500;
    font-size: 22px;
    line-height: 28.8px;
    text-align: center;
}
.knowledge-base-template  .intro-content-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.text-white{color: #fff;}
.weight-500{ font-weight: 500;}
.weight-600{ font-weight: 600;}
.size-48{ font-size: 48px;}
.size-32{ font-size: 32px;}
.size-22{ font-size: 22px;}
.size-18{ font-size: 18px;}
.lh-1{ line-height: 1;}
.italic{ font-style: italic;}
.knowledge-base-template ul.list-unstyled > li {
    margin-bottom: 0.5rem;
}
.knowledge-base-template ul.list-unstyled li {
    color: #fff;
}
.knowledge-base-template  .intro-content-section h2
,.knowledge-base-template  .intro-content-section h3
{
    margin-bottom: 2rem;
}
.knowledge-base-template .intro-content-section ul.list-unstyled li strong {
    font-size: 120%;
}
.knowledge-base-template .section-content-wrapper-boxes .bg-light {
    background-color: #F8F8F8;
}

.knowledge-base-template .section-content-wrapper-boxes .fw-bold {
    font-weight: bold;
}
.knowledge-base-template .section-content-wrapper-boxes .list-unstyled li {
    margin-bottom: 1rem;
}
.knowledge-base-template .section-content-wrapper-boxes .list-unstyled li p
,.knowledge-base-template .section-content-wrapper-boxes .list-unstyled li
{     color: #262626;
    font-size: 18px;}

.knowledge-base-template  .section-content-wrapper-boxes .h4{
    margin-bottom: 2rem;
}    

.knowledge-base-template .accordion-item ul li 
,.knowledge-base-template .accordion-item  p
{
    color: #000;
}

.knowledge-base-template .faq-container p
,.knowledge-base-template .faq-container ul li
{

    font-size: 20px;
}
.knowledge-base-template section.faqs-section h2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.double-your-speed-for-nothing  #heroSection span#loadinggg {
    position: absolute;
    right: 0;
    top: -17px;    z-index: 123;
}

.double-your-speed-for-nothing  #heroSection .addmanually
,.double-your-speed-for-nothing  #heroSection  #manual-address-hide
{
    color: #4daaca;
}
.double-your-speed-for-nothing  #heroSection div#manual-address-hide-wrapper {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
}