body {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: small;
}

body {
    background-color: #1a436f;
    color: white;

}


body {
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;


}

.backgroundC {
   /* background-color: rgba( 0, 0,  0, 1);*/
   
}

.header .navbar-main {
    font-family: "Lato", sans-serif;
    padding: 25px 0;
    font-size: 1.1em;
}

h1,
h2,
h3,
h4 {
    font-family: "Lato", sans-serif;
}

.intro-section-top h2 {
    text-transform: uppercase;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2.em;
}

.tiblock {
    align-items: center;
    display: flex;
    height: 17px;
}
 
.ticontainer .tidot {
    background-color: #90949c;
}
 
.tidot {
    -webkit-animation: mercuryTypingAnimation 1.5s infinite ease-in-out;
    border-radius: 2px;
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}
 
@-webkit-keyframes mercuryTypingAnimation {
    0% {
        -webkit-transform: translateY(0px)
    }
 
    28% {
        -webkit-transform: translateY(-5px)
    }
 
    44% {
        -webkit-transform: translateY(0px)
    }
}
 
.tidot:nth-child(1) {
    -webkit-animation-delay: 200ms;
}
 
.tidot:nth-child(2) {
    -webkit-animation-delay: 300ms;
}
 
.tidot:nth-child(3) {
    -webkit-animation-delay: 400ms;
}


.profa {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 21fr;
    column-gap: 5px;
    font-size: 14px;
}

.usera {
    display: grid;
    align-items: center;
    grid-template-columns: 21fr 0fr;
    column-gap: 5px;
    font-size: 14px;
}

.text {
    color: white;
}

.left {
    position: relative;
    background: rgb(252, 255, 250);
    text-align: left;
    min-width: 5%;
    max-width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: rgb(0, 0, 0);
}



.right {
    position: relative;
    background: rgb(252, 255, 250);
    text-align: right;
    min-width: 5%;
    max-width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    float: right;
    right: 10px;
    color: rgb(0, 0, 0);
}

.scrollable {

    height: 400px;

    scroll-behavior: smooth;

    overflow-y: scroll;

    margin-right: auto;

    margin-left: auto;

    -ms-overflow-style: none;
    /* IE and Edge */

    scrollbar-width: none;
    /* Firefox */

    border-radius: 45px;

    padding: 35px;
}

.scrollable::-webkit-scrollbar {
    display: none;
}

#scrollabledivcontent {}

.scrollable h1 {
    font-size: 20px;
}

.scrollable h2 {
    font-size: 25px;
}

.scrollable h3 {
    font-size: 20px;
}

.btnsuggest {
    margin-bottom: 0px;
    font-weight: bold;
    width: 15%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    flex-direction: column;
    height: 100%;
}

#inputmessage {

    width: 100%;

    display: flex;
    

}

#messageManage {
    background-color: rgba(0, 8, 91 , 0.1);
    margin: 20px;
    border-radius: 44px;
    width: 100%;
    display: inline-flex;
}

#testvalue {
    color: black;
    border: 0;
    background: transparent;
    height: 65px;
    width: 100%;
    padding-left: 15px;
    padding: 15px;
    outline: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}



.pinkText {
    color: rgb(203, 29, 58);
}

#chatbotinf {
    color: rgb(255, 255, 255);
}

.navbar-main li.nav-item {
    padding: 10px 20px;
    
}

.navbar-main a.nav-link {
    color: #000000;
    font-weight: normal;
    font-size: 1.1em;
    position: relative;
    margin: 0;
    padding: 0 !important;
    !i;
    !;
}

.navbar-main a.nav-link:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.navbar-main .nav-link.active,
.navbar-main .nav-link.show {
    color: #000000;
}

.header .container {
    position: relative;
    padding: 0;
}

.site-logo {
    margin-left: 15px;
    border-radius: 3px;
    max-width: 250px;

    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 10px;
    left: 0;
}

.intro-section {
    display: block;
    padding-bottom: 5px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.nav-social a{
    font-size: 25px;
    padding: 10px;
    color: #1a436f;
    
    background-color: #ffffff;
}

.nav-social a:hover{
    color: #1a436f; 
}

.intro-section-top {
    padding-top: 35px;
    padding-bottom: 20px;
}

.introbox {+****rffffffffffffffffffff
    color: black;

    display: flex;
}

.introboxleft {
    padding: 0 5px;
    max-width: 180px;
}

.introboxright {

    width: auto;
    
    padding: 5px;
}

img,
svg {
    height: auto;
    width: 100%;
}

.intro-avatar {
    border-radius: 50%;
    max-width: 100px;
    margin: 0 auto;
    display: block;
    top: 25px;
    
}

.intro-section-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #ffffff;
    border-radius: 50px;
    opacity: 100%;
   
}

.intro-section-bottom h2 {
    display: inline;
    line-height: 1;
    margin-bottom: 0;
    font-size: 26px;
}

.intro-section-bottom span {
    padding: 0 30px;
    font-size: 12px;
}

.container-box {
    max-width: 950px;
}

