body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.bg-main {
    background-color: #f2f2f2;
}

.main-color {
    color: #4b4b4b;
}

.main {
    background-color: #f2f2f2;
    position: relative;
}

#main {
    padding: 0px !important;
}
#main .fusion-row {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.main .navbar {
    /* background-color: #31234726; */
    background-color: #fff;
    color: #162a47;
    /* background-image: linear-gradient( to right, #fff, #162a47 30%); */
    z-index: 9;
    opacity: 0.85;
    border-bottom: 1px solid #162a47;
    transition: opacity .6s;
    /* border-top: 2px solid #162a47 !important; */
    height: 80px;
    padding: 0 5%;
}

.navbar-brand {
    margin: 0rem 14px !important;
}

.main .navbar.sticky {
    background-color: #ffff;
    color: #162a47;
    /* background-image: linear-gradient( to right, #fff, #162a47 30%); */
    z-index: 9;
    opacity: 1;
    border-bottom: 1px solid #162a47;
    scroll-behavior: smooth;
    transition: opacity .6s;
}

header.fusion-header-wrapper {
    bottom: auto !important;
}

.element {
    background-image: url(../img/background.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 580px;
    right: 0;
}

header .data-title.store-address {
    /* padding-right: 220px; */
    padding-top: 50px;
}


/* Loader  */


/*-- Common Loader --*/

.paymenyloadinfo {
    font-size: 0;
    background: #fff;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
    border: 1px solid #0d9450;
}

.amount_wrapper {
    position: relative;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0d9450;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loadinginfo {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* .Protection_fees {
    display: none !important;
} */


/* Transparent Overlay */

.loadinginfo:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    /* background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8)); */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

.logo {
    width: 250px;
    height: auto;
}

.navbar .navbar-nav .nav-item a {
    color: #162a47;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 8px;
    border-bottom: none;
    display: inline-block;
    align-items: center;
    padding: 25px 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 60px;
}


/* .main .sticky+header {
    margin-top: 81px;
} */

.main header {
    height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: relative; */
        background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url(../img/title_back.JPG) no-repeat center;
        background-size: cover;
        transition: background 300ms ease-in 200ms;
}

/* .main header::before {
    content: " ";
    position: absolute;
    background-image: url(../img/left.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    width: 100px;
    height: 100px;
} */

.data-title .main-title {
    color: #fff;
    font-weight: bold;
    font-size: 3.5em;
    text-transform: uppercase;
    margin: 0 auto;
}

.lead {
    color: #0d9450;
    font-weight: 500;
    font-size: 2.2em;
}

.data-title .description {
    color: #565656;
}

.data-title .site_email_address,
a:not([href]):not([tabindex]) {
    color: #191914;
    word-break: break-all;
}

.data-title .site_email_address:hover,
a:not([href]):not([tabindex]):hover {
    color: #0d9450;
    cursor: pointer;
}

#site_phone:hover {
    text-decoration: none !important;
}

.site_phone:hover {
    color: #0d9450;
}

.store-information .information-title {
    font-size: 2.8em;
    color: #191914;
}

.btn-addres {
    font-weight: 500;
    width: 30%;
    font-size: 19px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #0d9450;
    margin: 10px;
    padding: 15px;
    min-height: 90px;
}

.btn-addres:hover {
    box-shadow: 0 0 11px #0d9450;
    background: #162a47;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-addres p {
    margin: 0;
}

.btn-addres.active {
    background: #162a47;
    color: #fff;
    border: none;
}

.table-inverse {
    border-radius: 10px;
    font-size: 18px;
}

.table-inverse th {
    padding: 10px;
    background: #0d9450;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    min-width: 150px;
}

.standardprice {
    font-weight: bold;
    color: #908e8e;
    margin: 0;
    font-size: 0.8em;
}

.table-inverse a.btn-move {
    background: #162a47 !important;
    color: #fff;
    border-radius: 0;
    width: 77%;
    min-width: 150px;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: .375rem .75rem !important;
}

.table-inverse a.btn-move:hover p {
    background-color: #f2f2f2;
    color: #162a47;
}

.table-inverse a.btn-reserver {
    background: #0d9450;
    color: #fff;
    border-radius: 0;
    width: 77%;
    min-width: 150px;
}

.table-inverse a.btn-reserver:hover p {
    background-color: #f2f2f2;
    color: #0d9450;
}

.table-inverse a p {
    margin: 0;
}


/* .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
    box-shadow: 0 0 11px #31234773;
}

.table-hover tbody tr:hover .btn-move p {
    background-color: #f2f2f2;
    color: #162a47;
}

.table-hover tbody tr:hover .btn-reserver p {
    background-color: #f2f2f2;
    color: #0d9450;
} */

.footer {
    background: #162a47;
    padding: 10px;
    color: #fff;
}

footer {
    text-align: center;
}

.fusion-copyright-notice a {
    color: #fff;
}

.fusion-copyright-notice a:hover {
    color: #0d9450;
}

footer .fusion-footer {
    background: #162a47;
    color: #ffff;
    /* margin-bottom: 10px; */
    display: block;
    padding-bottom: 15px;
}

.footer .site_name {
    font-weight: bold;
    /* text-decoration: underline; */
    padding-bottom: 5px;
    line-height: 20px;
    border-bottom: 1px solid;
}


/* page contact-information page*/

.store-information .box {
    border-right: 1px solid #b7b7b7;
    align-items: center;
    display: flex;
}

.store-information .box:last-child {
    border: none;
}

.plan-box {
    border: 1px solid #162a47;
    border-radius: 5px;
}

.plan-box .header-plan {
    background: #162a47;
    padding: 10px;
    color: #fff;
}

.plan-box .plan-details {
    background: #f2f2f2;
    padding: 10px;
    position: relative;
}

.plan-box .plan-details p.upto {
    color: #162a47;
    font-size: 1.2em;
    font-weight: 600;
}

.plan-box .plan-details p.month {
    color: #7a7a7a;
    font-size: 1.2em;
}

.plan-box .plan-details button.btn.btn-repply {
    border-radius: 13px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #0d9450;
    color: #fff;
}

.said-box .titlebar {
    background: #0d9450;
    padding: 10px;
    color: #fff;
    font-size: 1em;
    border-radius: 5px 5px 0 0;
}

.said-box .titlebar p,
.said-box p {
    margin: 0;
}

.btn.btn-back {
    background: #0d9450;
    color: #fff;
    width: 30%;
    border-radius: 20px;
    min-width: 80px;
}

.btn.btn-back:hover p {
    background-color: #f2f2f2;
    color: #0d9450;
    border-radius: 10px;
}

.btn.btn-continue {
    background: #162a47;
    color: #fff;
    border-radius: 20px;
    width: 33%;
    min-width: 125px;
}

.btn.insurance_btn {
    background: #162a47;
    color: #fff;
    /* width: 30%; */
    min-width: 125px;
}

.btn.insurance_btn>p {
    margin: 0;
}

.btn.insurance_btn:hover p {
    background-color: #f2f2f2;
    color: #162a47;
    border-radius: 3px;
}

.btn.btn-continue:hover p {
    background-color: #f2f2f2;
    color: #162a47;
    border-radius: 10px;
}

.plan-box .form-control.is-invalid {
    border-color: #dc3545;
}


/* For static MoveIN */

.floating-block.right_fix {
    position: absolute;
    top: 1291px;
    left: 0;
    z-index: 5;
}

.floating-block.curr_fix.right_fix {
    position: fixed;
    z-index: 5;
    top: 196px;
}

.floating-block {
    width: 374px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px 0 15px;
}

.left {
    width: 900px;
    float: left;
    height: 2000px;
    background: #dddddd;
}

.right {
    /* width: 250px;
    float: right;
    height: 400px; */
    position: relative;
}


/* Map  */

/*.map-section {
    height: 500px;
    background: linear-gradient(to bottom right, white, #0d9450);
    padding-top: 5px;
}
*/
body .fusion-row nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    /* padding: 15px; */
    margin: 5px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
}

.menu-item-object-page a span.menu-text.fusion-button {
    display: inline-block;
    background-color: transparent !important;
    background-image: none !important;
    color: #162a47 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    position: relative;
}

.menu-item-object-page a:hover span.menu-text.fusion-button {
    color: #0d9450 !important
}

.menu-item-object-page a.current span.menu-text.fusion-button {
    color: #0d9450 !important;
}

.menu-item-object-page a span.menu-text.fusion-button:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background-color: #46395a;
    transition: opacity 0.3s ease, width 0.3s ease;
    position: absolute;
    bottom: -10px;
}

