.header-2 .navbar-main .nav-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0rem .8rem;
    font-size: 16px;
    cursor: pointer
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #fff;
    padding: 16px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.header-2 .navbar-main {
    background-color: transparent !important;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%
}

.header-2 .navbar-main .nav-link:hover,
.header-2 .navbar-main .nav-link:focus {
    color: #fff
}

.header-2 .navbar-main .navbar-nav .nav-link.active {
    color: #73a2dd
}

.column a {
    float: none;
    color: black !important;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 300
}

.botIcon {
    bottom: 54px;
    right: 5px;
    position: fixed;
    z-index: 9999
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #046bc0 !important;
    < !-- background: -webkit-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    -->background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 4.5em
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none
}

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .16), 0 2px 10px 0 rgb(0 0 0 / .12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center
}

.botIcon .Layout {
    -webkit-animation: appear 0.15s cubic-bezier(.25, .25, .5, 1.1);
    -ms-animation: appear 0.15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear 0.15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #3f51b5;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgb(0 0 0 / .1);
    box-sizing: content-box !important;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1), min-width 0.2s cubic-bezier(.25, .25, .5, 1), max-width 0.2s cubic-bezier(.25, .25, .5, 1), min-height 0.2s cubic-bezier(.25, .25, .5, 1), max-height 0.2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s;
    -ms-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1), min-width 0.2s cubic-bezier(.25, .25, .5, 1), max-width 0.2s cubic-bezier(.25, .25, .5, 1), min-height 0.2s cubic-bezier(.25, .25, .5, 1), max-height 0.2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s;
    transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1), min-width 0.2s cubic-bezier(.25, .25, .5, 1), max-width 0.2s cubic-bezier(.25, .25, .5, 1), min-height 0.2s cubic-bezier(.25, .25, .5, 1), max-height 0.2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s;
    z-index: 999999999
}

.botIcon .Layout-open {
    border-radius: 10px;
    position: relative;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 300px;
    overflow: hidden;
    -webkit-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1.1), min-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-height 0.2s cubic-bezier(.25, .25, .5, 1.1), min-height 0.2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    -ms-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1.1), min-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-height 0.2s cubic-bezier(.25, .25, .5, 1.1), min-height 0.2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1.1), min-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-height 0.2s cubic-bezier(.25, .25, .5, 1.1), min-height 0.2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    width: 100%
}

.botIcon .Layout-expand {
    display: none;
    height: 400px;
    max-height: 100vh;
    min-height: 300px;
    width: 340px
}

.showBotSubject.botIcon .Layout-expand {
    display: block
}

.botIcon .Layout-mobile {
    bottom: 10px
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px)
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #162e62;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 40px;
    padding-right: 80px
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein 0.15s 0.3s;
    -ms-animation: slidein 0.15s 0.3s;
    animation: slidein 0.15s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%
}

.botIcon .Input-blank .Input_field {
    max-height: 20px
}

.botIcon .Input_field {
    background-color: #fff0;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important
}

.botIcon .Input_button-emoji {
    right: 45px
}

.botIcon .Input_button {
    background-color: #fff0;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px
}

.botIcon .Input_button-send {
    right: 15px
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46
}

.Icon svg {
    height: auto;
    width: 100%
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.msg+.msg {
    margin-top: 15px
}

span.responseText {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px)
}

.msg.user span.responseText {
    margin-left: 0;
    margin-right: 10px
}

span.avtr {
    display: inline-block
}

span.avtr figure {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%
}

span.avtr i {
    background-color: #0f396e;
    border-radius: 50%;
    display: block;
    padding: 6px 7px;
    font-size: 17px
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (max-width:412px) {
    .botIcon .Layout-open {
        width: 250px
    }
}

< !-- .nuText {
    -->< !-- font-size: 18px;
    -->< !-- color: #0059a3 !important;
    -->< !-- font-weight: 800;
    -->< !-- font-family: Arial, sans-serif;
    -->< !--
}

-->.nuText p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    letter-spacing: .5px;
    line-height: 10px
}

.banner.owl-carousel .owl-item img {
    display: block
}

