﻿
body { 
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100vh;
    width: 100%;
}

#bodyContainer {
    position: relative;
}

.logoLayout {
    margin-top: -100px;
}

#modalChatGroupMembers {
    z-index: 1000;
}

.menuText {
    color: white;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}

.userText {
    color: #FF8C00;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}

.loginMenuHeader {
    margin-right: -300px;
}

.loginLogoLayout {
    margin-right: 200px;
    margin-bottom: 8px
}

.templateCardRibbon1 {
    position: absolute;
    left: -8px;
    top: 15px;
    z-index: 1;
    width: auto;
    height: 25px;
    padding: 0px 15px;
    text-align: right;
    background-color: #FF8C00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
}

    .templateCardRibbon1::before, .templateCardRibbon1::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0px;
        width: 8px;
        height: 16px;
        border-bottom-left-radius: 8px;
    }

    .templateCardRibbon1::before {
        background-color: black;
    }

    .templateCardRibbon1::after {
        background-color: black;
        border-top-left-radius: 8px;
    }


.fontLogo {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #FF8C00;
    fill: currentColor;
}

.navbar-nav {
    margin-left: 300px;
}

.headerColor {
    background-color: black;
    height: 120px;
    color: #ffffff;
}

.bg-3d-grid {
    min-height: 40vh;
    background: #050507;
    position: relative;
    overflow: hidden;
}

    /* the grid is a pseudo 3D plane using perspective + transform */
    .bg-3d-grid .grid {
        position: absolute;
        left: 50%;
        bottom: -10%;
        width: 140vw;
        height: 140vh;
        transform: translateX(-50%) perspective(800px) rotateX(65deg);
        transform-origin: center bottom;
        background: linear-gradient(to right, rgba(255,255,255,.08) 1px, transparent 1px) 0 0/40px 40px, linear-gradient(to top, rgba(255,255,255,.08) 1px, transparent 1px) 0 0/40px 40px;
        filter: drop-shadow(0 -10px 30px rgba(0,255,255,.1));
        opacity: .7;
    }

    /* a soft sky/fog for depth */
    .bg-3d-grid::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(60% 40% at 50% 0%, rgba(0,255,255,.08), transparent 60%), radial-gradient(80% 50% at 50% 0%, rgba(255,255,255,.06), transparent 70%);
        pointer-events: none;
    }

    /* vignette */
    .bg-3d-grid::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(150% 80% at 50% 20%, transparent 30%, rgba(0,0,0,.75) 80%);
    }

.bg-3d-grid-about {
    min-height: 10vh;
    background: #050507;
    position: relative;
    overflow: hidden;
}

    /* the grid is a pseudo 3D plane using perspective + transform */
    .bg-3d-grid-about .grid {
        position: absolute;
        left: 50%;
        bottom: -10%;
        width: 140vw;
        height: 140vh;
        transform: translateX(-50%) perspective(800px) rotateX(65deg);
        transform-origin: center bottom;
        background: linear-gradient(to right, rgba(255,255,255,.08) 1px, transparent 1px) 0 0/40px 40px, linear-gradient(to top, rgba(255,255,255,.08) 1px, transparent 1px) 0 0/40px 40px;
        filter: drop-shadow(0 -10px 30px rgba(0,255,255,.1));
        opacity: .7;
    }

    /* a soft sky/fog for depth */
    .bg-3d-grid-about::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(60% 40% at 50% 0%, rgba(0,255,255,.08), transparent 60%), radial-gradient(80% 50% at 50% 0%, rgba(255,255,255,.06), transparent 70%);
        pointer-events: none;
    }

    /* vignette */
    .bg-3d-grid-about::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(150% 80% at 50% 20%, transparent 30%, rgba(0,0,0,.75) 80%);
    }




.borderColor {
    border-color: #FF8C00 !important; /* Blaze orange */
}

.headerLayout {
    margin-top: 56px;
    height: 100px;
    transition: 0.1s;
    padding-right: 50px;
    padding-left: 50px;
    padding: 0 50px 0 50px;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
}

.menuLayout {
    justify-content: center !important;
    margin-top: 30px;
}

.menuMargin {
    margin-left: -450px;
}

.logoLayout {
    margin-left: 250px;
    width: 70px;
    height: 74px;
    margin-top: 20px;
}

#navbarNav {
    margin-bottom: 40px;
    margin-left: -200px;
}

.searchBarLayout {
    margin-right: 100px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.bgAboutColor {
    background: rgb(243, 243, 243);
    min-width: 200px;
    margin-left: -5px;
    width: 1300px;
    margin-left: -30px;
}

.inputLoginColor {
    color: white;
}

.terms-header {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    color: #FF8C00;
    font-size: clamp(16px, 5vw, 19px) !important;
}

.terms-content {
    color: white !important;
    font-family: "Merriweather", serif;
    font-size: clamp(16px, 5vw, 16px) !important;
}

#policyStyle p {
    color: white !important;
    font-family: "Merriweather", serif;
    font-size: var(--bs-body-font-size) 1rem !important;
    line-height: var(--bs-body-line-height) 1.5 !important;
}

#policyStyle b {
    color: blue !important;
}

#policyStyle strong {
    font-family: "Merriweather", serif;
    font-size: var(--bs-body-font-size) !important;
    line-height: var(--bs-body-line-height) !important;
}

#policyStyle ul li {
    color: white !important;
    font-family: "Merriweather", serif;
    font-size: var(--bs-body-font-size) !important;
    line-height: var(--bs-body-line-height) !important;
}

#policyStyle .heading1 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 2rem !important;
    font-weight: 500 !important;
}

#policyStyle .heading2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
}

#policyStyle .heading3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 1.50rem !important;
    font-weight: 400 !important;
}

.contact-content {
    color: white !important;
    font-family: "Merriweather", serif;
}

.fontText1 {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-size: 20px;
}

.fontText2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
}

.fontText3 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 40px;
}

.fontText4 {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-size: 15px;
}

.fontText5 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 50px;
}

.fontText6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 40px;
}

.fontText7 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 30px;
}

.fontText8 {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-size: 13px;
}

.fontText9 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 20px;
}

.fontText10 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 18px;
}

.fontText11 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF8C00;
    font-size: 25px;
}

.fontText12 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

.fontText13 {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-size: 16px;
}


.fancyHeader {
    padding-top: 126px;
}

.bodyMargin {
    margin-top: 30px;
}

.topStoriesLayout {
    margin-top: -60px;
}

.numberLayout {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
}

.numberMarginLayout {
    margin-left: 150px;
    margin-top: 5px;
}

.fixed-top {
    height: 40px;
    width: 100%;
    z-index: 1030;
}

.headerMargin {
    margin-bottom: 50px;
    margin-left: 1px;
}

.headerContainerLayout {
    height: 90px;
    transition: 0.1s;
    padding-right: 50px;
    padding-left: 50px;
    padding: 0 50px 0 50px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.imgLogoContainer {
    width: 40px;
    height: 40px;
    margin-bottom: 2px !important;
}

.footerContainer .footerLogo {
    width: 30px !important;
    height: 30px !important;
}

.footerLayout {
    background: black;
    width: 100%;
    overflow: hidden;
    height: 180px;
}

.footerLink {
    font-size: 13px;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    word-spacing: normal;
    margin-top: 10px;
    font-family: "Crimson Text", serif;
    text-decoration: none;
}

    .footerLink a {
        text-decoration: none !important;
    }

.menuText,
.menuText a,
.logOutBtn {
    text-decoration: none;
}



.footerColor {
    background-color: black;
    color: white; /* default text */
    padding: 20px 0; /* give spacing */
}

    .footerColor .container,
    .footerColor .row,
    .footerColor .col-12 {
        background: transparent !important;
    }

    .footerColor a,
    .footerColor a:hover,
    .footerColor a:focus,
    .footerColor a .companyTitle {
        text-decoration: none !important;
    }



.footerTextColor {
    line-height: 23px;
    color: #ffffff;
    margin-top: 10px;
}

.footerContainer .footerLogo {
    width: 50px !important;
    height: 50px !important;
}

.upperFooterTextColor {
    --font-weight: theme;
    color: #ffffff;
    margin-bottom: 100px;
    font-size: 18px;
    font-family: "Crimson Text", serif;
}

.marginLogo {
    margin-top: -25px;
    margin-bottom: 50px;
}

.oswalFont {
    font-family: "Oswald", sans-serif;
}

.bgHeaderFontColor {
    color: #132148;
    font-family: "Oswald", sans-serif;
}

.homeText {
    font-weight: bold;
    font-size: 30px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeMediumText {
    font-weight: bold;
    font-size: 32px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeSmallText2 {
    font-weight: bold;
    font-size: 28px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeSmallText3 {
    font-weight: bold;
    font-size: 28px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeSmallText4 {
    font-weight: bold;
    font-size: 20px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeSmallText5 {
    font-weight: bold;
    font-size: 18px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeSmallText {
    font-weight: bold;
    font-size: 20px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.homeLargeText {
    font-weight: bold;
    font-size: 35px;
    color: #132148;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.crimsonFont {
    font-family: "Crimson Text", serif;
}

.pText {
    display: block;
    font-size: 17px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.ptext2 {
    display: block;
    font-size: 18px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #132148;
}

.pText3 {
    display: block;
    font-size: 19px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.pText4 {
    display: block;
    font-size: 15px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.pText5 {
    display: block;
    font-size: 12px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.pText6 {
    display: block;
    font-size: 25px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}

.providerText {
    display: block;
    font-size: 14px;
    font-family: "Crimson Text", serif;
    word-spacing: normal;
    color: #424242;
}


.btnBorderLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 150px;
    min-height: 40px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 17px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

    .btnBorderLayout::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #132148;
        z-index: -1;
        transition: left 0.4s ease;
    }

    .btnBorderLayout:hover::before {
        left: 0;
    }

    .btnBorderLayout:hover {
        color: white;
        border-color: #132148;
    }

.btnBorderLayoutSm {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 100px;
    min-height: 40px;
    border-radius: 50px !important;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 17px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

    .btnBorderLayoutSm::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #132148;
        z-index: -1;
        transition: left 0.4s ease;
    }

    .btnBorderLayoutSm:hover::before {
        left: 0;
    }

    .btnBorderLayoutSm:hover {
        color: white;
        border-color: #132148;
    }

.card-footer .row .col-12 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3px;
}

.card-footer .btn {
    white-space: nowrap;
}


.btnProfileLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 150px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 17px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnProfileLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnProfileLayout:hover::before {
        width: 100%;
        height: 100%;
    }


.btnTopStoryLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 120px;
    min-height: 8px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 17px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnTopStoryLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnTopStoryLayout:hover::before {
        width: 100%;
        height: 100%;
    }





.btnStoryLoadMore {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: auto;
    min-height: 8px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 17px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnStoryLoadMore::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnStoryLoadMore:hover::before {
        width: 100%;
        height: 100%;
    }

.btnUserLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 130px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 13px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnUserLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnUserLayout:hover::before {
        width: 100%;
        height: 100%;
    }

.btnProviderDetailsLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 150px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 13px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnProviderDetailsLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnProviderDetailsLayout:hover::before {
        width: 100%;
        height: 100%;
    }

.btnOneDayLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 170px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 18px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnOneDayLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnOneDayLayout:hover::before {
        width: 100%;
        height: 100%
    }

.btnSmallLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 100px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 13px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
}

    .btnSmallLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnSmallLayout:hover::before {
        width: 100%;
        height: 100%;
    }

.btnxSmallLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 80px;
    min-height: 15px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    font-size: 13px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;

}

    .btnxSmallLayout::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: #FF8C00;
        z-index: -1;
        transition: all 0.4s ease;
        transform: translate(-50%, -50%);
    }

    .btnxSmallLayout:hover::before {
        width: 100%;
        height: 100%;
    }

.btnSendSmallLayout {
    position: relative;
    overflow: hidden;
    font-weight: normal;
    width: 35px;
    min-height: 10px;
    border: 3px solid #132148;
    background: #FF8C00;
    color: #132148;
    font-size: 13px;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
}

    .btnSendSmallLayout::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #132148;
        z-index: -1;
        transition: left 0.4s ease;
    }

    .btnSendSmallLayout:hover::before {
        left: 0;
    }

    .btnSendSmallLayout:hover {
        color: white;
        border-color: #132148;
    }

.headingLine {
    border-style: solid;
    border-bottom-width: 4px;
    border-color: rgb(19, 33, 72);
    width: 50px;
    float: left;
    display: block;
    max-width: 100%;
}

.headingSpacer {
    margin-bottom: 35px;
    height: 4px;
}

.headingLineDesc {
    border-style: solid;
    border-bottom-width: 4px;
    border-color: rgb(19, 33, 72);
    width: 20px;
    float: left;
    display: block;
    max-width: 100%;
}

.headingSpacerDesc {
    margin-bottom: 25px;
    height: 4px;
}

#menuToggle:checked ~ .menuContent {
    display: block !important;
}

.imageShadowDesign {
    filter: grayscale(100%) contrast(130%) brightness(0.7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.bgProfileColor {
    background-color: #FF8C00;
    height: 400px;
}

.imageSizes {
    height: 300px;
    width: 400px;
}

.headingLineProfile {
    border-style: solid;
    border-bottom-width: 4px;
    border-color: rgb(19, 33, 72);
    width: 80px;
    float: left;
    display: block;
    max-width: 100%;
}

.headingSpacerProfile {
    margin-bottom: 25px;
    height: 4px;
}

.imgFitCover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    position: center;
}

.text-darkBlue {
    color: #132148;
}

.marginLogo a {
    text-decoration: none;
}

.resetLayout {
    margin-bottom: 163px;
}

.iPartnershipIcon {
    color: black;
    font-size: 50px;
}

.imgTeamIcon {
    color: black;
    font-size: 50px;
}

#providerProfileContainerList {
    height: 614px !important;
    overflow-y: auto;
}

#providerProfileContainerFooter {
    height: 56px !important;
}

.navbar-brand {
    position: relative;
    z-index: 10;
}

.containerLayout {
    margin-bottom: 100px;
}

.navContainer .navSocMed {
    font-size: calc(13px + 0.13vw) !important;
}

    .navContainer .navSocMed i:hover {
        color: rgb(25, 130, 196) !important;
    }

.navContainer .companyTitle:hover {
    color: darkorange;
}

.menuLink i {
    font-size: 30px;
    color: rgb(255, 255, 255) !important;
}

.navContainer .menuLink-Lg h6:hover {
    color: rgb(105, 105, 105) !important;
    border-bottom: 1px solid rgb(173, 181, 189);
}

.navContainer .menuLink-a h6 {
    color: rgb(0, 0, 0) !important;
}

    .navContainer .menuLink-a h6:hover {
        color: rgb(105, 105, 105) !important;
        border-bottom: 1px solid rgb(173, 181, 189);
    }

.navContainer #hb-menuLink h6:hover {
    color: rgb(105, 105, 105) !important;
    border-bottom: 1px solid rgb(173, 181, 189);
}

.newMessageBadge {
    background-color: rgb(0, 138, 213) !important;
}

#messageIcon .newMessageBadge {
    background-color: black;
    top: 1px !important;
    left: -4px !important;
}

#messageIcon {
    color: #ff8c00;
}

    #messageIcon:hover {
        color: rgb(105, 105, 105) !important;
    }


.iconsContainer .newMessageBadge {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    right: -5px;
    border-radius: 25px;
    border: solid white 1.5px;
}

#newMessageBadgeInfo {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: -4px;
    border-radius: 25px;
    border: solid white 1.5px;
}

.menuPage {
    display: none;
    width: 100%;
    color: #424242;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: inherit;
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
}

    .menuPage.active {
        display: block;
    }


.memberContainer {
    display: none;
}

.rentalItemContainer {
    display: none;
}


#contactImgColumn {
    background: black !important;
}

    #contactImgColumn img {
        opacity: 0.5 !important;
    }

#contactUsInfo {
    width: 85% !important;
}

    #contactUsInfo i {
        color: white !important;
    }

    #contactUsInfo p {
        font-style: normal !important;
    }

.ltiBtnSecondaryOutLine {
    border: 1px solid black;
    color: rgb(0, 0, 0) !important;
    font-family: "Raleway", sans-serif;
    font-size: calc(11px + 0.11vw) !important;
}

    .ltiBtnSecondaryOutLine:hover {
        background: rgb(105, 105, 105);
        color: black !important;
        border: none;
    }

