/* font kit start here */
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Black.woff2') format('woff2'),
        url('../fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Italic.woff2') format('woff2'),
        url('../fonts/NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-LightItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('../fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
        url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* font kit end here */
html,
body {
    height: 100%;
    background: transparent !important;

}

.tap-target {
    position: relative;
    height: 800px;
    width: 800px;
    right: -338.4px;
    bottom: -361.05px;
    border-radius: 100%;

}

.tap-target::after {
    content: '';
    position: absolute;
    background: #DA2032E3;
    height: 800px;
    width: 800px;
    top: 0px;
    opacity: .95;
    border-radius: 100%;
}

.tap-target::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 250px;
    width: 250px;
    bottom: 260px;
    opacity: .95;
    border-radius: 100%;
    z-index: 1;
    right: 240px;
}

.wave-effect {
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 9999px;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    right: 240px;
    bottom: 260px;
    z-index: 2;
    border-radius: 100%;
    animation: sonarWave 1s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.9;
    }

    to {
        transform: scale(2);
        opacity: 0;
    }
}

.tap-target.hidden {
    display: none;
}

.tap-target-content {
    position: absolute;
    left: 140px;
    top: 170px;
    max-width: 240px;
    z-index: 2;
}

.tap-target h5 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #fff;
}

.tap-target p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

#center-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.chat-circle-outter {
    position: fixed;
    bottom: 10px;
    right: 50px;
    cursor: pointer;
}

.welcome-text {
    fill: #FFF;
    filter: drop-shadow(0px 4px 46px rgba(0, 0, 0, 0.21));
    background: #fff;
    padding: 13px 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    width: 250px;
    position: absolute;
    bottom: 80px;
    right: 0;
}

.chat-circle-image {
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    right: 0;
    position: absolute;
    bottom: 10px;
    border: 1px solid #B7B7B7;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 9;
    width: 70px;
}

.chat-circle-image img {
    border-radius: 100%;
    height: 70px;
    width: 70px;
}

.chat-circle-image i {
    font-size: 20px;
}

.welcome-text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865c3;
}

.chat-box {
    display: none;
    background: #fff;
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 425px;
    height: 596px;
    border-radius: 20px;
    box-shadow: 0px 5px 35px 9px #ccc;
    background-size: contain;
}

.chat-box-toggle,
.chat-box-mute {
    cursor: pointer;
}

.chat-box-header {
    background: #DA2032;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
    font-size: 20px;
    padding: 15px 11px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.header_name p {
    color: #F8F8F8;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    align-items: center;
    display: flex;
    gap: 3px;
}

.header_name p svg {
    width: 14px;
    height: 14px;
}

.header_name h1 {
    font-family: "Montserrat";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    margin-top: 10px;
}

.chat_box_header_logo {
    gap: 8px;
}

.chat-box-header .header_logo {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #EA5866;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-box-header .header_logo a {
    display: inline-flex;
}


.chat-box-body {
    position: relative;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

.chat-box-body:after {
    content: "";
    /*background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');*/
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.chat-input {
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    bottom: 0px;
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.10));
    z-index: 999;
}

#chat-input {
    width: 383px;
    position: relative;
    height: 48px !important;
    color: #888;
    border-top: none;
    overflow: hidden;
    padding: 10px 33px 12px 10px;
    border: 1px solid #dcdcdc;
    margin: 14px 21px;
    border-radius: 100px;
}

#chat-input:focus-visible {
    border: 1px solid #dcdcdc;
    outline: none;
}

.chat-input>form {
    margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.2px;
}

#chat-input:-moz-placeholder {
    /* Firefox 18- */
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.2px;
}

#chat-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.2px;
}

#chat-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.2px;
}

#chat-input:-moz-placeholder {
    /* Firefox 18- */
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.2px;
}

.chat-submit .microphone {
    right: 41px;
    position: absolute;
    border-radius: 50%;
    padding: 7px;
    top: -3px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 4px 14px 0px #0000001A;
    width: 37px;
    height: 37px;
}

.chat-submit {
    background-color: #DA2032;
    filter: drop-shadow(3px 3px 12px #DA2032);
    position: absolute;
    bottom: 43px;
    right: 29px;
    border: none;
    border-radius: 50%;
    color: #1a73e8;
    width: 35px;
    height: 35px;
    box-shadow: 0px 4px 14px 0px #0000001A;
}

.send_btn {
    transform: rotate(354deg);
    display: flex;
    align-items: center;
}

.send_btn svg {
    color: #6097b4;
}

.chat-logs {
    padding: 4px 0px 90px 0px;
    height: 443px;
    overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar-thumb {
    background-color: #DA2032;
}


.chat-msg.user>.msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    width: 15%;
}

.chat-msg.self>.msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: right;
    width: 15%;
}