.banner h4 {
    color: #000;
    font-size: 24px !important;
    line-height: 44px;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    text-shadow: 0 0 #fff0;
    text-align: justify
}

.banner h1 {
    color: #000;
    font-size: 50px !important;
    padding: 0;
    margin-top: 120px;
    font-weight: 500;
    margin-bottom: 0
}

.wrap-caption {
    width: 45%
}

.banner.owl-carousel .owl-slide {
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner .owl-controls .owl-nav [class*="owl-"] {
    color: #0059a3;
    font-size: 24px;
    margin: 5px;
    background: #fff0
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #0059a3;
    text-decoration: none
}

.header-2 .navbar-main {
    box-shadow: 0 0 10px #ccc
}

.banner .owl-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 48%
}

.item video {
    width: 100%
}

.mt-5 {
    margin-top: 7% !important
}

.mt-7 {
    margin-top: 3%
}

.header-2 .navbar-main.stiky {
    background-color: #ffffff !important
}

.header-2 .navbar-main.stiky .navbar-brand img {
    width: 180px
}

.blue-bg {
    background-color: #046bc0 !important
}

.align-center {
    align-items: center
}

.blue-bg-section img {
    width: 70%
}

.blue-bg-section .img-video {
    text-align: center
}

.blue-bg-section .section-heading {
    color: #fff;
    font-weight: 500
}

.blue-bg-section p {
    color: #fff;
    font-size: 20px;
    text-align: left
}

.img-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff0
}

.white-bg {
    background: #fff
}

.white-bg-section img {
    width: 70%
}

.white-bg-section .img-video {
    text-align: center
}

.white-bg-section .section-heading {
    color: #000;
    font-weight: 500
}

.white-bg-section p {
    color: #000;
    font-size: 20px;
    text-align: left
}

.light-bg {
    background: #d5ecff !important
}

.white-bg-section img {
    width: 70%
}

.white-bg-section .img-video {
    text-align: center
}

.white-bg-section .section-heading {
    color: #000;
    font-weight: 500
}

.white-bg-section p {
    color: #000;
    font-size: 20px;
    text-align: left
}

.content-wrap {
    padding: 0 0
}

.header-2 .navbar-main .nav-link {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding: 0rem .8rem;
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    margin-left: 5px;
}

.header-2 .navbar-main .nav-link:hover,
.header-2 .navbar-main .nav-link:focus {
    color: #000
}

.header-2 .navbar-main.stiky>.container {
    margin-bottom: 0;
    padding: 0 15px
}

.header-2 .navbar-main.stiky a {
    color: #000
}

.highLight {
    color: #f26522
}

.blueHighLight {
    color: #0059a3
}

.chatBtn {
    background-color: #1357ad;
    color: #333;
    width: 110px;
    padding: 6px 0;
    margin-top: 7px;
    margin-left: 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px !important
}

.mt-15 {
    margin-top: 15px
}

.contact-content-wrap {
    -webkit-box-shadow: 0 10px 60px 0 rgb(71 74 182 / 12%);
    box-shadow: 0 10px 60px 0 rgb(71 74 182 / 12%);
    margin-bottom: 40px;
    margin-top: 100px
}

@media only screen and (max-width:767.98px) {
    .contact-content-wrap {
        -webkit-box-shadow: 0 10px 60px 0 rgb(71 74 182 / 12%);
        box-shadow: 0 10px 60px 0 rgb(71 74 182 / 12%);
        margin-bottom: 20px;
        margin-top: 15px
    }
    .sm-top {
        margin-top: 0
    }
}

.profile-title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 35px;
    font-weight: 700
}

.submit-btn {
    background: #1357ad
}

.header-2 .navbar-main {
    background-color: transparent !important;
    padding: 0;
    position: inherit;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%
}

.single-input-item {
    margin-bottom: 10px
}

#generic_price_table {
    background-color: #fff
}

#generic_price_table .generic_content {
    box-shadow: 0 0 10px #c4c4c4
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 #fff0 #fff0 #e4e4e4
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #000
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #000
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #000
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #000
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #000
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #000
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #0059a3
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #0059a3;
    color: #0059a3
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #0059a3 #fff0 #fff0 #0059a3;
    color: #fff
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #0059a3;
    color: #fff
}

