/* -- Theme-Fonts -- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

::selection {
    background: rgb(254 182 46 / 18%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    color: #00394D;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #212121;
}

a {
    text-decoration: none;
    cursor: pointer;
}

label {
    font-family: "Poppins", sans-serif;
}

input::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.active>.page-link, .page-link.active{
    background-color: #00394D;
    border-color: #00394D;
}
.page-link{
    color: #00394D;
}
.page-link:hover {
    z-index: 2;
    color: #00394D;
    background-color: #FDB01E;
    border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
    z-index: 3;
    color: #00394D;
    background-color: #FDB01E;
    outline: 0;
    box-shadow: none;
}


.noto-font {
    font-family: "Noto Sans", sans-serif;
}

.roboto-font {
    font-family: "Roboto", sans-serif;
}

.btn {
    background-color: #FEB62E !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500;
    padding: 15px 30px !important;
    color: #ffffff;
    padding: 16px 100px !important;
}

.navbar-toggler {
    background-color: #FEB62E !important;
    padding: 10px 15px !important;
}



.btn:hover {
    border-color: #00394D;
    background-color: #00394D !important;
    color: #ffffff;
}

.btn:focus-visible {
    color: #ffffff;
}

.btn:active {
    color: #ffffff !important;
}

body {
    background-color: #f6f6f6;
}

html,
body {
    height: 100%;
}

.signin-wrapper .right-side-cont-wrapper {
    /* height: 100%;
    position: relative; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.signin-wrapper,
.container,
.row {
    height: 100%;
}


.signin-wrapper {
    padding: 50px;
}

.signin-wrapper .container {
    background-color: #ffffff;
}

.notification-dropdown-scroll {
    max-height: 340px;
    overflow-y: auto;
    position: relative;
}

.notification-dropdown-scroll::-webkit-scrollbar {
    width: 5px;
}

.notification-dropdown-scroll::-webkit-scrollbar-thumb {
    background-color: #FEB62E;
    border-radius: 6px;
}

.notification-dropdown-scroll::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.signin-wrapper::before {
    content: "";
    background-image: url("../images/backgroundimage.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
}

.image_upload_preview img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
}

.signin-wrapper .right-side-cont {
    /* padding: 60px 85px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; */
    max-width: 80%;
}

.leftsideimg {
    position: relative;
    padding: 0 20px;
    height: 100%;
    background-color: #00394D;
}

.leftsideimg p {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: 14px;
}


.sitelogo {
    width: 257px;
    height: auto;
}

