:root {
    --navbar-height: 70px;
    --navbar-brand-height: 50px;
    --navbar-container-height: 40px;
    --nav-collapse-button-width: 40px;
    --nav-drawer-li-height: 62px;
    --site-color: #ec973c;
    --site-light-color: #ec973c1a;
    --site-font-family: "Montserrat", sans-serif;
    --site-max-width: 1150px;
    --industry-eminence-max-width: 1650px;
    --navbar-bg-color: #fff;
}

.h-100 {
    height: 100%;
}

body {
    background-color: #fff;
}

.header_footer_section nav {
    height: var(--navbar-height);
    font-family: var(--site-font-family);
    font-weight: 500;
    font-size: 14px;
    z-index: 1000;
    background-color: #fff !important;
    position: fixed !important;
    width: 100%;
    top: 0;
}

.header_footer_section nav .container {
    max-width: 90%;
    height: 100%;
}

.navbar-brand {
    height: var(--navbar-brand-height);
    display: block;
    max-width: 200px !important;
}

.navbar-brand img {
    height: 100%;
    width: 100%;
}

.services-container {
    width: 38%;
    min-width: 400px;
    height: var(--navbar-container-height);
}

.services-container ul {
    list-style-type: none;
    height: 100%;
}

.auth-container {
    min-width: 150px;
    height: var(--navbar-container-height);
}

.auth-container i {
    font-size: 32px;
    margin-right: 5px;
}

.auth-container .auth-btn {
    height: 32px;
    min-width: 70px;
}

.nav-collapse-btn {
    width: var(--nav-collapse-button-width);
    height: var(--navbar-container-height);
    background-color: var(--site-light-color);
    font-size: 1.6rem;
}

.nav-drawer {
    height: calc(100vh - 70px);
    top: 70px;
    position: fixed !important;
    display: none;
    z-index: 5000;
}

.nav-drawer li,
.nav-item-slider li {
    min-height: var(--nav-drawer-li-height);
    font-family: var(--site-font-family);
    font-size: 16px;
    font-weight: 500;
    background: transparent;
}

.nav-item-slider {
    min-height: calc(100vh - 70px);
    max-height: max-content;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}

.nav-drawer li:hover {
    color: var(--site-color);
    transition: all 0.2s;
}

._hover:hover {
    cursor: pointer;
}

.main-nav-menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 50%;
    /* transform: translateX(-50%); */
    /* bottom: -16px; */
    z-index: 100;
}

.main-nav-menu {
    opacity: 0;
    display: none;
    transition: all 0.2s ease-out 0.15s;
    margin-top: 2px;
    z-index: 90;
    background: #fff;
}

.services-hoverable {
}

.ikargos-nav-items li:hover .nav-item-text {
    color: var(--site-color);
}

.hoverable:hover {
    display: flex !important;
}

.nav-items-md:hover {
    background-color: var(--site-light-color) !important;
}

.user-auth-name {
    width: 32px;
    height: 32px;
    background: var(--site-color);
    color: #fff;
    font-size: 1.2rem !important;
}

.user-features .feature-list {
    width: 210px;
    right: 0;
    display: none;
}

.user-features .feature-list li {
    height: 45px;
    transition: all 0.2s;
}

.user-features .feature-list li:hover {
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}

.user-features .feature-list li:hover a,
.user-features .feature-list li:hover i {
    color: var(--site-color) !important;
}

footer {
    /* position: fixed;
    bottom: 100%;
    width: 100%; */
    /* min-height: 50vh; */
    background-color: white;
}

footer .footer-content {
    font-family: "Mukta";
}

footer .world_map_img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    max-width: 80%;
}

footer li {
    background-color: transparent !important;
}

footer .footer-bottom {
    bottom: 0;
    min-height: 50px;
    width: 100%;
    /* bottom: -50px; */
    background-color: var(--site-color);
}

footer .footer-content .list-suggestion {
    display: none;
}

footer .footer-list-icon {
    transition: all 0.2s;
}

footer .footer-list-icon-up {
    transform: rotate(-90deg);
}

footer .footer-list-icon-forward {
    transform: rotate(0deg);
}

.wechatBtn {
    z-index: 1000 !important;
}

.wechatBtn i {
    font-size: 2em;
    margin-left: 0.3em;
    color: white !important;
}

.wechatBtn .fab {
    font-family: "Font Awesome 5 Brands";
}