#generic_price_table {
    margin: 50px 0 50px 0
}

.row .table {
    padding: 28px 0
}

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 5px 0
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 30px 0
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 70px 1411px 23px 399px;
    position: absolute
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 15px;
    position: relative;
    z-index: 1
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s
}

@media (max-width:767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%
    }
    #generic_price_table .col-md-4 {
        float: left;
        width: 50%
    }
    #generic_price_table .generic_content {
        margin-bottom: 75px
    }
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none
}

.demo-pic {
    margin: 0 auto
}

.demo-pic:hover {
    opacity: .7
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table
}

#generic_price_table_home li {
    float: left
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .emerald {
    background: #0059a3;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block
}

#generic_price_table_home .footer {
    padding: 40px 0
}

.price-heading {
    text-align: center
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0
}

.demo-button {
    background-color: #333;
    color: #fff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.bottom_btn {
    background-color: #333;
    color: #fff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none
}

.transcriptsCard ul {
    list-style: none;
    padding: 2px
}

.outerList .mainList {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 12px
}

.rightCard {
    padding: 10px 20px;
    height: 72vh;
    box-shadow: 0 0 10px #ccc
}

.leftCard {
    height: 72vh;
    overflow-y: auto;
    overflow-x: hidden
}

.leftCard h4 {
    font-weight: 400;
    background: #1357ad;
    color: #fff;
    padding: 10px 8px;
    font-size: 17px;
    margin: 0;
    margin-bottom: 10px
}

.innerList {
    display: inline-flex
}

.innerList li {
    background: #fff0;
    margin-right: 54px;
    color: #0059a3;
    font-size: 16px;
    font-weight: 400
}

.innerList li:last-child {
    margin-right: 0
}

.pbt-20 {
    padding: 20px 0
}

.recordBtn {
    background: #0059a3
}

.closeBtn {
    background-color: red;
    width: 100px;
    padding: 0;
    text-align: center;
    color: #fff;
    height: 43px
}

.submitBtn {
    background-color: #1357ad;
    width: 100px;
    padding: 0;
    text-align: center;
    color: #fff;
    height: 43px
}

.record-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500
}

.recordIcon {
    color: #fff;
    background: #e82929;
    padding: 7px 10px;
    border-radius: 50px;
    font-size: 14px
}

.pauseBtn {
    padding: 0;
    background-color: transparent !important;
    color: #0059a3 !important;
    opacity: 1 !important;
    font-size: 30px
}

.mar-40 {
    margin-top: 40%
}

.border-bottom {
    border-bottom: 1px solid #1A237E !important
}

.timer span {
    font-size: 18px;
    font-weight: 400
}

body {
    color: #000;
    font-weight: 400
}

.footer .fcopy {
    padding: 25px 0 10px 0;
    font-size: 16px;
    border-top: 1px solid #1357ad !important;
    background-color: #1357ad !important
}

.footer .fcopy1 {
    padding: 10px 0 10px 0;
    font-size: 16px;
    background-color: #154e97 !important
}

.headIcon {
    position: absolute;
    right: 32px;
    cursor: pointer;
    z-index: 9999
}

.recordBtn:hover {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522
}

#title {
    margin: 0 auto;
    width: 75%;
    margin-bottom: 5px;
    border: 1px solid #c1c1c1;
    border-bottom: 3px solid #8e8c8c;
    color: #000;
    font-size: 14px !important
}

.mt-40 {
    margin-top: 40%
}

.rec-title {
    color: #000000 !important;
    font-size: 21px !important;
    font-weight: 500 !important
}

.mainList p {
    margin-bottom: 5px
}

.submit-btn {
    padding: 6px 8px !important;
    color: #fff !important;
    width: 130px;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 0
}

.recordBtn {
    background: #0059a3;
    width: 180px !important;
    color: #fff !important;
    margin: 0 auto !important;
    padding: 10px 0
}

.inputFocus {
    border-color: #f90000 !important
}

.dropdown-toggle {
    background: #fff0;
    padding: 0;
    color: #000;
    margin-left: auto;
    margin-top: -3px
}