.sitelogo {
    width: 257px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


.signin-wrapper .right-side-cont .right-side-heading h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.signin-wrapper .right-side-cont .right-side-heading h1 span {
    color: #FEB62E;
}

.signin-wrapper form .form-check-input {
    margin-top: 6px;
}

form .form-control,
.form-select {
    border: 1.8px solid #00394D;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.form-control:disabled,
.form-select:disabled {
    background-color: #FBFBFF;
    opacity: 1;
    border: none;
}

.form-select:disabled {
    background-image: none;
}

form .forgot-password a {
    float: right;
    color: #212121;
    font-size: 14px;
}

form label {
    font-size: 16px;
    font-weight: 500;
}

form .check label {
    color: #212121;
    font-weight: unset;
    padding-left: 10px;
}

form .form-check-input {
    border: 1px solid #FEB62E;
    border-radius: 5px;
}

.form-check-input:checked {
    background-color: #FEB62E;
    border: 1px solid #FEB62E;
}

.form-check-input {
    width: 1.3em;
    height: 1.3em;
}

.form-control::placeholder,
.form-select {
    font-size: 16px;
    color: #adadad;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

form .already-account {
    font-size: 14px;
    color: #00394D;
}

form .already-account a {
    color: #FEB62E;
    text-decoration: none;
}

form .verification-otp-input {
    display: flex;
    flex-wrap: wrap;
}

.verification-input {
    width: 80px;
    margin-right: 10px;
}

.verification-wrapper form input,
.verification-wrapper form input::placeholder {
    text-align: center;
}

.verification-wrapper form p {
    font-size: 16px;
}

.verification-wrapper .form-control {
    height: 45px;
}

.verification-wrapper .right-side-cont h6 {
    font-size: 14px;
}

.verify-success h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.verify-success p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #212121;
}

.check-popup {
    background-color: #00394D;
    display: inline-block;
    padding: 30px 33px;
    border-radius: 170px;
    position: relative;
    margin-bottom: 20px;
}

.check-popup i {
    font-size: 52px;
    color: #ffffff;
}

span.check-popup:before {
    content: '';
    background-color: #00394D14;
    width: 142px;
    display: block;
    height: 142px;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 70px;
}

.success-popup .modal-content {
    height: 532px;
}

.success-popup .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

/* Role Page Css */
.role-inner-cont {
    gap: 30px;
}

.right-side-cont:first-child .role-inner-cont {
    padding-bottom: 30px;
}

.role-inner-items {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 26px 11px 11px 11px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.role-inner-items.active {
    border-color: #FEB62E;
    transition: border 0.4s ease;
}

.role-inner-items:hover {
    border-color: #FEB62E;
    box-shadow: 0 0 0 0.25rem rgb(254 182 46 / 18%);
    transition: all 0.4s ease;
}

.role-wrapper .role-inner-cont .role-inner-items a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.role-wrapper .role-inner-cont .role-inner-items a p {
    font-size: 12px;
    color: #00394D;
    font-weight: 500;
    min-height: 36px;
}

/* Membership Page Css */

.membership-main {
    background-color: #ffffff;
}

.card-package-wrapper {
    padding-bottom: 80px;
}

.question-about {
    background-color: #FEB62E;
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 80px;
    right: 20px;
}

.question-about:hover {
    background-color: #00394D;
    transition: all 0.4s ease;
}

.question-main {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 36px;
    position: relative;
}

.member-pop-inner {
    background-color: #FEECCA;
    border-radius: 20px;
    padding: 25px;
}

.member-pop-inner h4 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #00394D;
}

.member-pop-inner p,
.member-pop-inner span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #212121;
}

.member-pop-inner span {
    font-weight: 600;
    color: #00394D;
}

.member-pop-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.member-pop-content {
    border-radius: 16px;
    padding: 10px 0px;
}

/* navbar css */

.navbar {
    background-color: #00394D;
    padding: 25px 38px;
}

.navbar .navbar-brand img {
    width: 200px;
    height: auto;
}

.navbar .nav-item .nav-link {
    color: #fff;
}

.navbar ul .notification-icon a img {
    width: 18px;
    height: auto;
}

.navbar ul .profile-icon a img {
    width: 28px;
    height: auto;
}

.navbar-nav {
    width: 100%;
    justify-content: end;
    gap: 40px;
    align-items: center;
}

.navbar-toggler:hover {
    background-color: #ffc107 !important;
    box-shadow: none;
}

.nav-link-cstm {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
}

.nav-icons {
    font-size: 26px;
    color: #ffffff;
}

.navbar-drop-custom {
    position: relative;
}

.nav-link:hover,
.nav-icons:hover {
    color: #ffc107 !important;
    transition: color 0.4s ease;
}

.notifi-inner ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.side-icon-none::after {
    display: none;
}

.dropdown-menu {
    min-width: max-content;
    padding: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
}

.notifi-drop {
    padding: 19px 18px;
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #FEB62E;
}

.dropdown-item {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 30px;
    border-radius: 5px;
}

.header-drop {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 10px;
}

.notify-all {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 8px 0px;
    background-color: #FDB01E;
    width: 36%;
    border-radius: 6px;
    margin: 0 auto;
}

.notifi-inner ul li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 12px;
    padding-left: 20px;
}

.notifi-inner ul li h6 {
    font-size: 16px;
    text-transform: capitalize;
}

.small_dot {
    background-color: #FDB01E;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    /* position: absolute;
    right: 20px;
    top: 40%; */
}
.notification-list 
{
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}
.dropdown-toggle::after {
    display: none;
}

.header-drop {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 10px;
}

.notify-all {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 8px 0px;
    background-color: #FDB01E;
    width: 36%;
    border-radius: 6px;
    margin: 0 auto;
}

.notifi-inner ul li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 12px;
    padding-left: 20px;
}

.notifi-inner ul li h6 {
    font-size: 16px;
    text-transform: capitalize;
}

.small-dot {
    background-color: #FDB01E;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    top: 40%;
}

.dropdown-toggle::after {
    display: none;
}

.notifi-inner h6 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #00394D;
    margin-bottom: 6px;
}

.notifi-inner p {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #00394D;
    margin-bottom: 6px;
    width: 340px;
    padding-right: 30px;
}

.bell-relative {
    position: relative;
}

.noti-icon-badge {
    font-size: 16px;
    background-color: #FDB01E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    color: #00394D;
}

