.navbar-brand img {
    width: 191px;
}

.footer-logo img {
    width: 117px;
}

@media (min-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu {
        top: calc(100% - 25px);
    }
}

.quote-area {
    position: relative;
    background-image: url(frontend-assets/img/breadcrumb/breadcrumb.jpg);
}

.social-share-link .copy-message {
    position: absolute;
    right: -7px;
    top: 36px;
    color: green;
    font-weight: bold;
}

.dropdown-btn.show {
    background-color: #102f66 !important;
    color: #fff !important;
}

.col-lg-2-2 {
    width: 20% !important;
}

.text-blue {
    color: var(--color-dark) !important;
}

/* whats app icon */
.whatsapp-widget {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 19px;
    left: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-widget:hover {
    color: #fff;
}

.password-input-group .password-toggle-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.password-input-group .password-input {
    border-radius: 0px 50px 50px 0px !important;
}

.show-icon,
.hide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .input-group:focus-within {
    outline: none;
}

.contact-info p {
    font-size: 14px !important;
}

.contact-info-icon i {
    font-size: 22px;
    color: var(--color-white);
    width: 50px;
    height: 50px;
    line-height: 55px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        left: -385px;
        width: 752px;
    }
}

.nav-right-btn {
    display: block;
}

.contact-form .input-group:focus-within {
    outline: none;
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: none !important;
    }

    .order-card {
        zoom: 0.5;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .navbar-collapse {
        max-height: 80vh;
    }

    .hs-1 .hero-single .hero-content .hero-title {
        color: var(--color-dark);
        font-size: 40px;
    }

    .hs-1 .hero-single .hero-content .hero-sub-title {
        font-size: 14px;
    }

    .about-right {
        padding-left: 4px;
    }

    .site-title {
        font-size: 35px;
    }

    .video-info h1 {
        font-size: 25px;
    }

    .table-sm-column {
        display: flex;
        flex-direction: column;
    }

    .thread-container .chat-care .chat-body {
        max-width: 100% !important;
    }

    .thread-container .chat li {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .footer-widget-box {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 12px;
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .nav-logo {
        width: 160px !important;
    }

    .nav-login {
        padding: 5px 16px;
    }

    .cta-btn {
        font-size: 13px !important;
    }

    .sm-btn {
        font-size: 15px;
        padding: 6px 10px;
    }
}

label {
    color: black;
}

.service-info .service-text {
    line-height: 1.4;
    margin-top: 13px;
}

.service-details .overview-tabs ul li {
    list-style: inherit !important;
}

.service-details .overview-tabs ol li {
    list-style: decimal !important;
}

.service-details .overview-tabs ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
    margin-left: 20px;
}

.pricing-shape img {
    position: absolute;
    right: -10.1px;
    top: 33px;
    width: 66%;
    opacity: 0.05;
    z-index: -1;
}

.download-button {
    position: relative;
    width: 150px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #102f66;
    background-color: #1e57be;
    overflow: hidden;
    border-radius: 50px !important;
}

.download-button,
.button__icon,
.button__text {
    transition: all 0.3s;
}

.download-button .button__text {
    transform: translateX(22px);
    color: #fff;
    font-weight: 600;
}

.download-button .button__icon {
    position: absolute;
    transform: translateX(109px);
    height: 100%;
    width: 39px;
    background-color: #102f66;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-button .svg,
.download-button i {
    width: 20px;
    fill: #fff;
    color: #fff;
}

.download-button:hover {
    background: #1e57be;
}

.download-button:hover .button__text {
    color: transparent;
}

.download-button:hover .button__icon {
    width: 148px;
    transform: translateX(0);
}

.download-button:active .button__icon {
    background-color: #1e57be;
}

.download-button:active {
    border: 1px solid #1e57be;
}

.pricing-item:hover {
    transform: translateY(0px);
}

.pay-now-btn {
    font-size: 16px;
    color: var(--color-white);
    padding: 10px 24px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.pay-now-btn:disabled {
    background-color: #787878;
    color: #fff;
    font-size: 16px;
}

.thread-container .chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thread-container .chat li {
    margin-bottom: 8px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9; */
    margin-top: 10px;
    width: 80%;
}

.thread-container .chat li .chat-body p {
    margin: 0;
    /* color: #777777; */
}

.thread-container .chat-care .chat-img {
    width: 50px;
    height: 50px;
}

.thread-container .chat-care .img-circle {
    border-radius: 50%;
}

.thread-container .chat-care .chat-img {
    display: inline-block;
}

.thread-container .chat-care .chat-body {
    display: inline-block;
    max-width: 80%;
    /* background-color: #FFC195; */
    border-radius: 12.5px;
    padding: 15px;
}

.thread-container .chat-care .chat-body strong {
    color: #102f66;
}

.thread-container .chat-care .customer small {
    color: #fff !important;
}

.thread-container .chat-care .admin {
    text-align: right;
    float: right;
}

.thread-container .chat-care .admin p {
    text-align: left;
}

.thread-container .chat-care .agent {
    text-align: left;
    float: left;
}

.thread-container .chat-care .company {
    background-color: #f5f5f5;
    /* color: #fff; */
}

.thread-container .chat-care .customer {
    background-color: #102f66;
    color: #fff;
}

.thread-container .chat-care .left {
    float: left;
}

.thread-container .chat-care .right {
    float: right;
}

.thread-container .clearfix {
    clear: both;
}

.thread-container ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* background-color: #F5F5F5; */
}

.thread-container ::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.thread-container ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

.digit-group {
    input {
        width: 55px;
        height: 55px;
        background-color: #f5f5f5;
        border: 2px solid #102f66;
        border-radius: 12px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: "Raleway", sans-serif;
        font-weight: 200;
        margin: 0 2px;
    }

    .splitter {
        padding: 0 5px;
        font-size: 24px;
    }
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
}

#resendOtp {
    color: #102f66;
    cursor: pointer;
}

#resendOtp:hover {
    color: #102f66;
}