.menu-item-object-page a:hover span:after {
    width: 100% !important;
}

.menu-item-object-page a.current span:after {
    width: 100% !important;
}

#menu-tullahoma > li.menu-item {
    padding-right: 0px !important;
}

.navbar .navbar-toggler {
    background: transparent !important;
    padding: 0;
}

.navbar .navbar-toggler:focus {
    outline: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    position: relative;
    border-top: 3px solid #000;
    width: 22px;
    height: 16px;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    background: #000000;
    height: 3px;
    width: 100%;
    left: 0;
    top: 11px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    background: #000000;
    height: 3px;
    width: 100%;
    left: 0;
    top: 4px;
}

.navbar .navbar-toggler .navbar-toggler-icon img {
    display: none;
}

li.field_description_below input,
li.field_description_below textarea,
li.field_description_below select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

li.field_description_below input:focus,
li.field_description_below textarea:focus,
li.field_description_below select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.gform_footer .button {
    background: #162a47;
    color: #fff;
    /* width: 30%; */
    min-width: 125px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gform_wrapper li.field_description_below.gfield_error .gfield_label {
    color: #000;
}

body .gform_wrapper li.field_description_below.gfield_error {
    border: none;
    background: transparent;
}

.plan-box .fusion-fullwidth .fusion-builder-row.fusion-row {
    padding: 10px 30px;
}

.plan-box .fusion-fullwidth {
    margin-top: 0px !important;
}

body .gform_wrapper li.field_description_below label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #4b4b4b;
    font-weight: normal;
}

body .plan-box .fusion-fullwidth .gform_wrapper .ginput_container input,
body .plan-box .fusion-fullwidth .gform_wrapper .ginput_container select {
    width: 100%;
}

.no_refunds {
    display: block;
    padding: 10px;
    background: #f2f2f2;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #0d9450;
    text-align: center;
}

.section-2-btn .nav-item {
    width: 50%;
    background: #0d9450;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    padding-top: 5px;
    border-radius: 0;
    font-size: 1em;
}

.section-2-btn .nav-item p {
    margin: 0
}

.section-2-btn .nav-item.active {
    background: #162a47;
    color: #fff;
    border: none;
    border-radius: 0;
}

.pricediv span {
    color: #0d9450;
    font-weight: bold;
}

.info-section .map-section {
    height: 300px;
}

