html,
body {
    background-color: rgb(243, 244, 246);
    margin: 0;
    /* height: auto;
    min-height: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; */
}

.contentContainer {
    min-height: calc(100vh - 210px);
    height: auto;
}





/* Modal background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    /* Make sure it's on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    display: flex;
    /* Use flex to center the modal */
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Modal content box */
.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    /* Adjust width as per your need */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}





/* Main content should take up remaining height */
.content {
    flex: 1;
}


nav ul a,
nav .brand-logo {
    color: white;
}





    {
    font-family: Lora, 'Times New Roman', serif;
    font-size: 20px;
    color: #404040
}

p {
    line-height: 1.5;
}

.button-collapse {
    color: #ee6e73;
}

.parallax-container {
    min-height: 550px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}


.icon-block {
    padding: 0 15px;
}

footer.page-footer {
    margin: 0;
}




.parallax img {
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-container {
    color: black;
}

@media only screen and (max-width : 600px) {
    .parallax-container {
        color: white;
    }
}

nav a.button-collapse {
    color: white;
}

.purple.lighten-1 {
    background-color: #CC0066 !important;
}

.teal-text.text-lighten-2 {
    color: #CC0066 !important;
}

.share-buttons {
    list-style: none;
}

.share-buttons li {
    display: inline;
}

nav {
    overflow: visible;
}

nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}