.wechatBtn {
    position: fixed;
    right: 21px;
    bottom: 30px;
    background: #23c300;
    color: black !important;
    width: 60px;
    height: 55px;
    border-radius: 7px;
    padding: 0.7em;
    padding-left: 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.toast-div {
    position: fixed;
    left: 10px;
    bottom: 300px;
    width: 95%;
    z-index: 9999;
}

@media screen and (min-width: 800px) {
    .toast-div {
        width: 30%;
    }
}

.chatbot-gpt {
    width: 58px;
    height: 58px;
    position: fixed;
    bottom: 180px;
    right: 22px;
    z-index: 1000;
}

.chatbot-gpt:hover {
    cursor: pointer;
}

.chatbot-gpt .chatbot-icon img {
    width: 100%;
    height: 100%;
}

.chatbot-gpt .msg-screen {
    width: 260px;
    height: 350px;
    background: #ec973c5a;
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    bottom: 105%;
    right: 0;
}

.chatbot-gpt .msg-screen .colorSchema {
    width: 95%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 2.5%;
    margin-bottom: 5px;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette div {
    width: 25px;
    height: 25px;
    transition: all 0.2s;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette {
    width: 100%;
    height: 100%;
    transform: translateX(-90%);
    transition: all 0.3s;
}

.slide-right-animate {
    transform: translateX(0) !important;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette div:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    transform: scale(1.02);
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette i {
    font-size: 18px;
    transition: all 0.2s;
}

.chatbot-gpt .msg-screen .colorSchema .slide-pallette i:hover {
    color: var(--site-color);
    cursor: pointer;
}

.chatbot-gpt .msg-screen .msgBox {
    width: 95%;
    height: calc(100% - 35px);
    margin-left: 2.5%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen {
    width: 100%;
    height: calc(100% - 35px);
    padding-bottom: 10px;
    overflow-y: scroll;
}

.chatbot-gpt .inner-msg-screen::-webkit-scrollbar {
    display: none;
}

.chatbot-gpt .msg-screen .msgBox .input-box {
    width: 100%;
    height: 35px;
    border-radius: 25px;
    background: #ec973c5a;
    -webkit-backdrop-filter: blur(5px);
    padding: 2px 0;
    display: flex;
    justify-content: space-between;
}

.chatbot-gpt .msg-screen .msgBox .input-box input {
    width: 80%;
    height: 100%;
    margin-left: 10px;
    background: transparent;
    border: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.8px;
    /* color: rgba(255, 255, 255, 0.8); */
    color: #2a2a29;
}

.chatbot-gpt ::placeholder {
    color: #2a2a29;
}

.chatbot-gpt .msg-screen .msgBox .input-box .icon-box {
    height: 28px;
    width: 28px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #e9e9e9;
    margin: 1px 5px 0 0;
    /* color: #EC973C; */
    color: #2a2a29;
    transition: all 0.2s;
}

.chatbot-gpt .msg-screen .msgBox .input-box .icon-box:hover {
    cursor: pointer;
    background: var(--site-color);
    color: #e9e9e9;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .chat {
    min-height: 22.75px;
    margin: 2px 0;
    pointer-events: none;
}

.inner-msg-screen .chat span {
    background-color: var(--site-color);
    padding: 2px 9px;
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Poppins", sans-serif;
    font-size: 12.5px;
    max-width: 180px;
}

.chat-resp span {
    background-color: #d68024 !important;
}

.start-chat img {
    height: 100px;
    width: 100px;
    margin-left: calc((100% - 100px) / 2);
    margin-top: 20px;
    opacity: 0.6;
}

.start-chat p {
    font-family: monospace;
    text-align: center;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader {
    width: 25px;
    height: 15px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span {
    width: 5px;
    height: 5px;
    background-color: #191918;
    border-radius: 100%;
    animation: chat_loader_animate 1.2s ease infinite;
}

@keyframes chat_loader_animate {
    100%,
    0% {
        margin-bottom: 0px;
    }

    50% {
        margin-bottom: 7px;
    }
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span:nth-child(1) {
    animation-delay: 0;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.chatbot-gpt .msg-screen .msgBox .inner-msg-screen .loader span:nth-child(3) {
    animation-delay: 0.4s;
}

.send-referal-btn {
    background-color: var(--site-color);
    color: #fff;
}

.send-referal-btn:hover {
    background: var(--site-color);
    color: #fff;
}

@media only screen and (max-width: 1220px) {
    .header_footer_section nav .container {
        max-width: 100%;
    }
}

/* 
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Mukta', sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans Display', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/