.ltiBtnPrimaryOutLine {
    border: 1px solid black;
    color: black !important;
    font-family: "Raleway", sans-serif;
    font-size: calc(11px + 0.11vw) !important;
}

    .ltiBtnPrimaryOutLine:hover {
        background: rgba(0, 71, 171, 0.85);
        color: black !important;
        border: 1px solid rgba(0, 71, 171, 0.85);
    }

.ltiBtnDarkOutLine {
    border: 1px solid rgba(12, 4, 4, 0.8);
    border-radius: 50px !important;
    color: rgb(0, 0, 0) !important;
    font-family: "Raleway", sans-serif;
    font-size: calc(11px + 0.11vw) !important;
}

    .ltiBtnDarkOutLine:hover {
        background: rgba(12, 4, 4, 0.8);
        color: white !important;
        border: 1px solid rgba(12, 4, 4, 0.8);
    }

.userDetailsLayout {
    margin-bottom: -200px;
}

#serviceSocMed i {
    color: rgb(245, 245, 245);
    font-size: 20px !important;
    margin: 0 10px !important;
}

#serviceSocMed img {
    height: 25px !important;
    width: 25px !important;
    margin: 0 5px !important;
}

.img-fluid[alt] {
    color: RGBA(15, 84, 78, 1) !important;
}

.singleLineEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiLineEllipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

#twoImgGallery {
    height: 300px !important;
}

#threeImgGallery {
    height: 280px !important;
}

#threeImgGalleryDesc {
    overflow-y: hidden !important;
}

#fourImgGallery {
    height: 280px !important;
}

.subImg2 img{
    width: 100%
}

.aboutSkeletonProfileRow h3 {
    width: 138.67px;
    height: 30px;
    background-color: #d8d8d8;
    animation: pulse 1s infinite ease-in-out;
}

.aboutSkeletonProfileRow p {
    width: 100%;
    height: 30px;
    background-color: #d8d8d8;
    animation: pulse 1s infinite ease-in-out;
}

.aboutSkeletonProfileRow button {
    width: 121.92px;
    height: 38px;
    background-color: #d8d8d8;
    border: none !important;
    animation: pulse 1s infinite ease-in-out;
}

.aboutSkeletonProfileRow #imgProfileSkeleton {
    width: 540px;
    height: 360px !important;
    background-color: #d8d8d8;
    animation: pulse 1s infinite ease-in-out;
}

#profileGallerySkeleton .galleryImageSkelton {
    width: 408px;
    height: 251.23px;
    background-color: #d8d8d8;
    animation: pulse 1s infinite ease-in-out;
}

#profileGallerySkeleton .galleryPSkeleton {
    width: 100%;
    height: 30px;
    background-color: #d8d8d8;
    animation: pulse 1s infinite ease-in-out;
}

.newsfeed-content {
    background-color: RGB(240, 245, 245);
}

.skltn-newsfeed-img {
    width: 100%;
    height: 440px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-newsfeed-ttl {
    width: 100%;
    height: 120px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-newsfeed-dscrptn {
    width: 100%;
    height: 200px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-newsfeed-hghlghts {
    width: 100%;
    height: 72px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-subnewsfeed-img {
    width: 100%;
    height: 220px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-subnewsfeed-ttl, .skltn-subnewsfeed-hghlghts {
    width: 100%;
    height: 50px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-subnewsfeed-dscrptn {
    width: 100%;
    height: 73px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

#editNewsfeedBtn, .deleteNewsfeedBtn, #editSubNewsfeedBtn {
    background-color: RGB(43, 103, 119);
    color: RGB(245, 245, 245);
    padding: 5px 15px;
    font-size: 14px;
}

    #editNewsfeedBtn:hover, .deleteNewsfeedBtn:hover, #editSubNewsfeedBtn:hover {
        color: RGB(255, 165, 0);
    }

#mainImg {
    width: 100% !important;
    height: auto !important;
}

#twoStoryImage {
    height: 300px !important;
}

#threeStoryImage {
    min-height: 350px !important;
}

#providerProfileImage {
    min-height: 230px !important;
}

#sliderStoryImage {
    height: 300px !important;
}

#lti-navLink a {
    text-decoration: none;
}

.marginLogo a {
    text-decoration: none;
}


.resetLayout {
    margin-bottom: 163px;
}

/*Dark theme css*/

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.bg-lightgray {
    background: RGBA(211, 221, 222, 0.5);
}

.bg-azure {
    background: #DFE5E4 !important;
}

.bg-charcoal {
    background: RGBA(58, 81, 95, 0.8);
}

.bg-gray {
    background: RGBA(166, 167, 171, 0.5);
}

.bgRed {
    background-color: rgb(145, 10, 34);
}

.bgYellowgreen {
    background-color: rgb(112, 224, 0);
}

.bgGreen {
    background-color: rgb(44, 110, 73);
}

.bgGray {
    background-color: rgb(105, 105, 105);
}

.bgPurple {
    background-color: rgba(106, 76, 147, 0.6);
}

.bgOrange {
    background-color: rgb(255, 159, 28);
}

.bgMaroon {
    background-color: rgb(191, 59, 121);
}

.bgSkyblue {
    background-color: rgb(76, 201, 240);
}

.bgBlue {
    background-color: rgb(25, 130, 196);
}

.bgBrown {
    background-color: rgb(125, 114, 91);
}

.bgGrayWhiteGradient {
    background: rgb(222, 227, 231);
    background: linear-gradient(0deg, rgb(222, 227, 231) 1%, rgb(240, 245, 247) 19%, rgb(255, 255, 255) 39%);
}

.bgGrayWhiteGradient1 {
    background: rgb(246, 250, 251);
    background: linear-gradient(0deg, rgb(246, 250, 251) 46%, rgb(255, 255, 255) 83%);
}

.bgLightRed {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.bgLightGray {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.bgBlack {
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
}

.form-check-label {
    max-width: 120px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lti-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
    color: rgb(255, 255, 255);
    animation-name: example;
    animation-duration: 8s;
}

.th-ltiDisabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}

@keyframes example {
    0% {
        color: rgb(255, 255, 255);
    }

    10% {
        color: rgb(255, 159, 28);
    }

    20% {
        color: rgb(255, 255, 255);
    }

    30% {
        color: rgb(255, 159, 28);
    }

    40% {
        color: rgb(255, 255, 255);
    }

    50% {
        color: rgb(255, 159, 28);
    }

    60% {
        color: rgb(255, 255, 255);
    }

    70% {
        color: rgb(255, 159, 28);
    }

    80% {
        color: rgb(255, 255, 255);
    }

    90% {
        color: rgb(255, 159, 28);
    }

    100% {
        color: rgb(255, 255, 255);
    }
}

label.required::after {
    color: #e32;
    content: "*";
    display: inline;
    font-size: 12px !important;
}

.textValidation {
    color: burlywood;
    font-size: 0.8em;
}

#passwordResetEmail-error {
    color: RGBA(179, 0, 0, 1);
    font-size: 0.8em;
    margin-top: 10px;
}

.img-fluid[alt] {
    color: RGBA(15, 84, 78, 1) !important;
}

.login-link {
    color: #2832c2;
    text-decoration-line: underline;
}

    .login-link:hover {
        font-size: 17px;
        color: RGB(255, 165, 0);
    }

a[href="/site"] {
    cursor: none;
}

wh-100 {
    width: 100% !important;
    height: 100% !important;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif !important;
}

.mailtolink:hover {
    color: rgb(255, 159, 28) !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.lti-border1 {
    border: 1px rgba(43, 103, 119, 0.2) solid;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.dNone {
    display: none !important;
}

.singleLineEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiLineEllipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiLineEllipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.imgFitFill {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.objectFitContain {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}

.objectFitCover {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.imgFitContain {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.imgFitCover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    position: center;
}

.fadedImage1 {
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0));
    -webkit-mask-image: -webkit-gradient(linear, top, bottom, rgb(0, 0, 0), rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0));
}

.fadedImage2 {
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
    -webkit-mask-image: -webkit-gradient(linear, top, bottom, rgb(0, 0, 0), rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
}

.fadedImage3 {
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
    -webkit-mask-image: -webkit-gradient(linear, top, bottom, rgb(0, 0, 0), rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0));
}



/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.newMessageBadge {
    background-color: rgb(145, 10, 34) !important;
    top: 5px !important;
    left: -1px !important;
}

.badgeAll, .badgeTextAll {
    background-color: RGBA(166, 167, 171, 0.5);
    color: rgb(43, 103, 119);
}

.badgeRequested, .badgeTextRequested {
    background-color: rgb(76, 201, 240);
}

.badgeReview, .badgeTextReview {
    background-color: rgba(106, 76, 147, 0.6);
}

.badgeApproved, .badgeTextApproved {
    background-color: rgb(25, 130, 196);
}

.badgeOngoing, .badgeTextOngoing {
    background-color: rgb(112, 224, 0);
}

.badgeCompleted, .badgeTextCompleted {
    background-color: rgb(44, 110, 73);
}

.badgeNotApproved, .badgeTextNotApproved {
    background-color: rgb(255, 159, 28);
}

.badgeCancelRequested, .badgeTextCancelRequested {
    background-color: rgb(145, 10, 34);
}

.badgeCancelRejected, .badgeTextCancelRejected {
    background-color: rgb(191, 59, 121);
}

.badgeCancelled, .badgeTextCancelled {
    background-color: rgb(145, 10, 34);
}

.projectbadgeAll {
    background-color: #ffa500;
}

.projectbadgeRequested {
    background-color: #87cefa;
}

.projectbadgeCompleted {
    background-color: #C0C0C0;
}

.projectbadgeOngoing {
    background-color: #3CB371;
}

.projectbadgeApproved {
    background-color: #b0e0e6;
}

.projectbadgeNotApproved {
    background-color: #ffa07a;
}

.projectbadgeCancelled {
    background-color: #f08080;
}

.projectbadgeReview {
    background-color: #9acd32;
}

.badgeStat {
    cursor: pointer !important;
}

.badgeBorderAll {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(173, 181, 189);
    border-radius: 5px;
    background-color: rgb(173, 181, 189);
}

.badgeBorderRequested {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(76, 201, 240);
    border-radius: 5px;
    background-color: rgb(76, 201, 240);
}

.badgeBorderReview {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgba(106, 76, 147, 0.6);
    border-radius: 5px;
    background-color: rgba(106, 76, 147, 0.6);
}

.badgeBorderApproved {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(25, 130, 196);
    border-radius: 5px;
    background-color: rgb(25, 130, 196);
}

.badgeBorderOngoing {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(112, 224, 0);
    border-radius: 5px;
    background-color: rgb(112, 224, 0);
}

.badgeBorderCompleted {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(44, 110, 73);
    border-radius: 5px;
    background-color: rgb(44, 110, 73);
}

.badgeBorderNotApproved {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(255, 159, 28);
    border-radius: 5px;
    background-color: rgb(255, 159, 28);
}

.badgeBorderCancelRequested {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(125, 114, 91);
    border-radius: 5px;
    background-color: rgb(125, 114, 91);
}

.badgeBorderCancelRejected {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(191, 59, 121);
    border-radius: 5px;
    background-color: rgb(191, 59, 121);
}

.badgeBorderCancelled {
    padding: 3px 5px 3px 5px;
    border: 1px solid rgb(145, 10, 34);
    border-radius: 5px;
    background-color: rgb(145, 10, 34);
}

.badgeText {
    font-size: 13px;
    color: black;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
ol.breadcrumb {
    margin-bottom: 5px !important;
}

li.breadcrumb-item a {
    font-size: 12px !important;
    text-decoration: none !important;
    color: #FF8C00;
}

li.breadcrumb-item.active {
    color: #FF8C00 !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.serviceLink {
    color: rgb(255, 255, 255);
    background-color: #FF8C00;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 12px;
}

    .serviceLink:hover {
        color: rgb(255, 159, 28);
    }

.lti-button {
    background-color: black;
    color: white;
    padding: 5px 10px 5px 10px !important;
    margin: 0 2px 0 2px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem !important;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px !important;
    border-color: black;
    box-shadow: 2px 2px gray;
}

.lti-buttonSm {
    background-color: RGB(43, 103, 119);
    color: white;
    padding: 5px 10px 5px 10px !important;
    margin: 0 2px 0 2px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem !important;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px !important;
    border-color: #a3a3a2 !important;
    box-shadow: 2px 2px gray;
}

.ltiBtnCancel {
    background-color: dimgray;
    color: white;
    padding: 5px 10px 5px 10px !important;
    margin: 0 2px 0 2px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem !important;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px !important;
    border-color: #a3a3a2 !important;
    box-shadow: 2px 2px gray;
}

.ltiBtnCancelSm {
    background-color: dimgray;
    color: white;
    padding: 5px 10px 5px 10px !important;
    margin: 0 2px 0 2px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem !important;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px !important;
    border-color: #a3a3a2 !important;
    box-shadow: 2px 2px gray;
}

.lti-buttonDelete {
    background-color: #701212;
    color: white;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7rem;
    cursor: pointer;
    border-width: 1px;
    border-color: white;
    box-shadow: 2px 2px gray;
}

.lti-Btn-Group {
    margin: 10px 3px 10px 3px !important;
    background-color: RGB(43, 103, 119);
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.5rem !important;
    cursor: pointer;
    border-radius: 5px !important;
    box-shadow: 2.5px 3px gray;
    outline: 1px solid #a3a3a2 !important;
}

.lti-Btn-GroupSm {
    align-items: center;
    margin: 0px 4px 0px 4px !important;
    padding: 2px 4px 2px 4px !important;
    background-color: RGB(43, 103, 119) !important;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.3rem !important;
    cursor: pointer;
    border-radius: 5px !important;
    box-shadow: 2.5px 3px gray;
    outline: 1px solid #a3a3a2 !important;
}

.lti-buttonLight {
    background-color: RGB(43, 103, 119);
    border: none;
    color: whitesmoke !important;
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px !important;
    cursor: pointer;
}

.lti-buttonSm:hover, .ltiBtnCancelSm:hover {
    color: RGB(255, 165, 0);
}

.lti-buttonLight:hover {
    color: RGB(255, 165, 0) !important;
}

.lti-btn-group .lti-btn {
    background-color: RGB(43, 103, 119);
    border: none;
    color: white;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    float: left;
    margin: 0.9rem 0;
}

.lti-button:hover, .ltiBtnCancel:hover {
    color: RGB(255, 165, 0);
}

.lti-btn-group .lti-btn:hover {
    color: RGB(255, 165, 0);
}

@media screen and (min-width: 600px) {
    .lti-button {
        background-color: RGB(43, 103, 119);
        color: white;
        padding: 5px 10px 5px 10px !important;
        margin: 0 2px 0 2px !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 0.95rem !important;
        cursor: pointer;
        border-width: 1px;
        border-radius: 5px !important;
        border-color: #a3a3a2 !important;
        box-shadow: 2px 2px gray;
    }

    .lti-buttonSm {
        background-color: RGB(43, 103, 119);
        color: white;
        padding: 5px 10px 5px 10px !important;
        margin: 0 2px 0 2px !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 0.85rem !important;
        cursor: pointer;
        border-width: 1px;
        border-radius: 5px !important;
        border-color: #a3a3a2 !important;
        box-shadow: 2px 2px gray;
    }

    .ltiBtnCancel {
        background-color: dimgray;
        color: white;
        padding: 5px 10px 5px 10px !important;
        margin: 0 2px 0 2px !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 0.95rem !important;
        cursor: pointer;
        border-width: 1px;
        border-radius: 5px !important;
        border-color: #a3a3a2 !important;
        box-shadow: 2px 2px gray;
    }

    .ltiBtnCancelSm {
        background-color: dimgray;
        color: white;
        padding: 5px 10px 5px 10px !important;
        margin: 0 2px 0 2px !important;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 0.85rem !important;
        cursor: pointer;
        border-width: 1px;
        border-radius: 5px !important;
        border-color: #a3a3a2 !important;
        box-shadow: 2px 2px gray;
    }

    .lti-Btn-Group {
        margin: 10px 4px 10px 4px !important;
        background-color: RGB(43, 103, 119);
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border-radius: 5px !important;
        box-shadow: 2.5px 3px gray;
        outline: 1px solid #a3a3a2 !important;
    }
}

.selectImgBtn {
    background-color: #FF8C00 !important;
    border: solid 1px RGB(43, 103, 119) !important;
    cursor: pointer !important;
}

    .selectImgBtn label {
        color: white !important;
        cursor: pointer !important;
    }

        .selectImgBtn label:hover {
            color: black !important;
            font-size: 16.3px !important;
        }

.lti-buttonCta {
    width: 210px;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 30px;
    background: RGB(43, 103, 119, 1);
    cursor: pointer;
    border: solid 1px white;
    border-radius: 50px;
    color: RGB(245, 245, 245);
    box-shadow: 5px 6px 2px 2px RGB(43, 103, 119, 1);
}

    .lti-buttonCta:hover {
        color: orange;
        box-shadow: none;
    }

.btn-lti {
    color: RGB(245, 245, 245);
    font-size: 14px !important;
    background: RGB(43, 103, 119, 1);
    margin: 3px 8px 3px 8px;
    padding: 1px 15px !important;
    border: 0.15px solid RGB(245, 245, 245);
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px lightgray, 3px 3px 3px 1px RGB(43, 103, 119, 1);
}

.btn-lti-cancel {
    color: RGB(245, 245, 245);
    font-size: 14px !important;
    background: RGBA(90, 90, 90, 0.9);
    margin: 3px 8px 3px 8px;
    padding: 1px 15px !important;
    border: 0.15px solid RGB(245, 245, 245);
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px lightgray, 3px 3px 3px 1px RGBA(90, 90, 90, 1);
}

    .btn-lti:hover, .btn-lti-cancel:hover {
        color: orange;
    }

.btn-group-lti {
    color: RGB(245, 245, 245);
    font-size: 13px !important;
    background: RGB(43, 103, 119, 1);
    margin: 3px 8px 3px 8px;
    padding: 0px 0px !important;
    border: 0.5px solid RGB(245, 245, 245);
    border-radius: 25px;
    box-shadow: 0px 0px 4px 2px lightgray, 0px 0px 0px 4px RGB(43, 103, 119, 1);
}

.btn-group-innerBtn-lti {
    background: RGB(43, 103, 119, 1) !important;
    border-radius: 25px;
    padding: 3px 10px !important;
    font-size: 13px !important;
    box-shadow: 0px 0px 3px 1px lightgray;
}

.btn-group-lti:hover, .innerBtn-btnGroup:hover {
    color: orange !important;
    background: RGB(43, 103, 119, 0.5) !important;
}

.lti-testBtn {
    background: RGB(43, 103, 119);
    color: white;
    line-height: 0.75px;
    padding: 5px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5);
    margin: 0 1px;
}

    .lti-testBtn:hover {
        color: orange;
    }

.lti-testBtn1 {
    background: #6c757d;
    color: white;
    line-height: 0.75px;
    padding: 5px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5);
    margin: 0 1px;
}

    .lti-testBtn1:hover {
        color: orange;
    }

