/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
* {
    font-family: "Poppins", sans-serif;
}
.modal .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100% - 60px);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

textarea.form-control {
    min-height: 64px !important;
}

.form-group.file_upload {
    position: relative;
    max-width: fit-content;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.form-group.file_upload .input-group {
    display: none;
}

.form-group.file_upload label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-flow: column;
}

.form-group.file_upload label i.fa.fa-upload {
    font-size: 30px;
}

.search_container button.search_icon {
    height: 31px;
}

.card-header.header-sec {
    justify-content: center;
    padding: 20px;
    background-color: #3abaf4;
}

.card-header.header-sec h4 {
    color: #fff;
    font-size: 20px;
}
.form-group.file_upload {
    width: 100%;
    max-width: calc(100% - 30px);
    padding: 10px;
    border: 1px dashed #b7b7b7;
    margin-bottom: 10px;
    cursor: pointer;
    height: 100%;
    border-radius: 18px;
}

.package-information .form-group.file_upload {
    min-height: 96px;
    margin-bottom: 20px;
    max-width: 100%;
}

.modal-header.header-pop {
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 14px;
}

strong.price-quote {
    font-weight: 600;
}

.rendered_images img {
    width: 106px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #9b8e8e;
}

.form-group.col-12.rendered_images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.image-container {
    position: relative;
}

span.remove-image {
    position: absolute;
    top: -4px;
    right: -7px;
    background: #b10e0ecc;
    border-radius: 50%;
    padding: 6px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

span.remove-image i.fa.fa-close {
    color: #fff;
    font-size: 10px;
}

.progress-step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.progress-step.active {
    background-color: #007bff;
    color: white;
}

.progress-line {
    flex-grow: 1;
    height: 2px;
    background-color: #e0e0e0;
}

/* 16 july 24 */
.main_title {
    box-shadow: unset;
}

.main_title h3.text-info {
    color: #1e1e1e !important;
    font-size: 30px;
    font-weight: 600;
}
.progress_bar .inner_div {
    max-width: max-content;
}
.progress_bar .inner_div .progress-line {
    max-width: 87px;
    width: 100%;
    flex: 0 0 87px;
    height: 3px;
    background: #d9d9d9;
    margin: 0 7px;
}

.progress_bar .inner_div .progress-step {
    width: 100%;
    height: 57px;
    max-width: 57px;
    flex: 0 0 57px;
    color: #201d1d;
    font-size: 34px;
    font-weight: 600;
    border: 2px solid #000;
}
.progress_bar .inner_div .progress-step.active {
    border-color: #0062ff;
    color: #0062ff;
}

.progress_bar .inner_div .progress-step.active {
    border-color: #0062ff;
    color: #0062ff;
}
.progress-line.active {
    background: #0062ff !important;
}
.step-content .card {
    box-shadow: 0 0 6px 0 #0000000a;
    margin: 0;
}
.step-content .card-header {
    padding: 22px 33px 15px;
}
.step-content .card-header h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}
.step-content .card-body {
    padding: 34px 32px 60px;
}
.step-content .card-body .form-group {
    column-gap: 55px;
}
.step-content .card-body .form-group .custom-control {
    margin: 0 !important;
}
.step-content .card-body .form-group .custom-control label.custom-control-label {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}
.step-content .card-body input,
.step-content .card-body .select2-container--default .select2-selection--single {
    border-color: #cecece;
    height: 44px !important;
    border-radius: 8px;
}
.step-content .card-body label {
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.theme-white button.comon_btn {
    padding: 0;
    max-width: 271px;
    width: 100%;
    background-color: #0062ff;
    font-size: 20px;
    height: 64px;
    border-radius: 8px;
    border: 2px solid transparent !important;
}
.btn_main_wrap button#prevBtn {
    background: transparent !important;
    color: #0062ff !important;
    border-color: #0062ff !important;
}
.btn_main_wrap {
    margin-top: 60px !important;
    column-gap: 22px;
}
.btn_main_wrap .btn-primary,
.btn_main_wrap .btn-primary.disabled {
    box-shadow: unset;
}
.theme-white .btn-primary:active,
.theme-white .btn-primary:focus {
    background-color: #0062ff !important;
}
.custom-control-label::before {
    width: 20px;
    height: 20px;
    border: #bebebe solid 2px;
    top: 3px;
}
.theme-white button.comon_btn:hover,
.theme-white button.comon_btn:focus {
    background: #0645ab !important;
    color: #fff !important;
    border-color: transparent !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: unset;
    background-color: #0062ff;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    top: 8px;
    left: -24px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #bebebe;
}
.step_2_wraper.row {
    margin: 0;
    column-gap: 31px;
}