.info-section {
    padding: 15px;
    background: #f2f2f2;
}

.info-section h2 {
    color: #0d9450;
    word-break: break-word;
    font-weight: 700 !important;
}

.info-section h5 {
    font-size: 1em;
    color: #0d9450;
    margin-bottom: 0px;
}

.info-section p {
    font-size: 1em;
    color: #000;
}

.btn-section .tab-table .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
    text-align: center;
    border: none;
    background: #0d9450;
    color: #fff;
    border-radius: 0;
    padding: 15px;
    margin: 0 !important;
    font-size: 16px;
    letter-spacing: 0 !important;
}

.btn-section .tab-table .nav-tabs .nav-item.active {
    background: #162a47;
    color: #fff;
    border: none;
    border-radius: 0;
}

.tab-table .tab-content h5 {
    text-align: center;
    color: #162a47;
}

table.dataTable td,
table.dataTable th {
    font-size: 1.1em;
    font-weight: bold;
}


/* -------------- look ---------- */

.section-2-btn {
    position: relative;
    display: inline;
    z-index: 1;
}

.section-2-btn .nav.nav-tabs {
    position: absolute;
}

.section-2-btn .nav-item.active {}

.section-2-btn .nav-item {
    width: 100%;
    opacity: 0.7;
}

.section-2-btn .nav-item:hover {
    opacity: 1;
}

.info-section {
    /*text-align: right;*/
    height: auto;
    margin-left: 17%;
}

.info-section .map-section {
    height: 370px
}

.info-section .store-address {
    margin: 20px 0;
}

.store-information .form-control,
.store-information input[type=text],
.store-information textarea {
    background-color: #f2f2f2 !important;
}

.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #0d9450;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #162a47;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'No';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'Yes';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.toggle_wrapper {
    display: inline-flex;
}

.toggle_text {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
}

#reserve_unit_button{
    background-image: linear-gradient( to top, #28a745, #28a745 ) !important;
}

#reserve_unit_button:hover {
    background-image: linear-gradient( to top, #162a47, #162a47 ) !important;
}

/* -------------- media ---------- */

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .menu-item-object-page a span.menu-text.fusion-button {
        font-size: 13px !important;
    }
    .navbar .navbar-nav .nav-item a {
        margin: 0px 6px;
    }
    .navbar .navbar-nav .nav-item a span {
        font-size: 13px !important;
    }
    .element {
        height: 59%;
        width: 65%;
        right: 0;
        background-size: contain;
    }
}

@media only screen and (max-width: 1024px) {
    .main .navbar {
        border: none !important;
        opacity: 1;
        height: 78px;
    }
    .element {
        height: 59%;
        width: 56%;
        right: 0;
        background-size: contain;
    }
    .navbar-expand-sm .navbar-toggler {
        display: block;
        margin-left: auto;
        background: #162a47;
    }
    .navbar .navbar-nav .nav-item a {
        color: #ffff;
        padding: 5px 0 !important;
        height: auto;
    }
    .menu-item-object-page a span.menu-text.fusion-button {
        color: #ffff !important;
    }
    .menu-item-object-page a span.menu-text.fusion-button:after {
        margin: auto;
    }
    .navbar-collapse {
        flex-direction: column;
        background: rgb(49, 35, 71);
        border-radius: 0;
        margin-top: 0;
        margin-left: 7px;
        position: absolute;
        right: 0;
        width: 100%;
        top: 78px;
        text-align: right;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        justify-content: right;
        align-items: normal;
        width: 100%;
    }
    .navbar-expand-sm .navbar-nav li {
        border-bottom: 1px solid #4e3e68;
    }
    .navbar-expand-sm .navbar-nav li:last-child {
        border-bottom: 4px solid #a32f28;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .floating-block {
        width: auto;
        float: none;
        position: inherit;
        padding: 0;
    }
    header .data-title.store-address {
        /* padding-right: 9%; */
    }
}

@media only screen and (max-width: 768px) {
    .btn-addres {
        width: 100%;
    }
    .main header {
        height: auto;
    }
}