.ltiBtn {
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 6px !important;
    box-shadow: rgb(105, 105, 105) 2.5px 3px 2px;
    padding: 5px 10px;
}

.ltiBtnSm {
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 6px !important;
    box-shadow: rgb(105, 105, 105) 2.5px 3px 2px;
    padding: 1px 10px;
}

.ltiBtnVote {
    background-color: rgb(43, 103, 119);
    color: rgb(245, 245, 245);
    border: 1.5px solid rgb(245, 245, 245);
    border-radius: 25px !important;
    padding: 7px 18px;
    animation: hideShow 4s linear 2s infinite;
}

    .ltiBtnVote:hover {
        background-color: rgb(255, 159, 28);
        color: rgb(245, 245, 245);
        box-shadow: rgb(105, 105, 105) 1px 5px 2px, rgb(105, 105, 105) -1px 2.5px 2px;
        animation-play-state: paused;
    }

@keyframes hideShow {
    0% {
        background-color: red;
    }

    10% {
        background-color: yellow;
    }

    20% {
        background-color: blue;
    }

    30% {
        background-color: green;
    }

    40% {
        background-color: red;
    }

    50% {
        background-color: yellow;
    }

    60% {
        background-color: blue;
    }

    70% {
        background-color: green;
    }

    80% {
        background-color: red;
    }

    90% {
        background-color: yellow;
    }

    100% {
        background-color: blue;
    }
}

.ltiBtn:hover, .ltiBtnSm:hover {
    color: rgb(255, 159, 28) !important;
}

.ltiBtnGroup {
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px !important;
    box-shadow: 3px 3px 3px lightgray;
    outline: 1px solid #a3a3a2 !important;
}

    .ltiBtnGroup:hover {
        color: rgb(255, 159, 28);
    }

#filterBtnToggle {
    background-color: RGBA(58, 81, 95, 0.8);
    color: rgb(255, 255, 255);
}

    #filterBtnToggle:hover {
        background-color: rgb(43, 103, 119);
        color: RGB(255, 165, 0) !important;
    }

.filterBtnInputs:hover {
    color: RGB(255, 165, 0) !important;
}

/*sm*/
@media screen and (max-width: 767px) {
    .ltiBtn {
        font-size: 15px;
    }

    .ltiBtnGroup {
        padding: 2px 8px 2px 8px !important;
        margin: 0px 6px;
    }

        .ltiBtnGroup i {
            font-size: 22px !important;
        }
}
/*md*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .ltiBtn {
        font-size: 15.5px;
    }

    .ltiBtnGroup {
        padding: 2px 8px 2px 8px !important;
        margin: 0px 5px;
    }

        .ltiBtnGroup i {
            font-size: 18px !important;
        }
}
/*lg*/
@media screen and (min-width: 992px) {
    .ltiBtn {
        font-size: 16px;
    }

    .ltiBtnGroup {
        padding: 2px 8px 2px 8px !important;
        margin: 0px 5px;
    }

        .ltiBtnGroup i {
            font-size: 16px !important;
        }
}

.btnGroup {
    background-color: rgb(43, 103, 119) !important;
    border-radius: 5px !important;
    outline: 1px solid lightgray !important;
    box-shadow: 3px 4px 2px gray;
}

    .btnGroup .btn {
        font-size: 13px;
    }

        .btnGroup .btn:hover {
            color: rgb(255, 159, 28) !important;
        }

.viewTransacId:hover {
    color: darkblue;
}

.viewTransacId:active {
    outline: none;
    box-shadow: none;
}

.gcash-btn {
    background-color: #007dfe;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 16px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: inherit;
    font-family: "Nunito Sans", sans-serif;
}

.gcash-icon {
    height: 25px;
    width: 32px;
}

.gcash-btn:hover .gcash-icon {
    filter: brightness(0.85);
}

.gcash-btn:hover {
    background-color: #006ad8;
}

.viewTransacId {
    color: #006ad8;
    cursor: pointer;
    border: none;
    background: none;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.carouselContentHeader {
    font-size: 1.2rem;
    color: RGB(43, 103, 119) !important;
}

.carouselContentDescription {
    font-size: 0.9rem;
    color: RGB(43, 103, 119) !important;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carouselContentHighlights {
    font-size: 0.8rem;
    color: RGB(43, 103, 119) !important;
}

.carouselContentLocation {
    font-size: 0.8rem;
    color: RGB(43, 103, 119) !important;
}

@media only screen and (min-width: 600px) {
    .carouselContentHeader {
        font-size: 1.5rem;
    }

    .carouselContentDescription {
        font-size: 1.2rem;
    }

    .carouselContentHighlights {
        font-size: 1.1rem;
    }
}
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.bi-person, .bi-pencil, .bi-trash, .bi-trash3, .bi-unlock-fill {
    color: RGB(245, 245, 245);
    font-size: 11px;
    cursor: pointer !important;
}

.bi-search {
    color: RGB(43, 103, 119);
    font-size: 14px !important;
    cursor: pointer !important;
}

.bi-trash:hover {
    color: RGB(255, 165, 0);
}

.bi-search:hover {
    color: RGB(255, 165, 0);
}

.bi-envelope-fill, .bi-cart-fill, .bi-person-fill-down, .bi-person-fill-up, .bi-phone-fill, .bi-geo-alt-fill, .bi-person-badge-fill, .bi-file-earmark-bar-graph-fill, .bi-clipboard-data-fill, .bi-person-fill-up {
    color: black;
    font-size: 25px;
}

    .bi-envelope-fill:hover, .bi-cart-fill:hover, .bi-person-fill-down:hover, .bi-person-fill-up:hover, .bi-file-earmark-bar-graph-fill:hover, .bi-clipboard-data-fill:hover, .bi-person-fill-up:hover {
        color: rgba(19,33,72,0.25);
        cursor: pointer !important;
    }

.bi-arrow-up-circle-fill {
    color: orange !important;
    margin-top: 2px !important;
}

.bi-star-fill {
    color: RGB(255, 165, 0);
    font-size: 12px;
}

#chevronDown {
    color: RGBA(15, 84, 78, 1) !important;
    margin: 3px 0px 0px 4px !important;
}

    #chevronDown:hover {
        color: RGB(255, 165, 0) !important;
        cursor: pointer;
    }

.bi-eye, .bi-eye-slash {
    color: black;
    cursor: pointer;
}

    .bi-eye:hover, .bi-eye-slash:hover {
        color: black;
    }

.bi-question-circle-fill {
    color: #0d6efd !important;
    cursor: pointer;
}

    .bi-question-circle-fill:hover {
        color: RGB(255, 165, 0) !important;
    }

.bi-info-circle-fill {
    cursor: pointer;
    font-size: 18px;
}

    .bi-info-circle-fill:hover {
        color: RGB(255, 165, 0) !important;
    }

.bi-dash-square-fill, .bi-x-square-fill, .bi-arrow-left-square-fill, .bi-chat-dots-fill, .bi-person-plus-fill {
    color: RGB(43, 103, 119) !important;
    cursor: pointer;
    font-size: 20px;
}

    .bi-dash-square-fill:hover, .bi-x-square-fill:hover, .bi-arrow-left-square-fill:hover, .bi-chat-dots-fill:hover, .bi-person-plus-fill:hover {
        color: RGB(255, 165, 0) !important;
    }

.squareFillDirection {
    font-size: 16px !important;
    color: RGBA(15, 84, 78, 1) !important;
    margin-top: 5px;
}

.socialMedia {
    font-size: 20px;
}

    .socialMedia.bi-facebook {
        color: royalblue !important;
    }

    .socialMedia.bi-instagram {
        color: indianred !important;
    }

    .socialMedia.bi-linkedin {
        color: deepskyblue !important;
    }

    .socialMedia.bi-twitter-x {
        color: black !important;
    }

    .socialMedia:hover {
        color: orange;
        font-size: 18px;
    }

.bi-caret-down-fill, .bi-caret-up-fill {
    color: black;
}

.chatIcon {
    color: white;
    font-size: 15px !important;
}

.chatIconLight {
    color: RGB(245, 245, 245) !important;
    font-size: 15px !important;
}

.bi-list-task {
    font-size: 22px;
    color: black;
}

.bi-person-fill-gear {
    font-size: 20px !important;
}

.bi-list, .bi-x {
    font-size: 28px !important;
    color: black;
}

#providerInfoContainer i {
    font-size: 16px !important;
    color: rgb(25, 130, 196);
    margin-right: 8px !important;
    opacity: 0.8;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/

#btnNewCategory:hover, .editCategoryBtnSave:hover, .confirmDeleteCategoryBtn:hover {
    color: RGB(255, 165, 0);
}

.basicAddOn {
    color: black;
    font-size: 0.75rem;
}

@media only screen and (min-width: 600px) {
    .basicAddOn {
        font-size: 1rem;
    }

    .lti-formlabel {
        font-size: 20px;
    }
}
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.popover-header {
    color: #FF8C00 !important;
    border: none;
    border-radius: 0px;
}

.popover-body {
    color: black !important;
    border: none;
    border-radius: 0px;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.aboutSkeletonProfileRow h3 {
    width: 138.67px;
    height: 30px;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

.aboutSkeletonProfileRow p {
    width: 100%;
    height: 30px;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

.aboutSkeletonProfileRow button {
    width: 121.92px;
    height: 38px;
    background-color: rgb(243, 243, 243);
    border: none !important;
    animation: pulse 1s infinite ease-in-out;
}

.aboutSkeletonProfileRow #imgProfileSkeleton {
    width: 540px;
    height: 360px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#profileGallerySkeleton .galleryImageSkelton {
    width: 408px;
    height: 251.23px;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#profileGallerySkeleton .galleryPSkeleton {
    width: 100%;
    height: 30px;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

.aboutImageContainer .lSPager {
    display: none !important;
}

.aboutImageContainer .lSPrev {
    position: absolute;
}

.aboutImageContainer .lSNext {
    position: absolute;
}

/*sm*/
@media screen and (max-width: 767px) {
   
    .mainNewsFeed-imgContainer {
        width: 100% !important;
        float: none !important;
    }

    .imgIframeWrapper {
        width: 100% !important;
        float: none !important;
    }

    .topStoryVideo {
        min-height: 275px !important;
    }

    .mainImg {
        min-height: 275px !important;
    }

    .relatedStoryVideo {
        min-height: 240px !important;
    }

    .relatedStoryImage {
        min-height: 240px !important;
    }
}

/*md*/
@media screen and (min-width: 768px) {
    .aboutImageContainer .lSPrev {
        top: 190px !important;
        left: 30px !important;
    }

    .aboutImageContainer .lSNext {
        top: 190px !important;
        right: 30px !important;
    }

    .mainNewsFeed-imgContainer {
        width: 100% !important;
        float: none !important;
    }

    .imgIframeWrapper {
        width: 100% !important;
        float: none !important;
    }

    .topStoryVideo {
        min-height: 400px !important
    }

    .mainImg {
        min-height: 400px !important
    }

    .relatedStoryVideo {
        min-height: 240px !important;
    }

    .relatedStoryImage {
        min-height: 240px !important;
    }
}
/*lg*/
@media screen and (min-width: 992px) {
    .aboutImageContainer .lSPrev {
        top: 190px !important;
        left: 30px !important;
    }

    .aboutImageContainer .lSNext {
        top: 190px !important;
        right: 30px !important;
    }

    .mainNewsFeed-imgContainer {
        width: 50% !important;
        float: right !important;
    }

    .imgIframeWrapper {
        width: 50% !important;
        float: right !important;
    }

    .topStoryVideo {
        min-height: 350px !important;
        padding: 0 0 10px 10px !important;
    }

    .mainImg {
        min-height: 350px !important;
        padding: 0 0 10px 10px !important;
    }

    .relatedStoryVideo {
        min-height: 290px !important;
    }

    .relatedStoryImage {
        min-height: 240px !important;
    }
}
/*xl*/
@media screen and (min-width: 1200px) {
    .aboutImageContainer .lSPrev {
        top: 170px !important;
        left: 40px !important;
    }

    .aboutImageContainer .lSNext {
        top: 170px !important;
        right: 40px !important;
    }

    .mainNewsFeed-imgContainer {
        width: 50% !important;
        float: right !important;
    }

    .imgIframeWrapper {
        width: 50% !important;
        float: right !important;
    }

    .topStoryVideo {
        min-height: 450px !important;
        padding: 0 0 10px 16px !important;
    }

    .mainImg {
        min-height: 450px !important;
        padding: 0 0 10px 16px !important;
    }

    .relatedStoryVideo {
        min-height: 290px !important;
    }

    .relatedStoryImage {
        min-height: 240px !important;
    }
}
/*xxl*/
@media screen and (min-width: 1366px) {
    .aboutImageContainer .lSPrev {
        top: 150px !important;
        left: 40px !important;
    }

    .aboutImageContainer .lSNext {
        top: 150px !important;
        right: 40px !important;
    }

    .mainNewsFeed-imgContainer {
        width: 50% !important;
        float: right !important;
    }

    .imgIframeWrapper {
        width: 50% !important;
        float: right !important;
    }

    .topStoryVideo {
        min-height: 450px !important;
        padding: 0 0 10px 16px !important;
    }

    .mainImg {
        min-height: 450px !important;
        padding: 0 0 10px 16px !important;
    }

    .relatedStoryVideo {
        min-height: 233px !important;
    }

    .relatedStoryImage {
        min-height: 240px !important;
    }

    .ribbonContainer {
        height: 240px !important
    }

    .rentalItemSelection .rentalMainCardWidth2 {
        width: 700px !important
    }

    .rentalMainCardWidth2 .ribbonContainer {
        height: 200px !important
    }

    .rentalItemSelection .rentalMainCardWidth3 {
        width: 900px !important
    }

    .rentalMainCardWidth3 .ribbonContainer {
        height: 175px !important
    }

    .rentalItemSelection .rentalMainCardWidth4 {
        width: 900px !important
    }

    .rentalMainCardWidth4 .ribbonContainer {
        height: 175px !important
    }

    .rentalItemSelection .rentalMainCardWidth5 {
        width: 1070px !important
    }

    .rentalMainCardWidth5 .ribbonContainer {
        height: 210px !important
    }

    .memberSelection .rentalMainCardWidth2 {
        width: 650px !important
    }

    .memberSelection .rentalMainCardWidth3 {
        width: 950px !important
    }

    .memberSelection .rentalMainCardWidth4 {
        width: 850px !important
    }

    .memberSelection .rentalMainCardWidth5 {
        width: 1025px !important
    }
}

/*xxxl*/
@media screen and (min-width: 1536px) {
    .aboutImageContainer .lSPrev {
        top: 150px !important;
        left: 40px !important;
    }

    .aboutImageContainer .lSNext {
        top: 150px !important;
        right: 40px !important;
    }

    .mainNewsFeed-imgContainer {
        width: 50% !important;
        float: right !important;
    }

    .imgIframeWrapper {
        width: 50% !important;
        float: right !important;
    }

    .topStoryVideo {
        min-height: 450px !important;
        padding: 0 0 10px 16px !important;
    }

    .mainImg {
        min-height: 450px !important;
        padding: 0 0 10px 16px !important;
    }

    .relatedStoryVideo {
        min-height: 233px !important;
    }

    .relatedStoryImage {
        min-height: 240px !important;
    }
}

@keyframes pulse {
    0% {
        background-color: #d8d8d8;
    }

    50% {
        background-color: #bbbbbb;
    }

    100% {
        background-color: #d8d8d8;
    }
}

#twoImgGallery {
    height: 300px !important;
}

#threeImgGallery {
    height: 260px !important;
}

#threeImgGalleryDesc {
    overflow-y: hidden !important;
}