.step_2_wraper.row > div {
    padding: 0;
    max-width: calc(100% / 2 - 16px) !important;
}
.step_2_wraper.row > div .row {
    margin: 0;
}
.step_2_wraper.row .card-header {
    padding: 0;
    margin-bottom: 23px;
    border: unset;
}

.step_2_wraper.row .card-header h4 {
    font-size: 18px;
}
.step_2_wraper.row .row > div,
.flex.step_2_wraper.row .ship_information_right .rows > div {
    padding: 0;
}

.checkBoxBlock {
    margin: 34px 0 42px;
}

.uploadImagesBlock {
    max-width: 50%;
    margin: 0 0 0 auto;
    padding: 37px;
    gap: 15px;
    width: 100%;
}

.checkBoxBlock input#boxing_help {
    height: auto;
    line-height: normal;
    top: -11px;
}

.inlineFields .card-body label {
    width: 100%;
    max-width: 194px;
}
.VariableCost .card-body {
    padding: 27px;
}
.inlineFields .form-group:not(:last-child) {
    margin-bottom: 33px;
}

.perValue .input-group .input-group-prepend .input-group-text {
    border-left: 0;
    height: 44px;
    border-color: #cecece;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.BillingInformation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.PaymentMethodBlock .btn_main_wrap {
    width: 100%;
    max-width: 245px;
    margin: 0 !important;
}

.form-group.PaymentMethodBlock > label {
    font-size: 17px;
    line-height: 28px;
    padding-right: 10px;
    margin-bottom: 0;
    color: #212529;
}

.card.paymentSummery {
    background: #0062ff;
    padding: 38px 28px 25px;
}
.card.paymentSummery * {
    color: #fff !important;
}

.card.paymentSummery .card-header {
    border: 0;
}
.card.paymentSummery .card-header {
    border: 0;
    justify-content: center;
    padding: 0;
}

.card.paymentSummery .card-header h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 26px;
}
.subtotalBlock p {
    font-size: 20px;
}
.subtotalBlock label {
    font-size: 16px;
}
.subtotalBlock {
    padding: 21px 0;
}

.paymentSummery .form-group h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
}
.paymentSummery .form-group > label {
    font-size: 16px;
    font-weight: 300;
}

.total_ label {
    font-size: 19px;
}

/* ----------25july--------- */
.card.information-cart {
    border-radius: 15px;
    position: relative;
}

.card.information-cart .card-body {
    text-align: center;
    border-radius: 3px;
    padding: 11px 30px 37px;
}

.card.information-cart .card-body h5.card-title {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.card.information-cart .card-body p.card-text {
    font-size: 16px;
    color: #1e1e1e;
}

.confirm_container .quotes_information {
    margin-bottom: 50px;
}

.card.information-cart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom: 2px solid #0062ff;
    border-radius: 15px;
}

.receiver_information .container .card {
    border-radius: 15px;
}

.receiver_information .container .card .card-header {
    padding: 20px 25px 19px;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
}