.notifi-inner span {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #FDB01E;
    display: block;
}

.dropdown-menu.show {
    right: 0;
    left: unset;
}

.section-padding {
    padding: 56px 0;
    background-color: rgba(254, 236, 202, 35%);
}

.Membership-title-wrapper h1 {
    font-size: 36px;
    font-weight: 700;
}

.choose-plan-wrapper h2 {
    font-family: Noto Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 49px;
}

.choose-plan-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.choose-plan-wrapper {
    padding: 40px 20px;
}

.leftsideimg::after {
    content: "";
    position: absolute;
    background-image: url(../images/bottom-wave.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 93px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.leftsideimg::before {
    content: "";
    position: absolute;
    background-image: url(../images/waves.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 93px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-package-wrapper .card-package {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    padding: 30px 24px 19px 24px;
}

.card-package h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px;
}

.member-price {
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    color: #212121;
}

.card-package-wrapper .card-package ul {
    list-style: none;
    padding-left: 0;
}

.secondary-btn {
    background-color: transparent;
    border: 1px solid #00394D;
    display: block;
    color: #00394D;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    padding: 13px 0;
    text-align: center;
    transition: all 0.4s ease;
    font-family: "Noto Sans", sans-serif;
}

.price-card-list li::before {
    content: "\f058";
    color: #FEB62E;
    font-size: 18px;
    margin-right: 9px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.price-card-list li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 33px;
    word-wrap: break-word;
}

.price-card-list li:last-child {
    padding-bottom: 0;
}

ul.price-card-list {
    min-height: 400px;
}

.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    border-color: #feb62e;
    box-shadow: 0 0 0 0.25rem rgb(254 182 46 / 18%);
}

.card-package.active {
    border-color: #FDB01E;
    background: #FEB62E40;
    transition: all 0.4s ease;
}

.card-package.active .secondary-btn,
.secondary-btn:hover,
.card-package:hover .secondary-btn {
    background-color: #00394D;
    border: 1px solid #00394D;
    color: #fff;
    transition: all 0.4s ease;
    text-decoration: none;
}

.card-package.active .price-card-list li::before,
.card-package .price-card-list li::before:hover {
    color: #00394D;
    transition: color 0.4s ease;
}

.price-badge {
    display: inline-block;
    background-color: #FEB62E;
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    padding: 5px 10px;
}

.card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-package-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 26px;
}

/* Footer Css */
.theme-footer {
    background-color: #00394D;
    padding: 24px 40px;
}

.footer-link {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.footer-right {
    display: flex;
    gap: 11px;
    align-items: center;
}

/* Permit Request Page Css */
a.request-bar-link {
    font-family: "Poppins", sans-serif;
    color: #D9DCDD;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.check-icon {
    display: flex;
    border: 1px solid #D9DCDD;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}

span.check-icon i {
    font-size: 22px;
}

.request-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.request-bar-link.active {
    color: #FEB62E;
}

.request-bar-link.active .check-icon {
    border-color: #FEB62E;
}

.permit-head {
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
}

.permit-head span {
    color: #FEB62E;
}

.permit-btn,
.add-ons-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.add-ons-btn a {
    width: unset;
}

.permit-btn a:nth-child(2),
.add-ons-btn a:nth-child(3) {
    padding: 15px 80px !important;
    border: 1px solid #FEB62E !important;
}

.permit-btn a:nth-child(2):hover,
.add-ons-btn a:nth-child(3):hover {
    border-color: #00394D !important;
}

.permit-btn a:first-child,
.add-ons-btn a:nth-child(2),
.add-ons-btn a:first-child {
    padding: 15px 37px !important;
}

.permit-wrapper {
    padding: 0 35px;
}

/* Trip Information Page Css */
.input-group-append {
    cursor: pointer;
}

.input-group-text {
    height: 100%;
    border: 1px solid;
    border: 1.8px solid #00394D;
    border-radius: 0px 5px 5px 0;
    font-size: 16px;
    padding: 12px 14px;
    border-left: none;
    background-color: transparent;
}

.date input {
    border-right: none;
    border-radius: 5px 0 0 5pxs;
}

.form-select {
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-size: auto;
}

/* Upload Documents Page Css */
.custom-upload {
    display: flex;
}

.choose-badge {
    background-color: #E8E8E8;
    border-radius: 5px 0 0 5px;
    padding: 12px 40px 12px 14px;
    border-left: 1px solid #00394D;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.form-control.upload-input {
    border-left: none;
    border-radius: 0 5px 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 0 14px;
    position: relative;
}

.upload-input input {
    position: absolute;
    top: 0;
    left: 0;
}

.custom-upload {
    padding: 10px 10px !important;
    background-color: #f8f9fa !important;
}

/* Add ons Page Css */
.text-theme-color {
    color: #FEB62E;
}

.add-ons-head {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #5C5C5C;
}

.form-check .form-check-input.add-check {
    margin-left: 0;
    margin-right: 15px;
}

.add-state {
    background-color: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 9px;
    padding: 18px 20px;
    position: relative;
}

a.more-states {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #FEB62E;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.add-ons-btn {
    padding-top: 30px;
    justify-content: flex-start;
}

/* Request Quote Page Css */
.quote-btn {
    justify-content: flex-start;
}

.quote-btn a {
    width: 100%;
}

.left-quote-inner {
    padding-right: 30px;
}

.right-quote-inner {
    padding-left: 30px;
}

.quote-wrapper {
    padding-top: 80px;
}

.select2 {
    border: 0.8px solid #00394D;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

/* Dashboard Page Css */
.subscript-message {
    background-color: #FEECCA;
    text-align: center;
    padding: 15px 20px;
}

.sub-message-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #00394D;
    margin-bottom: 0;
}

.sub-message-main {
    /* padding: 40px 0;
    padding-bottom: 55px; */
    padding: 40px 0 0px 0;
}

.dashboard-tab {
    display: flex;
    background-color: #ffffff;
    box-shadow: 5px 5px 25px 0px #00000033;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-radius: 10px;
}

.dashboard {
    background-color: #F3F4F6;
}

.dash-tab-text h4 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    color: #00394D;
}

.dash-tab-text p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #00394D;
    margin-bottom: 0;
}

.dash-tab-text {
    text-align: right;
}

.dashboard-head {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}

.progress-bar {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.progress-head {
    padding-top: 55px;
    padding-bottom: 20px;
}

.permit-progress-bar {
    border: 1px solid #EAEAEA;
    background: #FCFCFC;
    padding: 20px;
    border-radius: 6px;
}

.progress-container-cstm {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
}

.progress-container-cstm::before {
    content: '';
    background-color: #CCCCCC;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.progress-bar-cstm {
    background-color: #FDB01E;
    height: 7px;
    width: 0%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
    transition: .4s ease;

}

.circle-progress {
    height: 30px;
    width: 31px;
    border-radius: 50%;
    background-color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #CCCCCC;
    transition: .4s ease;
    position: relative;
    z-index: 1;

}

.circle-progress.active {
    border: 3px solid #FDB01E;
    background-color: #FDB01E;
    color: #fff;
}

.circle-progress span {
    position: absolute;
    top: -60px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    min-width: 150px;
    text-align: center;
}

.for-desktop.progress-container-cstm .circle-progress:nth-child(1) span {
    text-align: left;
    left: 0;
    min-width: 100px;
}

.progress-container-cstm .circle-progress:last-child span {
    text-align: right;
    right: 0;
}

.permit-progress-bar h6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 70px;
}

.permit-prog-btn {
    padding: 15px 80px !important;
    border: 1px solid #FEB62E !important;
    width: unset;
}

.permit-prog-btn:hover {
    border: 1px solid #00394D !important;

}

.das-progress-space {
    padding-bottom: 100px;
}

.for-mobile {
    display: none;
}

/* Review & Confirm Page Css */

.review-subhead p {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #00394D;
    margin-bottom: 20px;
}

.state-review {
    background-color: #FCFCFC;
    padding: 20px 20px;
    border-radius: 6px;
    position: relative;
}

.state-review input {
    border-color: #00394D;
}

.state-review input::placeholder {
    color: #00394D;
}

a.subtract-state {
    display: flex;
    width: 27px;
    height: 27px;
    border: 1px solid #00394D;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #00394D;
    font-size: 15px;
    position: absolute;
    right: 30px;
    top: 34%;
    z-index: 1;
}

.total-review h6 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #00394D;
}