.user .cm-msg-text {
    background: white;
    padding: 14px 18px;
    color: #666;
    position: relative;
    margin-bottom: 10px;
    border-radius: 100px 50px 0px 100px;
}

.self {
    float: right;
    margin-bottom: 6px;
    margin-left: 55px;
}

.self p {
    margin-bottom: 0px;
    margin-right: 14px;
    text-align: end;
}

.user .cm-msg-text {
    border-radius: 25px 50px 50px 0px;
    max-width: 294px;
    box-shadow: 0px 4px 14px 0px #0000001a;
    border: 1px solid #EDEDED;
    color: #5A5A5A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    width: fit-content;
}

.cm-msg-text.text-downword {
    border-radius: 0px 50px 50px 25px !important;
}

.user .answer {
    position: relative;
    margin-left: 30px;
}

.user .answer:before {
    position: absolute;
    content: '';
    background: url(../images/Rob.jpg);
    width: 29px;
    height: 29px;
    bottom: 9px;
    background-repeat: no-repeat;
    left: -34px;
    border-radius: 50%;
    background-size: cover;
    padding: 4px;
    text-align: center;
    box-shadow: 0px 4px 14px 0px #0000005C;
    top: 11px;
}

.chat-msg.self p {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    color: #1e1e1e;
}

.chat-msg.self p:after {
    content: "";
    background-image: url(../images/double-tick.png);
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
    right: -24px;
}

.chat-msg.chat-user p {
    font-size: 12px;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 6px;
}

.chat-msg.chat-user {
    margin-left: 60px;
}

.chat-msg {
    clear: both;
    padding: 0px 20px;
}

.chat-msg.self>.cm-msg-text {
    background: #5A5A5A;
    color: #fff;
    padding: 14px 18px;
    background: #5A5A5A;
    border-radius: 25px 50px 50px 0px;
    max-width: 294px;
    box-shadow: 0px 4px 14px 0px #0000001a;
    border: 1px solid #EDEDED;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    width: fit-content;

}

.cm-msg-button>ul>li {
    list-style: none;
    float: left;
    width: 50%;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

.chat-box-toggle,
.chat-box-mute svg {
    background: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.chat-box-toggle svg path {
    stroke: #DA2032;
}

.cm-msg-text h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}

.chat-box-body .days span {
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    padding: 5px 12px;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #D1F5A6;
    background: #DEFABD;
}

.home-first-category-main::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.home-first-category-main::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.home-first-category-main::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

/* get_started_box css start */
.get_started_box {
    padding: 18px 20px;
}

.get_started_box_header h5 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #000000;
}

.get_started_box_header p {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    color: #5A5A5A;
    max-width: 300px;
    margin: auto;
}

.get_started_box form {
    margin-top: 19px;
}

.get_started_box input {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    border: 1px solid #DCDCDC;
    color: #5A5A5A;
    padding: 12px 16px;
    border-radius: 10px;
}

.form-control:focus,
.form-check-input:focus {
    box-shadow: none;
    border: 1px solid #DCDCDC;
}

.get_started_box .form-check .form-check-input {
    padding: 0px;
    height: 18px;
    width: 100%;
    max-width: 18px;
    float: unset;
}

.get_started_box .form-check label {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    color: #5A5A5A;
}

.privacy-policy-box {
    margin-top: 35px;
}

.privacy-policy-box p {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    color: #5A5A5A;
}

.privacy-policy-box p a {
    color: #5A5A5A;
}

.start-chat-btn button {
    background: #DA2032;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 12px 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
}

.close-chat-btn button{
    background-color: #EA5866;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 12px 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
}

/* get_started_box css end */
/* chat with us css start */
.chat-with-us-outer .header_name {
    width: 100%;
    max-width: 275px;
}

.chat-with-us-textarea textarea {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    height: 62px;
    resize: none;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    color: #5A5A5A;
}

.chat-with-us-textarea .send-icon {
    position: absolute;
    right: 15px;
    bottom: 10px;
    border: none;
    padding: 0px;
    background-color: transparent;
}

