/*@import url("/fonts/fonts.css");
@import url("/fonts/font-awesome.min.css");*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    font-family: "Calibri";
}

:root {
    --lightgreen: #CAF63C;
    --Gray: #3A3838;
    --black: #010101;
    --Whte: #FFFFFF;
}
/* CSS of Navbar Start */
nav.navbar {
    background-color: var(--lightgreen);
    /* padding: 5px 80px; */
}

.nav-logo {
    width: 100px;
}

a.register {
    border: 1px solid var(--black);
    padding: 15px 20px;
    background-color: var(--Whte);
    border-radius: 5px;
    font-size: 18px;
    color: var(--Gray);
    text-decoration: none;
    font-weight: 600;
}

    a.register:hover {
        background-color: var(--black);
        color: var(--Whte);
    }

.nav-menu li.nav-item a.nav-link.active, .nav-menu li.nav-item a.nav-link {
    color: var(--Gray);
    font-weight: 600;
    font-size: 20px;
}
/* CSS of Banner */
.banner {
    min-height: 300px;
}

    .banner img {
        object-fit: cover;
    }

.banner-text {
    width: 50%;
    color: #fff;
}

    .banner-text h1 {
        line-height: 70px;
        font-size: 60px;
        font-weight: 600;
    }

    .banner-text p {
        font-size: 30px;
        font-weight: 200;
        line-height: 40px;
    }

    .banner-text a button, .hand-banner a button {
        border: 1px solid var(--lightgreen);
        padding: 15px 20px;
        background-color: var(--lightgreen);
        border-radius: 5px;
        font-size: 20px;
        color: var(--Gray);
        text-decoration: none;
        font-weight: 600;
    }

        .banner-text button:hover, .hand-banner a button:hover {
            color: var(--Whte);
            background-color: var(--black);
        }
/* CSS of About Us */
section, .footer {
    margin-top: 80px;
}

.about-us h2 {
    font-size: 50px;
    color: var(--Gray);
    font-weight: 600;
}

.about-us h3 {
    font-size: 30px;
    color: var(--Gray);
    font-weight: 600;
}

.about-para1 {
    font-size: 50px;
    color: var(--Gray);
    font-weight: 600;
}

.mobile-content {
    font-size: 30px;
    color: var(--Gray);
    font-weight: 600;
}

.about-para2 {
    font-size: 20px;
    color: var(--Gray);
    line-height: 35px;
}

.learn-more {
    background-color: var(--Gray);
    padding: 12px 20px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 22px;
}

.aboutus-banner {
    /*background-image: url(/Landingpage_css&js/images/aboutus-banner.png);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.aboutus-image img {
    width: 90%;
    float: right;
}

.brand-partner span {
    color: #9BCB00;
    font-weight: 600;
}

/* Brand Partner Section Start */
.conductor-banner {
    background-color: #f6f6f6;
}

.hand-banner {
    background-image: url(../images/hand-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    width: 100%;
}

.hand-banner-text {
    text-align: center;
}

    .hand-banner-text h2 {
        font-size: 50px;
        font-weight: 600;
        color: var(--black);
    }

.hand-banner-text {
    font-size: 26px;
    color: var(--black);
}

.like {
    padding: 0 20px;
}

.like-content {
    padding: 0 50px;
    flex-wrap: wrap;
}

.like div {
    color: var(--Gray);
    font-size: 20px;
    font-weight: 600;
}

.like span {
    font-size: 40px;
    color: #9BCB00;
    font-weight: 600;
    padding: 0px 10px;
}

.brand-partner-img img, .user-img img {
    outline: auto;
    outline-color: #6b6b6b;
    border-top: 15px solid #d3f66d;
    border-right: 15px solid #d3f66d;
    border-radius: 60px 0px 60px 0px;
}

.conductor-img img {
    outline: auto;
    outline-color: #6b6b6b;
    border-top: 15px solid #d3f66d;
    border-left: 15px solid #d3f66d;
    border-radius: 60px 0px 60px 0px;
}

/* Download Section Start */
.mobile-banner {
    background-image: url(../images/mobile-banner.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

footer {
    background-color: var(--black);
    opacity: 0.9;
    padding-bottom: 15px;
}

    footer .row, .footer-copy-right {
        padding: 0 60px;
    }

    footer img {
        width: 100%;
    }

    footer ul {
        padding: 0;
        text-align: left;
    }

        footer ul li {
            list-style-type: none;
            padding: 5px 0px;
        }

            footer ul li a {
                color: var(--Whte);
                text-decoration: none;
                list-style-type: none;
                font-size: 18px;
                font-family: calibri;
                font-weight: 500;
            }

.first-child {
    font-size: 24px;
    font-weight: 600;
}

.download {
    color: #A6DA00;
    font-family: calibri;
    font-weight: 500;
}
/* select.form-select.form-select-lg.mb-3 {
      background-color: transparent;
      color: white;
  } */


/* Chat Box Css Start */
#chating .outer-wrapper {
    position: fixed;
    right: 0;
    bottom: 0;
    /*top: 0*/
    z-index: 999;
    flex-direction: row;
    left: auto;
    display: flex;
    align-items: flex-end;
}

section#chating ::-webkit-scrollbar-thumb {
    background: #86ac06;
    border-radius: 3px;
}

    section#chating ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

section#chating .chat-icon {
    border: 1px solid #b7c9c7;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    background: #86ac06;
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 10px #86ac06;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    section#chating .chat-icon:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #86ac06;
        content: '';
        position: absolute;
        transform: rotate(143deg);
        bottom: 0px;
        right: 3px;
        transition: all 0.3s ease-in-out;
    }

    section#chating .chat-icon:hover {
        color: #86ac06;
        background: #fff;
    }

        section#chating .chat-icon:hover::after {
            border-bottom-color: #fff;
        }

