* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.top-bar {
    background: #0A53F0;
    padding: 10px 0;
}

.logo-img {
    width: 193px;
    height: 68px;
}

.top-bar .phone-box {
    background: #D8FFE0;
    padding: 6px 14px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 18px;
}

.hero-section {
    background-image: url("https://staging.selectandswitch.com.au/wp-content/themes/twentytwentyone-child/images/fuel_card/image8.png");
    background-size: cover;
    /* background-position: center; */
    /* padding: 60px 0; */
    position: relative;
    /* opacity: 100%;
    background-color: #aadaff; */
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00c4ff;
    opacity: 0.15;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}


.hero-heading {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
    margin-top: 50px;
}

.hero-text {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    padding-top: 25px;
    margin-bottom: 46px;
    padding-right: 7px;
}

.start-business-img img {
    margin-top: 12px;
    width: 224px;
    height: 70px;
    margin-left: 11px;
}

.feature-box {
    margin-top: 19px;
    background: #1D53FF;
    width: 257px;
    height: 56px;
    color: white;
    padding: 5px 17px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.feature-box img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.feature-box span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 12px;
}

.hero-image {
    width: 584px;
    height: 660px;
    opacity: 1;
    position: relative;
    bottom: -32px;
    margin-top: 50px;
}

input.form-control {
    border: 4px solid #1D53FF;
    width: 458px;
    height: 52px;
    border-radius: 0px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #1D53FF !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.compare-input {
    height: 50px;
    border-radius: 6px;
}

.compare-btn {
    background: #1D53FF;
    color: white;
    font-weight: 400;
    font-size: 18px;
    width: 194px;
    height: 51px;
    border: none;
    padding: 0 30px;
}

.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;
}


.compare-fuel .fuel-text h2 {
    font-size: 40px;
    font-weight: 600;
}

.compare-fuel .fuel-text p {
    font-size: 19px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 30px;
}

.compare-fuel .list-unstyled {
    text-align: left;
}

.compare-fuel li.mb-3 {
    display: flex;
    align-items: center;
}

.compare-fuel .list-unstyled li span {
    font-size: 20px;
    padding-left: 15px;
}

.compare-fuel .list-unstyled li img {
    height: 17px;
    width: 17px;
    margin-left: 7px;
}

.compare-fuel button {
    background-color: #1D53FF;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    width: 349px;
    height: 42px;
    border-radius: 2px;
}

.compare-fuel button:hover {
    background-color: #1D53FF;
    color: #fff;
}

.compare-fuel button img {
    width: 12px;
    height: 15px;
    margin-left: 10px;
    margin-top: -4px;
}

.compare-fuel .fuel-cards .fuel-main-card {
    width: 188px;
    height: 118px;
}

.compare-fuel .fuel-cards .fuel-card-logo {
    width: 177px;
    height: 60px;
    margin: 20px 0px;
}

.best-deal img {
    width: 446px;
    height: 446px;
    position: relative;
    bottom: -48px;
    margin-right: 125px;
}

.best-deal-details h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 107px;
}

.best-deal-details p {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    padding-top: 21px;
}

.best-deal-details button {
    background-color: #F7941D;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    width: 194px;
    height: 52px;
    margin-top: 27px;
}

.best-deal-details button:hover {
    background-color: #F7941D;
    color: #fff;
}

/* popup css */

.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: #1669FF;
    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: 37px;
    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 img {
    width: 17px;
    height: 17px;
}

.terms-box span {
    font-size: 10px;
    color: #858383;
    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;
}

/* thank-you page css */

.thank-text {
    color: #222;
    font-size: 19px;
    line-height: 1.6;
}

.thankyou-section {
    padding-left: 51px;
}


/* Footer */

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

.footer .footer-text {
    padding: 0px 0px 51px 0px;
}

.footer .footer-text p{
    text-align: left;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 25px;
    padding-right: 22px;
    padding-left: 51px;
}


@media (min-width: 320px) and (max-width: 767px) {

    html, body {
        width: 100%;
        overflow-x: hidden !important;
        position: relative;
    }

    .modal-open .modal {
        overflow-y: scroll !important;
        margin: 70px 12px 25px 37px;
    }

    .logo-img {
        width: 131px;
        height: 41px;
    }

    .top-bar .phone-box {
        padding: 5px 12px;
        font-size: 12px;
    }

    .hero-heading {
        font-size: 35px;
        line-height: 41px;
    }

    input.form-control {
        width: 363px;
    }

    .compare-btn {
        font-size: 16px;
        width: 174px;
        padding: 0 11px;
    }

    .feature-box img {
        width: 14px;
        height: 13px;
        margin-right: 2px;
    }

    .feature-box span {
        font-size: 11px;
        font-weight: 400;
        line-height: 19px;
        padding-left: 9px;
    }

    .hero-image {
        width: 434px;
        height: 498px;
        opacity: 1;
        position: relative;
        bottom: -25px;
        margin-top: 0px;
    }

    .user-review-content span img {
        width: 23px;
        margin-left: -21px;
    }

    .user-review-text {
        padding-left: 16px;
        font-size: 16px;
    }

    .review-img img {
        width: 86px;
        height: 86px;
    }

    .compare-fuel .fuel-text p {
        font-size: 17px;
        padding-top: 12px;
        padding-bottom: 19px;
    }

    .best-deal-details h2 {
        font-size: 32px;
    }

    .best-deal-details p {
        font-size: 19px;
    }

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

    .terms-box {
        width: 99%;
    }

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

    button.btn.quote-submit-btn {
        font-size: 16px;
        width: 240px;
    }

    input.form-control.plumbing.input-field {
        width: 100%;
    }
    
    input.form-control.address.input-field {
        width: 100%;
    }
    
    input.form-control.full-name.input-field {
        width: 100%;
    }
    
    input.form-control.your-email.input-field {
        width: 100%;
    }
    
    input.form-control.your-number.input-field {
        width: 100%;
    }
    
    .modal-dialog .input-field {
        width: 100%;
    }
    
    .social-icon a {
        font-size: 12px;
    }

   .compare-fuel button {
       width: 300px;
    }
	.quote-heading {
			font-size: 40px;
	}
	.quote-subtext {
    font-size: 18px;
    margin-bottom: 4px;
    padding-left: 27px;
    padding-top: 21px;
    /* padding-right: 99px; */
    /* text-align: center; */
}

}

@media (min-width: 768px) and (max-width: 1024px) {

    .modal-open .modal {
        overflow-y: scroll !important;
        margin-top: 0px;
    }

    .d-flex.feature-boxs {
        justify-content: center;
    }

    .compare-fuel .fuel-text p {
        font-size: 22px;
    }

    .hero-image {
        margin-top: 0px;
    }

    .best-deal-details p {
        font-size: 20px;
    }

    .best-deal img {
        margin-right: 0px;
    }

    .compare-fuel button {
        font-size: 16px;
        width: auto;
		width: 300px;
    }

    .compare-fuel .list-unstyled li span {
        font-size: 15px;
    }

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

    .modal-dialog .form-label {
        font-size: 19px;
    }

    .quote-subtext {
        font-size: 20px;
        padding-right: 252px;
    }

    .terms-box {
        margin-right: 0px;
    }

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

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

}





