* {
    padding: 0%;
    margin: 0%;
}

body {
    background: #FFFFFF;
}


.top-bar {
    background: #ffffff;
    padding: 16px 0;
}

.logo img {
    width: 227px;
    height: 72px;
}

.phone-btn {
    background: #F7941D;
    color: #fff;
    padding: 5px 15px;
    border-radius: 11.67px;
    font-size: 18px;
    text-decoration: none;
}

.phone-btn img {
    width: 24px;
    height: 24px;
}


.hero-section {
    position: relative;
    background: url("https://staging.selectandswitch.com.au/wp-content/themes/twentytwentyone-child/images/nbn_plans/header-bg.png") no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.hero-content {
    position: relative;
    max-width: 550px;
}


.hero-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 51px;
}

.hero-text {
    color: #FFFFFF;
    font-size: 30px;
    padding: 20px 67px 20px 0px;
}


.postcode-wrapper {
    max-width: 500px;
}


.postcode-group {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 6px;
    align-items: center;
    width: 360px !important;
}


.postcode-input {
    border: none;
    background: transparent;
    box-shadow: none;
    padding-left: 20px;
    font-size: 25px;
    width: 301px;
    color: #4e4e4e;
    opacity: 0.8;
}

.postcode-input2 {
    border: none;
    background: transparent;
    box-shadow: none;
    padding-left: 20px;
    font-size: 25px;
    width: 301px;
    color: #4e4e4e;
    opacity: 0.8;
}

.postcode-input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.postcode-input2:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.postcode-btn {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: none;
    transition: 0.3s ease;
}

.postcode-btn:focus,
.postcode-btn:active,
.postcode-btn:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.postcode-btn img {
    /* background-color: #000; */
    border-radius: 50%;
    /* padding: 10px 5px; */
	height: 45px;
    width: 48px;
	margin: 0 15px 1px 0px;
}

.company-partners {
    background-color: #F7941D1F;
    margin-top: 27px;
}

.company-partners .partner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 0px;
}
.finance-section .postcode-bttn {
    background: none;
}
.input-group .btn {
    background: none;
}
.company-partners .partner-logo img {
    height: auto;
    width: 210px;
}

.why-title {
    font-size: 45px;
    font-weight: 700;
    padding: 41px 0px;
}