.receiver_information .container .card .card-header h3 {
    margin: 0;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.receiver_information .container .card .card-header {
    gap: 10px;
}

.receiver_information .container .card .card-header span {
    font-size: 16px;
    color: #1e1e1e;
}

.receiver_information .container .card .card-body.text-capitalize {
    padding: 25px;
}

.receiver_information .container .card .card-body.text-capitalize .user-data {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.receiver_information .container .card .card-body.text-capitalize .user-data label {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    max-width: 400px;
    width: 100%;
}

.receiver_information .container .card .card-body.text-capitalize span {
    margin: 0 !important;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.package_information {
    padding: 30px 30px 66px;
}

.package_information h4.text-capitalize {
    font-size: 22px;
    color: #000;
    max-width: 270px;
    width: 100%;
    margin: 0 !important;
}

.package_information .package_data {
    align-items: center;
}

.package_information .input-group {
    gap: 20px;
}

.package_information .input-group .input_field {
    margin: 0 !important;
    border-radius: 15px;
    border: 1px solid #f7eeee !important;
    height: 58px;
    max-width: max-content;
    width: 100%;
    overflow: hidden;
    display: flex;
    padding: 0 11px;
    background-color: #fff;
}

.package_information .input-group .input_field span.input-group-text {
    font-size: 18px;
    color: #000;
    border-radius: 0;
    border: 0;
    padding: 0;
    height: 100%;
}

.package_information .input-group .input_field span.input-group-text:first-child {
    max-width: max-content;
    width: 100%;
    justify-content: center;
    text-transform: capitalize;
    padding: 0 12px;
}
.package_information .input-group .input_field span.input-group-text:last-child {
    max-width: max-content;
    width: 100%;
    border-left: 2px solid #ddd7d7 !important;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.image_information .data_image .row {
    gap: 30px 0px;
}

.image_information .data_image .row .column {
    max-width: calc(100% / 4);
    width: 100%;
    gap: 0 0;
}

.image_information .data_image .row .column img {
    width: 100%;
    border-radius: 15px;
}

.image_information .data_image .radio_button {
    padding: 30px 0px;
}

.image_information .data_image .radio_button .input-group input.form-check-input.mt-0 {
    margin: 0 !important;
    position: unset;
    width: 22px;
    height: 22px;
}

.image_information .data_image .radio_button .input-group .input-group-text {
    padding: 0;
    height: auto !important;
    border: 0 !important;
    background: transparent;
}

.image_information .data_image .radio_button .input-group span {
    font-size: 17px !important;
    color: #000;
    font-weight: 600;
}

.image_information .data_image .radio_button .input-group span button {
    color: #0062ff;
    border: none;
    background: transparent;
}

.image_information .data_image .radio_button .input-group span a {
    color: #0062ff;
    text-decoration: none;
}

.theme-white .btn-primary:disabled {
    /* background-color: #0062FF;   */
    background-color: #0545ac;
}

.confirm_container .quotes_information .quote_card .card {
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    justify-content: center;
}

.confirm_container .quotes_information .quote_card .card .card-footer {
    border: 0 !important;
    background: transparent !important;
}

.confirm_container .quotes_information .quote_card .card .card-footer {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.confirm_container .quotes_information .quote_card .card .card-footer a.btn.btn-primary {
    max-width: 272px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: transparent !important;
    box-shadow: none;
    color: #0062ff;
    border: 2px solid #0062ff !important;
    font-size: 20px;
    text-transform: uppercase;
}

.confirm_container .quotes_information .quote_card .card .card-footer a.btn.btn-secondary {
    max-width: 272px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: none;
    color: #fff;
    border: 2px solid #0062ff !important;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #0062ff !important;
}
/* 26-July */
div#freight-receive .input_group {
    display: flex;
    gap: 0 14px;
    margin: 0 0 32px;
}

div#freight-receive .input_group > div {
    display: flex;
    flex-flow: column;
    gap: 6px 0;
    max-width: 198px;
    width: 100%;
}

div#freight-receive .input_group > div input.input {
    max-width: 198px;
    padding: 17px 20px;
    width: 100%;
    border: 1px solid #cecece;
    color: #b0b0b0;
}
div#freight-receive .input_group > div input.input.datepicker_start_date,
div#freight-receive .input_group > div input.input.start_time {
    color: #000000;
}

div#freight-receive .input_group > div .timepicker {
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    border-radius: 8px;
    /* padding-right: 10px; */
}

div#freight-receive .input_group > div .timepicker select#ampm {
    border-left: 1px solid #cecece;
    background: transparent;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding-left: 12px;
    color: #b0b0b0;
    box-shadow: none;
    outline: none;
}

.datepicker.datepicker-dropdown {
    width: 100%;
    max-width: 270px;
}

.datepicker.datepicker-dropdown table.table-condensed {
    width: 100%;
}
div#freight-receive .input_group > div .timepicker input#time {
    border: 0;
}

.lenghtClass .lengthData {
    display: flex;
    border: 1px solid #cecece;
    border-radius: 8px;
}

.lenghtClass label {
    display: block;
    width: 100%;
}

.lenghtClass input.form-control {
    max-width: calc(100% - 70px);
    border: 0;
}