.confirm-main .card-info {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Permt Done Page Css */
.permit-done-sub p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.permit-done-wrapper {
    padding-top: 80px;
}

.permit-prog-btn.permit-done-btn {
    padding: 17px 50px !important;
}

/* Index Page Css */
.pass-eye {
    position: absolute;
    right: 1%;
    top: 56%;
    color: #212529;
}

/* Comopany Information Css */
.ci-btn {
    width: unset;
}

/* Available Routes Css */
.back-btn {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #121212;
    cursor: pointer;
}

.back-btn:hover {
    color: #FDB01E;
    transition: color 0.4s ease;
}

.back-btn i {
    padding-right: 6px;
    font-size: 18px;
    vertical-align: text-top;
}

.permits-no {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    display: block;
    padding-bottom: 30px;
}

.permits-no span {
    font-size: 16px;
}

.routs-left {
    text-align: end;
}

.routs-left a {
    padding: 15px 70px !important;
}

.routs-rows {
    align-items: flex-end !important;
}

.routs-map {
    margin-bottom: 0;
}

.routs-map {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 0;
    align-items: flex-start;
}

.routs-map:before {
    content: '';
    border-left: 3px dashed #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 0;
}

.routs-map li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.routs-map li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FEC558;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.routs-rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FCFCFC;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
    padding: 38px 36px;
}