#chating .wrapper-list-chat {
    background: #f3fffe;
    padding: 0;
    border: 1px solid #86ac06;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 365px;
    display: none;
}

    #chating .wrapper-list-chat.view {
        display: block;
    }

#chating.show .wrapper-list-chat {
    display: block;
}

section#chating.show .chat-icon {
    display: none;
}

#chating .wrapper-list-chat h3 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.header-chat {
    background: #0049bb;
    margin-top: -2px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

svg#close-compose {
    margin-left: auto;
}

.users {
    /* max-height: calc(100vh - 400px); */
    overflow: auto;
    margin: 5px 0px;
    padding: 5px;
}

    .users li:hover {
        background: #c8f3ee;
    }

    .users > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

#chating .profile-pic {
    border: 1px solid #9E9E9E;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 30px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

.rob-chat-pro {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

#chating .user {
    display: flex;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 0 5px 0;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #bbf3ed;
}

.user .profile-pic img {
    max-width: 100%;
    height: auto;
}

#chating .user span.user-name {
    color: #9E9E9E;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding-right: 5px;
}

#chating .user span.chat-disc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    font-size: 12px;
    display: block;
}

#chating .user .time {
    font-size: 10px;
    color: #000;
    display: block;
    margin-left: auto;
}

#chating .user.active span.profile-pic:after {
    content: '';
    position: absolute;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #86ac06;
    border-radius: 5px;
    bottom: 0px;
}

.user.active .profile-pic {
    border-color: #86ac06;
    box-shadow: 0 0 5px #86ac06;
}

#chating .user .time small {
    display: -webkit-box;
}

#chating .user.active span.user-name {
    color: #86ac06;
    font-weight: 600;
}

.header-chat span.fa.fa-close {
    position: absolute;
    right: 9px;
    top: 16px;
    color: #fff;
    cursor: pointer;
}

/*  ^2 Compose box  */

.users.msg {
    max-height: 300px;
    padding: 5px 10px;
    margin-bottom: 50px;
}

.wrapper-composer {
    width: 350px;
    background: #cccccc;
    border: 1px solid #ddd;
    height: auto;
    position: relative;
    display: none;
}

    .wrapper-composer.view {
        display: block;
    }

.header-composer {
    background: #86ac06;
    /* border-bottom: 1px solid #033f7b; */
    display: flex;
    align-items: center;
    padding: 4px 12px;
    justify-content: space-between;
}

svg#close-chat {
    margin-left: 54%;
    color: white;
}

.header-composer span.name {
    color: #fff;
}

#chating .header-composer .profile-pic {
    border-color: #fff;
}