.lenghtClass select.inchClass {
    border: 1px solid #cecece;
    background: transparent;
    height: 43.98px;
    border-radius: 8px;
    border-left: 0;
    border: 0;
    box-shadow: none;
    outline: none;
}

.modal.detach-modal.payment-modal .modal-dialog {
    max-width: 800px;
}

.modal.detach-modal.payment-modal .modal-dialog .modal-content .modal-body {
    max-height: 780px !important;
}

.modal.detach-modal.payment-modal .modal-dialog .modal-content .modal-body canvas {
    width: 100%;
}

.modal.detach-modal.payment-modal .modal-dialog .modal-content .modal-footer {
    justify-content: center;
    gap: 30px;
}

.modal.detach-modal.payment-modal .modal-dialog .modal-content .modal-footer button.btn-primary.btndelete {
    width: 180px;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #0062ff;
    color: #fff;
}
.modal.detach-modal.payment-modal .modal-dialog .modal-content .modal-footer button {
    width: 180px;
    height: 50px;
    border-radius: 8px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #0062ff;
    color: #fff;
}
.modal.detach-modal.payment-modal .modal-dialog .modal-content .modal-footer button[disabled] {
    width: 180px;
    height: 50px;
    background-color: transparent;
    border: 2px solid #ddd8d8;
    font-size: 18px;
    border-radius: 8px;
    color: #000;
    font-weight: 600;
    cursor: not-allowed;
}
.theme-white .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    left: -25px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    left: -20px;
}
.max-w-200 {
    max-width: 200px;
}
/* 02.08 */
.stripe-card-body {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow:
        0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.stripe-checkout-page {
    background: transparent;
    width: 100%;
    max-width: 1008px;
    /* padding: 0 0px 0 15px; */
    margin-top: -130px;
}

.stripe-checkout-page .stripe-card-body form.stripe-payment-modal label {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0;
}
/* .stripe-checkout-page .stripe-card-body form.stripe-payment-modal button#submit {
    background: #0062ff !important;
    padding: 0;
    max-width: 271px;
    width: 100%;
    font-size: 20px;
    height: 64px;
    border-radius: 8px;
    border: 2px solid transparent !important;
    margin-top: 25px;
}
.stripe-checkout-page .stripe-card-body form.stripe-payment-modal button#submit:hover {
    background: #0645ab !important ;
    transition: 0.5s all;
}
.stripe-checkout-page .stripe-card-body form.stripe-payment-modal button#submit span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
} */
.payButton {
    background: #0062ff !important;
    padding: 0;
    width: 100%;
    font-size: 20px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid transparent !important;
}

/* 05 aug 2024 starts */
.stripe-checkout-page .stripe-card-body {
    padding: 16px 32px 28px;
    position: relative;
}

.stripe-checkout-page .stripe-card-body .StripeElement {
    border-top: 1px solid rgba(199, 199, 199, 0.4);
    margin-top: 20px;
    padding-top: 11px;
}

.stripe-checkout-page .stripe-card-body .stripe-heading {
    font-size: 22px;
    line-height: 1.37;
    color: #000;
    font-weight: 600;
    padding-right: 30px;
    margin-bottom: 7px;
}

.stripe-checkout-page .stripe-card-body label {
    line-height: 1.37;
    font-size: 14px;
    display: block;
    margin: 0;
    color: #4d4d4d;
    letter-spacing: 1px;
}

.stripe-checkout-page .stripe-card-body .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 400;
    line-height: 1;
    float: unset;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    opacity: 1;
}

.stripe-checkout-page .stripe-card-body .btn {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    padding: 8px 20px;
}