.avail-routes {
    padding: 80px 0;
}

.route-head {
    padding-bottom: 30px;
}

.routes-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Route Cost Css */
.theme-table th {
    background-color: #00394D;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
    padding: 18px 30px;
}

.theme-table th:first-child {
    border-radius: 16px 0 0 0;
}

.theme-table th:last-child {
    border-radius: 0 16px 0 0;
}

.theme-table td {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    color: #999999;
    padding: 16px 0;
    background-color: transparent;
    border: none;
}

.theme-table tr {
    background-color: #ffffff;
    border: none;
}

.theme-table tr:nth-child(even) {
    background-color: #FAFAFA;
}

.theme-table tr:last-child {
    background-color: #ffffff;
}

.route-end {
    text-align: end;
}

td.route-total {
    color: #00394D;
}

.route-cost-main {
    background-color: #F3F4F6;
}

.space-form-top {
    padding-top: 50px;
}

.route-table {
    border-radius: 16px 16px 0 0;
}

/* Track Order Page Css */
.tab-cstm-btn {
    padding: 10px 80px !important;
    background-color: transparent !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
    color: #FDB01E;
    border-radius: 0 !important;
}

.tabs-theme {
    width: fit-content;
    border: 1.5px solid #FDB01E;
    border-radius: 6px;
    margin-bottom: 40px;
}

.tab-cstm-btn.active {
    background-color: #FDB01E !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    transition: all 0.4s ease;
}

.track-table tr th {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #ffffff;
    background-color: #00394D;
    padding: 20px 30px;
}

.track-table tr td {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #00394D;
    background-color: transparent;
    padding: 20px 30px;
    border: 2px solid #F3F3F3;
    background-color: #FCFCFC;
    border-right: none;
    border-left: none;
}

.track-table tr td:last-child {
    border-right: 2px solid #F3F3F3;
}

.track-table tr td:first-child {
    border-left: 2px solid #F3F3F3;
}

.track-table tr th:last-child,
.track-table tr td:last-child {
    border-radius: 0 6px 6px 0;
    text-align: center;
}

.track-table tr th:first-child,
.track-table tr td:first-child {
    border-radius: 6px 0 0 6px;
    text-align: center;
}

.track-table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 0;
}

.table-eye {
    font-size: 20px;
    color: #FEB62E;
}

/* .order-table {
    height: 90vh;
} */

.order-table {
    height: 90vh;
    height: fit-content;
}
.track-table tr:first-child {
    position: sticky;
    top: 0;
}

/* Profile Page Css */
.profile-tab-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.profile-tab-nav {
    width: 25%;
}

.profile-tab {
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    background-color: #00394D;
    margin-bottom: 0;
    border: none;
    width: 100%;
}

.profile-content {
    width: 75%;
}



.profile-tab .tab-cstm-btn:hover {
    color: #ffffff !important;
}

.profile-tab .tab-cstm-btn img {
    padding-right: 15px;
}

.profile-tab .tab-cstm-btn.active {
    border-radius: 0 !important;
    border: none;
    border-top: 1px solid #E8E8E8 !important;
    border-bottom: 1px solid #E8E8E8 !important;
    transition: all 0.4s ease;
}

.custom-file-label {
    display: none;
}

.profile-tab .tab-cstm-btn {
    border-bottom: 1px solid #E8E8E8 !important;
    padding: 16px 30px !important;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
}