.chat_with_us_inner {
    padding: 0px 20px;
    margin-top: -20px;
}

.chat-with-us-outer .chat-box-header {
    padding: 16px 15px 40px;
}

.immediate-response-box h4 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #000000;
    margin: 20px 0px;
    text-align: center;
}

.immediate-response-box-inner {
    max-height: 355px;
    overflow: auto;
    scrollbar-width: thin;
}

.immediate-response-box-inner button {
    border: 1px solid #DCDCDC;
    background-color: #fff;
    padding: 15px 16px;
    border-radius: 10px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    color: #5A5A5A;
    margin-bottom: 10px;
    text-align: left;
}

.immediate-response-box-inner button.active {
    border: 1px solid #DA2032;
    background: #FFBFC5;

}

#errorMessage{
    color: red;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    margin-top: 10px;
}

.end_button_outer .end-chat-btn {
    background-color: #fff;
    color: #444;
    padding: 5px 10px;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.20000000298023224px;
    margin-right: 25px;
    margin-bottom: 7px;
}

/* chat with us css end */
/* login css start */
.login_sec{
    min-height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(218, 32, 50, 0.1);
    width: 320px;
    border:1px solid #f1ecec;
}
.login-container h1 {
    color: #333;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-family: 'Lato';
}
.login-container h2 {
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 26px;
    font-family: 'Lato';
    margin-top:0px;
}
.login-container .input-group {
    margin-bottom: 1rem;
}
.login-container label {
    display: block;
    margin-bottom: 0.5rem;
    color: #3f3f3f;
    font-family: 'Lato';
}
.login-container input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Lato';
}
.login-container input:focus {
    outline: none;
    border-color: #DA2032;
}
.login-container button {
    width: 100%;
    padding: 0.75rem;
    background-color: #DA2032;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    font-family: 'Lato';
    margin-top: 15px;
}
.login-container button:hover {
    background-color: #B11A29;
}
.login-container #errorMessage {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    font-family: 'Lato';
}
.homepage_card {
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.admin_dashboard_sec{
    padding: 30px 0px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin_dashboard_sec .homepage_card img{
    width: 160px;
}
.admin_dashboard_sec .homepage_card h6{
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Lato';
}
.admin_dashboard_sec .user_forms a{
    text-decoration: none;
    color: #333;
}
.user_forms{
    width: 100%;
    max-width: 410px;
    margin: auto;
}
.admin_inner_page_sec{
    padding: 80px 0px;
}
.user_feedbacks_sec_table .rating i{
    color: #ffe701;
}
.user_feedbacks_sec_table {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
}
.user_feedbacks_sec_table th {
    padding: 16px;
    font-size: 16px;
    background-color: #f8f9fa;
}
.user_feedbacks_sec_table td{
    padding: 16px;
    font-size: 14px;
    font-family: 'Lato';
}
.user_feedbacks_sec_table tr:last-child td{
    border-bottom: none;
}
 .user_feedbacks_sec_table tbody tr:nth-child(even) {
            background-color: #f2f2f2;
}
.user_feedbacks_sec_table tbody tr:hover {
    background-color: #e9ecef;
}

.admin_inner_page_sec h3{
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lato';
    margin-bottom: 25px;
    text-align: center;
}
.admin_inner_page_sec .description{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(max-width: 449px) {
    .chat-box {
        width: auto;
        margin: 0px auto;
    }

    .chat-input {
        left: 0px;
        right: 0px;
    }

    #chat-input {
        width: -webkit-fill-available;
    }
    .privacy-policy-box{
        margin-top: 10px;

    }
}
@media(max-width:376px){
    .chat-box{
        height: 594x;
    }
    .chat-logs{
        height: 369px;
    }
    .immediate-response-box-inner{
        max-height: 285px;
    }
    .get_started_box{
        height: 430px;
        overflow: auto;
    }
    .tap-target-content{
        left: 180px;
    }
}

@media(orientation: landscape)  and (max-width: 930px){
    .chat-box {
        width: 100%;
        right: 0px;
        height: calc(100vh - 100px);
    }
    .immediate-response-box-inner{
        max-height: calc(100vh - 340px);
    }
    .get_started_box{
        max-height: calc(100vh - 190px);
        overflow: auto;
    }
    .chat-logs{
        height: calc(100vh - 301px);
    }
    .chat-input,  #chat-input{
        width: -webkit-fill-available;
    }
}