.gradient-text {
    background: linear-gradient(90deg, #394D6C 0%, #3A7CB5 51.92%, #39ABE0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-title span {
    font-weight: 400;
}

.why-card {
    background: #DBEAFE;
    padding: 40px 25px;
    border-radius: 18px;
    border: 1px solid #7E757580;
    height: 100%;
    transition: 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.why-card h5 {
    color: #3B3B3B;
    font-size: 25px;
    padding: 7px 0px;
}

.why-card p {
    color: #3B3B3B;
    font-size: 23px;
    line-height: 121%;
}

.icon-circle {
    width: 85px;
    height: 85px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #7E757580;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.finance-wrapper {
    background:
        linear-gradient(160deg,
            rgba(75, 108, 151, 0.85) 0%,
            rgba(62, 120, 179, 0.85) 45%,
            rgba(47, 143, 212, 0.85) 100%),
        url("https://staging.selectandswitch.com.au/wp-content/themes/twentytwentyone-child/images/nbn_plans/FINANCE.png") no-repeat center center;
    background-size: cover;
    border-radius: 50px;
    padding: 25px 45px;
    overflow: hidden;
}

.finance-section .finance-wrapper {
    border-radius: 40px;
    padding: 80px 60px 60px 60px;
    position: relative;
    overflow: hidden;
    display: flow-root;
}

.finance-section .finance-wrapper h1 {
    font-size: 41px;
    font-weight: 700;
    margin-top: -25px;
}

.finance-section .main-heading {
    font-size: 30px;
    font-weight: 700;
    padding-right: 41px;
    margin: 37px 0px;
}

.finance-section .offer-text {
    font-size: 30px;
    margin-bottom: 25px;
}

.finance-section .postcode-label {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
}

.finance-section .postcode-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 23px;
    padding: 4px 15px;
    width: 227px;
    margin-bottom: 25px;
}

.finance-section .postcode-input {
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-size: 15px;
}

.finance-section .postcode-input2 {
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-size: 15px;
}

.finance-section .postcode-input:focus {
    box-shadow: none;
    outline: none;
}

.finance-section .postcode-input2:focus {
    box-shadow: none;
    outline: none;
}

.finance-section .postcode-bttn {
    border: none;
    border-radius: 100%;
	    padding: 0px 0px 5px 0px;
}

.finance-section .postcode-bttn img {
    border: none;
    width: 19px;
    height: 19px;
    border-radius: 100%;
}

.finance-section .postcode-btn:focus {
    outline: none;
    box-shadow: none;
}

.finance-section .disclaimer {
    font-size: 12px;
    opacity: 0.8;
    display: block;
    margin-top: 15px;
    padding-right: 59px;
}

.finance-section .finance-right-side .man-mobile {
    position: absolute;
    bottom: 0;
    right: 70px;
}

.finance-section .finance-right-side .man-arrow {
    position: absolute;
    top: 118px;
    right: 298px;
}


.difference-section .difference-wrapper {
    background: #DBEAFE;
    border-radius: 50px;
    padding: 50px 120px;
    min-height: 360px;
    position: relative;
    overflow: hidden;
}

.difference-section .slider-heading {
    font-size: 45px;
    font-weight: 700;
    /* color: #2F4E6F; */
    margin-bottom: 30px;
}

.difference-section .slider-text {
    font-size: 30px;
    line-height: 115%;
    color: #000;
}

.difference-section .custom-arrow {
    width: 57px;
    height: 57px;
    background: #FFFFFF;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.difference-section .custom-arrow img {
    height: 35px;
    width: 35px;
}

.difference-section .carousel-control-prev {
    left: 30px;
}

.difference-section .carousel-control-next {
    right: 30px;
}

.difference-section .custom-arrow span {
    font-size: 24px;
    color: #8FA9C4;
}

.difference-section .custom-indicators {
    bottom: 30px;
}

.difference-section .custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    margin: 0 5px;
}

.difference-section .custom-indicators .active {
    background-color: #ffffff;
}



.modal-open .modal {
    overflow-y: hidden !important;
    margin-top: -7px;
}