/* .profile-tab .tab-cstm-btn:first-child {
    border-radius: 10px 10px 0 0 !important;
    border: none;
    border-bottom: 1px solid #E8E8E8;
} */
.profile-tab-main .nav-item:first-child .tab-cstm-btn {
    border-radius: 10px 10px 0 0 !important;
    border: none;
    border-bottom: 1px solid #E8E8E8;
}

.profile-tab .tab-cstm-btn.active:first-child {
    /* border-radius: 10px 10px 0 0 !important; */
    border: none;
    border-bottom: 1px solid #E8E8E8;
}

.profile-content {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 30px;
    /* height: 90vh; */
    height: fit-content;
}

.tabinner-head h5 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #00394D;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.route-btn-unset {
    width: unset !important;
    padding: 15px 60px !important;
}

.profile-upload {
    background-color: #00394D;
    color: #ffffff;
    padding: 15px 15px;
}

.profile-upload i {
    padding-right: 10px;
}

.if-required {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FF0000;
    padding-left: 5px;
}

.about-gold {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 15px;
}

.about-gold-inner {
    width: 33.333%;
}

.about-gold-inner h6 {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: inherit;
}

.about-gold-inner span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: inherit;
    word-break: break-all;
}

.about-gold-inner a:first-child {
    padding-bottom: 15px;
}

.about-gold-inner:nth-last-child(2) {
    text-align: left;
}


.card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 50px;
}

.card-info h5 {
    padding-bottom: 0;
}

.card-edit {
    border: 2px solid #00394D;
    border-radius: 20px;
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00394D;
}

.card-edit:hover {
    border-color: #FDB01E;
    color: #FDB01E;
    transition: all 0.4s ease;
}

.card-edit i {
    font-size: 14px;
}

/* Order-deatil Page Css */
.order-permit {
    padding-top: 80px;
}

.ord-permit-btn {
    display: flex;
    gap: 30px;
}

.ord-permit-btn .permit-prog-btn {
    padding: 15px 50px !important;
}

.for-order-full {
    width: 100%;
}

/* Privacy-policy Page Css */
.privacy-content {
    padding: 50px 0;
}

.privacy-content p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    color: #5C5C5C;
}

.dashboard-head {
    padding-bottom: 60px;
}

.page_full_view {
    width: 100%;
    position: relative;
    height: fit-content;
    min-height: 100vh;
}

/******************    Order details status barLine *************************/

.circle-progress:nth-child(2).active~.progress-bar-cstm.desktop_bar {
    width: 25%;
}

.circle-progress:nth-child(3).active~.progress-bar-cstm.desktop_bar {
    width: 50%;
}

.circle-progress:nth-child(4).active~.progress-bar-cstm.desktop_bar {
    width: 75%;
}

.circle-progress:nth-child(5).active~.progress-bar-cstm.desktop_bar {
    width: 100%;
}


.circle-progress:nth-child(2).active~.progress-bar-cstm.mobile_bar {
    height: 25%;
    /* Adjust height for mobile */
}

.circle-progress:nth-child(3).active~.progress-bar-cstm.mobile_bar {
    height: 50%;
    /* Adjust height for mobile */
}

.circle-progress:nth-child(4).active~.progress-bar-cstm.mobile_bar {
    height: 75%;
    /* Adjust height for mobile */
}

.circle-progress:nth-child(5).active~.progress-bar-cstm.mobile_bar {
    width: 100%;
}



.for-desktop .circle-progress:nth-child(5) span {
    right: 0;
    text-align: right;
}

.signin-wrapper form .form-check-input {
    margin-top: 2px;
}

.input-group-text {
    border-right: none;
    border-left: 1.8px solid #00394D;
    border-radius: 5px 0 0 5px;
}

.verify_phone_number .numbers {
    border-left: none !important;
}

.card-package-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, 1fr);
}

.sign-out-uper {
    gap: 10px;
    color: #01394d;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.for-sign-out {
    padding: 15px 30px;
    padding-bottom: 0;
}

.side-icon-none {
    display: flex;
    gap: 10px;
    align-items: center;
}


.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loader {
    border: 6px solid #ccc;
    border-top: 6px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin_loader 1s linear infinite;
}

.loader-text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.phone-page-text {
    font-size: 16px;
}

/* Moving text Css */
.top-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.moving-text {
    position: absolute;
    white-space: nowrap;
    /* animation: moveText 15s linear infinite; */
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #FEB62E;
    text-align: center;
}

.moving-main {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.for-mobile-only {
    display: none;
}

.nav-mobile {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

/* Keyframes Css */

@keyframes spin_loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}