#fourImgGallery {
    height: 250px !important;
}

#serviceSocMed i {
    color: rgb(245, 245, 245);
    font-size: 20px !important;
    margin: 0 10px !important;
}

#serviceSocMed img {
    height: 25px !important;
    width: 25px !important;
    margin: 0 5px !important;
}

.ts-shadow {
    text-shadow: 2px 2px #000000;
}

.imgTeamIcon {
    font-size: 40px !important;
    color: rgb(43, 103, 119) !important;
}

.iPartnershipIcon {
    font-size: 45px;
    color: #446675;
}

.imgMember {
    width: 100%;
}

.boxShadowRight {
    box-shadow: 1px 1px 5px lightblue;
}

.boxShadowLeft {
    box-shadow: -1px 1px 5px lightblue;
}

.pwLogin {
    height: 27px;
    width: 28px;
}

.socialLogin:hover p {
    color: rgb(255, 159, 28) !important;
}

.socialLogin:hover i {
    color: rgb(255, 159, 28) !important;
}

.eulaCard #accountSignUpEula {
    max-height: 206px !important;
    overflow-y: scroll !important;
}

.eulaCard #providerSignUpEula {
    max-height: 172px !important;
    overflow-y: scroll !important;
}

.eulaCardArrow {
    position: absolute;
    bottom: 35px;
    right: 25px;
}

    .eulaCardArrow i {
        color: rgb(255, 159, 28) !important;
        cursor: pointer;
        font-size: 20px !important;
    }

        .eulaCardArrow i:hover {
            color: rgb(0, 128, 128) !important;
        }

.providerEulaCardArrow {
    position: absolute;
    bottom: 35px;
    right: 25px;
}

    .providerEulaCardArrow i {
        color: rgb(255, 159, 28) !important;
        cursor: pointer;
        font-size: 20px !important;
    }

        .providerEulaCardArrow i:hover {
            color: rgb(0, 128, 128) !important;
        }


/*skeleton loader*/
.skeleton-category-hdr, .skeleton-category-btn {
    height: 40px;
    animation: skeleton-category 1s linear infinite alternate;
}

.skeleton-category-item {
    height: 240px;
    animation: skeleton-category 1s linear infinite alternate;
}

.skeleton-category-img {
    height: 240px;
    animation: skeleton-category 1s linear infinite alternate;
}

.skeleton-category-itm-ttl, .skeleton-category-itm-btngrp {
    width: 85%;
    height: 35px;
    animation: skeleton-category 1s linear infinite alternate;
}

.skeleton-category-itm-dscrptn {
    width: 95%;
    height: 90px;
    animation: skeleton-category 1s linear infinite alternate;
}

.categoryImageHeight {
    height: 211px;
}

@keyframes skeleton-category {
    0% {
        background-color: hsl(200, 20%, 65%);
    }

    100% {
        background-color: hsl(200, 20%, 90%);
    }
}
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
#serviceHeaderTitle:hover, .serviceTitle:hover {
    color: orange;
}

.serviceTitle {
    font-weight: bold;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.grid-item {
    width: 100%;
}

#backToTopBtn {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 99;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid RGBA(15, 84, 78, 1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0.75 !important;
}

    #backToTopBtn .bi-arrow-up-circle-fill {
        color: RGBA(15, 84, 78, 1) !important;
        font-size: 25px;
    }

        #backToTopBtn .bi-arrow-up-circle-fill:hover {
            color: RGB(255, 165, 0) !important;
        }

.homeProfileImageHeight {
    width: 100%;
    height: 250px;
}

.imageFit {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.profileCardAddInfo {
    width: 80%;
    max-height: 120px;
}

#profileListCardFooter {
    height: 66px;
}

@media screen and (min-width: 768px) {
    .grid-item {
        width: 25%;
    }

    .homeProfileImageHeight {
        width: 100%;
        height: 200px;
    }

    .imageFit {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .imgrow {
        height: 30px !important;
        animation: skeleton-gradient 1s linear infinite alternate;
    }
}

#topStorySlider {
    height: 100% !important;
}

#ts-HomeSkeletonContainer #ts-ImgSkeleton {
    height: 526px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#ts-HomeSkeletonContainer h3 {
    width: 170px !important;
    height: 40px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#ts-HomeSkeletonContainer h4 {
    width: 140px !important;
    height: 35px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#ts-HomeSkeletonContainer .ts-p {
    width: 95% !important;
    height: 30px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#ts-HomeSkeletonContainer .ts-small {
    width: 50% !important;
    height: 30px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#slider-HomeSkeletonContainer #imgGallerySlider {
    height: 250px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

#slider-HomeSkeletonContainer .tsg-p {
    width: 95% !important;
    height: 30px !important;
    background-color: rgb(243, 243, 243);
    animation: pulse 1s infinite ease-in-out;
}

@keyframes skeleton-gradient {
    0% {
        background-color: hsl(200, 20%, 70%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}
/*xsm*/
@media screen and (max-width: 575px) {
    .grid-item {
        width: 100%;
    }

    #topStoriesImageContainer {
        height: 280px !important;
    }

    #providerImageContainer {
        height: 250px !important;
    }

    #storyDataList {
        /*.lslide {
        height: 490px !important;
    }*/
    }

        #storyDataList .lSPrev {
            left: 10px !important;
        }

        #storyDataList .lSNext {
            right: 10px !important;
        }

    #emptyHeaderConatiner {
        height: 25px !important;
    }
}
/*sm*/
@media screen and (max-width: 767px) and (min-width: 576px) {
    .newsFeedItem {
        height: 314px;
    }

    #backToTopBtn {
        bottom: 100px;
        right: 25px;
    }

    #emptyHeaderConatiner {
        height: 50px !important;
    }
}
/*md*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .grid-item {
        width: 50%;
    }

    .newsFeedItem {
        height: 257px;
    }

    #backToTopBtn {
        bottom: 85px;
        right: 30px;
    }

    #emptyHeaderConatiner {
        height: 50px !important;
    }
}
/*lg*/
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .grid-item {
        width: 33.33%;
    }

    .newsFeedItem {
        height: 350px;
    }

    #backToTopBtn {
        bottom: 85px;
        right: 30px;
    }

    #emptyHeaderConatiner {
        height: 50px !important;
    }
}
/*xl*/
@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .grid-item {
        width: 25%;
    }

    .newsFeedItem {
        height: 296px;
    }

    #backToTopBtn {
        bottom: 85px;
        right: 120px;
    }

    #emptyHeaderConatiner {
        height: 50px !important;
    }
}
/*xxl*/
@media screen and (min-width: 1400px) {
    .newsFeedItem {
        height: 345px;
    }

    #backToTopBtn {
        bottom: 85px;
        right: 320px;
    }

    #topStoriesImageContainer {
        height: 420px !important;
    }

    #storyDataList .lSPrev {
        left: 40px !important;
    }

    #storyDataList .lSNext {
        right: 40px !important;
    }

    #emptyHeaderConatiner {
        height: 50px !important;
    }

    .lSAction > a{
        margin-top: unset;
    }

    #imgGalleryContainer .lSAction > a {
        margin-top: -16px;
    }
}

#storyDataList .lSPager {
    display: none !important;
}

#storyDataList .lSPrev {
    position: absolute;
    top: 200px !important;
}

#storyDataList .lSNext {
    position: absolute;
    top: 200px !important;
}

#providerInfoContainer i {
    font-size: 20px !important;
    color: RGB(255, 165, 0) !important;
}

#twoStoryImage {
    height: 300px !important;
}

#threeStoryImage {
    height: 230px !important;
}

#providerProfileImage {
    min-height: 230px !important;
}

#sliderStoryImage {
    height: 300px !important;
}

#contactImgColumn {
    background: black !important;
}

    #contactImgColumn img {
        opacity: 0.5 !important;
    }

#contactUsInfo {
    width: 85% !important;
}

    #contactUsInfo i {
        color: white !important;
    }

    #contactUsInfo p {
        font-style: normal !important;
    }

.brandingIcon {
    font-size: 40px !important;
    color: black;
}

.skeletondashboard {
    height: 26.88px;
    animation: dashboardskeleton-gradient 1s linear infinite alternate;
}

.skeleton-dashboard {
    height: 50.61px;
}

    .skeleton-dashboard .card-body {
        background-color: lightgrey;
    }

#skeletonDashboardItems li {
    height: 46.8px;
}

#dashboardSkeletonCard .card-header {
    height: 50.61px;
}

#dashboardSkeletonCard .card-header {
    background-color: lightgrey;
    height: 383.58px;
}

#dashboardSkeletonCard .card-header {
    height: 351.58px;
}

#listTitle {
    color: rgb(255, 255, 255) !important;
}

.skltn-newsfeed-img {
    width: 100%;
    height: 440px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-newsfeed-ttl {
    width: 100%;
    height: 120px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-newsfeed-dscrptn {
    width: 100%;
    height: 200px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-newsfeed-hghlghts {
    width: 100%;
    height: 72px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-subnewsfeed-img {
    width: 100%;
    height: 220px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-subnewsfeed-ttl, .skltn-subnewsfeed-hghlghts {
    width: 100%;
    height: 50px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

.skltn-subnewsfeed-dscrptn {
    width: 100%;
    height: 73px;
    animation: skeleton-newsfeed 1s linear infinite alternate;
}

#editNewsfeedBtn, .deleteNewsfeedBtn, #editSubNewsfeedBtn {
    background-color: RGB(43, 103, 119);
    color: RGB(245, 245, 245);
    padding: 5px 15px;
    font-size: 14px;
}

    #editNewsfeedBtn:hover, .deleteNewsfeedBtn:hover, #editSubNewsfeedBtn:hover {
        color: RGB(255, 165, 0);
    }

@keyframes skeleton-newsfeed {
    0% {
        background-color: hsl(200, 20%, 65%);
    }

    100% {
        background-color: hsl(200, 20%, 90%);
    }
}

@media screen and (min-width: 600px) {
    #editNewsfeedBtn, .deleteNewsfeedBtn, #editSubNewsfeedBtn {
        padding: 5px 18px;
        font-size: 16px;
    }
}

#newsfeed-backToTop {
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 99;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid RGBA(15, 84, 78, 1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0.75 !important;
}

    #newsfeed-backToTop .bi-arrow-up-circle-fill {
        color: RGBA(15, 84, 78, 1) !important;
    }

.newsfeedImgContainer {
    height: 139px !important;
}

/*skeleton loader*/
.skltn-header, .skltn-footer {
    width: 100%;
    height: 45px;
    animation: skeleton-profile 1s linear infinite alternate;
}

.skltn-body {
    height: 272px;
    animation: skeleton-profile 1s linear infinite alternate;
}

/*skeleton profile details loader*/
.profileRequestSkeleton-title {
    height: 40px;
    animation: skeleton-profile 1s linear infinite alternate;
}

.skeletonProfileRequest-Image {
    height: 219px;
    animation: skeleton-profile 1s linear infinite alternate;
}

.skeletonProfileRequest-Details {
    height: 30px;
    animation: skeleton-profile 1s linear infinite alternate;
}

.skeleton-Calendar {
    height: 64px;
    animation: skeleton-profile 1s linear infinite alternate;
}

.skeleton-CalendarContainer {
    height: 500px;
    animation: skeleton-profile 1s linear infinite alternate;
}

.skeleton-CalendarItem {
    height: 215px;
    animation: skeleton-profile 1s linear infinite alternate;
}

@keyframes skeleton-profile {
    0% {
        background-color: hsl(200, 20%, 65%);
    }

    100% {
        background-color: hsl(200, 20%, 90%);
    }
}

.searchDistanceCoverage {
    width: 300px;
    height: 27px;
    position: absolute;
    top: 2px;
    left: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0px 0px 0px 7px;
    font-size: 0.87rem;
}

.stars a {
    display: inline-block;
    padding-right: 4px;
    text-decoration: none;
    margin: 0;
}

    .stars a:after {
        position: relative;
        font-size: 18px;
        font-family: "FontAwesome", serif;
        display: block;
        content: "\f005";
        color: #9e9e9e;
    }

    .stars a:hover ~ a:after {
        color: #9e9e9e !important;
    }

span.active a.active ~ a:after {
    color: #9e9e9e;
}

span:hover a:after {
    color: #ffca08 !important;
}

span.active a:after,
.stars a.active:after {
    color: #ffca08;
}

.itemContainer {
    height: 629px;
    overflow: auto;
    overflow-x: hidden;
}

.item-Container {
    height: 629px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#advance_Search, .card-title:hover {
    cursor: pointer;
}

#searchCategoryRow {
    cursor: pointer !important;
}

.dropdownContainer {
    cursor: pointer !important;
    background-color: red !important;
}

.profileSelectedBtn:hover {
    cursor: pointer !important;
}

#col2 {
    position: absolute;
    top: -1px;
    right: calc(100% + 0.5px);
    z-index: 5;
}

#right-slide {
    width: 18px;
    height: 98px;
    position: absolute;
    top: -1px;
    right: -36px;
    font-size: 16px;
    color: white;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: example 3s linear 1s infinite alternate;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

    #right-slide #right-slideText {
        font-size: 12px !important;
        color: white !important;
        writing-mode: vertical-rl;
        transform: rotate(-180deg);
    }

#left-slide {
    width: 19px;
    height: 98px;
    position: absolute;
    top: -1px;
    right: -19px;
    font-size: 16px;
    color: white;
    background-color: black;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: lightgray lightgray lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: example 3s linear 1s infinite alternate;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

#sendMessageBtn {
    color: black;
}

.bi bi-send {
    color: black;
}

#geo-fill {
    background-color: rgba(19,33,72,0.25) !important;
    color: whitesmoke !important;
    border: none !important;
}

    #geo-fill i {
        font-size: 18px;
    }

    #geo-fill:hover {
        color: orange !important;
    }

#homeProfileImage {
    width: 100px;
    height: 100px;
    z-index: 3;
    margin-top: 10px;
}

#updateProfileCurrencyCountryCode {
    width: 65px;
    margin: 4px 0px 0px 0px;
    padding: 5px 0px 5px 6px;
    border: solid 1px rgba(0, 0, 0, 0.25);
    color: RGBA(15, 84, 78, 1) !important;
}

    #updateProfileCurrencyCountryCode option {
        color: RGBA(15, 84, 78, 1) !important;
    }

