.pric_table_new {

    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* width: 85%; */
    /* margin: 80px auto; */
    margin-bottom: 64px !important;

}

@media(max-width:960px) {
    .panel-title {
        font-size: 20px !important;
    }

    .button_wrap {
        justify-content: center;
    }
}

@media(max-width:1350px) {
    .pric_table_new {
        width: 95%;
    }
}

@media(max-width:1190px) {
    .pric_table_new {
        width: 100%;
    }

    .panel-title {
        font-size: 18px;
    }
}

.price_box {
    border: 1px solid #ddd;
    padding: 30px 20px 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 20px;
    /* min-height: 465px; */
}

.price_box:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.box-heading {
    /* border-bottom: 2px solid #ddd; */
    padding-bottom: 0px;
}

.top_icon {
    width: max-content;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
}

.top_icon img {
    width: 40px;
}

.pro-wrap {
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.panel-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.panel-title span {
    font-weight: 300;
}


.price {
    display: flex;
    flex-direction: column;
}

.price_tag {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.price_tag .amount {
    font-size: 3rem;
    font-weight: 700;
}

.price_tag .amount span {
    /* width: 115px; */
    display: inline-block;
}

.price_tag .price_desc {
    font-size: 1rem;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.contact_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    height: 40px;
}

.Clabel {
    padding-left: 10px;
    display: inline-block;
    margin: 0;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    user-select: none;
}

.dropdown1 {
    width: 100%;
}

.user_package_dropdown {
    border: none !important;
    outline: none !important;
    font-size: 18px;
    height: 38px !important;
    text-align: right;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: bold;

    text-align: right;
    /* Aligns text to the right */
    text-align-last: right;
    /* Ensures the last line of text is also aligned to the right */
}

@media (max-width: 768px) {
    .user_package_dropdown {
        width: 100%;
        /* Makes sure it’s responsive on mobile */
        -webkit-appearance: none;
        /* Removes default styling in iOS Safari */
        -moz-appearance: none;
        /* Removes default styling in Firefox */
        appearance: none;
        /* Ensures compatibility across browsers */
    }
}

.user_package_dropdown option {
    font-weight: bold;
}

/* .user_package_dropdown:focus {
    border: none;
    box-shadow: none;
    border-radius: none;
} */

.total-price-total-wraper {
    font-weight: normal;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    /* color: #ed1f24; */
    text-align: center;
}

.total-price-total-wraper small {
    font-weight: 300;
    display: block;
    font-family: "Poppins", sans-serif;
}

.button_wrap {
    display: flex;
    /* padding: 30px 0 15px 0; */
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;

}

.button_wrap .default_btn {
    border: 1px solid #273140;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 16px;
    color: #273140;
    transition: all 0.3s;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background-color: #FFFFFF;
    width: 100%;
}

.button_wrap .default_btn:hover {
    background-color: #ED1E24;
    color: #fff;
    border: 1px solid #ED1E24;
}

.button_wrap .default_btn:last-child {
    margin-left: auto;
}

.button_wrap .default_btn:first-child {
    margin-right: auto !important;
}

.button_wrap .text-muted {
    margin-top: 8px;
    margin-bottom: 8px;
}

.most-pop {
    background-color: #ED1E24;
    color: #fff;
    position: relative;
    padding: 5px 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    border-radius: 4px;
    min-width: 105px;
}

.most-pop:before {
    z-index: 1;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    left: -7px;
    top: calc(50% - 7px);
    display: block;
    background-color: #ED1E24;
}

.pricing-title {
    background-color: #273140 !important;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pricing {
    overflow: hidden;
    position: relative;
    border: 2px solid #e6e6e6;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;

}



.pricing .pricing-option {
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    color: #666;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.pricing-title,
.form-top-left h3 {
    font-family: "Poppins", sans-serif;

}

#clear-shopping-cart {
    font-size: 18px;
    cursor: pointer;
    color: #ed1e24;
}

.input-error {
    border-color: #ED1E24;
}

.pricing .pricing-row {
    padding-top: 23px;
    float: left;
    /* padding-left: 5%; */
    text-align: left;
    /* padding-right: 5%; */
    width: 100%;
}

.pricing .pricing-option {
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    color: #666;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.pricing .fa {
    color: #ed1e24;
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

#clear-shopping-cart {
    font-size: 18px;
    cursor: pointer;
}

.form-box {
    margin-top: 30px;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #f3f3f3;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-top-left h3 {
    font-family: "Poppins", sans-serif;
}

.form-top-left h3 {
    margin-top: 0;
    color: #555;
    font-weight: 300;
}

.form-top-left p {
    line-height: 20px;
    color: #666;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

#signup-section .form-box {
    margin-top: 0px;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
textarea.form-control {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder {
    color: #888;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #888;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #ED1E24;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover {
    opacity: 0.6;
    color: #fff;
}

button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #ED1E24;
    color: #fff;
}

button.btn:active:focus, button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #ED1E24;
    color: #fff;
}

.form-group {
    margin-bottom: 15px !important;
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    margin-bottom: 0;
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
}

.shopping-cart-item .text-truncate {
    padding-left: 0;
}

.shopping-cart-item .badge-pill {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    width: 100%;
}

.shopping-cart-item .badge-pill .rounded-circle {
    display: none;
}

/* common style */

#blinq-quick-quote-video {
    width: calc(100% + 58px);
    margin-left: -29px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    height: auto;
    color: #b11b43;
    width: auto;
    border-radius: 80px;
    border: 1px solid #fff;
    color: #b11b43;
    background: #fff;
    cursor: pointer;
    padding: 12px 45px;
    transition: all 0.3s;
    box-shadow: 0px 7px 20px 1px rgb(0 0 0 / 20%);
    font-weight: 600;

}

.play-btn:hover {
    color: #fff;
    border: 1px solid #b11b43;
    background: #b11b43;
    cursor: pointer;
    padding: 12px 45px;
    box-shadow: 0px 30px 20px 1px rgb(0 0 0 / 20%);
    font-weight: 600;
}

.priceTable1 .card {
    border: none;
    /*background-color: #232f39;*/
    padding-bottom: 50px;
    transition: all 0.3s;
    background: none;
}

.priceTable1 .card-header {
    /*background-color: #232f39;*/
    color: #fff;
    /*padding: 50px 0;*/
    background: none;
    border: none;
}

.priceTable1 .card-body {
    background-color: #2b3740;
    color: #fff;
    border-radius: 20px;
    padding: 0;
    padding-bottom: 30px;
    transition: all 0.3s;
}

.priceTable1 .pricing-card-title {
    color: #fff;
    font-size: 20px;
    padding: 40px 47px;
    background: #2f3c46;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    transition: all 0.3s;
}

.priceTable1 .card-body ul li {
    margin-bottom: 11px;
}

.border_radius_top_bottom_L {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.border_radius_top_bottom_R {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tb_price {
    font-size: 25px;
    padding: 11px;
    background: #2f3c46;
    margin-bottom: 23px;
    font-weight: 400;
}

.priceTable1 .sign-up-btn {
    border-color: #b11b43;
    transition: all 0.3s;
    width: auto;
    border-radius: 40px;
    position: absolute;
    background: #b11b43;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    left: 50%;
    translate: -50%;
    margin-top: 8px;
    transition: all 0.3s;
    border: none;
}

.priceTable1 .sign-up-btn2 {
    border-color: #b11b43;
    transition: all 0.3s;
    width: 80%;
    border-radius: 10px;
    position: absolute;
    background: #b11b43;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    left: 50%;
    translate: -50%;
    margin-top: 8px;
    transition: all 0.3s;
    border: none;
}

.new-bg-color {
    background-color: #27343f !important;
}

.price_box {
    transition: all 0.3s;
}

.price_box:hover .card-body {
    background-color: #fff;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    color: #113a5e;
}

.price_box:hover .pricing-card-title {
    background-color: #b11b43;
}

.price_box:hover .card-body i {
    color: #b11b43 !important;
}

.price_box:hover .tb_price {
    background-color: #f5f5f5;
    color: #113a5e;
    font-weight: 500;
}

.priceTable1 .tab-pane-content .tab-pane-features {
    position: relative;
    top: 5px;
    bottom: -50px;
    left: -25px;
    width: calc(100% + 50px);
    min-height: 100px;
    background: #f2f2f2 !important;
    border-radius: 0 0 9px 9px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.priceTable1 .tab-content .tab-pane .tab-pane-header {
    text-align: center;
}

.priceTable1 table {
    background-color: transparent;
}

#mTable {
    position: relative;
    top: 5px;
    bottom: -50px;
    /* left: -25px;
    width: calc(100% + 50px);
    min-height: 100px; */
    /* background: #f2f2f2 !important;
    border-radius: 0 0 9px 9px; */
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#mTable .table-responsive h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-size: 25px;
    font-weight: 600;
}

#mTable table thead th h3 {
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    padding: 0px 10px;
}

#mTable table tbody th {
    font-weight: normal;
    padding: 8px 25px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size: 14px;
    font-weight: 300;
}

#mTable table tbody td {
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
    vertical-align: middle !important;
    text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

#mTable table thead th {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: 0;
    width: 25%;
}