.stripe-checkout-page .stripe-card-body .btn:hover,
.stripe-checkout-page .stripe-card-body .btn:focus {
    background-color: #0645ab !important;
}
/* 05 aug 2024 ends */
.container.verifyContainer {
    position: relative;
}
.shipmentModal {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
    padding: 15px 0 0 15px;
    border-radius: 10px;
}
.container.verifyContainer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #5cb85c;
    border-radius: 15px !important;
    bottom: 0;
    left: 0;
}
.modalFooter {
    background: url(../image/Vector.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    background-position: center;
    position: relative;
    background-size: 100%;
    max-width: 310px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-top: 30px;
}
.modalFooter b {
    color: #fff;
    font-size: 16px;
}
.modalFooter b {
    color: #fff;
    font-size: 18px;
}
.modalHeader h6 {
    font-weight: 500;
    font-size: 25px;
    color: #000;
}
.modalHeader p {
    font-weight: 300;
    font-size: 15px;
    color: #3d3d3d;
}
.shipmentModal {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
    padding: 15px 0 0 15px;
    border-radius: 10px;
}
.footerData p {
    font-size: 17px;
    padding-top: 20px;
}
.headline h4 {
    font-size: 33px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
}
.section-body.thankyouCard .row {
    max-width: 1200px;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.section-body.thankyouCard .col-md-6 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
/* table.table.table-striped th i.fa-sharp.fa-solid.fa-caret-down.active {
    color: #0062ff !important;
} */
.input-group {
    gap: 0 25px;
}
.input-group select#items_per_page {
    max-width: 270px;
    width: 100%;
    border-radius: 12px;
    padding: 10px 32px 10px 16px;
    height: 44px;
    background: #fff;
    appearance: none;
    line-height: normal;
}
.input-group select#items_per_page:focus {
    outline: none !important;
}

.input-group select#items_per_page:focus {
    outline: none !important;
}
.img-dropdwn::after {
    position: absolute;
    width: 4px;
    height: 5px;
    border-style: solid;
    border-width: 8px 5px 1px 6px;
    border-color: #000000 transparent transparent transparent;
    content: "";
    top: 20px;
    left: unset;
    right: 13px;
    pointer-events: none;
}
.img-dropdwn {
    position: relative;
}
table.table.table-striped tr th span {
    margin-left: 5px;
}
table.table.table-striped tr th span i {
    line-height: normal;
    display: flex;
    height: 5px;
}
table.table.table-striped th span {
    display: inline-flex;
    flex-flow: column;
}
.table.table-striped span i.fa-sharp.active::before {
    color: #0062ff !important;
}
table.table.table-striped tr td .custom-control {
    padding: 0%;
}
/* .custom-sidebar li.menu-header i {font-size: 20px;color: #0062FF;}

.custom-sidebar li.menu-header {
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-sidebar .sidebar-menu li.menu-header p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #0062FF;
    letter-spacing: normal;
    text-transform: uppercase;
}
.custom-sidebar li.dropdown {
    padding-left: 25px;
}
.main-sidebar .sidebar-menu li a span {
    width: 100%;
    color: #616161;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
} */
html body .article .article-header .article-image {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}
.article .article-details .text-md-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
aside#sidebar-wrapper .sidebar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap-button {
    display: inline-flex;
    gap: 0;
}
html body .form-check .form-check-label {
    padding-left: 20px;
}
.payment .form-check {
    display: flex;
    margin: 0;
    padding: 0 !important;
    line-height: normal;
    align-items: center;
}

.article-cta .refundBtn {
    padding: 6px;
    /* font-size: 10px; */
}
.readMore a.btn.btn-info {
    padding: 5px;
}
/* .cancelContainer */
.btn {
    font-size: 10px;
}
@media (max-width: 1599px) {
    .article .article-details .text-md-right {
        flex-wrap: wrap;
        gap: 15px;
    }
    .article .article-details .text-md-right .article-cta {
        width: 100%;
        text-align: left;
    }

    .article .article-details .text-md-right .article-cta b.btn.btn-danger {
        max-width: 100% !important;
    }
}

/* 16.08 */
.about-us h2 {
    font-size: 46px;
    font-weight: 700;
}
.about-us ul.bread-list li a {
    font-size: 18px;
}

.about-us section#services {
    padding: 108px 0;
}

.about-us section#services .section-title {
    margin: 0;
}
.about-us section#services .section-title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 37px;
    text-transform: lowercase;
    position: relative;
}
.about-us section#services p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
    font-weight: 400;
    margin-top: 55px;
}
.about-us section#services .section-title h1::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 1px;
    bottom: -4px;
    left: 50%;
    margin-left: -30px;
    background: rgba(0, 68, 177, 1);
}
.about-us section#services .section-title h1::before {
    position: absolute;
    content: "";
    z-index: 1;
    width: 110px;
    height: 1px;
    bottom: 3px;
    left: 50%;
    margin-left: -45px;
    background: rgba(0, 68, 177, 1);
}