.dropdown-toggle:hover {
    color: #0059a3 !important;
    background: transparent !important
}

.navbar-main .dropdown-toggle::after {
    margin-left: .1em;
    color: #0059a3 !important
}

.navbar-main .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: .2rem 0;
    margin-top: 0;
    border-width: 0;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    box-shadow: 0 0 10px #ccc
}

.navbar-main .dropdown-item {
    color: #000000 !important;
    padding: .5rem 1.5rem;
    cursor: pointer;
}

.navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
    text-decoration: none;
    background-color: #000000;
    color: #fff !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -56px
}

.userIcon {
    text-align: center
}

.userIcon i {
    font-size: 100px;
    color: #1357ad
}

.editBtn {
    font-size: 27px;
    color: #1357ad !important;
    background: #fff0;
    padding: 0
}

.editBtn:hover {
    font-size: 27px;
    color: #f26522 !important;
    background: #fff0;
    padding: 0
}

.editBtn:not(:disabled):not(.disabled):active,
.editBtn:not(:disabled):not(.disabled).active {
    color: #f26522 !important;
    background-color: #fff0;
    border-color: #fff0
}

.border-bottom {
    border-bottom: 1px solid #ccc
}

.profileCard {
    min-height: 60vh
}

.transLoader {
    border: 3px dotted #f26522;
    border-radius: 50%;
    border-top: 3px dotted #f26522;
    width: 20px;
    display: inline-flex;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
    top: 4px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.leftDiv {
    padding: 10px 20px;
    height: 72vh;
    box-shadow: 0 0 10px #ccc
}

#transScriptText {
    max-height: 68vh;
    overflow-y: auto;
    font-size: 22px !important
}

#eventType {
    width: 75% !important;
    border: 1px solid #c1c1c1 !important;
    border-bottom: 3px solid #8e8c8c !important;
    height: 43px;
    font-size: 14px !important;
    margin: 0 auto;
    color: #000 !important;
    letter-spacing: 1px;
    padding: 8px 15px !important
}

::placeholder {
    color: #000 !important;
    opacity: 1;
    font-size: 14px !important;
    font-weight: 400
}

.summaryText h3 {
    font-weight: 600;
    margin: 7px 0 2px
}

.summaryText p {
    max-height: 18vh;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 1px 1px 6px #ccc;
    border-radius: 3px;
    margin-bottom: 5px
}

.botIcon {
    bottom: 54px;
    right: 5px;
    position: fixed;
    z-index: 9999
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #046bc0 !important;
    < !-- background: -webkit-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
    -->background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 2em;
    justify-content: center;
    width: 4.5em
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none
}

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / .16), 0 2px 10px 0 rgb(0 0 0 / .12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center
}

.botIcon .Layout {
    -webkit-animation: appear 0.15s cubic-bezier(.25, .25, .5, 1.1);
    -ms-animation: appear 0.15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear 0.15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #3f51b5;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgb(0 0 0 / .1);
    box-sizing: content-box !important;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1), min-width 0.2s cubic-bezier(.25, .25, .5, 1), max-width 0.2s cubic-bezier(.25, .25, .5, 1), min-height 0.2s cubic-bezier(.25, .25, .5, 1), max-height 0.2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s;
    -ms-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1), min-width 0.2s cubic-bezier(.25, .25, .5, 1), max-width 0.2s cubic-bezier(.25, .25, .5, 1), min-height 0.2s cubic-bezier(.25, .25, .5, 1), max-height 0.2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s;
    transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1), min-width 0.2s cubic-bezier(.25, .25, .5, 1), max-width 0.2s cubic-bezier(.25, .25, .5, 1), min-height 0.2s cubic-bezier(.25, .25, .5, 1), max-height 0.2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s, color 50ms cubic-bezier(.25, .25, .5, 1) 0.15s;
    z-index: 999999999
}

