.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

body {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

h1 {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    font-size: 2.5rem;
    line-height: 3.25rem;
    font-weight: 600;
}

h2 {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 600;
}

h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 600;
}

h4 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}

h5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

h6 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 600;
}

a {
    color: #006fdc;
    text-decoration: underline;
}

ul {
    margin-top: 0rem;
    margin-bottom: 0.625rem;
    padding-left: 0rem;
    list-style-type: none;
}

.s-header {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f8e74d;
}

.main-container {
    width: 100%;
    height: 100%;
    max-width: 65.625rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.main-container.large {
    max-width: 87.5rem;
}

.s-navbar {
    width: 100%;
    background-color: #f8e74d;
}

.navbar {
    z-index: 5;
    width: 100%;
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.9375rem 1.25rem;
    background-color: transparent;
}

.navbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    display: flex;
    margin-bottom: 0rem;
    justify-content: space-between;
    align-items: center;
}

.nav-link {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    padding: 0.3125rem 0.625rem;
    color: #1a1b1f;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.015625rem;
    text-decoration: none;
}

.nav-link:hover {
    color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
    border-radius: 0.25rem;
    outline-color: #0050bd;
    outline-offset: 0rem;
    outline-style: solid;
    outline-width: 0.125rem;
    color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
    border-radius: 0.25rem;
    outline-color: #0050bd;
    outline-offset: 0rem;
    outline-style: solid;
    outline-width: 0.125rem;
    color: #0050bd;
}

.main-button {
    padding: 0.75rem 1.5625rem;
    border-radius: 0.25rem;
    background-color: #1a1b1f;
    transition: all 200ms ease;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 600;
}

.main-button:hover {
    background-color: #32343a;
    color: #fff;
}

.main-button:active {
    background-color: #43464d;
}

.nav-menu-item.large-gap {
    margin-left: 1rem;
}

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

.main-h1.left-align {
    text-align: left;
}

.main-tabs {
    margin-top: 4rem;
}

.tabs-menu {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
}

.tab-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #f2f2f2;
}

.tab-link.w--current {
    background-color: #f2f2f2;
}

.tab-link-text {
    font-size: 1rem;
    font-weight: 600;
}

.tab-link-img {
    width: 1.875rem;
    height: 1.875rem;
}

.calc-raw {
    margin-bottom: 1rem;
}

.calc-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.calc-col-inline {
    display: inline-flex;
}

.calc-col.level2 {
    justify-content: flex-start;
    align-items: center;
}

.calc-input {
    max-width: 11.875rem;
    padding: 1rem;
    flex: 1;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    border-radius: 0.5rem;
    background-color: #fff;
}

.red {
    color: #db0000;
}