.post-preview>.post-meta {
    color: #808080;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}

.post-preview>.post-meta a {
    color: #616161;
}

.post-preview>.post-meta a:hover {
    color: black;
}


.post-preview>a>.post-subtitle {
    margin: 0;
    color: #616161;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-preview>a>.post-subtitle:hover {
    color: black;
}

.post-preview>a>.post-title {
    font-size: 36px;
    color: #616161;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview>a>.post-title:hover {
    color: black;
}

hr {
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.subTitleFont {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 25px/1 "alex-brush", Helvetica, sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.titleFont {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 65px/1 "carter-one", Helvetica, sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}



.fa {
    color: white;
}

.fa:hover {
    color: black;
}

footer.page-footer {
    background-color: #162845;
    height: 80px;
    /* Increased height */
    position: fixed;
    /* position: fixed; */
    width: 100%;
    bottom: 0;
    color: white;
}

.footer-copyright p {
    color: white;
    line-height: 15px;
    /* Vertically center the text in the footer */
    text-align: center;
    margin: 0;
}

/* Centering the card */
.card {
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    /* Padding for the card */
}

/* Styling input fields */
.input-field input[type="text"],
.input-field input[type="email"],
.input-field textarea,
.input-field select {
    border: 1px solid #162845;
    /* Border color */
    border-radius: 5px;
    /* Rounded corners for inputs */
    padding: 0px;
    /* Padding for inputs */
    margin-bottom: 5px;
    /* Space between fields */
    width: 100%;
    /* Full width for the fields */
    border-right: 2.3px solid #162845;
}

/* Styling the label */
.input-field label {
    color: #999;
    /* Color for the label */
    font-weight: normal;
    /* Normal font weight */
}

/* Focus effects */
.input-field input:focus,
.input-field textarea:focus {
    border-color: #162845;
    /* Change border color on focus */
    box-shadow: none;
    /* Remove shadow */
}

/* Button alignment */
.btn-container {
    text-align: right;
}

.select-color {
    color: #9e9e9e;
    /* top: 0.8rem; */
    /* left: 1.75rem; */
    font-size: 1rem;
    cursor: pointer;
    width: 97%;
}

html,
body {
    background-color: rgb(243 244 246);
    margin: 0;
}

/* Main content should take up remaining height */
.content {
    flex: 1;
}


nav ul a,
nav .brand-logo {
    color: white;
}

.col {
    font-family: Lora, 'Times New Roman', serif;
    font-size: 20px;
    color: #404040
}

p {
    line-height: 1.5;
}

.button-collapse {
    color: #ee6e73;
}

.parallax-container {
    min-height: 550px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}


.icon-block {
    padding: 0 15px;
}

footer.page-footer {
    margin: 0;
}




.parallax img {
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-container {
    color: black;
}

@media only screen and (max-width : 600px) {
    .parallax-container {
        color: white;
    }
}

nav a.button-collapse {
    color: white;
}

.purple.lighten-1 {
    background-color: #CC0066 !important;
}

.teal-text.text-lighten-2 {
    color: #CC0066 !important;
}

.share-buttons {
    list-style: none;
}

.share-buttons li {
    display: inline;
}

nav {
    overflow: visible;
}

nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}



.post-preview>.post-meta {
    color: #808080;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
}

.post-preview>.post-meta a {
    color: #616161;
}

.post-preview>.post-meta a:hover {
    color: black;
}


.post-preview>a>.post-subtitle {
    margin: 0;
    color: #616161;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-preview>a>.post-subtitle:hover {
    color: black;
}

.post-preview>a>.post-title {
    font-size: 36px;
    color: #616161;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-preview>a>.post-title:hover {
    color: black;
}

hr {
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.subTitleFont {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 25px/1 "alex-brush", Helvetica, sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.titleFont {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: none;
    font: normal 65px/1 "carter-one", Helvetica, sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fa {
    color: white;
}

.fa:hover {
    color: black;
}

/*footer.page-footer {
    background-color: #162845;
    height: 80px;
    /* Increased height */
/* position: relative; */
width: 100%;
bottom: 0;
position: fixed;

/*border-bottom-left-radius: 20px;*/
/* Bottom-left corner rounded */
/*border-bottom-right-radius: 20px;*/
/* Bottom-right corner rounded */
/*color: white;
}*/
.footer-copyright p {
    color: white;
    line-height: 15px;
    /* Vertically center the text in the footer */
    text-align: center;
    margin: 0;
}

/* Centering the card */
.card {
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    /* Padding for the card */
}

/* Styling input fields */
.input-field input[type="text"],
.input-field input[type="email"],
.input-field textarea,
.input-field select,
.input-field input[type="number"] {
    border: 1px solid #162845;
    /* Border color */
    border-radius: 5px;
    /* Rounded corners for inputs */
    padding: 0px;
    /* Padding for inputs */
    width: 98% !important;
    margin-bottom: 5px;
    /* Space between fields */
    width: 100%;
    /* Full width for the fields */
    border-right: 2.3px solid #162845;
    padding-left: 10px;
    /* Add padding to the left */
}

.input-field select {
    width: 96% !important;
}

.countrySelectBox select {
    width: 100% !important;
}

/* Styling the label */
.input-field label {
    color: #999;
    /* Color for the label */
    font-weight: normal;
    /* Normal font weight */
}

/* Focus effects */
.input-field input:focus,
.input-field textarea:focus {
    border-color: #162845;
    /* Change border color on focus */
    box-shadow: none;
    /* Remove shadow */
}

/* Button alignment */
.btn-container {
    text-align: right;
}

.select-color {
    color: #9e9e9e;
    /* top: 0.8rem; */
    /* left: 1.75rem; */
    font-size: 1rem;
    cursor: pointer;
    width: 97% !important;
}

.note {
    font-size: 12px;
    color: #888;
    background-color: #fff3cd;
    padding: 5px;
    border: 1px solid #ffeeba;
    border-radius: 5px;
}

.note a {
    color: #d39e00;
    text-decoration: none;
}

.note a:hover {
    text-decoration: underline;
}

.success-icon {
    font-size: 60px;
    color: black;
}

/*   h1 {
            margin: 20px 0;
            font-size: 24px;
        }

        p {
            margin: 10px 0;
            font-size: 16px;
        } */

.details {
    background: #e8f5e9;
    border-left: 5px solid black;
    padding: 15px;
    margin: 20px 0;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: ;
    color: white;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #45a049;
}

.error-icon {
    font-size: 40px;
    color: #ff4d4f;
    text-align: left;
    margin-bottom: 11px;
    display: inline-block;
    border: 2px solid #ff4d4f;
    border-radius: 50%;
    padding: 10px;
    width: 80px;
    height: 80px;
    line-height: 58px;
}

input[readonly] {
    background-color: #f5f5f5 !important;
    /* Light gray background */
    color: #6c757d;
    /* Darker gray text */
    border: 1px solid #ced4da !important;
    /* Standard border color */
    cursor: not-allowed;
    /* Change cursor to indicate it's not editable */
}

/* Optional: Style for focused readonly input to show visual feedback */
input[readonly]:focus {
    border-color: #80bdff !important;
    /* Change border color on focus */
    outline: none;
    /* Remove outline */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
    /* Add a subtle shadow */
}

/* Target all select elements with the disabled attribute */
select[disabled] {
    background-color: #e9ecef !important;
    /* Light gray background for disabled select */
    color: #6c757d;
    /* Darker gray text */
    border: 1px solid #ced4da !important;
    /* Standard border color */
    cursor: not-allowed;
    /* Change cursor to indicate it's not editable */
}

/* Optional: Style for focused disabled select to show visual feedback */
select[disabled]:focus {
    border-color: #ced4da !important;
    /* Keep the border color the same */
    outline: none;
    /* Remove outline */
}

.alert {
    padding: 20px;
    background-color: #f44336;
    /* Red */
    color: white;
    margin-bottom: 15px;
    border-radius: 4px;
}

.alert.success {
    background-color: ;
    /* Green */
}

.alert.error {
    background-color: #e74c3c;
    /* Darker red for a clearer error indication */
}

.closebtn {
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}

.closebtn:hover {
    color: black;
}

/* Base styling for 
    ion messages */
.validation-message {
    font-size: 14px;
    /* Adjust font size as needed */
    margin-top: 5px;
    /* Space above the message */
    display: none;
    /* Hide by default */
}

/* Styling for error messages (no background) */
.text-danger {
    font-size: 14px;
    color: #d9534f;
    /* Red text color */
}

/* Styling for success messages (no background) */
.text-success {
    color: #28a745;
    /* Green text color */
}

/* Container for the custom multi-select dropdown */
.multiselect {
    position: relative;
    width: 200px;
}

/* Style for the select box */
.selectBox {
    position: relative;
}

/* Hide the default select element */
.selectBox select {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Style the overSelect to make the custom dropdown clickable */

span input {
    position: static !important;
}

/* Container for the custom multi-select dropdown */
.multiselect {
    position: relative;
    width: 200px;
}

/* Style for the select box */
.selectBox {
    position: relative;
}

/* Hide the default select element */
.selectBox select {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Style the overSelect to make the custom dropdown clickable */
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

/* Checkboxes container (hidden by default) */
.checkboxes {
    display: none;
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 96%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Style for each span */
.checkboxes span {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    color: #676767;
    font-size: 19px;
}

.width95 {
    max-width: 95% !important;
}

#totalPayment {
    display: none;
}

.displaynone {
    display: none;
}

.margin {
    margin-top: 0 !important;
}

#allselected label {
    position: static;
}

#allselected .row {
    margin-left: 0;
    margin-right: 0;
}

.labelTotal {
    margin-left: 0%;
    position: static !important;
}

.iti {
    width: 100%;
}

.input-field input[type="text"],
.input-field input[type="email"],
.input-field textarea,
.input-field select,
.input-field input[type="number"] {
    box-sizing: border-box;
    width: 100% !important;
}

@media screen and (min-width:993px) {
    .headingSpace {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:992px) {
    .btn-container {
        text-align: center;
        width: 100%;
    }

    .marginTop-s {
        margin-top: 30px !important;
    }

    .iti {
        width: 100%;
    }

    #payee_phone {
        box-sizing: border-box;
        width: 100% !important;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

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

.btn-disabled {
    background-color: #d3d3d3 !important;
    /* Gray color */
    color: #808080 !important;
    /* Lighter text */
    cursor: not-allowed !important;
    /* Disable hover */
    pointer-events: none;
    /* Disable clicks */
}


.modal {
    background: rgb(0 0 0 / 50%);
    top: 0 !important;
    width: 100%;
    max-height: 100%;
    position: fixed;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    box-sizing: border-box;
    min-height: 100vh;
}


@media screen and (max-width:694px) {

    /* #termsModal .modal-content {
        /* transform: translateY(15%); */


    #termsModal .modal-content {
        width: 100%;
    }

    #termsModal .modal-content p {
        margin-top: 15px;
        text-align: justify;
    }

    #closeModal {
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
        background: white;
        border: none;
        font-size: 18px;
    }

    #termsModal .modal-content {
        background-color: white;
        margin: 15% auto;
        padding: 20px;
        border-radius: 10px;
        width: 50%;
        text-align: center;
        position: relative;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    #termsModal::after {
        content: '';
        width: 0.1%;
        height: 0.1%;
        position: absolute;
        top: 0;
        left: 0;
        content: none;
    }
}

#termsModal .modal-body {
    overflow-y: auto;
    max-height: 300px;
    padding: 0px 20px;
}

@media screen and (max-width:900) {

    #termsModal .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }

    #termsModal .modal-header {
        top: 0;
        padding: 10px 20px 10px;
    }

    #termsModal .modal-body {
        overflow-y: auto;
        max-height: 300px;
        padding: 0px 20px;
    }


    #termsModal .modal-header h3 {
        font-size: 36px;
        margin-bottom: 0;
    }

    #termsModal .modal-footer {
        padding: 20px;
        background: #eeeeee;
        position: sticky;
        height: 70px;
        bottom: 0;
    }

    #termsModal {
        z-index: 1000;
        width: 100%;
        background: rgb(0 0 0 / 50%);
    }

    #termsModal h4 {
        font-size: 26px;
    }

    #termsModal h5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 900px) {

    #infoModal .modal {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 1000;
        /* background: none !important; */
        top: 0 !important;
        width: 100%;
        align-items: center;
        padding: 20px 0;
        background: rgba(0, 0, 0, 0.5);
        margin: 0 auto;
        border-radius: 10px;
        background-size: contain;
    }

    #infoModal .modal-header {
        top: 0;
        padding: 10px 20px 10px;
    }

    /* 
    #infoModal .modal-content {

        width: 90%;
        position: relative;
        height: auto;
        max-width: 500;
        box-sizing: border-box;
        padding: 20px;
        font-size: 14px;
    } */

    #infoModal .close {
        position: absolute;
        /* Position the close button inside the modal */
        top: 10px;
        right: 10px;
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }
}