.fc-custom-alt {
    display: block !important;
    width: 100% !important;
}

.iti {
    width: 100% !important;
}

.social-login {
    display: flex;
    padding: 0.5rem 1.4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    gap: 0.75rem;
    color: rgb(65, 63, 63);
    background-color: #fff;
    cursor: pointer;
    transition: all 0.6s ease;
    width: 100%;
    justify-content: center;
}
.update-btn i {
    transform: rotate(0deg);
}
.chat-container {
    max-height: 600px;
    overflow: auto;
    display: flex;
    scrollbar-width: thin;
    flex-direction: column-reverse;
}
.submitted-details-container {
    max-height: 300px;
    overflow: auto;
    scrollbar-width: thin;
}
.social-login svg {
    height: 24px;
}

.social-login:hover {
    transform: scale(1.02);
}

.radio-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-inputs > * {
    margin: 6px;
}

.radio-input:checked + .radio-tile {
    border-color: #102f66;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #102f66;
}

.radio-input:checked + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #102f66;
    border-color: #102f66;
}

.radio-input:checked + .radio-tile .radio-icon i {
    fill: #102f66;
}

.radio-input:checked + .radio-tile .radio-label {
    color: #102f66;
}

.radio-input:focus + .radio-tile {
    border-color: #102f66;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus + .radio-tile:before {
    transform: scale(1);
    opacity: 1;
}

.radio-tile {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 120px;
    min-height: 50px;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.radio-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}

.radio-tile:hover {
    border-color: #102f66;
}

.radio-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.radio-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #494949;
}

.radio-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    font-size: 13px;
}

.radio-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.radio-inputs.disabled {
    opacity: 0.5;
}

.radio-inputs:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.bg-appointed {
    --bs-bg-opacity: 1;
    background-color: rgb(190 190 190) !important;
}

.bg-timepast:hover {
    border: 2px solid #b5bfd9;
}

.bg-appointed.radio-tile:before,
.bg-timepast.radio-tile:before {
    display: none;
}

.text-select-none {
    user-select: none;
}
.profile-img-container {
    width: 100% !important;
}
.profile-img {
    width: 150px;
    height: 150px;
}
.z-999 {
    z-index: 100;
}
@media (max-width: 500px) {
    .customer-info h6 {
        font-size: 15px !important;
    }
    .profile-update-btn {
        flex-direction: column;
    }
    .profile-update-btn button {
        width: 100% !important;
    }
    .copyright-text {
        font-size: 13px !important;
    }
}

.blog-details ul li {
    list-style-type: inherit;
    margin-left: 35px;
}

.blog-details ol li {
    list-style-type: inherit;
    margin-left: 30px;
}