.input-text-top {
    color: #8c8c8c;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

.input-text-return {
    margin-bottom: 0rem;
    padding: 0rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: transparent;
    font-weight: 600;
}

.input-text-return.weight-normal {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.input-text-units {
    padding: 0.25rem 0.5rem;
    background-color: #f8f6eb;
    color: #8c8c8c;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-left: 4px;
}

.input-sec-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.drop-down {
    width: 100%;
    margin-top: 0.4375rem;
}

.dropdown-toggle {
    width: 100%;
    padding: 0rem;
}

.icon {
    margin-right: 0rem;
    color: #8c8c8c;
}

.dropdown-link {
    background-color: #fff;
}

.checkbox-label {
    display: none;
}

.checkbox {
    width: 2rem;
    height: 2rem;
    margin: 0rem;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    border-radius: 0.25rem;
    background-color: #fff;
}

.checkbox.w--redirected-checked {
    border-color: #f8e74d;
    background-color: #f8e74d;
    background-image: url('../images/tick.svg');
    background-size: contain;
}

.checkbox-field {
    margin-bottom: 0rem;
    padding-left: 0rem;
}

.button-calc {
    padding: 1rem 2.5rem;
    border-radius: 0.25rem;
    background-color: #dc3545;
    font-weight: 600;
}

.button-calc-2 {
    display: none;
}

.button-calc.footer {
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

.button-calc.small {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

.form-block {
    margin-bottom: 0rem;
    padding: 1rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: #f2f2f2;
}

.radio-button-label {
    display: none;
}

.radio-button-field {
    display: flex;
    padding-left: 0rem;
    justify-content: center;
    align-items: center;
}

.radio-button {
    width: 2rem;
    height: 2rem;
    margin-left: 0rem;
    background-color: #fff;
}

.radio-button.w--redirected-checked {
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    background-color: #f8e74d;
    background-image: url('../images/dot.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #000;
}

.div-block {
    display: flex;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.checkbox2 {
    width: 2rem;
    height: 2rem;
    margin: 0rem;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    border-radius: 1.25rem;
    background-color: #fff;
}

.checkbox2.w--redirected-checked {
    border-color: #f8e74d;
    background-color: #f8e74d;
    background-image: url('../images/dot.svg');
    background-size: contain;
}

.input-text {
    margin-bottom: 0rem;
    padding: 0rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: transparent;
    font-weight: 600;
}

.logos-wrapper {
    display: flex;
    margin-top: 4rem;
    margin-bottom: 4rem;
    justify-content: space-around;
}

.logos-img {
    width: 5.3125rem;
    height: 5.3125rem;
}

.s-footer {
    background-color: #000;
}

.footer-wrapper {
    display: -ms-grid;
    display: grid;
    padding-top: 4rem;
    padding-bottom: 4rem;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.select-field {
    margin-bottom: 0rem;
    padding: 0rem;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: transparent;
    background-color: #fff;
    font-weight: 600;
}

.footer-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.logos-wrapper-footer {
    display: flex;
    justify-content: center;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
}

.logos-img-footer {
    width: 2.5rem;
    height: 2.5rem;
}

.footer-text {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 600;
    text-align: center;
}

.link-text-footer {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    font-weight: 600;
    text-decoration: none;
}

.footer-link-wrapper {
    display: flex;
    flex-direction: column;
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
}

.footer-img {
    max-width: 12.5rem;
}

.s-2col {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

._2col-wrapper {
    display: flex;
    max-width: 51.75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: none;
    border-width: 0.0625rem;
    border-color: #f2f2f2;
    border-radius: 0.75rem;
    background-color: #fcfbfc;
}

._2col {
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    border-radius: 0.5rem;
    background-color: #fff;
}

._2col-img {
    width: 3.125rem;
    height: 3.125rem;
}

.s-contact-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.contact-form-wrapper {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #f2f2f2;
    border-radius: 0.75rem;
    background-color: #fcfbfc;
}

.form-text-field {
    margin-bottom: 0rem;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    border-radius: 0.5rem;
}

.form-text-field.long {
    min-width: 40%;
}

.form-text-field.dark {
    border-color: hsla(0, 0%, 54.9%, 0);
    background-color: #f2f2f2;
}

.form-row {
    display: flex;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.form-text-label {
    margin-bottom: 0rem;
    flex: 0 auto;
    font-weight: 400;
    text-align: right;
}

.form-text-wrap {
    width: 12.5rem;
    flex: 0 0 auto;
}

.form {
    width: 70%;
}

.form-panel-wrapper {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    flex-direction: column;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
}

.form-panel-button-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: right;
}

.info-labetr-wrapper {
    display: flex;
    padding: 0.5rem 0.875rem;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 6.25rem;
    background-color: rgba(19, 108, 225, 0.1);
}

.text-block {
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

.form-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.form-legal {
    margin-right: 8rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: left;
}

.header-wrapper-lg {
    display: -ms-grid;
    display: grid;
    padding-top: 4rem;
    padding-bottom: 4rem;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.main-p {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: 500;
}

.about-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.top-heading {
    margin-bottom: 4rem;
    text-align: center;
}

.col2-long-wrapper {
    display: flex;
    margin-bottom: 4rem;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
}

.main-heading-h2 {
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
}

.main-heading-p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
}

.main-heading-p.max-size-36rem {
    max-width: 36rem;
    margin-right: auto;
    margin-left: auto;
}

.col2-col {
    width: 100%;
}

.col2-col.left {
    display: flex;
    width: 125%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.new-list-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3.125rem;
    background-image: url('../images/check-sing.svg');
    background-position: 0% 50%;
    background-size: 2.5rem;
    background-repeat: no-repeat;
}

.main-h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.col2-p {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
}

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

.button-special {
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: #8c8c8c;
    border-radius: 0.375rem;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.button-s-text1 {
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    background-color: #f8e74d;
}

.s-cta2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url('../images/cta2-tlo.svg'), linear-gradient(180deg, #f8e74d, #f8e74d);
    background-position: 50% 50%, 0rem 0rem;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
}

.cta2-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
}

.form2-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.form-3 {
    padding: 2.5rem;
    border-radius: 1.125rem;
    background-color: #f2f2f2;
}

.form3-check-panel {
    display: flex;
    width: 100%;
    margin-bottom: 1.25rem;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: right;
}

.submit-button {
    display: inline-block;
    width: 100%;
    border-radius: 0.25rem;
    background-color: #000;
}

.form-2col-wrapper {
    display: flex;
    margin-bottom: 3rem;
    justify-content: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.form-col {
    flex: 1;
}

.calc-col-form3 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.calc-col-form3.level2 {
    justify-content: flex-start;
    align-items: center;
}

.calc-col-form3-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.form3-radio-wrap {
    display: flex;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
}

.btn-point-selector {
    padding: 8px;
    font-weight: bold;
    background-color: #ffcb04;
    border-color: #ffcb04;
    color: black;
}

.pay-btn-2 {
    display: none;
}

.postal-code-input {
    max-width: 110px;
}

.service-selector-small {
    display: none;
}

@media screen and (max-width: 991px) {
    .nav-menu-wrapper {
        background-color: transparent;
    }

    .nav-menu {
        display: flex;
        margin-top: 0.625rem;
        padding: 1.25rem;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 3.125rem;
        background-color: #fff;
        box-shadow: 0 8px 3.125rem 0 rgba(0, 0, 0, 0.05);
    }

    .nav-link {
        padding-right: 0.3125rem;
        padding-left: 0.3125rem;
    }

    .menu-button {
        padding: 0.75rem;
    }

    .menu-button.w--open {
        background-color: #a6b1bf;
        color: #fff;
    }

    .button-calc.footer {
        text-align: center;
    }

    .logos-wrapper {
        flex-wrap: wrap;
    }

    .logos-wrapper-footer {
        flex-wrap: wrap;
    }

    .form-row {
        flex-wrap: wrap;
    }

    .form-text-label {
        text-align: left;
    }

    .form {
        width: 100%;
    }

    
}

@media screen and (max-width: 767px) {
    .tabs-menu {
        flex-direction: column;
    }

    .calc-col-dims {
        flex-direction: column;
        max-width: none;
    }
    
    .calc-input {
        padding: .75rem;
    }
    
    .calc-col-dims .calc-input {
        max-width: none;
    }

    .calc-col-dims .w-input, .calc-col-dims .w-select {
        height: 30px;
    }
    
    .calc-col.postal-codes {
        justify-content: space-between;
    }
    
    .postal-code-label {
        max-width: calc(100% - 150px);
    }
    
    #additional_service_list {
        flex-direction: column;
        grid-column-gap: 0.5rem;
        grid-row-gap: 0.5rem;
    }
    
    .pickup-type-selector {
        align-items: flex-start;
    }
    
    .button-calc-2 {
        display: block;
    }
    
    .button-calc-1 {
        display: none;
    }

    .form-legal {
        margin-right: 0px;
    }
    
    .cod-container, .insurance-container {
        width: 100%;
        justify-content: space-between !important;
    }
    
    #cod_input, #insurance_input {
        max-width: 130px;
    }
    
    #mainPageForm {
        display: none;
    }
    
    .footer-wrapper {
        text-align: center;
    }
    
    .s-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar {
        max-width: 100%;
    }

    .navbar-brand {
        padding-left: 0rem;
    }

    .nav-menu {
        padding-bottom: 1.875rem;
        flex-direction: column;
        border-radius: 1.25rem;
    }

    .nav-link {
        display: inline-block;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .div-block {
        flex-direction: column;
    }

    .footer-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    ._2col-wrapper {
        flex-wrap: wrap;
    }

    .header-wrapper-lg {
        padding-top: 1rem;
        padding-bottom: 1rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .col2-long-wrapper {
        flex-direction: column-reverse;
    }

    .col2-col.left {
        width: 100%;
    }

    .form3-check-panel {
        flex-wrap: wrap;
    }

    .form-2col-wrapper {
        flex-direction: column;
    }

    .image {
        width: 100%;
    }

    .image-2 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .toggle-button-calc {
        display: none;
    }
    
    .service-selector-big {
        display: none;
    }
    
    .service-selector-small {
        display: inline-block;
        padding: 6px 10px !important;
        margin-left: 4px;
    }
    
    .tabs-menu {
        display: flex;
        flex-direction: column;
        grid-row-gap: 0rem;
    }

    .nav-menu {
        flex-direction: column;
    }

    .contact-form-wrapper {
        padding: 0.5rem;
    }

    .form-row {
        /* flex-direction: column; */
    }

    #cod_input, #insurance_input {
        max-width: 110px;
    }
    
    .service-tile {
        flex: auto !important;
        width: 100%;
    }
    
    .form-text-label {
        text-align: left;
    }

    .form-3 {
        padding: 0.625rem;
    }

    .calc-col-form3-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .pay-btn-1 {
        display: none;
    }
    
    .pay-btn-2 {
        display: block;
        width: 100%;
    }
}

#w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf686f-c9bf6857 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf6877-c9bf6857 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_0b406e2d-883c-153b-b72a-0e0e6c70a4d7-d75921b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_89a40495-c0f6-9105-0e66-c87ddc93b06b-d75921b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_20096761-799a-9564-37d4-bed3b1ad9fd5-d75921b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-da5ce5b3-a50b-3b5c-bc01-d0639e54f35d-d75921b2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
    #w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf685a-c9bf6857 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

    #w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf685c-c9bf6857 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }

    #w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf6866-c9bf6857 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    #w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf686c-c9bf6857 {
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
    }

    #w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf686f-c9bf6857 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    #w-node-_26bb5e9c-edf4-c3ad-15a6-decdc9bf6877-c9bf6857 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 6;
        grid-row-start: 6;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
    }

    #w-node-_0b406e2d-883c-153b-b72a-0e0e6c70a4d7-d75921b2 {
        order: 9999;
    }
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}