.material-icons {
    font-size: 30px;
    /* Adjust size */
    color: rgb(0, 0, 0);
    /* Adjust color */
    vertical-align: middle;
    /* Align with text */
}

/* #termsModal .modal-body {
    overflow-y: auto;
    max-height: 300px;
    padding: 0px 20px;
} */

@media screen and (min-width:694px) {

    /* #termsModal .modal-content {
        /* transform: translateY(15%); */


    #termsModal .modal-content {
        width: 70%;
        position: relative;
    }

    #termsModal .modal-content p {
        margin-top: 15px;
        text-align: justify;
    }

    #closeModal {
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
        background: white;
        border: none;
        font-size: 18px;
    }

    #termsModal .modal-content {
        background-color: white;
        margin: 15% auto;
        padding: 20px;
        border-radius: 10px;
        width: 50%;
        text-align: center;
        position: relative;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }

    #termsModal::after {
        content: '';
        width: 0.1%;
        height: 0.1%;
        position: absolute;
        top: 0;
        left: 0;
        content: none;
    }
}


.iti__selected-flag {
    position: initial !important;

}



@media screen and (max-width:768px) and (min-width:425px) {

    img.responsiveImageFor1st {
        width: 722px !important;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {

    img.responsiveImageFor1st {
        width: 297px !important;
    }
}

@media screen and (max-width:768px) and (min-width:425px) {

    img.otherIconImages {
        width: 722px !important;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {

    img.otherIconImages {
        width: 297px !important;
    }
}




@media screen and (max-width:768px) and (min-width:425px) {

    img.responsiveImageForPayment {
        width: 722px !important;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {

    img.responsiveImageForPayment {
        width: 297px !important;
    }
}


.card a {
    color: #ffab40;
    margin-right: 0% !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#pencilCss {

    margin-top: 10px;

}