.imgProfileContainer {
    height: 210px !important;
}

#updateProfileMap {
    width: 100%;
    height: 490px;
}

.distanceDropdown {
    cursor: pointer;
}

#biDistance {
    color: teal;
    font-weight: bolder;
    padding: 3px 0px 0px 3px;
}

#advanceSettingItemsContainer {
    display: none;
}

#profileListImg {
    width: 90px;
    height: 90px;
    z-index: 3;
}

#listCardFooter {
    height: 60px !important;
}

.po-container {
    position: relative !important;
}

.po-item {
    font-size: 11px !important;
    position: absolute;
    top: -2px;
    right: -13px;
}

#inputGroup-sizing-sm, .input-group-text {
    color: RGB(43, 103, 119);
}

.listTopInfo {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 35px;
    background-color: rgb(43, 103, 119);
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 3px rgb(156, 177, 181);
}

#prof_Itemcontainer {
    height: 650px;
    overflow: scroll;
    overflow-x: hidden;
}

.dateTimeDate i, .datepickerTime i {
    cursor: pointer !important;
    color: black !important;
}

    .dateTimeDate i:hover, .datepickerTime i:hover {
        color: rgb(255, 159, 28) !important;
    }

#geo-fill {
    cursor: pointer !important;
}

.ribbonContainer {
    position: relative;
    height: 220px;
    width: 100%;
    padding: 0;
    border: 1px solid lightgray;
}

    .ribbonContainer .itemDescription {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 5px !important;
        text-align: center;
    }

.priceRibbon {
    position: absolute;
    left: 7px;
    top: 30px;
    z-index: 1;
    width: auto;
    height: 30px;
    padding: 0px 10px;
    text-align: right;
    background-color: darkgray;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border-bottom-left-radius: 0;
}

    .priceRibbon::before, .priceRibbon::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 0px;
        width: 10px;
        height: 14px;
        border-bottom-left-radius: 12px;
    }

    .priceRibbon::before {
        background-color: darkgray;
    }

    .priceRibbon::after {
        background-color: darkgray;
        border-top-left-radius: 10px;
    }

.orderPriceRibbon {
    position: absolute;
    left: -6px;
    top: 7px;
    z-index: 1;
    width: auto;
    height: 25px;
    padding: 0px 10px;
    text-align: right;
    background-color: #FF8C00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
}

    .orderPriceRibbon::before, .orderPriceRibbon::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0px;
        width: 6px;
        height: 10px;
        border-bottom-left-radius: 7px;
    }

    .orderPriceRibbon::before {
        background-color: #FF8C00;
    }

    .orderPriceRibbon::after {
        background-color: #FF8C00;
        border-top-left-radius: 7px;
    }

.background-Approved {
    background-color: rgb(25, 130, 196) !important;
    padding: 2px 15px !important;
    border-radius: 10px !important;
    color: white !important;
}

.background-Completed {
    background-color: rgb(44, 110, 73) !important;
    padding: 2px 15px !important;
    border-radius: 10px !important;
    color: white !important;
}

.background-Requested {
    background-color: rgb(76, 201, 240) !important;
    padding: 2px 15px !important;
    border-radius: 10px !important;
    color: white !important;
}

.background-NotApproved {
    background-color: rgb(255, 159, 28) !important;
    padding: 2px 15px !important;
    border-radius: 10px !important;
    color: white !important;
}

.background-Ongoing {
    background-color: rgb(112, 224, 0) !important;
    padding: 2px 15px !important;
    border-radius: 10px !important;
    color: white !important;
}

.background-Review {
    background-color: rgb(106, 76, 147) !important;
    padding: 2px 15px !important;
    border-radius: 10px !important;
    color: white !important;
}

#imgNewProfileContainer {
    height: 205px !important;
}

#newProfileMap {
    width: 100%;
    height: 465px;
}

#prof_container {
    min-height: 661px;
}

#noProfNotify.row {
    height: 630px;
}

#profListContainer {
    height: 55px !important;
}

.searchIcon {
    background: teal !important;
}

    .searchIcon i {
        color: whitesmoke !important;
    }

#defaultProfileCardHeader {
    height: 55px;
}

#profileViewImgContainer img {
    max-height: 120px;
}

.profileViewStatusItem {
    font-size: 13px;
    color: dimgrey;
}

#ServiceRequestCardBody {
    min-height: 740px !important;
}

#serviceRequestMap {
    width: 100%;
    height: 350px;
}

#orderDetailsCardBody {
    min-height: 620px;
}

#chevronUp {
    display: none;
}

#searchCategoryContainer {
    display: none;
}

@media screen and (max-width: 575px) {
    .searchDistanceCoverage {
        width: 260px !important;
    }

    .profileListByCategory {
        height: 500px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px !important;
    }
}

@media screen and (min-width: 1400px) {
    .profileListByCategory {
        height: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 60px !important;
    }
}
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.itemCountLabel {
    height: 35px;
    width: 35px;
    background-color: lightslategray;
    border-radius: 50px;
    color: whitesmoke;
    z-index: 5;
}

.imgGallerySrc {
    max-height: 400px;
}

#imgGalleryDesciptionItem {
    position: absolute !important;
    bottom: 10px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}

.skeletonColumn {
    height: 233px !important;
    width: 330px !important;
}

.siteSkeleton .row1 {
    height: 222px;
}

.siteSkeleton .row2 {
    height: 322px;
}

.testimonialRow {
    height: 353px !important;
}

.imageGalleryRow1 {
    height: 900px !important;
}

.imageGalleryRow2 {
    height: 88px !important;
}

.imgRowContainer {
    max-height: 168px !important;
}

.singleImg {
    height: 365px !important;
}

.jumbotron {
    min-height: 365px !important;
}

.ls-ImageLink img {
    cursor: grab;
}

.itemDescriptionSiteGallery1 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.itemDescriptionSiteGallery2 {
    position: absolute;
    bottom: 10px;
    width: 95%;
}

#socialMediaContainer {
    min-height: 60px;
}

#galleryItemImage {
    max-height: 295px;
}

#emptyGalleryImage {
    height: 300px;
}

.tabLinks.active {
    background: #446675 !important;
    color: white !important;
    border: 1px solid #446675 !important;
}

.tabLinks {
    color: #446675 !important;
}

    .tabLinks.active:hover, .tabLinks:hover {
        color: orange !important;
    }

.ribbon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 14px;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F79E05 0%, #8F5408 100%);
        box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
        position: absolute;
        top: 19px;
        left: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F5408;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F5408;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F5408;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F5408;
        }

#serviceGalleryContainer {
    height: auto !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
#starCard {
    padding: 6px 0px;
}

.stars span {
    display: inline-block;
    padding-right: 4px;
    text-decoration: none;
    margin: 0;
}

    .stars span:after {
        position: relative;
        font-size: 16px;
        font-family: "FontAwesome", serif;
        display: block;
        content: "\f005";
        color: #9e9e9e;
    }

#starCard span {
    font-size: 0;
}

.stars a:hover ~ a:after {
    color: #9e9e9e !important;
}

span.active a.active ~ a:after {
    color: #9e9e9e;
}

span:hover a:after {
    color: orange !important;
}

span.active a:after,
.stars a.active:after {
    color: orange;
}

.lti-disabled-background {
    background-color: rgb(238, 238, 238);
}

#newMemberContainer {
    width: 149px;
    height: 35px;
    position: absolute;
    top: -34px;
    left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid lightgray;
    border-bottom: none;
    z-index: 100;
}

#providerImgContainer {
    height: 237px !important;
}

    #providerImgContainer img {
        height: 237px !important;
        width: 100%;
    }

#providerProfileContainerList {
    height: 592px !important;
    overflow-y: scroll;
}

#providerProfileContainerFooter {
    height: 56px !important;
}

#signUpProviderImage {
    max-width: 100% !important;
    height: 252px !important;
}

#providerSignupImgContainer {
    height: 263px !important;
}

#providerDetailsContainer {
    display: none;
}

    #providerDetailsContainer .main_CardBody {
        min-height: 592px !important;
    }

#providerProfileList {
    display: none;
}

#profileByProviderContainerList {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#emptyProfilesContainer {
    height: 605px !important;
}

#profileByProviderFooter {
    height: 50px !important;
}

#providerDashboardMainContainer {
    min-height: 100vh;
}

@media only screen and (min-width: 1024px) {
    .providerDashboardColumn {
        min-height: 900px !important;
    }

    .ribbonContainer {
        height: 180px !important
    }

    .rentalItemSelection .rentalMainCardWidth2 {
        width: 700px !important
    }

    .rentalMainCardWidth2 .ribbonContainer {
        height: 190px !important
    }

    .rentalItemSelection .rentalMainCardWidth3 {
        width: 900px !important
    }

    .rentalMainCardWidth3 .ribbonContainer {
        height: 260px !important
    }

    .rentalItemSelection .rentalMainCardWidth4 {
        width: 900px !important
    }

    .rentalMainCardWidth5 .ribbonContainer {
        height: 180px !important
    }

    .rentalItemSelection .rentalMainCardWidth5 {
        width: 900px !important
    }

    .memberSelection .rentalMainCardWidth2 {
        width: 700px !important
    }

    .memberSelection .rentalMainCardWidth3 {
        width: 900px !important
    }

    .memberSelection .rentalMainCardWidth4 {
        width: 900px !important
    }
}

#newMessageBadgeInfo {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: -4px;
    border-radius: 25px;
    border: solid white 1.5px;
}

.navDashMenu .card {
    background-color: RGBA(58, 81, 95, 0.8) !important;
    padding: 8px !important;
    color: white !important;
    font-size: 13px !important;
    border: 1px solid rgba(245, 245, 245, 0.2) !important;
}

    .navDashMenu .card:hover {
        background-color: #09202A !important;
        font-size: 14px !important;
        color: white !important;
    }

.navDashMenu .navDashActive {
    background-color: RGBA(166, 167, 171, 0.5) !important;
    color: white !important;
}

#dashTitle {
    color: RGBA(15, 84, 78, 1) !important;
    font-size: 17px !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}

#userInitialContainer {
    height: 22px;
    width: 22px;
    background-color: rgb(229, 228, 226) !important;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    #userInitialContainer span {
        color: rgb(43, 103, 119) !important;
        font-size: 12px !important;
    }

    #userInitialContainer:hover {
        background-color: rgb(43, 103, 119) !important;
    }

        #userInitialContainer:hover span {
            color: rgb(229, 228, 226) !important;
        }

#userInitialContainerSm {
    height: 22px;
    width: 22px;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#userInitialContainerSm {
    height: 22px;
    width: 22px;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.navDropdownLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px !important;
}

    .navDropdownLink i {
        color: rgb(229, 228, 226) !important;
        font-size: 22px !important;
        margin: 0 5px !important;
    }

        .navDropdownLink i:hover {
            color: rgb(43, 103, 119) !important;
        }

.iconLink i {
    color: rgb(255, 255, 255) !important;
    font-size: 18px !important;
    margin-right: 18px !important;
}

    .iconLink i span {
        color: rgb(9, 32, 42) !important;
        font-weight: bold;
    }

@media only screen and (max-width: 768px) {
    .navColumnCard1 {
        height: auto;
    }

    .navColumnCard2 {
        height: auto;
    }
}

@media only screen and (min-width: 769px) {
    .navColumnCard1 {
        height: 682px;
    }

    .navColumnCard2 {
        height: 682px;
    }
}

#providerOrdersDashboard {
    height: 575px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

#provideProfileDashboard {
    height: 586px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

#dropdownProfileList {
    width: 350px;
}

.chartMainContainer {
    position: relative;
    margin: auto;
    height: 558px !important;
    width: 100% !important;
}

#providerUserDashboard {
    height: 575px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.cardLP {
    background-color: #446675;
    color: white;
}

    .cardLP:hover {
        background-color: #ADC6D1;
        color: RGBA(15, 84, 78, 1);
        border: none;
    }

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonialCard1, .testimonialCard2, .testimonialCard3 {
    position: relative;
    background-color: #E4EBEE;
    margin: 0 10px;
}

#testimonialImgWrapper1, #testimonialImgWrapper2, #testimonialImgWrapper3 {
    position: absolute;
    top: -50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.testimonial1, .testimonial2, .testimonial3 {
    position: absolute;
    bottom: -16px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.gridTest {
    margin: 0 auto;
}

.grid-itemTest {
    width: 290px;
    margin: 12.5px 0px;
}

.itemCard {
    position: relative;
}

.modal_Header .active_Item {
    color: #132148;
}

.cardImage {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.gridRow {
    columns: 1;
    column-gap: 20px;
}

.gridColumn {
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    .gridRow {
        columns: 3;
    }
}

#dropDown {
    position: absolute;
    top: 30%;
    right: 20px;
    font-size: 16px;
    color: black;
}

#userProfileDetails {
    display: none;
}

.fc .fc-col-header-cell {
    background: rgb(243, 243, 243) !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    background: linear-gradient(270deg, black);
}

.fc .fc-toolbar.fc-footer-toolbar {
    background: linear-gradient(90deg, black);
    margin-bottom: 10px !important;
}

.fc .fc-toolbar-title {
    font-size: 18px !important;
    color: black;
}

.fc .fc-button .fc-icon {
    font-size: 0.8em !important;
}

.fc .fc-daygrid-day-frame {
    height: 50px !important;
}

.fc .fc-col-header-cell-cushion {
    color: #FF8C00;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: normal;
}

.fc-daygrid-day-number {
    font-size: 12px;
    font-weight: normal;
}

.fc .fc-bg-event {
    background-color: transparent;
}

.fc .fc-day.hasCustomerRequest {
    border: 1px solid rgb(173, 181, 189) !important;
}

@media only screen and (min-width: 600px) {
    #userProfileName, #userProfileJobTitle {
        padding-left: 25px !important;
    }

    #userProfileDetails {
        display: block;
        font-size: 16px;
        padding-left: 25px !important;
    }

    #scheduleTitle {
        font-size: 26px;
        font-weight: bold;
        color: black;
    }

    .fc .fc-toolbar-title {
        font-size: 25px !important;
        font-weight: bold !important;
    }

    .fc .fc-button .fc-icon {
        font-size: 0.85em !important;
    }

    .fc .fc-daygrid-day-frame {
        height: 100px !important;
    }

    .fc .fc-day-past {
        background: gray;
    }

    .fc .fc-requestButton-button {
        padding: 6px 12px !important;
        font-size: 1rem !important;
    }

    .fc-col-header-cell-cushion {
        color: #f5f5f5 !important;
        text-decoration: none !important;
        font-size: 18px;
        font-weight: normal;
    }

    .fc-daygrid-day-number {
        font-size: 16px;
        font-weight: normal;
    }

    .bi-calendar4, .bi-clock {
        font-size: 16px;
    }
}

.form-check-input {
    cursor: pointer;
}

.bi-calendar4, .bi-clock {
    color: black;
    font-size: 12px;
}

.selectImgInput {
    pointer-events: none;
}

.customerServiceWindow .contactLabel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px !important;
    border: solid 1px white;
}

.customerServiceWindow .senderLabel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px !important;
    border: solid 1px white !important;
}

.xdsoft_disabled {
    background-color: #ffffff !important;
}

    .xdsoft_disabled:hover {
        background-color: #ffffff !important;
    }

.disclaimer {
    min-width: 100%;
    min-height: 40px;
    position: fixed;
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 99 !important;
    margin: 0 !important;
    background: rgb(57, 75, 83);
    background: linear-gradient(270deg, rgb(57, 75, 83) 18%, rgb(77, 105, 117) 57%, rgb(159, 179, 188) 99%);
}

.showAll {
    position: absolute;
    right: 10px;
    bottom: 8px;
    background-color: rgb(43, 103, 119) !important;
    padding: 3px 12px !important;
    border-radius: 25px !important;
    border: 1px solid white !important;
    box-shadow: 1.5px 1.5px 1px 1px gray !important;
}

    .showAll .bi-list-task {
        margin: 0 3px !important;
        font-size: 14px !important;
    }

    .showAll:hover {
        color: rgb(255, 159, 28) !important;
    }

.newMessageListBadge {
    height: 12px;
    width: 12px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.imgLogoContainer {
    width: 40px;
    height: 40px;
}

#bgmenu {
    font-size: 26px;
    color: black;
}

    #bgmenu:hover {
        color: rgb(255, 159, 28) !important;
    }

