.quote-form .table {
    width: 100%;
    margin-bottom: 0.4rem;
    color: #666;
}

.quote-form .table th,
.quote-form .table td {
    padding: 2px 0;
    vertical-align: initial;
    border: none;
}

.quote-form input,
.quote-form textarea,
.radio-item label,
.input-res .custom-select {
    border-radius: 3px;
    font-family: "Poppins-SemiBold";
}

.singleLabel {
    font-family: "Poppins-SemiBold";
    font-size: 0.75rem;
    color: #363636;
}

.color1 .radio-item label,
.color2 .radio-item label {
    font-size: 11px;
    height: 24px;
    padding: 2px 8px;
    border-radius: 3px;
    font-family: "Poppins-SemiBold";
}

.quote-form input,
.quote-form textarea {
    width: 100%;
    border: 1px solid #bfbfbf;
}

input.input-res {
    text-align: center;
    vertical-align: middle;
}

input.input-number {
    vertical-align: baseline !important;
    padding: 0 10px;
    margin-bottom: 7px;
}

.radio-toolbar label,
.input-res {
    height: 26px;
    font-family: "Poppins";
    vertical-align: middle;
}

.input-res .custom-select {
    padding: 2px 4px;
    width: 50px;
    color: #363636;
    margin-left: 0px;
    display: block;
    font-size: 13px;
}

/* Rigid Options */
input.input-select {
    vertical-align: baseline !important;
    padding: 0 10px;
    margin-bottom: 0;
    height: 26px;
    text-align: center !important;
    color: #666666;
}

.style-modal.modal {
    top: 170px;
}