@media only screen and (max-width: 573px) {
    .w-50,
    .w-75 {
        width: 100% !important;
    }
    w-75 .logo {
        width: 130px;
        height: auto;
    }
    .element {
        width: 60%;
        display: none;
    }
    .navbar-collapse {
        top: 75px
    }
    .main header::before {
        display: none;
    }
    .data-title {
        text-align: center;
    }
    .data-title .description,
    .data-title .site_email_address,
    a:not([href]):not([tabindex]) {
        color: #565656;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 468px) {
    .main header {
        height: auto;
    }
}


/*For responsive datatable view */

@media only screen and (max-width: 991px) {
    .odd+.child {
        background-color: rgba(0, 0, 0, .05) !important;
        padding: 1.5rem 2rem !important;
    }
    .even {
        background-color: rgba(0, 0, 0, .01) !important;
    }
    .even>td {
        border-left: 1px solid #0000001f !important;
        border-right: 1px solid #0000001f !important;
        border-top: 1px solid #0000001f !important;
    }
    .even+.child>td {
        border-left: 1px solid #0000001f !important;
        border-right: 1px solid #0000001f !important;
        border-bottom: 1px solid #0000001f !important;
    }
    table.dataTable>tbody>tr.child ul.dtr-details {
        padding: 0.9rem !important;
    }
}

/* Rent Online Styles */

    #tab-5 .row {
        display: block;
    }
    /* Improve tab layout */
    .rent__progress {
        background-color: #FFFFFF; /* White background for cleaner look */
        border-radius: 5px;
        padding: 12px 0;
        display: flex;
        justify-content: center; /* Center the tabs */
        gap: 12px; /* Add space between buttons */
        align-items: center;
    }

    /* Ensure equal spacing between tabs */
    .rent__progress .nav-item {
        flex-grow: 1;
        text-align: center;
    }

    /* Styling for navigation links (tabs) */
    .rent__progress .nav-link {
        color: #fff !important;
        font-weight: bold;
        border-radius: 5px;
        padding: 14px 24px; /* Slightly larger padding for better clickability */
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 1rem;
        background-color: #005f27; /* Default tab background */
    }

    /* Active and Hover Effects */
    .rent__progress .nav-link.active,
    .rent__progress .nav-link:hover {
        background-color: #008f39; /* Slightly lighter green */
        color: #ffffff !important;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow effect */
    }

    /* Ensure the last tab does not have extra margin */
    .rent__progress .nav-item:last-child {
        margin-right: 0;
    }

    /* Responsive Fix: Adjust spacing on smaller screens */
    @media (max-width: 768px) {
        .rent__progress {
            flex-wrap: wrap;
            gap: 8px; /* Reduce gap for mobile */
        }
        
        .rent__progress .nav-link {
            font-size: 0.9rem;
            padding: 10px 18px; /* Adjust padding for smaller screens */
        }
    }  

    .mt-4, .my-4 {
        margin-top: 0px !important;
        padding: 15px;
    }
    .focus-within .c-flex {
        display: block !important;
    }
    /* New style addedd */
    @media only screen and (min-width: 1100px) {
        .home.page-template .fusion-header-wrapper .fusion-header .fusion-row {
            display: flex;
        }
        .home.page-template .fusion-header-wrapper .fusion-header .fusion-row .fusion-main-menu {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }
        
    }
    .fusion-header .fusion-main-menu .fusion-menu .menu-item:last-child {
        margin-right: 0;
    }
    /* new added */
    .section_image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .image1 {
        width: 50%;
        padding: 3px;
    }
    @media screen and (max-width: 767px) {
        .image1 {
            width: 100%;
        }
        
    }
    .image1 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .image_inner {
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    @media screen and (max-width: 767px) {
        .image_inner {
            width: 100%;
        }
        
    }
    .image2 {
        width: 50%;
        padding: 3px;
    }
    @media screen and (max-width: 767px) {
        .image2 {
            width: 100%;
        }
        
    }
    .image2 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .breadcrumb {
        background-color: transparent;
        padding: 0;
    }
    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        border-radius: 0.25rem;
    }
    .breadcrumb-item a {
        color: #b73a1b;
        text-decoration: none;
    }
    .info-wrapper {
        margin-top: 2rem;
    }
    .fac-brand-txt {
        color: #960002;
        font-weight: 700;
        font-size: 20px;
    }
    .btn-primary-rounded {
        text-decoration: none;
        border-radius: 33px;
        margin-top: 1rem !important;
        color: #fff !important;
        background-color: #960002 !important;
        border-color: #960002 !important;
        margin-right: 5px;
    }
    .btn-primary-outline {
        border-color: #960002 !important;
        color: #960002 !important;
        background-color: transparent;
        text-decoration: none;
    }
    .fac-reviews {
        margin-top: 1.5rem;
    }
    .txt-tertiary-light {
        color: #ffab03;
    }
    .brandFacility_a {
        color: #b73a1b;
        text-decoration: none;
    }
    .gmb-icon {
        width: 28px;
        height: 32px;
        vertical-align: top;
    }
    .fw-600 {
        font-weight: 600;
    }
    .fw-700 {
        font-weight: 700;
    }
    .fs-sm-md {
        font-size: 1.25rem;
    }
    .checked-circle {
        background-color: #b73a1b !important;
    }
    .checked-circle {
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 100%;
        margin-right: 0.5rem;
        display: flex;
        align-items: center !important;
        justify-content: space-between !important;
        background-color: #00538b;
    }
    .facility-features li {
        margin: 0.25rem 0;
        display: flex;
        align-items: center !important;
        justify-content: start !important;
    }
    .checked-circle .fa {
        margin: auto;
        font-size: 0.75rem;
        color: #fff;
    }
    .fa,
    .fas {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    .facility-features {
        overflow: hidden;
        position: relative;
    }
    .mt-2,
    .my-2 {
        margin-top: 0.5rem !important;
    }
    .mb-0,
    .my-0 {
        margin-bottom: 0 !important;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .more-features-btn {
        color: #b73a1b;
        text-decoration: none;
    }
    .lease-file .btn-primary {
        background-color: #960002;
        border-color: #960002;
    }
    .nav-tabs.facility-tabs .nav-link.active {
        background-color: #005f27;
        border-top: 1px solid #005f27;
        border-left: 1px solid #005f27;
        border-right: 1px solid #005f27;
    }
    .nav-tabs.facility-tabs .nav-link.active {
        color: #fff !important;
    }
    .nav-tabs.facility-tabs .nav-link {
        margin-bottom: 1px;
        text-decoration: none;
    }
    .facility-tabs-indicator {
        background-color: #b73a1b !important;
    }
    .facility-tabs .nav-link.active .facility-tabs-indicator {
        display: block;
    }
    .facility-tabs .nav-link.active .facility-tabs-indicator {
        display: block;
    }
    .facility-tabs-indicator {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 4px;
    }
    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .facility-tabs-indicator {
        background-color: #b73a1b !important;
    }
    .nav-tabs.facility-tabs .nav-link {
        color: #b73a1b;
    }
    .nav-tabs.facility-tabs .nav-link:hover {
        border-color: #b73a1b;
    }
    .nav-fill .nav-item {
        position: relative;
    }
    .units-filter {
        padding: 1rem 0;
        border-radius: 4px;
        background-color: #f9f9f9;
        border: 1px solid #e3e3e3;
    }
    /* Form & Button Styling */
    .all_input_box_size {
        border: 1px solid #005f27;
        border-radius: 5px;
        padding: 10px;
    }
    .btn-continue {
        background-color: #005f27;
        color: white;
        font-weight: bold;
        border-radius: 5px;
        padding: 10px 15px;
        transition: all 0.3s ease-in-out;
    }
    .btn-continue:hover {
        background-color: #008f39;
        color: white;
    }
    .btn-primary {
        background-color: #960002;
        border-color: #960002;
        margin-right: 0.25rem !important;
    }
    .btn-primary-outline {
        border-color: #960002 !important;
        color: #960002 !important;
    }
    .btn-secondary {
        background-color: #b73a1b;
        border-color: #b73a1b;
    }
    @media (min-width: 768px) {
        .facility-unit {
            border: 1px solid #960002;
            margin: 0.35rem 0;
        }
        
    }
    @media (min-width: 992px) {
        .facility-unit {
            padding: 0.75rem;
            border: 0 !important;
            margin-top: 0;
        }
        
    }
    @media (min-width: 992px) {
        .flex-lg-row {
            flex-direction: row !important;
        }
        
    }
    @media (min-width: 768px) {
        .facility-unit {
            padding: 0;
            border: 1px solid #c14729;
            margin-top: 0.5rem;
        }
        
    }
    @media (min-width: 768px) {
        .flex-md-column {
            flex-direction: column !important;
        }
        
    }
    @media (min-width: 576px) {
        .flex-sm-row {
            flex-direction: row !important;
        }
        
    }
    .facility-unit {
        position: relative;
        background-color: #fff;
        padding: 0.75rem;
        display: flex;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100%;
    }
    @media (max-width: 600px) {
        .facility-unit {
            border: 1px solid #f2673a;
        }
        
    }
    @media (max-width: 750px) {
        .facility-unit {
            margin: 0.35rem 0;
        }
        
    }
    @media (min-width: 1200px) {
        .facility-unit__cell--fw {
            width: 250px;
        }
        
    }
    @media (min-width: 992px) {
        .facility-unit__cell {
            width: 25%;
            padding: 0;
            border-bottom: 0;
        }
        
    }
    @media (min-width: 768px) {
        .facility-unit__cell {
            padding: 0.5rem 0;
            display: block;
            text-align: center;
        }
        
    }
    .facility-unit__cell {
        display: block;
    }
    .facility-unit__img-cell {
        text-align: center;
        float: left;
    }
    .small,
    small {
        font-size: 80%;
        font-weight: 400;
    }
    a {
        color: #b73a1b;
        text-decoration: none;
    }
    .facility-unit-icon {
        display: block;
    }
    @media (min-width: 1025px) {
        .facility-unit--special {
            position: relative;
        }
        
    }
    .facility-unit--special {
        width: 100px;
        height: 22px;
        overflow: hidden;
        background-color: #000;
        position: absolute;
        top: -1px;
        color: #fff;
        padding-top: 1px;
        text-align: center;
    }
    .facility-unit--special:before {
        content: "";
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        border-top: 11px solid #000;
        border-right: 8px solid #fff;
        border-bottom: 11px solid #000;
    }
    .facility-unit--special:after {
        content: "";
        height: 22px;
        width: 22px;
        position: absolute;
        z-index: 0;
        left: -27px;
        top: 0;
        border-left: 40px solid #fff;
        transform: rotate(64deg);
    }
    @media screen and (min-width: 992px) {
        .facility-unit__cell--features {
            text-align: left;
            width: 150px;
        }
        
    }
    @media (min-width: 992px) {
        .facility-unit__cell {
            width: 25%;
            padding: 0;
            border-bottom: 0;
        }
        
    }
    @media (min-width: 992px) {
        .pl-lg-2,
        .px-lg-2 {
            padding-left: 0.5rem !important;
        }
        
    }
    @media screen and (min-width: 768px) {
        .facility-unit__cell--features {
            text-align: center;
            width: auto;
        }
        
    }
    @media (min-width: 768px) {
        .facility-unit__cell {
            padding: 0.5rem 0;
            display: block;
            text-align: center;
        }
        
    }
    @media screen and (min-width: 576px) {
        .facility-unit__cell--features {
            text-align: left;
            width: 150px;
        }
        
    }
    .facility-unit__cell--features {
        text-align: center;
    }
    .facility-unit__cell {
        display: block;
    }
    .d-table-cell {
        display: table-cell !important;
    }
    @media screen and (min-width: 992px) {
        .facility-unit p,
        .facility-unit ul {
            text-align: left;
        }
        
    }
    @media screen and (min-width: 768px) {
        .facility-unit p,
        .facility-unit ul {
            text-align: center;
        }
        
    }
    @media screen and (min-width: 576px) {
        .facility-unit p,
        .facility-unit ul {
            text-align: left;
        }
        
    }
    .facility-unit p,
    .facility-unit ul {
        font-size: 0.85rem;
        text-align: center;
    }
    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .text-center {
        text-align: center !important;
    }
    .facility-unit-price {
        color: #b73a1b !important;
    }
    .facility-unit-price {
        font-size: 1.5rem;
        font-weight: 700;
        display: block;
        margin-top: 5px;
    }
    .fw-400 {
        font-weight: 400;
    }
    @media (max-width: 991px) {
        .facility-unit--special {
            right: -5px;
        }
        
    }
    /* New added */
    /* .body {
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 0.35px;
    color: #1f2022;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    }
    */
    .section_image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .image1 {
        width: 50%;
        padding: 3px;
    }
    @media screen and (max-width: 767px) {
        .image1 {
            width: 100%;
        }
        
    }
    .image1 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .image_inner {
        width: 50%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    @media screen and (max-width: 767px) {
        .image_inner {
            width: 100%;
        }
        
    }
    .image2 {
        width: 50%;
        padding: 3px;
    }
    @media screen and (max-width: 767px) {
        .image2 {
            width: 100%;
        }
        
    }
    .image2 img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .right_side {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
        min-width: 270px;
    }
    .header_links {
        display: flex;
        padding: 0;
    }
    .header_link {
        display: flex;
        align-items: center;
    }
    .header_link a {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #b73a1b;
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
    }
    /* .header_link1::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #e3e3e3;
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    }
    */
    .image_lodo {
        width: 240px;
        height: 66px;
        display: block;
    }
    .image_lodo img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .address {
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
        font-size: 16px;
        line-height: 24px;
    }
    .phone_number a {
        font-weight: 700;
        color: #960002;
        text-decoration: none;
        font-size: 20px;
        font-family: 'Titillium Web',sans-serif;
        line-height: 30px;
    }
    .all_but {
    }
    .contact_us {
        background-color: #960002;
        border-color: #960002;
        color: #fff;
        border-radius: 33px;
        text-decoration: none;
        display: inline-block;
        font-family: 'Titillium Web',sans-serif;
        font-weight: 400;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 2.5px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .my_account {
        border-color: #960002!important;
        color: #960002!important;
        background-color: #fff;
        border-radius: .25rem;
        text-decoration: none;
        display: inline-block;
        font-family: 'Titillium Web',sans-serif;
        font-weight: 400;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 16px;
        line-height: 1.5;
        margin: 0 2.5px;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .all_reviews {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    .reviews_star {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-right: 5px;
    }
    .reviews_text {
        color: #b73a1b;
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        cursor: pointer;
    }
    .star_size {
        font-size: 22px;
        color: #ffab03;
    }
    .leave_review {
        display: flex;
        flex-direction: column;
    }
    .review_span {
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #1f2022;
    }
    .soc_icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .soc_image {
        width: 32px;
        height: 32px;
        display: block;
    }
    .soc_image img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .features_text {
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #1f2022;
        margin-bottom: .5rem;
    }
    .features_list li {
        margin: .25rem 0;
        display: flex;
        align-items: center!important;
        justify-content: start!important;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
        font-size: 16px;
    }
    .list_link {
        color: #b73a1b;
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        margin: .25rem 0;
    }
    .agreement a {
        background-color: #960002;
        border-color: #960002;
        color: #fff;
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .active {
        background-color: #b73a1b;
        border-top: 1px solid #b73a1b;
        border-left: 1px solid #b73a1b;
        border-right: 1px solid #b73a1b;
        color: #fff !important;
    }
    .cus_tabs li {
        flex-grow: 1;
    }
    .tab {
        color: #b73a1b;
        text-decoration: none;
        max-width: 200px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }
    .nav-tabs {
        border-bottom: 4px solid #b73a1b !important;
    }
    .tab:hover {
        border: 1px solid #b73a1b;
    }
    .tab_1 {
        padding: 1rem 16px;
        border-radius: 4px;
        background-color: #f9f9f9;
        border: 1px solid #e3e3e3;
        display: flex;
        flex-direction: column;
    }
    .tab_header_1 {
        font-weight: 700;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
        font-size: 16px;
    }
    .tab_but_1 .btn-primary1 {
        background-color: #960002;
        border-color: #960002;
        color: #fff;
        margin-right: 5px;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        margin-top: 5px;
    }
    .tab_but_1 .btn-primary-outline1 {
        border-color: #960002;
        color: #960002;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        margin-top: 5px;
    }
    .tab_but_1 .btn-secondary1 {
        background-color: #b73a1b;
        border-color: #b73a1b;
        color: #fff;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 16px;
        margin-top: 5px;
    }
    .product_img {
        width: 100px;
        height: 100px;
        display: block;
    }
    .product_img img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .facility-unit--special {
        width: 100px;
        height: 22px;
        overflow: hidden;
        background-color: #000;
        top: -1px;
        color: #fff;
        padding-top: 1px;
        text-align: center;
        font-weight: 400;
    }
    .facility-unit--special:before {
        content: '';
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        border-top: 11px solid #000;
        border-right: 8px solid #fff;
        border-bottom: 11px solid #000;
    }
    .facility-unit--special:after {
        content: '';
        height: 22px;
        width: 22px;
        position: absolute;
        z-index: 0;
        left: -27px;
        top: 0;
        border-left: 40px solid #fff;
        transform: rotate(
            64deg
        );
    }
    .image_text {
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 12px;
        color: #960002;
        width: 100px;
        justify-content: center;
        display: flex;
        font-weight: 400;
    }
    .product_size {
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #1f2022;
    }
    .product_names {
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: #1f2022;
    }
    .product_rs {
        color: #960002;
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
    .in_store {
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #1f2022;
    }
    .in_store span {
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
        color: #960002;
    }
    .tab_but {
        padding: .375rem 2rem;
        /* opacity: .65;
        */
    }
    .footer_section {
        background-color: #b73a1b;
        border-color: #b73a1b;
        cursor: pointer;
        line-height: 24px;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .footer_text {
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 14px;
    }
    .cus_card {
        flex-direction: row;
    }
    .responsive_block1 {
        flex-direction: row;
    }
    @media only screen and (max-width: 960px) {
        .left_sides {
            max-width: 100% !important;
            flex: unset !important;
        }
        .cus_card {
            border: 1px solid #b73a1b;
            flex-direction: column;
        }
        .responsive_block1 {
            flex-direction: column;
        }
        .responsive_block1 .section_1 {
            justify-content: center !important;
            align-items: center;
            margin-right: 0 !important;
        }
        
    }
    .cus_back {
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .section_1 {
        text-align: left;
        width: 150px;
    }
    .office-hours {
        color: #000000;
    }
    .office-hours .hours {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: .325rem;
        margin-bottom: .325rem;
    }
    .unitsizetab {
        background-color: transparent;
        border: 1px solid #b73a1b;
        padding: .375rem .75rem;
        line-height: 1.5;
        border-radius: .25rem;
        color: #b73a1b !important;
        margin: 2px;
    }
    .unitsizetab:hover {
        background-color: #b73a1b;
        color: #fff !important;
    }
    .unitsizeblock .nav-tabs {
        border-bottom: 0px !important;
    }
    .unit_sizes .active {
        background-color: #b73a1b;
        border-top: 1px solid #b73a1b;
        border-left: 1px solid #b73a1b;
        border-right: 1px solid #b73a1b;
        color: #fff !important;
    }
    /* rent or reserve style */
    .header_back_but {
        text-decoration: none;
        cursor: pointer;
        letter-spacing: 1px;
        border-radius: 6px;
        padding: .75rem 1.5rem;
        background-color: rgba(0,0,0,0.03);
        color: #000;
        border: 1px solid rgba(0,0,0,0.125) !important;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        font-family: 'Titillium Web',sans-serif;
        font-size: 14px;
    }
    .splash-card {
        padding-top: 2em;
        padding: 2.75rem 2.7rem 6rem 2.75rem;
    }
    @media only screen and (max-width: 960px) {
        .splash-card {
            padding: 2rem;
        }
        
    }
    @media only screen and (max-width: 767px) {
        .splash-card {
            padding: 1.5rem 1.75rem ;
        }
        
    }
    @media only screen and (max-width: 479px) {
        .splash-card {
            padding: 1rem 0.75rem;
        }
        
    }
    /* Facility & Order Summary Box */
    .card-header {
        background-color: #005f27;
        color: white;
        font-weight: bold;
    }
    .card-body {
        background-color: #f5f5f5;
        padding: 15px;
    }

    }
    .section1 {
        width: 100%;
        padding: 5px;
        border: 1px solid #999;
        display: flex;
        justify-content: center;
    }
    .logo_images {
        width: 240px;
        height: 66px;
        display: block;
    }
    .logo_images img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .h_2 {
        color: #1f2022;
        font-weight: 700;
        font-size: 40px;
        letter-spacing: -.75px;
        font-family: 'Titillium Web',sans-serif;
    }
    .highlighted {
        color: #960002;
        font-weight: 700;
        font-size: 40px;
        letter-spacing: -.75px;
        font-family: 'Titillium Web',sans-serif;
    }
    .p_p {
        color: #515151;
        font-weight: 600;
        font-size: 16px;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
    }
    .splash-card-list {
        display: inline-block;
        text-align: left;
    }
    .splash-card-list ul li {
        font-size: 1.1rem;
        margin-bottom: .5rem;
        font-size: 18px;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-weight: 500;
    }
    .fa-check:before {
        content: "\f00c";
    }
    .rent_but {
        background-color: #960002;
        border-color: #960002;
        color: #fff;
        cursor: pointer;
        padding: 1rem 3rem;
        margin-top: 2rem;
        margin-bottom: 0;
        letter-spacing: 1px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Titillium Web',sans-serif;
    }
    .reserve_but {
        background-color: #fff;
        border-color: #960002;
        color: #960002;
        cursor: pointer;
        padding: 1rem 3rem;
        margin-top: 2rem;
        margin-bottom: 0;
        letter-spacing: 1px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Titillium Web',sans-serif;
    }
    .reserve_but:hover {
        background-color: #960002;
        border-color: #960002;
        color: #fff;
    }
    .center_cus li {
        text-align: center;
    }
    .center_cus {
        text-align: center;
    }
    /* Rent online style */
    .text-center {
        text-align: center;
    }
    .txt-mid {
        color: #515151;
        font-weight: 600;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        font-size: 40px;
    }
    .nav-link.active {
        background: #fff;
        color: #005f27 !important;
        border: 0;
        -o-border-image: none;
        border-image: none;
    }
    .nav-link {
        font-size: 1rem;
        color: #fff !important;
        text-decoration: none;
        border-right: 1px solid #000000;
        background: #005f27;
        font-weight: 600;
    }
    .nav-link:first-child {
        border-left: 1px solid #000000;
    }
    .rent-form {
        box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
        border-bottom-right-radius: .15rem;
        border-bottom-left-radius: .15rem;
        background-color: #fff;
    }
    .rent__title {
        font-weight: 700;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
        font-size: 24px;
        text-align: start;
    }
    .h_5 {
        font-size: 20px;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
        font-weight: 700;
        text-align: start;
    }
    .start_text {
        text-align: start !important;
    }
    .form_but {
        background-color: #00538b;
        border-color: #00538b;
        color: #fff!important;
        letter-spacing: 1px;
        border-radius: 6px;
        padding: .75rem 1.5rem;
        text-decoration: none;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
    }
    .bottom_header_text {
        font-size: 24px;
        font-weight: 700;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
    }
    .bottom_p_text {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Titillium Web',sans-serif;
        letter-spacing: .35px;
        color: #1f2022;
    }
    .right_side_text {
        font-size: 14px;
        font-weight: 400;
        font-family: 'Titillium Web',sans-serif;
        line-height: 1.5;
    }
    .rent-subtotal li {
        padding-bottom: .5rem;
        border-bottom: 1px solid #999;
    }
    .se-bg {
        display: none !important;
    }  @media (max-width: 767px) {
        .nav-link {
            display: none;
        }
        
    }
    /* new changes styles */
    .rent-online .active {
        background-color: #ffff;
        border-top: 1px solid #0000;
        border-left: 1px solid #0000;
        border-right: 1px solid #0000;
        color: #000 !important;
    }
    .requiredmodal {
        z-index: 20000 !important;
        top: 5px !important;
    }
    /* Insurance coverage tab styles */
    .main_insu_div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .insurance-text {
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    .option-text {
        font-weight: 900;
        font-size: 1rem;
        display: block;
        max-width: 100%;
        padding: 0;
        margin-bottom: .5rem;
        white-space: normal;
    }
    .check_box {
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        margin-top: 10px;
    }
    .inner-check_box {
        display: flex;
        align-items: baseline;
    }
    .check-text {
        color: #303030;
        display: inline-block;
        font-size: 16px;
        text-align: start;
    }
    .check-text1 {
        color: #303030;
        font-weight: 500;
        display: inline-block;
        font-size: 16px;
        text-align: start;
    }
    .check-text2 {
        color: #6c757d!important;
        font-weight: 400;
        display: inline-block;
        font-size: 13px;
        text-align: start;
    }
    .monthly_text {
        width: 100%;
        margin-left: 15px;
    }
    .monthly_text1 {
        width: 100%;
    }
    .cus_start {
        text-align: start;
    }
    .coverage-feature {
        text-align: center;
        border: 3px solid;
        border-radius: 15px;
        margin: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        flex: 1 40%;
        color: #000;
    }
    .coverage-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
        height: 50px;
        width: 50px;
        color: #00538b;
        border: 3px solid;
        border-radius: 50%;
        padding: 10px;
    }
    .coverage-desc {
        display: block;
        font-size: 80%;
        font-weight: 700;
        width: 100%;
        color: #000;
    }
    @media (min-width: 992px) {
        .coverage-feature {
            flex: 1 30%;
        }
        
    }
    /* billing payment tab styles */
    .nav-link1 {
        border-top-right-radius: .25rem;
        display: block;
        padding: .5rem 1rem;
        background-color: #fff;
        text-decoration: revert;
        text-decoration: underline;
        color: #00538b;
        border-color: #dee2e6 #dee2e6 #fff;
    }
    /* .active2 {
    border: 1px solid transparent;
    border-color: #dee2e6 #dee2e6;
    border-bottom: unset;
    color: #495057;
    }
    */
    .div_credit_tab .active {
        border: 1px solid transparent;
        border-color: #dee2e6 #dee2e6 !important;
        border-bottom: unset;
        color: #495057 !important;
    }
    .cus_input {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .text-gray1 {
        font-weight: 300;
        display: inline-block;
        font-size: 16px;
        text-align: start;
        letter-spacing: .35px;
        color: #1f2022;
    }
    .main_insu_div p {
        color: #000 !important;
    }
    .rentpayment_div .active {
        color: #000 !important;
    }
    .nav-tabs1 {
        border-bottom: 1px solid #dee2e6;
    }
    .all_input_box_size {
        border: 1px solid #005f27;
        border-radius: 5px;
        padding: 10px;
    }
    .default_login_newacc_div {
        color: #000000 !important;
    }
    .after_login_div {
        color: #000000 !important;
    }
/* Unit Info Top */

    .unit-box {
        background: #fff;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .unit-title {
        font-weight: bold;
        font-size: 20px;
        color: #1f2022;
        margin-bottom: 10px;
    }

    .unit-location {
        font-size: 16px;
        color: #008f39;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .unit-pricing {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

    .pricing-option {
        background: #f8f9fa;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        flex: 1;
    }

    .pricing-option h6 {
        font-weight: bold;
        color: #1f2022;
        margin-bottom: 5px;
    }

    .price {
        font-size: 18px;
        font-weight: bold;
        color: #960002;
        margin-bottom: 5px;
    }
    /* 🛠️ General Form Styles */
    .personal_info_tab {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    }

    /* Section Headings */
    .tab-sub-head {
        margin-bottom: 15px;
        border-bottom: 2px solid #005f3e; 
        padding-bottom: 5px;
    }

    /* Better spacing for inputs */
    .personal_info_tab .row {
        margin-bottom: 15px;
    }

    /* Two-column layout for form fields */
    .personal_info_tab .row .col-md-6 {
        display: flex;
        flex-direction: column;
    }

    /* Style dropdowns */
    select {
        appearance: none;
        background: #f8f9fa;
        border: 1px solid #ccc;
        padding: 10px;
    }