.featurebox button,
.featurebox button:hover {
    width: 100%;
    border: 0;
    color: #ffffff;
    font-weight: normal;
    padding: 20px 15px;
    padding-left: auto
    padding-right: auto
    line-height: 1.2;
    background: #2D363D;
   
    font-size: 18px;
    border-radius: 59px 59px 59px 59px;
    height: 80px;
    margin-top: 20px;
    text-align: center;
    
    
}

.slick-slide {

    padding: 5px;
}

.featurebox {
    font-size: 16px;
    font-style: bold;
}

.chatboxcontent {

    background: #EAEAEA;

    border-radius: 45px;

    box-shadow: 5px 10px 20px #00000045;
}

.scrollable hr {
    border: 0;
}

.btnsubmit {
    border-radius: 45px;
    width: 120px;
    background-color: #a6a6a8;
    color: rgb(255, 255, 255);
}
.btnsubmit:hover{
    border-radius: 45px;
    width: 120px;
    background-color: #2d363d;
    color: rgb(255, 255, 255);    
}

.chatinput-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    
}

button.clearchatbtn {
    margin-right: auto;
    margin-left: auto;
    background-color: #a6a6a8;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 25px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.footer-bottom-text h3 {
    font-family: "Papyrus", Fantasy;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.header {
    background-color: white;
    min-height: 60px;
}

.footer-bottom-text {
    background: #121212;
    padding: 20px 0;
}

.profa .image,
/*User Image*/
.usera .image {
    margin-right: 0;
    top: 0;
    align-content: start;
    align-self: flex-start;
}

.profa .image img,
.usera .image img {
    width: 40px;
    border-radius: 50%;
}

.profa .left {
    padding: 1em;
    border-inline: 1.5em solid #0000;
    border-radius: calc(1em + 1.5em)/1em;
    mask:
        radial-gradient(100% 100% at 0em 1.5em, #0000 99%, #000 102%) 0% 0% /1.5em 1.5em no-repeat,
        linear-gradient(#000 0 0) padding-box;
    background: #0F0F0F;
    opacity: 63%;
    color: #ffffff;
    border-top-left-radius: 0 0;
    place-self: start;
}

.usera .right {
    padding: 1em;
    border-inline: 1.5em solid #0000;
    border-radius: calc(1em + 1.5em)/1em;
    mask:
        radial-gradient(100% 100% at 1.5em 1.5em, #0000 99%, #000 102%) 100% 0% /1.5em 1.5em no-repeat,
        linear-gradient(#000 0 0) padding-box;
    background: #fff;
    color: #000;
    border-top-right-radius: 0 0;
    place-self: start;
}

.clearsection {
    margin-top: 10px;

    padding-bottom: 50px;
    
    
}

.navbar-toggler {
    position: absolute;
    top: 10px;
    left: 10px;

    background-color: #1a436f;
    color: #ffffff;
    z-index: 2;
    border: 0;
    margin: 0;
    outline: none;
}



.slick-dots li.slick-active button:before {
    color: White !important;
}

@media all and (max-width: 720px) {
    .intro-section-top {
        padding: 20px 0;
        padding-top: 10px;
    }

    .navbar-main .nav-link.active,
    .navbar-main .nav-link.show {
    color: #000000;
    }
    body {
        background-color: #1a436f;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-attachment: fixed;
    
    
    }
    .navbar-main a.nav-link {
        color: #000000;
        font-weight: normal;
        font-size: 1.1em;
        position: relative;
        margin: 0;
        padding: 0 !important;
        !i;
        !;
    }

    .nav-social a {
        font-size: 25px;
        padding: 10px;
        color: #1a436f;
    }

    .navbar-collapse {
        width: 100%;
        position: absolute;
        padding: 20px;
        padding-top: 52px;
        top: 0;
        right: 0;
        left: 0;
        background: #ffffff;
        color: #000000;
        z-index: 1;
    }

    .site-logo {

        max-width: 150px;
        top: 5px;
        left: 46%;

        transform: translate(-50%, 0);
    }

    .nav-social {
        flex-direction: row;
    }

    .page {
        
    
        
    }

    header{
        color: #ffffff;
    }

    .introbox {
        display: block;
        text-align: center;
    }

    .introboxleft {
        margin: 0 auto;
    }

    .intro-section-bottom {
        display: block;
        text-align: center;
        margin: 0 30px;
        border-radius: 25px;
    }

    .responsive-feature {
        margin-bottom: 20px;
    }

    .intro-section-bottom h2 {
        margin-bottom: 10px;
    }

    .intro-section-bottom h2,
    .intro-section-bottom span {
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 16px ;
    }

    .scrollable {
        padding: 14px;
    }

    .featurebox {
        
        max-width: 400px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }
    .featurebox .text{
        font-size: 30px;
        padding-left: auto
    padding-right: auto
}

textarea:-moz-placeholder,
/* Firefox 18- */
textarea::-moz-placeholder,
/* Firefox 19+ */
textarea:-ms-input-placeholder,
/* IE 10+ */
textarea::-webkit-input-placeholder,
/* Webkit based */
textarea::placeholder {
    /* Modern browsers */
    color: #000000;
}