#mTable .btn-xl {
    min-height: 40px;
    height: auto;
    line-height: 25px;
    font-size: 1.1em;
    text-transform: none;
    white-space: initial;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    background-color: rgb(177 27 67);
    border-radius: 2px;
    color: white;
    width: 100%;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

#mTable .btn-xl:hover {
    background-color: rgb(39, 49, 64);
    color: rgb(255, 255, 255);
}

.price_box:hover .sign-up-btn2,
.price_box:hover .sign-up-btn {
    background-color: #113a5e;
    color: #fff;
}

.sign-up-btn2:hover,
.sign-up-btn:hover {
    transform: scale(1.2);
}

div.test {
    display: none
}

.message {
    display: inline-block;
    width: auto;
    color: #fff;
    background: #b11b43;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 15px;
    margin-left: 50%;
    transform: -50% !important;
    translate: -50%;
    cursor: pointer;
    font-weight: 600;

}

.address {
    font-size: 0.9rem;
    margin-top: 20px;
}

.price-head1 {
    color: #b11b43 !important;
    font-weight: 700 !important;
    transition: all 0.3s;
}

.price-sub-h {
    transition: all 0.3s;
}

.price-style {
    width: 100%;
    text-align: center !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
}

.price-style small {
    font-size: 0.9rem !important;
}