.style-modal.modal h3 {
    font-size: 24px;
    font-family: "Poppins-Semibold";
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.modal-header {
    justify-content: center;
}

.rigid_styled_row {
    width: 102%;
}
.rigid_styled_row div {
    width: 20%;
    padding: 0 10px;
}
.rigid_styled_row img.img-fluid {
    box-shadow: 0px 0px 4px 0px rgb(112, 88, 13, 0.6);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(112, 88, 13, 0.6);
    -moz-box-shadow: 0px 0px 4px 0px rgb(112, 88, 13, 0.6);
    cursor: pointer;
}
.style-modal.modal h4 {
    font-size: 15px;
    font-family: "Poppins-SemiBold";
    padding: 10px 0;
    text-align: center;
}

.style-modal.modal p {
    font-size: 15px;
    font-family: "Poppins";
    text-align: center;
}

.style-modal.modal p.heading-h5 {
    background: rgb(112 88 13);
    color: #ffffff;
    font-family: "Poppins-Medium";
    text-align: center;
    font-size: 0.88rem;
    padding: 5px 0;
    border-radius: 4px;
    margin: 0;
    box-shadow: 0px 0px 4px 0px rgb(112, 88, 13, 0.6);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(112, 88, 13, 0.6);
    -moz-box-shadow: 0px 0px 4px 0px rgb(112, 88, 13, 0.6);
    margin-top: 20px;
    cursor: pointer;
}

.style-modal.modal p.heading-h4 {
    font-size: 24px !important;
    padding: 0;
    margin: 0;
}

/* Rigid Options END */

.width100 {
    width: 100%;
}

.width80 {
    width: 80%;
}

.width50 {
    width: 50%;
}

.width494 {
    width: 49.4%;
}

.width33 {
    width: 33.33%;
}

.width325 {
    width: 32.45%;
}

.width30 {
    width: 29.94%;
}

.width28 {
    width: 28%;
}

.width25 {
    width: 24.05%;
}

.width21 {
    width: 21%;
}

.width20 {
    width: 20%;
}

.width16 {
    width: 16%;
}

.pr-4 {
    padding-right: 4px !important;
}

.hide {
    display: none !important;
}

.qq-upload-button {
    display: none !important;
}

.file-input-button {
    background: #bce784;
    color: #000000;
    font-family: "Poppins";
    padding: 3px;
    border-radius: 4px;
    width: 50%;
    font-size: 13px;
    margin-left: 15%;
}

.file-input-button:hover,
.file-input-button:focus {
    background: #5dd39e;
    color: #fff;
    border-color: #4fce95;
}

.custom-addons {
    margin: 0 !important;
}

.selection_style label {
    color: #363636;
    background-color: #fffdfd !important;
    border-color: #4fb900 !important;
    background-image: url(../../images/icons/selected-icon-green.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.quote-form .form-label-header {
    text-transform: capitalize;
    font-size: 0.8rem;
    font-family: "Poppins-SemiBold";
    color: #444;
}

.submit-form-button {
    width: 100%;
    padding: 3px;
    font-size: 14px;
    vertical-align: middle;
    font-family: "Poppins-SemiBold";
    text-align: center;
    border-radius: 4px;
}

.carrier-form-button {
    text-align: center;
    width: 65%;
    font-size: 1.05rem;
    font-family: "Poppins-SemiBold";
    background: #4fb900;
    border: 1px solid #4fb900;
    padding: 4px;
    color: #ffffff;
    border-radius: 0.25rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.btn-primary-blue {
    color: #fff;
    background-color: #5ccaee;
    border-color: #52b6d7;
}

/* toggle radio input buttons Testing  */

.radio-toolbar .radio-item {
    display: inline-block;
    vertical-align: inherit;
}

.radio-item input[type="radio"],
.radio-item input[type="checkbox"] {
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}

.radio-item label {
    padding: 3px 10px;
    background-color: white;
    border: 1px solid #bfbfbf;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

/* toggle radio inputs  */

.custom-radio input[type="radio"]:checked,
.custom-radio input[type="radio"]:not(:checked),
.custom-radio input[type="checkbox"]:checked,
.custom-radio input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio input[type="radio"]:checked + label,
.custom-radio input[type="radio"]:not(:checked) + label,
.custom-radio input[type="checkbox"]:checked + label,
.custom-radio input[type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-family: "Poppins";
}

.custom-radio input[type="radio"]:checked + label:before,
.custom-radio input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #bfbfbf;
    border-radius: 100%;
    background: #fff;
}

.custom-radio input[type="checkbox"]:checked + label:before,
.custom-radio input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #d08e19;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio input[type="checkbox"]:checked + label:after,
.custom-radio input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #d08e19;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio input[type="radio"]:not(:checked) + label:after,
.custom-radio input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* input type number arrow remove */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"],
input[type="select"] {
    -moz-appearance: textfield;
}

.customQuoteImage {
    display: grid;
}

.customQuoteImage img {
    width: 100%;
    max-width: max-content;
    height: 80px;
    margin: 0 auto;
}

.label-danger-radio .carrier_cups_label {
    border: 2px solid #ff2e2e !important;
    color: #ff2e2e !important;
}

.contact-info input.input-danger,
input.input-danger {
    border: 2px solid #ff2e2e !important;
}

.contact-info input.input-danger::placeholder,
input.input-danger::placeholder {
    color: #ff2e2e !important;
}

/* responsive */

@media only screen and (min-width: 1299px) and (max-width: 1440px) {
    .width325 {
        width: 32.4%;
    }

    .radio-item label {
        padding: 3px 5px;
    }

    .p-4 {
        padding: 1.2rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .quote-form-parent {
        margin-top: -45px;
    }
}

@media only screen and (max-width: 576px) {
    .width325 {
        width: 32.4% !important;
    }

    .tags {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .width325 {
        width: 100% !important;
    }
}

/* Placeholder  */

.quote-form input::-webkit-input-placeholder {
    color: #9d9d9d !important;
    font-size: 13px !important;
    font-family: "Poppins" !important;
}

.quote-form input::-moz-placeholder {
    color: #9d9d9d !important;
    font-size: 13px !important;
    font-family: "Poppins" !important;
}

.quote-form input:-ms-input-placeholder {
    color: #9d9d9d !important;
    font-size: 13px !important;
    font-family: "Poppins" !important;
}

.quote-form input::-ms-input-placeholder {
    color: #9d9d9d !important;
    font-size: 13px !important;
    font-family: "Poppins" !important;
}

.quote-form input::placeholder {
    color: #9d9d9d !important;
    font-size: 13px !important;
    font-family: "Poppins" !important;
}

.quote-form textarea::placeholder {
    color: #9d9d9d !important;
    font-size: 13px !important;
    font-family: "Poppins" !important;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .form_page .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        padding-bottom: 15px;
        text-align: center;
    }

    .form_page .templates .downloadable {
        justify-content: center;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .width28 {
        width: 31%;
    }

    .custom-addons {
        text-align: left;
    }

    .media {
        padding: 0.5rem !important;
    }

    .review-section {
        padding: 1rem 0.5 !important;
    }

    .d-md-flex {
        display: contents !important;
        text-align: center !important;
        line-height: 1.7;
    }

    .text-md-right {
        text-align: center !important;
    }
}