#bgloginmenu {
    font-size: 26px;
    color: black;
}

    #bgloginmenu:hover {
        color: rgb(255, 159, 28) !important;
    }

.footerLogoText {
    font-size: 30px;
}

#emptyOrderList {
    min-height: 700px !important;
}

#orderListingCard .card {
    min-height: 150px;
}

#filterContainer {
    display: none;
}

.memberContainer {
    display: none;
}

.rentalItemContainer {
    display: none;
}

.rentalItem-toggle {
    color: black;
    font-size: 18px !important;
}


#subTemplate {
    position: absolute;
    top: -17px;
    right: 5px;
}

#listOrders {
    min-height: 250px !important;
}

.startDateRequest:read-only {
    background-color: white !important;
}

.endDateRequest:read-only {
    background-color: white !important;
}

.startTimeRequest:read-only {
    background-color: white !important;
}

.endTimeRequest:read-only {
    background-color: white !important;
}

#providerManagementBtnContainer {
    position: absolute;
    right: 1px;
    top: -45px;
}

.orderListDatePicker::placeholder {
    font-size: 12px !important;
    color: gray !important;
}

#oldpProfile::placeholder, #oldpCustomer::placeholder, #oldpStatus::placeholder {
    font-size: 12px !important;
    color: gray !important;
}

.svRibbon {
    position: absolute;
    left: -8px;
    top: 15px;
    z-index: 1;
    width: auto;
    height: 25px;
    padding: 0px 15px;
    text-align: right;
    background-color: #FF8C00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
}

    .svRibbon::before, .svRibbon::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0px;
        width: 8px;
        height: 16px;
        border-bottom-left-radius: 8px;
    }

    .svRibbon::before {
        background-color: black;
    }

    .svRibbon::after {
        background-color: black;
        border-top-left-radius: 8px;
    }

/*chat related css*/
#chatBoxMessageContainer {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.chatImgContainer {
    max-width: 40px;
    max-height: 40px;
}

#modalChatGroupMembers {
    z-index: 9999 !important;
}

#chatContainer {
    width: 350px;
    min-height: 540px;
    position: fixed;
    margin-top: 70px;
    right: 20px;
    z-index: 1000;
}

    #chatContainer .messageContactImage {
        width: 35px;
        height: 35px;
    }

    #chatContainer .editMessage {
        font-size: 13px;
        color: goldenrod;
    }

    #chatContainer .deleteMessage {
        font-size: 13px;
        color: indianred;
    }

#chatContainerMinimize .messageContactImage {
    width: 35px;
    height: 35px;
}

.empty-chatcontact-list {
    width: 220px;
    overflow: hidden;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}

.has-chatcontact-list {
    height: 350px !important;
    width: 265px !important;
    position: fixed !important;
    overflow-y: scroll !important;
}

.customerWindow .contactLabel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px !important;
    border: solid 1px gray;
}

.customerWindow .senderLabel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px !important;
    border: solid 1px gray;
}

.list-group-item {
    background: rgb(243, 243, 243);
    color: white !important;
}

@media screen and (max-width: 425px) {
    .has-chatcontact-list {
        top: 15px !important;
        left: 45px !important;
    }

    #chatContainer {
        top: 135px !important;
        left: 25px !important;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    .has-chatcontact-list {
        top: 20px !important;
        left: 35px !important;
    }

    #chatContainer {
        top: 133px !important;
        left: 80px !important;
    }

    .rentalMainCardWidth2 {
        width: 690px !important;
    }

    .rentalMainCardWidth3 {
        width: 650px !important;
    }

    .rentalMainCardWidth4 {
        width: 675px !important;
    }

    .rentalMainCardWidth5 {
        width: 690px !important;
    }

    .rentalItemContainer {
        max-height: 810px !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-chatcontact-list {
        top: 20px !important;
        left: 0px !important;
    }

    #chatContainer {
        top: 126px !important;
        right: 35px !important;
    }

    .rentalMainCardWidth2 {
        width: 790px !important;
    }

    .rentalMainCardWidth3 {
        width: 680px !important;
    }

    .rentalMainCardWidth4 {
        width: 650px !important;
    }

    .rentalMainCardWidth5 {
        width: 720px !important;
    }

    .rentalItemContainer {
        max-height: 810px !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .has-chatcontact-list {
        top: 20px !important;
        left: 50px !important;
    }

    #chatContainer {
        top: 126px !important;
        right: 63px !important;
    }

    .rentalMainCardWidth2 {
        width: 700px !important;
    }

    .rentalMainCardWidth3 {
        width: 875px !important;
    }

    .rentalMainCardWidth4 {
        width: 890px !important;
    }

    .rentalMainCardWidth5 {
        width: 1067px !important;
    }

    .rentalItemContainer {
        max-height: 810px !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 1441px) {
    .has-chatcontact-list {
        top: 20px !important;
        left: -72px !important;
    }

    #chatContainer {
        top: 130px !important;
        right: 303px !important;
    }

    .rentalMainCardWidth2 {
        width: 700px !important;
    }

    .rentalMainCardWidth3 {
        width: 900px !important;
    }

    .rentalMainCardWidth4 {
        width: 1220px !important;
    }

    .rentalMainCardWidth5 {
        width: 1225px !important;
    }

    .rentalItemContainer {
        max-height: 810px !important;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.rentalMainCardWidth2, .rentalMainCardWidth3, .rentalMainCardWidth4, .rentalMainCardWidth5 {
    z-index: 50;
}

#chatContainerMinimize {
    position: fixed;
    width: 350px;
    height: 50px;
    bottom: 20px;
    right: 25px;
    z-index: 5;
}

@media screen and (min-width: 768px) {
    #chatContainerMinimize {
        right: 50px;
    }

    .ribbonContainer {
        height: 120px !important
    }

    .rentalItemSelection .rentalMainCardWidth2 {
        width: 675px !important
    }

    .rentalMainCardWidth2 .ribbonContainer {
        height: 190px !important
    }

    .rentalItemSelection .rentalMainCardWidth3 {
        width: 675px !important
    }

    .rentalMainCardWidth3 .ribbonContainer {
        height: 190px !important
    }

    .rentalItemSelection .rentalMainCardWidth4 {
        width: 675px !important
    }

    .rentalMainCardWidth4 .ribbonContainer {
        height: 190px !important
    }

    .rentalItemSelection .rentalMainCardWidth5 {
        width: 675px !important
    }

    .rentalMainCardWidth5 .ribbonContainer {
        height: 140px !important
    }

    .memberSelection .rentalMainCardWidth2 {
        width: 600px !important
    }

    .memberSelection .rentalMainCardWidth3 {
        width: 670px !important
    }

    .memberSelection .rentalMainCardWidth4 {
        width: 670px !important
    }

}

#timeFrameDropdown .dropdown-toggle::after {
    float: right !important;
    margin: 9px 0;
}

#datepickerBtn:hover {
    background-color: rgb(255, 159, 28) !important;
}

#fromDateModal .ui-datepicker {
    width: 100% !important;
}

#fromDateModal .form-control::placeholder {
    color: rgb(43, 103, 119) !important;
}

.servicePriceRibbon {
    position: absolute;
    right: 4px;
    top: 15px;
    z-index: 1;
    width: auto;
    height: 25px;
    padding: 0px 15px;
    text-align: right;
    background-color: rgb(255, 159, 28);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
}

    .servicePriceRibbon::before, .servicePriceRibbon::after {
        content: "";
        position: absolute;
        top: 25px;
        right: 0px;
        width: 8px;
        height: 16px;
        border-bottom-right-radius: 10px;
    }

    .servicePriceRibbon::before {
        background-color: rgb(255, 159, 28);
    }

    .servicePriceRibbon::after {
        background-color: #a36712;
        border-top-right-radius: 8px;
    }

#chatMenu-Hm i {
    font-size: 24px !important;
    color: white;
}

#chatMenuContainer {
    height: 32px;
    width: auto;
    position: absolute;
    top: -36px;
    right: -5px;
    background-color: black;
    z-index: 500;
}

.messageContactName {
    color: white;
}

.groupDescription {
    color: white;
}

#modalChatMemberList {
    color: white;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.dropdown-item {
    color: RGB(43, 103, 119);
    cursor: pointer;
}

    .dropdown-item:hover {
        color: RGB(255, 165, 0);
    }

#userImage {
    height: 193px !important;
    width: 100%;
}

.navActive {
    color: white !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.navContainer {
    background: linear-gradient(270deg, rgba(152, 184, 197, 0.8) 30%, rgba(105, 135, 149, 0.5) 50%, rgba(68, 102, 117, 0.8) 90%);
    margin-top: 10px;
    margin-bottom: 16px;
}

a.navbar-brand {
    color: rgb(245, 245, 245) !important;
    font-size: 32px;
}

    a.navbar-brand span {
        margin-left: 10px;
        letter-spacing: 2px;
    }

    a.navbar-brand:hover {
        color: rgb(255, 159, 28) !important;
    }

#userInitial {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    background-color: #FF8C00;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: RGB(245, 245, 245) !important;
}

    #userInitial a {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

#initialName {
    font-size: 11px;
}

    #initialName:hover {
        color: rgb(255, 159, 28);
    }

@media only screen and (max-width: 600px) {
    a.navbar-brand {
        font-size: 1.5rem;
    }
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.lSPager {
    background-color: black;
    margin-top: 8px !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: white !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: orange !important;
}

#displayGalleryContainer .lSPrev {
    margin-left: 16px !important;
    opacity: 1 !important;
    /*  background-color: teal !important;*/
    background-position-x: 1px !important;
    background-position-y: 0px !important;
    border-radius: 50px !important;
}

#displayGalleryContainer .lSNext {
    margin-right: 16px !important;
    opacity: 1 !important;
    background-position-x: 31px !important;
    background-position-y: 0px !important;
    border-radius: 50px !important;
}


/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.bootbox-close-button {
    display: none;
}

.bootbox-accept {
    background-color: RGB(43, 103, 119);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem;
    cursor: pointer;
}

.bootbox-cancel {
    background-color: grey;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.75rem;
    cursor: pointer;
}

    .bootbox-accept:hover, .bootbox-cancel:hover {
        color: RGB(255, 165, 0);
    }

.btn-primary.bootbox-accept {
    background-color: RGB(43, 103, 119);
}

.bootbox .modal-content {
    border: none;
    border-radius: 0px;
    width: 100% !important;
}

/* carousel indicator style */
.carousel .carousel-indicators button {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: darkgray;
    opacity: 1 !important;
}

.carousel .carousel-indicators .active {
    background-color: lightcyan;
    opacity: 1 !important;
}

.carouselInner {
    width: 100%;
    height: 310px;
}