.botIcon .Layout-open {
    border-radius: 10px;
    position: relative;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 340px;
    overflow: hidden;
    -webkit-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1.1), min-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-height 0.2s cubic-bezier(.25, .25, .5, 1.1), min-height 0.2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    -ms-transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1.1), min-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-height 0.2s cubic-bezier(.25, .25, .5, 1.1), min-height 0.2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right 0.1s cubic-bezier(.25, .25, .5, 1), bottom 0.1s cubic-bezier(.25, .25, .5, 1.1), min-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-width 0.2s cubic-bezier(.25, .25, .5, 1.1), max-height 0.2s cubic-bezier(.25, .25, .5, 1.1), min-height 0.2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    width: 100%
}

.botIcon .Layout-expand {
    display: none;
    height: 440px;
    max-height: 100vh;
    min-height: 300px;
    width: 340px
}

.showBotSubject.botIcon .Layout-expand {
    display: block
}

.botIcon .Layout-mobile {
    bottom: 10px
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px)
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #162e62;
    color: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 40px;
    padding-right: 80px
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein 0.15s 0.3s;
    -ms-animation: slidein 0.15s 0.3s;
    animation: slidein 0.15s 0.3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%
}

.botIcon .Input-blank .Input_field {
    max-height: 20px
}

.botIcon .Input_field {
    background-color: #fff0;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important
}

.botIcon .Input_button-emoji {
    right: 45px
}

.botIcon .Input_button {
    background-color: #fff0;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px
}

.botIcon .Input_button-send {
    right: 15px
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46
}