.hover-red {
    transition: all 0.3s;
    background-color: #f5f5f5;
}

.hover-red:hover {
    background-color: #b11b43 !important;
}

.hover-red:hover .price-head1 {
    color: #fff !important;
}

.hover-red:hover .price-sub-h {
    color: #fff;
}

.hover-red:hover .price-style {
    color: #fff;
}

.hover-red:hover .sign-up-btn2 {
    background-color: #fff;
    color: #b11b43;
}

.border-width {
    border: 5px solid #000;
}

iframe {
    border: 2px solid #000 !important;
    border-radius: 20px !important;
}

.tour {
    width: max-content !important;
}

#logos-iframe {
    border: none !important;
}

.booking-box {
    /* display: none;  */
    padding: 15px;
    border: 1px solid #000;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;

}

.booking-box:hover {
    background: #f8f9fa;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 8%)
}

.modal-body iframe {
    border: none !important;
}

#bookingBoxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.slider-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

.logos-wrapper {
    display: flex;
    width: max-content;
}

.logos {
    display: flex;
    align-items: center;
    gap: 30px;
    animation: scroll-left 300s linear infinite;

}

.reverse {
    animation: scroll-right 300s linear infinite;
}

.logos img {
    max-height: 50px;
    width: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.feature-table {
    display: none;
    margin-top: 30px;
}

.feature-table.active {
    display: block;
}

.toggle-btn {
    background: white;
    border: 2px solid #000;
    color: #000;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.toggle-btn:hover {
    background: #ED1E24;
    color: white;
    border: 2px solid #ED1E24;
}

.plan-header {
    text-align: center;
    padding: 10px;
    /* background: #f8f9fa; */
    /* border-bottom: 2px solid #dee2e6; */
    display: flex;
    flex-direction: column;
}

.plan-header span {
    font-weight: bold;
}

.feature-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #dee2e6;
}

.feature-icon {
    width: 40px;
    text-align: center;
    margin-right: 10px;
}

.feature-name {
    flex: 2;
}

.feature-name p {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.feature-check {
    flex: 1;
    text-align: center;
}

.bi-check-circle-fill {
    /* color: #28a745; */
    color: #ED1E24;
    font-size: 1.2rem;
}

.bi-x-circle-fill {
    color: #27314038;
    /* color: #dc3545; */
    font-size: 1.2rem;
}

.select-plan-btn {
    border: 1px solid #333;
    border-radius: 20px;
    background: #fff;
    padding: 5px 0;
    transition: all 0.3s;
}

.select-plan-btn:hover {
    background-color: #ED1E24;
    color: #fff;
    border: 1px solid #ED1E24;
}

.news {
    display: none;
}

@media (max-width: 768px) {
    .feature-name {
        font-size: 14px;
    }

    .plan-header {
        font-size: 14px;
    }
}

/* .grecaptcha-badge {
    display: none !important;
} */