.caro {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background-color: RGBA(58, 81, 95, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .caro i {
        font-size: 20px;
        color: whitesmoke;
        opacity: 1 !important;
    }

.page-item.active .page-link {
    color: white;
    border-color: RGB(43, 103, 119);
    background-color: #FF8C00;
}

.page-item:first-child .page-link {
    color: RGB(43, 103, 119);
}

@media screen and (min-width: 471px) {
    .table-responsive td {
        max-width: 200px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.lstBtnEdit, .lstBtnDelete {
    background-color: RGB(43, 103, 119);
    color: RGB(245, 245, 245);
}

    .lstBtnEdit:hover, .lstBtnDelete:hover {
        color: RGB(255, 165, 0);
    }

#userListingTbl_length label {
    margin: 0px !important;
}

span.dtr-title {
    min-width: 0px !important;
}

#orderPaymentList.dataTable thead th {
    background: black !important;
    color: white !important;
}

#orderPaymentList.dataTable tbody td {
    background: black !important;
    color: white !important;
}

@media screen and (max-width: 470px) {
    .page-item.first, .page-item.last {
        display: none !important;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: center !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: start !important;
    }
}

@media screen and (min-width: 471px) {
    .page-item.first, .page-item.last {
        display: block !important;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: start !important;
    }
}

.dataTables_info {
    padding: 0 !important;
    color: white;
}

.dataTables_paginate > ul {
    padding: 0 !important;
    margin: 3px 0 !important;
}

.dtr-control {
    max-width: 50px !important;
    overflow-x: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.fc .fc-bg-event {
    opacity: 1;
}

    .fc .fc-bg-event.requestedEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

    .fc .fc-bg-event.completedEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

    .fc .fc-bg-event.ongoingEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

    .fc .fc-bg-event.approvedEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

    .fc .fc-bg-event.notApprovedEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

    .fc .fc-bg-event.cancelledEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

    .fc .fc-bg-event.reviewEvent {
        background-color: rgba(19,33,72,0.25);
        opacity: 1;
    }

.fc th {
    background-color: rgba(19,33,72,0.25);
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 0.75rem !important;
    background-color: black;
    margin-bottom: 0.5rem !important;
}

.fc .fc-toolbar.fc-footer-toolbar {
    padding: 0.75rem !important;
    background-color: black;
    margin-top: 0.5rem !important;
}

.fc-col-header-cell-cushion, .fc-daygrid-day-number {
    color: black !important;
    text-decoration: none !important;
    font-size: 10px !important;
}

.fc-myCustomButton-button {
    background-color: black;
    border-color: black !important;
}

    .fc-myCustomButton-button:hover {
        color: black;
    }

.fc-legendBtn-button {
    background-color: black;
    border-color: black;
    border-radius: 0 !important;
    pointer-events: none;
    cursor: not-allowed;
}

.fc-pastBtn-button {
    background-color: rgba(19,33,72,0.25) !important;
    border-color: black;
    border-radius: 0 !important;
    pointer-events: none;
    cursor: not-allowed;
}

.fc-currentBtn-button {
    background-color: rgba(19,33,72,0.25) !important;
    border-color: black;
    border-radius: 0 !important;
    pointer-events: none;
    cursor: not-allowed;
}

.fc-futureBtn-button {
    background-color: #FF8C00 !important;
    border-color: black;
    border-radius: 0 !important;
    pointer-events: none;
    cursor: not-allowed;
}


#fc-dom-1 {
    color: #FF8C00;
    font-family: "Oswald", sans-serif;
}

.fc-todayBtn-button, .fc-datePickerBtn-button, .fc-todayButton-button, .fc-datePicker-button {
    background-color: #FF8C00;
    border-color: #FF8C00;
    opacity: 1;
}

    .fc-todayBtn-button:hover, .fc-datePickerBtn-button:hover, .fc-todayButton-button:hover, .fc-datePicker-button:hover {
        color: #FF8C00;
    }


.fc-prev-button, .fc-next-button {
    background-color: #FF8C00;
    border-color: #FF8C00;
}

    .fc-prev-button:hover, .fc-next-button:hover {
        color: #FF8C00;
    }

.fc .fc-button {
    opacity: 1 !important;
}

.fc-event-title {
    color: whitesmoke;
    display: none !important;
}

.fc-daygrid-day-number {
    color: white;
}

.pastEvent {
    color: black;
}

.futureEvent {
    color: RGB(173, 216, 230);
}

.currentEvent {
    color: RGB(46, 139, 87);
    opacity: 0.7;
}

.fc .fc-bg-event.providerCompletedEvent {
    background-color: rgba(19,33,72,0.25);
    opacity: 1;
}

.fc .fc-bg-event.providerOngoingEvent {
    background-color: rgba(19,33,72,0.25);
    opacity: 1;
}

.fc .fc-bg-event.providerRequestedEvent {
    background-color: #87cefa;
    opacity: 1;
}

.fc-daygrid-day-frame:hover {
    cursor: pointer !important;
}

@media screen and (min-width: 600px) {
    .fc-event-title {
        display: block !important;
    }

    .fc-col-header-cell-cushion, .fc-daygrid-day-number {
        font-size: 18px !important;
    }
}

.selectedCalendarDate {
    background: black;
}

    .selectedCalendarDate .fc-daygrid-day-number {
        color: white !important;
    }

.nonWorkingDays {
    background-color: white;
}

.dateUnavailable {
    background-color: gray;
}

    .hasOrderEvent {
        background-color: black !important;
    }

    .hasOrderEvent .fc-daygrid-day-number {
        color: white;
    }

.fc-event {
    position: relative;
}

    .fc-event .fc-event-title {
        margin: 0px !important;
        display: none !important;
    }

.iconContainer {
    width: 17px !important;
    height: 17px !important;
    border: 1px solid white !important;
    border-radius: 50px !important;
    background-color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: RGBA(15, 84, 78, 1) !important;
}

    .iconContainer.Completed {
        color: rgb(255, 255, 255) !important;
        background-color: #128038 !important;
        font-size: 11px !important;
    }

    .iconContainer.Requested {
        color: rgb(255, 255, 255) !important;
        background-color: #7ed1f7 !important;
        font-size: 11px !important;
    }

    .iconContainer.Approved {
        color: rgb(255, 255, 255) !important;
        background-color: #4f6be8 !important;
        font-size: 11px !important;
    }

    .iconContainer.Ongoing {
        color: rgb(255, 255, 255) !important;
        background-color: #78e84f !important;
        font-size: 11px !important;
    }

    .iconContainer.Review {
        color: rgb(255, 255, 255) !important;
        background-color: #ab5ed1 !important;
        font-size: 11px !important;
    }

    .iconContainer.AllRequest {
        color: rgb(255, 255, 255) !important;
        background-color: RGBA(166, 167, 171, 0.5) !important;
        font-size: 11px !important;
    }

.hasOrder .fc-daygrid-day-number {
    color: white !important;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.iti {
    width: 100%;
    color: RGBA(15, 84, 78, 1) !important;
}

.mobileInput::placeholder, .phoneInput::placeholder {
    color: transparent !important;
}

.iti__dial-code {
    display: none;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.grid-profileItem, .grid-item {
    width: 50%;
}

.profileByProviderGrid {
    width: 50%;
}

@media screen and (min-width: 576px) {
    .grid-profileItem, .grid-item {
        width: 33.33%;
    }

    .profileByProviderGrid {
        width: 33.33%;
    }
}

@media screen and (min-width: 768px) {
    .grid-profileItem, .grid-item {
        width: 25%;
    }

    .profileByProviderGrid {
        width: 25%;
    }
}

@media screen and (min-width: 992px) {
    .grid-profileItem, .grid-item {
        width: 20%;
    }

    .profileByProviderGrid {
        width: 20%;
    }
}
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.owl-nav button {
    background-color: dimgrey !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}

    .owl-nav button:hover {
        background-color: #55A2C1 !important;
    }

.lti-BgLightGray {
    background-color: RGB(206, 211, 217);
}

.owl-prev span, .owl-next span {
    color: white;
}

    .owl-prev span:hover, .owl-next span:hover {
        color: whitesmoke !important;
    }

button:focus, button:active {
    outline: none;
}

@media only screen and (max-width: 575px) {
    .owl-prev span, .owl-next span {
        font-size: 20px;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .owl-prev {
        left: 2%;
    }

    .owl-next {
        right: 2%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .owl-prev span, .owl-next span {
        font-size: 20px !important;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .owl-prev {
        left: 1%;
    }

    .owl-next {
        right: 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .owl-prev span, .owl-next span {
        font-size: 20px !important;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .owl-prev span, .owl-next span {
        font-size: 20px !important;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .owl-prev {
        left: 1%;
    }

    .owl-next {
        right: 1%;
    }
}

@media only screen and (min-width: 1200px) {
    .owl-prev span, .owl-next span {
        font-size: 20px !important;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .owl-prev {
        left: 1%;
    }

    .owl-next {
        right: 1%;
    }
}

.owl-cardImageItem {
    height: 250px;
    width: auto;
}

/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
/*colors*/
/*font style*/
/*fonts family*/
/*font-size*/
.bg-lightgray {
    background: RGBA(211, 221, 222, 0.5);
}

.bg-gray {
    background: RGBA(166, 167, 171, 0.5);
}

.bgGray {
    background-color: rgb(105, 105, 105);
}

.bgLightGray {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.bgBlack {
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.bg-orange {
    background-color: #FF8C00;
}

.swiper {
    height: 32px;
}

    .swiper .swiperItem {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0;
        height: 100%;
    }

        .swiper .swiperItem p {
            color: rgb(245, 245, 245) !important;
            margin: 0;
            font-size: clamp(12px, 5vw, 14px) !important;
        }

    .swiper .swiper-slide {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

.swiperButtonPrev, .swiperButtonNext i {
    color: #F88C00;
    font-size: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.calendarBtn {
    padding-left: 10px;
    padding-right: 70px;
}

.dropdown-menu {
    width: 190px;
    position: absolute !important;
    z-index: 9999 !important;
}

.modal-content {
    width: 610px;
}

#toLbl {
    padding-left: 30px;
}

#cardController {
    width: 200px;
}

.timeFrame {
    padding-top: 10px;
}

.datePickerColor {
    background-color: #446675;
}

.dateHeaderColor {
    background-color: #446675;
}

#dateLabelColor {
    color: white;
    padding-right: 10px;
}

#applyBtn {
    color: white;
}

#cancelBtn {
    color: white;
}

#cardProfileController {
    width: 250px;
}

.profileBtn {
    padding-left: 10px;
}

#lblProfiles {
    margin-right: 160px;
}

.lSAction > a {
    opacity: 1;
}

/*Iphone SE*/
    /*Iphone 12 pro*/
    /*Samsung Galaxy s8+*/
    @media (min-width: 320px) and (max-width: 409px) {
        .footerLayout {
            background: rgb(19, 33, 72);
            width: 100vw;
            min-width: 300px;
            overflow: hidden;
            height: 180px;
            margin: 0 auto;
        }

        .btnProfileLayout {
            position: relative;
            overflow: hidden;
            font-weight: normal;
            width: 120px;
            min-height: 10px;
            border: 3px solid #132148;
            background: #ffffff;
            color: #132148;
            font-size: 10px;
            transition: color 0.3s ease, border-color 0.3s ease;
            z-index: 1;
        }

        .btnUserLayout {
            width: 120px;
            font-size: 12px;
            padding: 4px 8px;
            border-width: 2px;
            white-space: nowrap;
        }

        .btnSmallLayout {
            width: 80px;
            font-size: 12px;
            border-width: 2px;
            padding: 3px 6px;
            white-space: nowrap;
        }

        .btnxSmallLayout {
            width: 65px;
            font-size: 12px;
            border-width: 2px;
            padding: 3px 5px;
            white-space: nowrap;
        }

        .orLoginWith {
            font-size: 14px;
        }


        .footerLink p {
            font-size: 10px;
            white-space: nowrap;
        }

        .logoLayout {
            margin-left: -20px;
            margin-top: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .fontLogo {
            font-size: 25px;
        }

        .fontText6 {
            font-size: 35px;
        }

        .fontText5 {
            font-size: 35px;
        }

        .menuPage {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.95);
            z-index: 100;
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            overflow: hidden;
            box-sizing: border-box;
        }

            .menuPage.active {
                display: flex;
            }

        #bgmenu {
            position: relative;
            z-index: 1000;
        }

        #hb-menuLink {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            width: 100%;
            max-width: 200px;
            margin: 0 auto;
        }

            #hb-menuLink a {
                display: block;
                text-align: center;
                width: 100%;
                padding: 2px 0;
                text-decoration: none;
            }

            #hb-menuLink p {
                margin: 0;
                font-weight: bold;
            }

        .menuText {
            font-size: 20px;
            padding-left: 20px;
        }

        .headerLayout {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px;
            height: 70px;
        }

        .bgMenuLoginLayout {
            display: flex;
            align-items: center;
            margin-top: -40px;
            margin-right: -260px;
            z-index: 1000;
            position: relative;
            justify-content: end;
        }

        .messageBgMenuLoginLayout {
            display: flex;
            align-items: center;
            margin-top: -40px;
            margin-right: -260px;
            z-index: 10;
            position: relative;
            justify-content: end;
        }

        .messageLogoLayout {
            margin-top: 10px;
            z-index: 100;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
            margin-right: -30px;
        }

        .lti-navLink {
            display: block;
            text-align: center;
            width: 100%;
            padding: 2px 0;
            text-decoration: none;
        }

            .lti-navLink p {
                margin: 0;
                font-weight: bold;
            }

        .menuLink-a,
        .menuLink-a h6 {
            border: none !important;
            border-bottom: none !important;
            text-decoration: none !important;
            box-shadow: none !important;
            font-size: 25px;
        }

            .menuLink-a:hover,
            .menuLink-a h6:hover {
                border: none !important;
                border-bottom: none !important;
                text-decoration: none !important;
                box-shadow: none !important;
            }

        .userDetailsLayout {
            margin-bottom: 30px;
        }

        .menuMobileLayout {
            font-size: 25px;
        }

        #messageIcon {
            display: inline-block !important;
            font-size: 1.3rem;
            color: #FF8C00;
        }

        .loginLayout {
            margin-bottom: 50px;
        }

        #chatContainer {
            width: 90%;
            max-width: 350px;
            left: 3%;
            right: auto;
            bottom: 10px;
            margin-top: 25px;
            margin-left: -5px;
        }

        .chatContainerBorder {
            height: 450px;
        }

        .newMessageBadge {
            margin-left: 2px;
        }

        .card-footer .row .col-12 {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-items: flex-end;
            gap: 6px;
        }

        .card-footer .btn {
            margin: 0 !important;
        }

        .menuLinkLayout {
            margin-top: 270px;
            margin-left: 0px;
        }

        .hbMenuLinkLayout {
            margin-top: 220px;
            margin-left: -20px;
        }

        #twoImgGallery {
            height: 160px !important;
        }

        #threeImgGallery {
            height: 180px !important;
        }

        #fourImgGallery {
            height: 190px !important;
            width: 100% !important;
        }

       
        #twoStoryImage {
            height: 250px !important;
        }

        #threeStoryImage {
            min-height: 250px !important;
        }

        #oneStoryImage {
            height: 220px !important;
        }

        #topStoriesImageContainer {
            height: 220px !important;
        }

        #sliderStoryImage {
            height: 260px !important;
        }

        .btnProviderDetailsLayout,
        .btnxSmallLayout,
        .btnSmallLayout,
        .btnUserLayout {
            position: relative;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: normal;
            font-size: 13px;
            border: 3px solid #132148;
            background: #ffffff;
            color: #132148;
            transition: color 0.3s ease, border-color 0.3s ease;
            z-index: 1;
            cursor: pointer;
            border-radius: 0.5rem;
            min-height: 38px;
            padding: 0 16px;
        }

        .btnSmallLayout {
            width: 100px;
        }

        .aboutImageContainer .lSPrev {
            top: 150px !important;
            left: 30px !important;
        }

        .aboutImageContainer .lSNext {
            top: 150px !important;
            right: 30px !important;
        }

        .fontText2{
            font-size: 20px;
        }

        .fontText1 {
            font-size: 15px;
        }

        .relatedProfBtn {
            display: none !important;
        }

        .providerInfoLayout{
            white-space: nowrap !important;
        }

    }
    /*Iphone XR*/
    /*Iphone 14 pro max*/
    /*Samsung Galaxy S20 ultra*/
    @media (min-width: 410px) and (max-width: 767px) {

        .footerLayout {
            background: rgb(19, 33, 72);
            margin: 0 auto;
            width: 100%;
            max-width: 420px;
            min-width: 300px;
            overflow: hidden;
            height: 180px;
            position: relative;
            box-sizing: border-box;
            margin-top: 80px;
        }

        .orLoginWith {
            font-size: 14px;
        }

        .footerColor {
            background-color: black;
        }

        .btnProfileLayout {
            position: relative;
            overflow: hidden;
            font-weight: normal;
            width: 150px;
            min-height: 10px;
            border: 3px solid #132148;
            background: #ffffff;
            color: #132148;
            font-size: 12px;
            transition: color 0.3s ease, border-color 0.3s ease;
            z-index: 1;
            box-sizing: border-box;
        }

        .btnUserLayout {
            width: 120px;
            font-size: 12px;
            padding: 4px 8px;
            border-width: 2px;
            white-space: nowrap;
        }

        .btnSmallLayout {
            width: 80px;
            font-size: 12px;
            border-width: 2px;
            padding: 3px 6px;
            white-space: nowrap;
        }

        .btnxSmallLayout {
            width: 65px;
            font-size: 12px;
            border-width: 2px;
            padding: 3px 5px;
            white-space: nowrap;
        }

        .footerLink p {
            font-size: 10px;
            white-space: nowrap;
        }

        .upperFooterTextColor {
            --font-weight: theme;
            color: #ffffff;
            margin-top: -15px;
            font-size: 15px;
            font-family: "Crimson Text", serif;
        }

        #twoStoryImage img {
            height: 260px !important;
        }

        .logoLayout {
            margin-left: -20px;
            margin-top: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .fontLogo {
            font-size: 30px;
        }

        .fontText6 {
            font-size: 35px;
        }

        .fontText5 {
            font-size: 35px;
        }

        .menuPage {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.95);
            z-index: 100;
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            overflow: hidden;
            box-sizing: border-box;
        }

            .menuPage.active {
                display: flex;
            }

        #bgmenu {
            position: relative;
            z-index: 1000;
        }

        #oneStoryImage {
            height: 240px !important;
        }


        #hb-menuLink {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            width: 100%;
            max-width: 200px;
            margin: 0 auto;
        }

            #hb-menuLink a {
                display: block;
                text-align: center;
                width: 100%;
                padding: 2px 0;
                text-decoration: none;
            }

            #hb-menuLink p {
                margin: 0;
                font-weight: bold;
            }


        .menuText {
            font-size: 20px;
            padding-left: 20px;
        }

        .headerLayout {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px;
            height: 70px;
        }

        .bgMenuLoginLayout {
            display: flex;
            align-items: center;
            margin-top: -40px;
            margin-right: -320px;
            z-index: 1000;
        }

        .messageBgMenuLoginLayout {
            display: flex;
            align-items: center;
            margin-top: -40px;
            margin-right: -260px;
            z-index: 10;
            position: relative;
            justify-content: end;
        }

        .messageLogoLayout {
            margin-top: 10px;
            margin-left: 30px;
            display: flex;
            align-items: center;
            margin-bottom: 5px;
            margin-right: -100px;
        }

        .lti-navLink {
            display: block;
            text-align: center;
            width: 100%;
            padding: 2px 0;
            text-decoration: none;
        }

            .lti-navLink p {
                margin: 0;
                font-weight: bold;
            }

        .menuLink-a,
        .menuLink-a h6 {
            border: none !important;
            border-bottom: none !important;
            text-decoration: none !important;
            box-shadow: none !important;
            font-size: 25px;
        }

            .menuLink-a:hover,
            .menuLink-a h6:hover {
                border: none !important;
                border-bottom: none !important;
                text-decoration: none !important;
                box-shadow: none !important;
            }

        .userDetailsLayout {
            margin-bottom: 30px;
        }

        .menuMobileLayout {
            font-size: 25px;
        }

        #messageIcon {
            display: inline-block !important;
            font-size: 1.3rem;
            color: #FF8C00;
        }


        .loginLayout {
            margin-bottom: 50px;
        }

        #chatContainer {
            width: 90%;
            max-width: 350px;
            left: 3%;
            right: auto;
            bottom: 10px;
            margin-top: 25px;
            margin-left: 5px;
        }

        .chatContainerBorder {
            height: 450px;
        }


        .newMessageBadge {
            margin-left: 5px;
        }


        .card-footer .row .col-12 {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            align-items: flex-end;
            gap: 6px;
        }

        .card-footer .btn {
            margin: 0 !important;
        }

        /* Hide bgmenu1 when logged out */
        body.logged-out #bgloginmenu {
            display: none !important;
        }

        .menuLinkLayout {
            margin-top: 270px;
            margin-left: 0px;
        }

        .hbMenuLinkLayout {
            margin-top: 220px;
            margin-left: -20px;
        }

        #twoImgGallery {
            height: 160px !important;
        }

        #threeImgGallery {
            height: 200px !important;
        }

        #fourImgGallery {
            height: 200px !important;
            width: 100% !important;
        }
        .lSAction > a {
            margin-top: unset;
        }

        #imgGalleryContainer .lSAction > a {
            margin-top: -16px;
        }

        #twoStoryImage {
            height: 270px !important;
        }

        #threeStoryImage {
            min-height: 270px !important;
        }


        #topStoriesImageContainer {
            height: 240px !important;
        }

        #sliderStoryImage {
            height: 280px !important;
        }


        .btnProviderDetailsLayout,
        .btnxSmallLayout,
        .btnSmallLayout,
        .btnUserLayout {
            position: relative;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: normal;
            font-size: 13px;
            border: 3px solid #132148;
            background: #ffffff;
            color: #132148;
            transition: color 0.3s ease, border-color 0.3s ease;
            z-index: 1;
            cursor: pointer;
            border-radius: 0.5rem;
            min-height: 38px;
            padding: 0 16px;
        }

        .btnSmallLayout {
            width: 100px;
        }

        .aboutImageContainer .lSPrev {
            top: 140px !important;
            left: 30px !important;
        }

        .aboutImageContainer .lSNext {
            top: 140px !important;
            right: 30px !important;
        }

        .fontText2 {
            font-size: 20px;
        }

        .fontText1 {
            font-size: 15px;
        }

        .relatedProfBtn {
            display: none !important;
        }

    }
    /* iPad Landscape + Laptops (and even large iPads in portrait) */
    @media (min-width: 768px) and (max-width: 1300px) {

        .footerLayout {
            background: rgb(19, 33, 72);
            width: 100%;
            min-width: 320px;
            overflow: hidden;
            height: 250px;
        }

        .upperFooterTextColor {
            --font-weight: theme;
            color: #ffffff;
            margin-top: -15px;
            font-size: 15px;
            font-family: "Crimson Text", serif;
        }

        .btnBorderLayout {
            font-size: 13px;
        }

        .orLoginWith {
            font-size: 13px;
        }

        .bodyMargin {
            margin-bottom: 100px;
        }

        .headerLayout {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 10px;
        }

        #bgmenu {
            position: absolute;
            top: 20px;
            right: 50px;
            margin: 0;
            font-size: 2rem;
            color: white;
            z-index: 10000;
            cursor: pointer;
        }

        .menuText {
            font-size: 20px;
        }

        .loginMenuHeader {
            margin-left: 80px;
        }

        .menuPage {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.95);
            z-index: 100;
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
            overflow: hidden;
            box-sizing: border-box;
        }

            .menuPage.active {
                display: flex;
            }

        #bgmenu .bi-x {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            color: white;
            z-index: 100;
            cursor: pointer;
        }

        .menuPage.active .bi-x {
            color: white !important;
        }

        #hb-menuLink {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            width: 100%;
            max-width: 200px;
            margin: 0 auto;
        }

            #hb-menuLink a {
                display: block;
                text-align: center;
                width: 100%;
                padding: 2px 0;
                text-decoration: none;
            }

            #hb-menuLink p {
                margin: 0;
                font-weight: bold;
            }

        .logoLayout {
            margin-left: 10px;
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

        .fontLogo {
            font-size: 35px;
        }

        .fontText6 {
            font-size: 30px;
        }

        .fontText5 {
            font-size: 35px;
        }

        #bgloginmenu {
            display: none !important;
        }

        .userDetailsLayout {
            margin-bottom: 30px;
        }

        #chatContainer {
            margin-left: 150px;
            margin-top: -20px;
        }

        .has-chatcontact-list {
            top: 15px !important;
            left: 10px !important;
        }

        .btnUserLayout {
            width: 110px;
            font-size: 12px;
            padding: 4px 8px;
            border-width: 2px;
            white-space: nowrap;
        }

        .btnSmallLayout {
            width: 80px;
            font-size: 12px;
            border-width: 2px;
            padding: 3px 6px;
            white-space: nowrap;
        }

        .btnxSmallLayout {
            width: 65px;
            font-size: 12px;
            border-width: 2px;
            padding: 3px 5px;
            white-space: nowrap;
        }

        .menuLinkLayout {
            margin-top: 270px;
            margin-left: 10px;
        }

        .hbMenuLinkLayout {
            margin-top: 300px;
            margin-inline-start: 10px;
        }

        #twoImgGallery {
            height: 160px !important;
        }

        #threeImgGallery {
            height: 160px !important;
        }


        #fourImgGallery {
            height: 160px !important;
            width: 100% !important;
        }

        .btnProviderDetailsLayout,
        .btnxSmallLayout,
        .btnSmallLayout,
        .btnUserLayout {
            position: relative;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: normal;
            font-size: 13px;
            border: 3px solid #132148;
            background: #ffffff;
            color: #132148;
            transition: color 0.3s ease, border-color 0.3s ease;
            z-index: 1;
            cursor: pointer;
            border-radius: 0.5rem;
            min-height: 38px;
            padding: 0 16px;
        }

        .fontText1 {
            font-size: 12px;
        }

        .btnUserLayout {
            width: 130px;
        }

        #twoStoryImage {
            height: 300px !important;
        }

        #threeStoryImage {
            min-height: 280px !important;
        }

        #sliderStoryImage {
            height: 230px !important;
        }

        .aboutImageContainer .lSPrev {
            top: 130px !important;
            left: 30px !important;
        }

        .aboutImageContainer .lSNext {
            top: 130px !important;
            right: 30px !important;
        }

        .signupLayout {
            width: 80%;
        }

        #storyDataList .lSPrev {
            position: absolute;
            top: 180px !important;
            left: 20px !important;
        }

        #storyDataList .lSNext {
            position: absolute;
            top: 180px !important;
            right: 20px !important;
        }

        .fontText8 {
            white-space: nowrap !important;
        }
    }

    /*Laptop size*/
    @media only screen and (width: 1366px) {
        #twoImgGallery {
            height: 280px !important;
        }

        #threeImgGallery {
            height: 230px !important;
        }

        #fourImgGallery {
            height: 200px !important;
            width: 100% !important;
        }

        .lSAction > a {
            margin-top: -70px;
        }

        .logoLayout {
            margin-left: 60px;
            margin-right: 0;
        }
    }
    /*Ipad Pro*/
    @media only screen and (width: 1024px) and (height: 1366px) and (-webkit-device-pixel-ratio: 2) {
        .threeStoriesInfo {
            margin-top: 50px !important;
        }

        .menuLayout {
            justify-content: flex-end !important;
            align-items: center !important;
            margin-top: 0px !important;
        }

        #sliderStoryImage {
            height: 200px !important;
        }

        #twoImgGallery {
            height: 200px !important;
        }

        #threeImgGallery {
            height: 200px !important;
        }


        #fourImgGallery {
            height: 160px !important;
            width: 100% !important;
        }

        #twoStoryImage {
            height: 300px !important;
        }

        #threeStoryImage {
            min-height: 280px !important;
        }

        #sliderStoryImage {
            height: 210px !important;
        }

        .signupLayout {
            width: 80%;
        }

        .aboutImageContainer .lSPrev {
            top: 130px !important;
            left: 30px !important;
        }

        .aboutImageContainer .lSNext {
            top: 130px !important;
            right: 30px !important;
        }

        .rentalMainCardWidth5 {
            width: 930px !important;
        }

        .fontText8 {
            white-space: nowrap !important;
        }
    }
    /* All Desktop Sizes (small laptops to ultrawide monitors) */
    @media (min-width: 1440px) {
        .footerLayout {
            background: rgb(19, 33, 72);
            width: 100%;
            min-width: 320px;
            overflow: hidden;
            height: 200px;
        }

        .btnBorderLayout {
            font-size: 12px;
        }

        .orLoginWith {
            font-size: 15px;
        }

        .bodyMargin {
            margin-bottom: 100px;
        }

        .headerLayout {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logoLayout {
            margin-left: 60px;
            margin-right: 0;
        }

        #bgmenu {
            margin-right: 60px;
            margin-left: 0;
        }

        .numberLayout,
        .mediaLogoLayout {
            display: flex;
            align-items: center;
            margin: 8px 20px;
            font-size: 15px;
        }

            .numberLayout i,
            .numberLayout small {
                margin-bottom: 0 !important;
                line-height: 1;
            }

            .mediaLogoLayout a {
                display: flex;
                align-items: center;
            }

        #chatContainer {
            margin-top: 60px;
        }

        .chatContainerBorder {
            height: 450px;
        }
    }

    .img-preview {
        cursor: pointer;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        height: auto;
        width: auto;
    }

    //crop

    #cropModal .modal-content {
        height: 645px;
    }

    .cropper-wrapper {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

        .cropper-wrapper img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

    .cropper-crop-box .cropper-line.line-n,
    .cropper-crop-box .cropper-line.line-s {
        background-color: #0066cc !important;
        height: 8px !important;
    }

    .cropper-crop-box .cropper-line.line-e,
    .cropper-crop-box .cropper-line.line-w {
        background-color: #0066cc !important;
        width: 8px !important;
    }

    .cropper-crop-box .cropper-point {
        width: 13px !important;
        height: 13px !important;
        background-color: #0066cc !important;
    }

    .cropper-line, .cropper-point {
        opacity: .5 !important;
    }

    .cropper-face {
        opacity: .0 !important;
    }

    .fs-12 {
        font-size: 12px !important
    }

    .mainNewsFeed-wrapper {
        overflow: hidden !important;
    }

    .mainNewsFeed-floatContainer {
        display: block !important;
        overflow: hidden !important;
    }

    .mainNewsFeedContent * {
        color: white;
        margin-bottom: unset;
        font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif !important;
        font-size: 15px !important;
    }

    #providerInfoContainer p {
        color: white !important;
    }

    .subNewsFeedItemExtended .subNewsFeedName {
        color: rgb(255, 140, 0) !important
    }


    .serviceDescriptionLayout {
        max-width: 700px;
    }

    .subImg2 img {
        width: 100%
    }

    .nf-Font1 {
        font-size: clamp(1.5rem, 2vw, 2.5rem);
        letter-spacing: 1px !important;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #FF8C00;
    }

    .nf-Font2 {
        font-size: clamp(0.9rem, 1vw, 1.1rem);
        letter-spacing: 1px !important;
        font-family: "Merriweather", serif;
        font-style: normal;
        color: ghostwhite;
    }

    .nf-Font3 {
        font-size: clamp(0.8rem, 0.9vw, 1rem);
        letter-spacing: 1px !important;
        font-family: "Merriweather", serif;
        font-style: normal;
        color: ghostwhite;
    }

    .nf-Font4 {
        font-size: clamp(1.1rem, 1.2vw, 1.3rem);
        letter-spacing: 1px !important;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #FF8C00;
    }

    .nf-Font5 {
        font-family: "Merriweather", serif;
        font-style: normal;
        font-size: clamp(0.75rem, 0.8vw, 0.85rem);
        font-weight: 100 !important;
        font-style: normal;
        letter-spacing: 2px !important
    }

