﻿
#step5-form .step__title {
    margin-bottom: 20px;
}

.width-limiter{
    max-width:580px;
}

.package-confirm {
    z-index: 1081;
}

    .package-confirm .package__submit .btn:hover {
        transform: scale(1.02);
    }

.package-item .package__header .package__speed {
    text-align: left;
}

.one-time-cost-container {
    display: flex;
    align-items: flex-end;
}

.chosen-package-one-time-cost-label {
    color: #707477;
    font-weight: 400;
    margin-right: 5px;
    line-height: 21px;
}

#optional-extras-container {
    text-align: left;
}

.configure__cost span{
    white-space:nowrap;
}

.package-confirm .package__submit {
    justify-content: space-evenly;
}
#view-deal-button {
    margin-left: 10px;
}
    #view-deal-button span {
        color: #ff5c1a;
    }
    #view-deal-button:disabled {
        opacity: 1;
    }

@media only screen and (max-width:425px){
    #view-deal-button {
        margin-right: 50px;
    }
}

/*Thank you*/
#thank-you-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    #thank-you-section .step__title {
        margin-bottom: 0px;
        text-align: left;
    }

    #thank-you-section .h4 {
        margin-bottom: 50px;
    }

.thank-you-panel {
    box-shadow: 0 10px 50px #0003;
    background-color: #fff;
    border-radius: 15px;
}
#thank-you-container {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 1rem;
}

@media only screen and (max-width:768px){
    #call-us{
        margin-top:1rem;
    }
    #thank-you-section .h4{
        margin-bottom:25px;
    }
}
@media only screen and (max-width:503px) {
    .thank-you-title-container .green-tick{
        margin-right:10px;
    }

    #thank-you-container {
        padding-bottom: 2rem;
    }

        #thank-you-container button {
            margin-top: 1rem;
        }

    #thank-you-section .h4 {
        margin-bottom: 25px;
    }
}

.thank-you-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.green-tick{
    width:70px;
    margin-right:25px;
}

#request-to-call-container {
    max-width: 80%;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
    #request-to-call-container.visible {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }

    #request-to-call-container .form__control {
        margin-bottom: 0;
        align-items: center;
    }
    #request-to-call-container .form__label {
        white-space: nowrap;
        margin-bottom:0;
        margin-right:10px;
    }

#contact-number{
    max-width:150px;
    margin-right:8px;
}
#contact-number-submit-icon {
    width:24px;
    max-width:24px;
    height:24px;
}
#submit-contact-number:hover {
    opacity: 0.8;
}