.quote-modal {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.modal-dialog {
    max-width: 1380px !important;
}

.custom-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    font-weight: 500;
    border: none;
    background: #DBEAFE;
    color: #333;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

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

.left-quote-section {
    background:
        linear-gradient(160deg,
            rgba(75, 108, 151, 0.85) 0%,
            rgba(62, 120, 179, 0.85) 45%,
            rgba(47, 143, 212, 0.85) 100%),
        url("https://staging.selectandswitch.com.au/wp-content/themes/twentytwentyone-child/images/nbn_plans/pop-left.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 40px;
    color: #fff;
}


.quote-heading {
    font-size: 57px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 27px;
}

.quote-subtext {
    font-size: 19px;
    margin-bottom: 17px;
    padding-left: 27px;
    padding-top: 21px;
    padding-right: 99px;
}

.quote-benefits {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.quote-benefits li {
    margin-bottom: 18px;
    padding-left: 27px;
    padding-right: 150px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    gap: 10px;
}

.quote-benefits li img {
    width: 25px;
    height: 25px;
}

.section-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: -6px;
}

.modal-dialog .input-field {
    height: 44px;
    border-radius: 6px;
}

.modal-dialog input.form-control,
.form-select {
    height: 37px;
    font-size: 15px;
    border: none;
    background-color: #DBEAFE;
}

.modal-dialog .form-control:focus,
.form-select {
    color: #000000 !important;
    background-color: #DBEAFE !important;
    border: none !important;
    outline: 0;
    box-shadow: none !important;
}

input.form-control.plumbing.input-field {
    width: 390px;
}

input.form-control.address.input-field {
    width: 390px;
}

input.form-control.full-name.input-field {
    width: 390px;
}

input.form-control.your-email.input-field {
    width: 390px;
}

input.form-control.your-number.input-field {
    width: 390px;
}

.modal-dialog .input-field {
    height: 37px;
    width: 390px;
    border-radius: 6px;
    font-size: 15px;
}


textarea.input-field {
    height: auto !important;
}

.terms-box {
    background: #DBEAFE;
    padding: 12px;
    border-radius: 6px;
    line-height: 1.4;
    display: flex;
    margin-right: 23px;
}

.terms-box .circle-checkbox input {
  display: none;
}

.terms-box .circle-checkbox span {
  width: 17px;
  height: 17px;
  border: 1px solid #858383;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* Tick mark */
 .terms-box .circle-checkbox span::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #0000FF;
  display: none;
}

/* Checked hone par tick show hoga */
 .terms-box .circle-checkbox input:checked + span::after {
  display: block;
}

.terms-box span {
    font-size: 10px;
    color: #000000;
    padding-left: 10px;
}

textarea.form-control.text-area.input-field {
    width: 97%;
    font-size: 13px;
}

button.btn.quote-submit-btn {
    background-color: #F7941D;
    color: #ffffff;
    font-size: 24px;
    width: 475px;
    border-radius: 27.3px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* left: 22%; */
    box-shadow: 0px 5.2px 5.2px 0px #00000040;
    margin: 27px auto;
}

.quote-submit-btn:hover {
    background: #e57f00;
}

button.btn.quote-submit-btn span {
    font-size: 51px;
    margin-top: -15px;
    padding-left: 8px;
}

.modal-dialog .form-label {
    margin-bottom: 0px;
    font-size: 16px;
}

footer#footer.footer {
    padding: 41px;
    background: #313131;
    color: #fff;
}

.footer .footer-details P {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 0px 47px;
    line-height: 121%;
    opacity: 0.9;
}
.review-img img {
    width: 102px;
    height: 87px;
}

.user-review {
    font-size: 18px;
    line-height: 1.6;
}

.user-review-text {
    padding-left: 25px;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 400;
}


/* =========================
   RESPONSIVE
========================= */


@media (max-width: 991px) {

    /* Allow vertical scroll */
    .modal-open .modal {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        margin-top: 0;
    }

    .modal-dialog {
        margin: 10px;
        max-width: 100%;
    }

    .modal-content {
        overflow-x: hidden;
    }

    html,
    body {
        overflow-x: hidden;
    }



    .hero-section {
        padding: 50px 0;
        min-height: auto;
    }

    .hero-title {
        font-size: 30px;
        padding-bottom: 0px;
    }

    .hero-text {
        padding: 0px;
    }

    .hero-content {
        max-width: 100%;
    }

    .company-partners .partner-logo img {
        width: 147px;
    }

    .finance-wrapper {
        padding: 80px 60px 0px 60px !important;
        text-align: center;
    }

    .why-title {
        font-size: 28px;
        padding: 0px 0px 27px;
    }

    .finance-section .postcode-wrapper {
        width: auto;
        max-width: 100% !important;
    }

    .finance-section .disclaimer {
        padding-right: 0px;
    }

    .finance-section .finance-right-side .man-mobile {
        position: relative;
        bottom: 0;
        right: 0px;
    }

    .finance-section .finance-right-side .man-arrow {
        position: absolute;
        top: 550px;
        right: 421px;
    }

}


@media (max-width: 576px) {

    .top-bar {
        padding: 10px 10px;
    }
 .user-review-content span img {
        width: 16px;
		height: 12px;
        margin: -13px 1px 13px -19px;
    }
.why-card p br:first-of-type {
    display: none;
  }
.social-icon {
    display: flex;
    justify-content: center;
    gap: 10px !important;
    font-size: 14px;
    margin-bottom: 20px;
}
    .user-review-text {
        padding-left: 16px;
        font-size: 11px;
    }

    .review-img img {
        width: 60px;
        height: 60px;
    }
    .logo img {
        width: 123px;
        height: 40px;
    }

    .phone-btn {
        padding: 4px 6px;
        font-size: 12px;
    }

    .phone-btn img {
        width: 15px;
        height: 15px;
    }

    .hero-section {
        padding: 35px 0;
        min-height: auto;
        background-size: cover;
        background-position: bottom;
    }

    .hero-title {
        line-height: 125%;
        font-size: 25px;
        padding-bottom: 0px;
    }

    .hero-text {
        font-size: 16px;
      /*   line-height: 127%; */
        padding: 0px;
    }

    .postcode-input {
        font-size: 14px;
        width: 146px;
        padding-left: 10px;
    }

    .postcode-group {
        width: 194px !important;
        margin: 0px 0px 0px -12px;
        padding: 0px 2px;
    }

    .postcode-btn img {
        padding: 6px 2px;
        width: 35px;
    }

    .postcode-btn {
        width: 43px;
        height: 40px;
    }

    /* .company-partners .partner-logo {
        flex-direction: column;
        padding: 0px;
    } */

   div#reviewSlider .carousel-inner .carousel-item .row.align-items-center {
        height: 100%;
       min-height: 100px;
     }

   .company-partners .carousel-item .d-flex {
        gap: 15px;
    }

    .company-partners .carousel-item img {
        width: 30% !important;
        height: auto !important;
    }

    .finance-section .main-heading {
        font-size: 23px;
        padding-right: 0px;
        margin: 25px 0px;
    }

    .finance-section .offer-text {
        font-size: 21px;
        margin-bottom: 9px;
    }

    .finance-section .postcode-wrapper {
        width: 100%;
    }

    .finance-section .disclaimer {
        padding-right: 0px;
    }

    .finance-section .finance-right-side .man-mobile {
        position: relative;
        right: 16px;
    }

    .finance-section .finance-right-side .man-arrow {
        position: absolute;
        right: 321px;
        top: 732px;
        height: auto;
        width: 73px;
    }

    .finance-section .finance-wrapper {
        padding: 60px 21px 0px;
    }

    .finance-section .finance-wrapper h1 {
        font-size: 26px;
    }

    .finance-section .postcode-bttn {
        background: none;
    }

    .difference-section .difference-wrapper {
        padding: 27px 50px;
    }

    .difference-section .slider-heading {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .difference-section .slider-text {
        font-size: 21px;
        padding-bottom: 25px;
    }

    .difference-section .custom-arrow {
        width: 45px;
        height: 45px;
    }

    .difference-section .custom-arrow img {
        height: 24px;
        width: 24px;
    }

    .difference-section .carousel-control-prev {
        left: 4px;
    }

    .difference-section .carousel-control-next {
        right: 4px;
    }

    .why-title {
        font-size: 22px;
    }

    .why-card {
        padding: 30px 20px;
    }

    .footer .footer-details P {
        line-height: 125%;
        padding: 0px;
    }

    .modal-dialog input.form-control,
    .form-select {
        margin-bottom: 21px;
    }

    .modal-dialog .input-field {
        width: 100%;
    }

    input.form-control.plumbing.input-field,
    input.form-control.address.input-field,
    input.form-control.full-name.input-field,
    input.form-control.your-email.input-field,
    input.form-control.your-number.input-field {
        width: 100%;
    }

    textarea.form-control.text-area.input-field {
        width: 99%;
    }

    .terms-box {
        width: 99%;
    }

    button.btn.quote-submit-btn {
        font-size: 19px;
        width: 80%;
    }

    button.btn.quote-submit-btn span {
       display: none;
    }

    .quote-heading {
        font-size: 32px;
    }

    .quote-benefits li {
        padding-right: 0px;
    }

    .quote-subtext {
        padding-right: 21px;
    }

    .man-arrow {
        margin: 2px -32px 0px 0px;
    }

    /* Allow vertical scroll */

    .modal-open .modal {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        margin-top: 0;
    }

    .modal-dialog {
        margin: 10px;
        max-width: 100%;
    }

    .modal-content {
        overflow-x: hidden;
    }

    html,
    body {
        overflow-x: hidden;
    }

}