.Icon svg {
    height: auto;
    width: 100%
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.msg+.msg {
    margin-top: 15px
}

span.responsText {
    color: #000;
    display: inline-block;
    margin-left: 5px;
    background: #f0f7ff;
    line-height: 24px;
    font-size: 15px;
    vertical-align: top;
    max-width: calc(100% - 50px);
    padding: 3px 6px;
    border-radius: 7px
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 5px;
    background: #f1f1f1;
    padding: 3px 6px;
    border-radius: 7px
}

span.avtr {
    display: inline-block
}

span.avtr figure {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%
}

span.avtr i {
    background-color: #0f396e;
    border-radius: 50%;
    display: block;
    padding: 6px 7px;
    font-size: 17px
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (max-width:412px) {
    .botIcon .Layout-open {
        width: 250px
    }
}

#errorBox {
    margin: 0px !important;
    padding-left: 5px !important
}

.msgLoader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    position: absolute;
    z-index: 9999999;
    right: 8%;
    bottom: 37%;
    display: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.navbar-brand img {
    width: 180px
}

@media(max-width:990px) {
    .botIcon {
        bottom: 9%;
        right: 20px;
        position: fixed;
        z-index: 9999
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -162px
    }
    .mb-none {
        display: none
    }
}

.nuTitle {
    margin: 0 auto;
    width: 75%;
    font-size: 20px;
    line-height: 23px
}

.navSubTitle {
    font-size: 16px;
    font-weight: 400;
    color: #0059a3
}

.nuTitle .nu {
    color: #f26522
}

.nuTitle .scrib {
    color: #0059a3
}

.pb-20 {
    padding-bottom: 20px
}

.meetTitle {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px
}

.mb-0 {
    margin-bottom: 0px !important
}

.nuTitle {
    margin: 0 auto;
    width: 75%;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400
}

.card-big-shadow {
    max-width: 320px;
    position: relative
}

.coloured-cards .card {
    margin-top: 30px
}

.card[data-radius="none"] {
    border-radius: 10px
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgb(204 197 185 / .5);
    background-color: #FFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.card[data-background="image"] .title,
.card[data-background="image"] .stats,
.card[data-background="image"] .category,
.card[data-background="image"] .description,
.card[data-background="image"] .content,
.card[data-background="image"] .card-footer,
.card[data-background="image"] small,
.card[data-background="image"] .content a,
.card[data-background="color"] .title,
.card[data-background="color"] .stats,
.card[data-background="color"] .category,
.card[data-background="color"] .description,
.card[data-background="color"] .content,
.card[data-background="color"] .card-footer,
.card[data-background="color"] small,
.card[data-background="color"] .content a {
    color: #FFF
}

.card.card-just-text .content {
    padding: 20px 15px;
    text-align: center
}

.card .content {
    padding: 20px 20px 10px 20px
}

.card[data-color="blue"] .category {
    color: #000;
    margin-bottom: 10px
}

.card .category,
.card .label {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500
}

.card-big-shadow:before {
    background-image: url(http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

h4,
.h4 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2em
}

h6,
.h6 {
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase
}

.card .description {
    font-size: 16px;
    color: #66615b
}

.content-card {
    margin-top: 30px
}

a:hover,
a:focus {
    text-decoration: none
}

.card[data-color="blue"] {
    background: #fff
}

.card[data-color="blue"] .description {
    color: #000;
    line-height: 24px;
    text-align: center
}

.card[data-color="green"] {
    background: #d5e5a3
}

.card[data-color="green"] .description {
    color: #60773d
}

.card[data-color="green"] .category {
    color: #92ac56
}

.card[data-color="yellow"] {
    background: #ffe28c
}

.card[data-color="yellow"] .description {
    color: #b25825
}

.card[data-color="yellow"] .category {
    color: #d88715
}

.card[data-color="brown"] {
    background: #d6c1ab
}

.card[data-color="brown"] .description {
    color: #75442e
}

.card[data-color="brown"] .category {
    color: #a47e65
}

.card[data-color="purple"] {
    background: #baa9ba
}

.card[data-color="purple"] .description {
    color: #3a283d
}

.card[data-color="purple"] .category {
    color: #5a283d
}

.card[data-color="orange"] {
    background: #ff8f5e
}

.card[data-color="orange"] .description {
    color: #772510
}

.card[data-color="orange"] .category {
    color: #e95e37
}

.nuCards {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32vh;
    border: 1px solid #d8e2ee !important
}

.blueBg {
    background: #eeeeee96;
    padding: 30px 0
}

.nuCards i {
    color: #0059a3;
    font-size: 40px;
    padding-bottom: 10px
}

.pd-2 {
    padding: 2%
}

.pd-r-2 {
    padding-right: 2%
}

.pd-l-2 {
    padding-left: 2%
}

.pd-t-2 {
    padding-top: 2%
}

.pd-b-2 {
    padding-bottom: 2%
}

#accordion li {
    list-style: one
}

div[data-toggle="collapse"] {
    border-bottom: 1px solid #BBDEFB;
    width: 100%;
    cursor: pointer;
    padding: 1%;
    font-size: 18px
}

.collapse {
    background: transparent !important;
}

.bg-info {
    background-color: #046bc0 !important;
    border-radius: 10px
}

.bg-info h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    padding: 8px 0;
    margin: 0
}

.text-info {
    color: #046bc0 !important
}

.whyNuTitle {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%
}

.explore {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 20px
}

.exploreMore {
    padding: 12px 24px;
    border: 1px solid #b0b7bf;
    border-radius: 8px;
    color: #05080d;
    transition: all 0.25s ease-out
}

.exploreMore:hover {
    background: #e2eff9
}

.exploreSub {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0
}

.ptb-30 {
    padding: 50px 0
}

.login-with-google-btn {
    text-decoration: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 7px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    color: #1357ad;
    font-size: 15px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    border: 1px solid #1357ad
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgb(0 0 0 / .04), 0 2px 4px rgb(0 0 0 / .25)
}

.login-with-google-btn:active {
    background-color: #eee
}

.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgb(0 0 0 / .04), 0 2px 4px rgb(0 0 0 / .25), 0 0 0 3px #c8dafc
}

.contact-method.contact-form-area {
    padding: 45px;
    margin-top: 0
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 20px
}
.collapse {
    background: transparent !important;
}
.nav-link i {
    font-size: 17px !important;
}
@media(max-width:900px){
    .header-2 .navbar-main {
        background-color: #efefef !important;
    }
    .navbar-main .navbar {
        background: transparent !important;
    }
    .navbar-main ul {
        margin-top: 10px !important;
    }
        .contact-content-wrap {
            -webkit-box-shadow: 0 10px 60px 0 rgb(71 74 182 / 12%);
            box-shadow: 0 10px 60px 0 rgb(71 74 182 / 12%);
            margin-bottom: 20px;
            margin-top: 0 !important;
        }
}