.selectedRentalItem{
    font-size: 16px !important;
}

.iconContainerAll {
    width: 17px !important;
    height: 17px !important;
    border: 1px solid white !important;
    border-radius: 50px !important;
    background-color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: RGBA(15, 84, 78, 1) !important;
}

    .iconContainerAll.AllRequest {
        color: rgb(255, 255, 255) !important;
        background-color: RGBA(166, 167, 171, 0.5) !important;
        font-size: 10px !important;
    }

.iconText, .iconText-All {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: calc(11px + 0.11vw) !important;
}

@media screen and (max-width: 576px) {
    .iconText, .iconContainer {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .iconText, .iconContainer {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .iconText, .iconContainer {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .iconText, .iconContainer {
        display: none !important;
    }
}

@keyframes text-color {
    0% {
        color: #ffca08;
    }

    50% {
        color: #ff8900;
    }

    100% {
        color: white;
    }
}

.dropbg {
    border: 2px solid white;
    background-color:black;
}

.textHighlight {
    animation: text-color 1.3s ease-in-out infinite;
}

input, input[type=email], input[type=text], input[type=password], input[type=number] {
    font-size: 1rem !important;
}

    input::placeholder {
        font-size: 1rem !important;
    }

#countDownMessage {
    color: burlywood;
}

#countDown {
    color: burlywood;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    background-color: #FF8C00 !important;
    box-shadow: #FF8C00 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background-color: #FF8C00 !important;
    box-shadow: #FF8C00 0 1px 3px 0 inset !important;
}

.orLoginWith {
    white-space: nowrap;
}

.btnProviderDetailsLayout,
.btnxSmallLayout,
.btnSmallLayout,
.btnUserLayout {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 13px;
    border: 3px solid #132148;
    background: #ffffff;
    color: #132148;
    transition: color 0.3s ease, border-color 0.3s ease;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
    min-height: 38px;
    padding: 0 16px;
}

.linkBtnSmTemplate {
    background: black !important;
    border: 1px solid rgb(105, 105, 105);
    border-radius: 5px !important;
    color: #FF8C00 !important;
    font-family: "Raleway", sans-serif;
    font-size: calc(12px + 0.12vw) !important;
}

::-ms-reveal {
    display: none;
}

.text-orange {
    color: #FF8C00 !important;
}

.aboutImageSlider {
    height: auto !important;
}

/*X-Large devices*/
@media screen and (min-width: 1280px) {
    .ribbonContainer {
        height: 210px !important
    }

    .rentalItemSelection .rentalMainCardWidth2 {
        width: 700px !important
    }

    .rentalMainCardWidth2 .ribbonContainer {
        height: 190px !important
    }

    .rentalItemSelection .rentalMainCardWidth3 {
        width: 900px !important
    }

    .rentalMainCardWidth3 .ribbonContainer {
        height: 175px !important
    }

    .rentalItemSelection .rentalMainCardWidth4 {
        width: 1030px !important
    }

    .rentalMainCardWidth4 .ribbonContainer {
        height: 150px !important
    }

    .rentalItemSelection .rentalMainCardWidth5 {
        width: 1030px !important
    }

    .rentalMainCardWidth5 .ribbonContainer {
        height: 200px !important
    }

    .memberSelection .rentalMainCardWidth2 {
        width: 650px !important
    }

    .memberSelection .rentalMainCardWidth3 {
        width: 925px !important
    }

    .memberSelection .rentalMainCardWidth4 {
        width: 830px !important
    }

    .memberSelection .rentalMainCardWidth5 {
        width: 1030px !important
    }

    .infoProviderLayout{
        white-space: nowrap !important;
    }

}

/*XXXL-Large devices*/
@media screen and (min-width: 1528px) {
    .ribbonContainer {
        height: 240px !important
    }

    .rentalItemSelection .rentalMainCardWidth2 {
        width: 700px !important
    }

    .rentalMainCardWidth2 .ribbonContainer {
        height: 200px !important
    }

    .rentalItemSelection .rentalMainCardWidth3 {
        width: 900px !important
    }

    .rentalMainCardWidth3 .ribbonContainer {
        height: 175px !important
    }

    .rentalItemSelection .rentalMainCardWidth4 {
        width: 900px !important
    }

    .rentalMainCardWidth4 .ribbonContainer {
        height: 175px !important
    }

    .rentalItemSelection .rentalMainCardWidth5 {
        width: 1070px !important
    }

    .rentalMainCardWidth5 .ribbonContainer {
        height: 210px !important
    }

    .memberSelection .rentalMainCardWidth2 {
        width: 650px !important
    }

    .memberSelection .rentalMainCardWidth3 {
        width: 950px !important
    }

    .memberSelection .rentalMainCardWidth4 {
        width: 850px !important
    }

    .memberSelection .rentalMainCardWidth5 {
        width: 1025px !important
    }
}

/*XXXX-Large devices*/
@media screen and (min-width: 1912px) {
    .ribbonContainer {
        height: 280px !important
    }

    .rentalItemSelection .rentalMainCardWidth2 {
        width: 700px !important
    }

    .rentalMainCardWidth2 .ribbonContainer {
        height: 200px !important
    }

    .rentalItemSelection .rentalMainCardWidth3 {
        width: 1100px !important
    }

    .rentalMainCardWidth3 .ribbonContainer {
        height: 220px !important
    }

    .rentalItemSelection .rentalMainCardWidth4 {
        width: 1350px !important
    }

    .rentalMainCardWidth4 .ribbonContainer {
        height: 200px !important
    }

    .rentalItemSelection .rentalMainCardWidth5 {
        width: 1050px !important
    }

    .rentalMainCardWidth5 .ribbonContainer {
        height: 200px !important
    }

    .memberSelection .rentalMainCardWidth2 {
        width: 750px !important
    }

    .memberSelection .rentalMainCardWidth3 {
        width: 950px !important
    }

    .memberSelection .rentalMainCardWidth4 {
        width: 1000px !important
    }

    .memberSelection .rentalMainCardWidth5 {
        width: 1095px !important
    }
}

.emailLayout {
   margin-bottom: 3px !important;
}