.header-composer .fa-close.fa {
    color: #033f7b;
    cursor: pointer;
}

.header-composer span.name span.status {
    display: block;
    font-size: 10px;
    color: #fff;
}

#chating .message {
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    background-color: transparent;
}

.chat-content {
    padding: 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    position: relative;
    padding-bottom: 15px;
    font-size: 14px;
    max-width: 265px;
}

    .chat-content .time {
        position: absolute;
        bottom: 0;
        font-size: 10px;
        text-align: right;
        right: 6px;
        color: #b3acac;
    }

#chating .message.out-going .chat-content {
    text-align: right;
}

#chating .message.out-going {
    align-items: flex-end;
    justify-content: flex-end;
}

    #chating .message.out-going .chat-content {
        border-radius: 5px 0 5px 5px;
        border-right-width: 3px;
        background: #f9fff2;
        box-shadow: 0px 3px 3px #48484842;
        min-width: 65px;
        /* border-bottom: 1px solid #009688; */
    }

.chat-content .time {
    min-width: 50px;
}

.out-going .chat-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #f9fff2;
    border-bottom: 5px solid transparent;
    right: -5px;
    top: 6px;
    transform: rotate(180deg);
}

.in-comming .chat-content:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid transparent;
    left: -5px;
    top: 3px;
}

.message.in-comming .chat-content {
    border-left-width: 3px;
    max-width: calc(100% - 40px);
    background: #e3e3e3;
}

.message.out-going .chat-content {
    border-right-width: 3px;
}

.wrapper-type-text {
    border: 1px solid #86ac06;
    padding: 3px;
    display: flex;
    width: 97%;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 2px;
}

    .wrapper-type-text > div.text {
        width: 100%;
        box-sizing: border-box;
    }

    .wrapper-type-text > div.trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #86ac06;
    }

    .wrapper-type-text > div.emozi {
        color: #FF5722;
        font-size: 20px;
    }

    .wrapper-type-text > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .wrapper-type-text > div.text .form-control {
            border: 0;
            border-radius: 0;
        }

        .wrapper-type-text > div.attachment {
            width: 30px;
            overflow: hidden;
            margin-right: 10px;
            position: relative;
            cursor: pointer;
        }

.attachment input {
    opacity: 0;
}

.wrapper-type-text > div.attachment:before {
    content: "\f0c6";
    font: normal normal normal 20px/1 FontAwesome;
    color: #86ac06;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    cursor: pointer;
}

@media(min-width:992px) {
    nav.navbar {
        padding: 5px 40px;
    }

    section.container-fluid.about-us, .brand-partner {
        padding: 0 58px;
    }

    .copy-write {
        text-align: start;
    }

    .social-icon {
        text-align: end;
    }
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before,
    button.back-to-top::after {
        content: "";
        display: block;
        vertical-align: middle;
        border-bottom: solid 10px #000;
        border-left: solid 10px transparent;
        line-height: 0;
        border-right: solid 10px transparent;
        height: 0;
        margin: 18px auto 0;
        width: 0;
        border-radius: 20px;
        visibility: hidden;
    }

    button.back-to-top.show::after,
    button.back-to-top.show::before {
        visibility: visible;
    }

    button.back-to-top::after {
        border-bottom-color: #fff;
        position: relative;
        top: -24px;
    }

    button.back-to-top.show {
        display: block;
        background: #FFFFFF;
        color: #FFFFFF;
        box-shadow: 2px 2px gray;
        font-size: 25px;
        right: 25px;
        bottom: 120px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    top: 0px !important;
    left: 0% !important;
    width: 100% !important;
    /* left: 0;
  top: 0; 
  width: 100%; */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 80% !important;
    top: 0% !important;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.close_btn {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close_btn:hover,
    .close_btn:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

span.founder {
    margin-top: -16px;
    float: right;
    padding-right: 76px !important;
}

.img-fluid {
    max-width: 85% !important;
}

span#content li {
    padding: 5px !important;
}

    span#content li a {
        word-wrap: break-word;
    }
.input-error {
    margin: -34px 0 10px 0;
    /*position: absolute;*/
    white-space: nowrap;
    width: 100%;
}
    /*29/04 start*/
    .input-error span {
        text-wrap: auto;
    }
.validation-error {
    color: red;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: none;
}
