/* @import url(https://zavoloklom.github.io/material-design-iconic-font/css/docs.md-iconic-font.min.css); */
p {
    margin-bottom: 15px;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-box {
    flex: 1;
}

.cta-button-wrapper.btn_left {
    justify-content: start;
}

.clients-image-wrapper.text_color {
    margin-bottom: 0rem;
    color: #788ca0;
    letter-spacing: 0.25px;
}

.mt-30 {
    margin-top: 20px;
}

.positions-info p {
    text-align: justify;
}

.cms-page-content.cms_page_width {
    width: 100% !important;
}

/* .button.payment_btn {
    margin-top: 29px;
} */
.footer-content-left.footer_grid {
    grid-template-columns: 2fr 1fr 1fr;
}

.contact-us-section {
    margin-bottom: 100px;
    padding-top: 115px;
    padding-bottom: 170px;
}

.contact-us-wrapper {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 40px;
    background-color: #fff5fc;
}

.contact-us-grid {
    grid-column-gap: 80px;
    -ms-grid-columns: 0.6fr 1fr;
    grid-template-columns: 0.6fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.contact-us-singel-wrapper {
    position: relative;
    margin-bottom: -100px;
}

.contact-us-heading-wrapper {
    margin-bottom: 30px;
}

.contact-us-title {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
}

.contact-us-paragraph-text {
    margin-bottom: 0px;
    color: #fff;
}

.contact-us-address-singel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-us-address-singel-wrapper.mb0 {
    margin-bottom: 0px;
}

.address-text-wrapper {
    margin-left: 25px;
}

.contact-heading {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.contact-info-text-block {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.contact-us-form-wrapper {
    padding: 40px 50px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.contact-us-form-singel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.contact-us-form-input-wrapper {
    width: 100%;
}

.contact-us-form-input-wrapper.mr20 {
    margin-right: 20px;
}

.contact-us-form-input-field-label {
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}

.contact-us-form-input {
    height: 64px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 25px;
    border-radius: 16px;
    color: #8f8f8f;
}

.contact-us-form-input::-webkit-input-placeholder {
    color: #8f8f8f;
}

.contact-us-form-input:-ms-input-placeholder {
    color: #8f8f8f;
}

.contact-us-form-input::-ms-input-placeholder {
    color: #8f8f8f;
}

.contact-us-form-input::placeholder {
    color: #8f8f8f;
}

.contact-us-form-textarea {
    margin-bottom: 40px;
}

.contact-us-textarea {
    min-height: 180px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-left: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
}

.contact-us-textarea::-webkit-input-placeholder {
    color: #8f8f8f;
}

.contact-us-textarea:-ms-input-placeholder {
    color: #8f8f8f;
}

.contact-us-textarea::-ms-input-placeholder {
    color: #8f8f8f;
}

.contact-us-textarea::placeholder {
    color: #8f8f8f;
}

.field-block {
    width: 50%;
}

.send-message-button {
    padding: 10px 42px;
    border-radius: 16px;
    background-color: transparent;
    background-image: linear-gradient(to right,
            #39218a 0%,
            #781a5e 30%,
            #781a5e 20%,
            #39218a 100%);
    /* background-image: linear-gradient(
        35deg,
        #9e11b5 15%,
        #ce168f 46%,
        #d1167e 84%,
        #e35f91
    ); */
    font-size: 20px;
    font-weight: 600;
}

.jcc {
    justify-content: center !important;
}

.blog-section-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
}

.mt5 {
    margin-top: 20px;
}

.text-center {
    text-align: center;
}

.contact-us-form.contact_form {
    width: 70%;
    margin: 0 auto;
}

.contact-us-section {
    padding-bottom: 80px;
}

.contact-us-wrapper {
    padding: 40px 20px;
}

.contact-us-title {
    font-size: 42px;
    line-height: 52px;
}

.contact-us-paragraph-text {
    font-size: 16px;
}

.contact-us-address-singel-wrapper {
    margin-bottom: 20px;
}

.address-image {
    width: 70px;
}

.address-text-wrapper {
    margin-left: 15px;
}

.contact-us-form-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px;
}

.contact-us-form-singel-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.contact-us-form-input-wrapper.mr20 {
    margin-right: 0px;
    margin-bottom: 20px;
}

.contact-us-form-input {
    height: 50px;
}

.contact-us-form-textarea {
    margin-bottom: 20px;
}

.contact-us-textarea {
    min-height: 130px;
    border-radius: 10px;
}

.send-message-button {
    font-size: 18px;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.contact-info-text-block.para_contact {
    max-width: 300px;
}

.contact_flex.flex-container {
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.home_image {
    width: 100%;
    height: max-content;
}

.payment_head {
    font-size: 2.8rem;
    line-height: 2.8rem;
}

.margin-large.home_instant {
    margin-bottom: 12px;
}

.button-secondary.btn_join {
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

.footer-bottom.footer_flex {
    justify-content: center !important;
}

.cms-page-component.cms_page_flex {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-content: center !important;
}

.footer_add {
    display: flex;
    gap: 12px;
}

.advantages-component.component_grid {
    align-items: start;
}

/* .button-secondary:hover {
    border-color:none !important;
    color:none !important;
}
a:hover {
 color: unset !important;
} */
.button-secondary:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.button-secondary {
    color: #fff !important;
}

a:hover {
    color: #fff !important;
}

.positions-info {
    width: 81% !important;
    margin-left: unset !important;
    padding-top: 12px;
}

.positions-list-item {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
}

.para_white {
    color: #fff !important;
    font-size: 30px;
}

.footer-top {
    margin-bottom: 70px;
}

.margin-small.recurring_payment p {
    padding-bottom: 20px;
}

.advantages-button-wrapper.ecc_btn {
    justify-content: center;
    margin: 0 auto;
}

.contact-us-form-block.contact_container {
    width: 50%;
    margin: 0 auto;
}

.testimonials-2-header-wrapper {
    width: 100%;
    max-width: 52rem !important;
}

/* .margin-xhuge {
    margin: 4rem !important;
}
.margin-huge {
    margin: 3rem !important;
} */
.w-webflow-badge {
    display: none !important;
}

.text-style-italic {
    font-style: unset;
}

#style_head h5 {
    color: #fff;
    font-size: 16px;
}

ul li {
    color: #fff;
}

.container-large.container_width {
    max-width: 100rem;
}

.mb-5 {
    margin-bottom: 15px;
}

#font_master .text-size-medium {
    font-size: 1rem;
}

#section_page h2 {
    font-size: 2.8rem;
}

#section_page p {
    font-size: 16px;
}

#section_page h3 {
    font-size: 2rem;
}

/* .flex-container.payment_container {
    max-width: 73rem;
    margin-top: 6rem;
} */

#home_page h2 {
    font-size: 2.8rem !important;
    line-height: 1.2;
}

#home_page p,
.footer-component p {
    font-size: 16px !important;
}

#home_page h3 {
    font-size: 2rem;
}

.margin-huge.mb-1 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 2.5rem;
}

.margin-huge.mb-2 {
    margin-bottom: 2rem !important;
}

.margin-huge.mt-2 {
    margin-top: 2rem !important;
}

.mt-4 {
    margin-top: 4.5rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

#test_para .font_test {
    font-size: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mb-2 {
    margin-top: 1rem !important;
}

#footer_para .team {
    font-size: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.footer-content-left.footer_flex {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    width: 100%;
}

.footer-links-col_one {
    flex: 25%;
}

.footer-links-col_two {
    flex: 25%;
}

.footer-links-col_three {
    flex: 25%;
}

.footer-links-col_four {
    flex: 25%;
}

.footer_grid_container {
    display: grid;
    grid-template-columns: 30% 10% 15% auto;
    gap: 30px;
    padding: 10px;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

/* @media only screen and (max-width: 991px) {
    .footer_grid_container {
        display: grid; */
/* grid-template-columns: 1fr 1fr 1fr 1fr; */
/* gap: 10px;
        padding: 10px;
        grid-row-gap: 20px;
        grid-template-rows: 2fr 2fr;
        grid-column-gap: 20px;
        align-content: center;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }
    
}*/

@media only screen and (min-width: 1024px) {
    .testimonials-slider-2-wrapper {
        height: 100%;
        min-height: 290px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .footer_grid_container {
        grid-template-columns: 1fr 1fr;
    }

    .who-we-are-component {
        display: flex;
        flex-direction: column-reverse;
    }

    /* .send-message-button.w-button {
        display: block;
    } */
    .main-hdr-btn {

        display: none;
    }

    .margin-xhuge.flex-box {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .footer_grid_container {
        grid-template-columns: 1fr;
    }

    .flex-container.payment_container {
        display: block;
    }

    .payment_container .payment_head {
        font-size: 24px !important;
    }

    #home_page h2 {
        font-size: 2.2rem !important;
    }
}

.styleguide-img {
    text-align: center;
}

.styleguide-img img {
    width: 128px;
    height: 128px;
    transform: rotateZ(12deg);
}

.cta-component.signup-bg {
    background-image: url(../images/sign-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.who-we-are-component p {
    font-size: 16px;
}

footer#footer_para .padding-vertical.padding-large.padding_bottom {
    padding-bottom: 0;
}

.address-flex {
    flex: 0 0 auto;
}

.nav-container .nav-button-wrapper {
    margin-left: initial;
    grid-column-gap: initial;
}

.nav-container nav.nav-menu.w-nav-menu a.nav-link.w-inline-block.w--current {
    color: #fff;
}

.blog-preview-meta-wrapper {
    justify-content: center;
}

.blog-preview-component .blog-preview-item.w-dyn-item {
    text-align: center;
}

#section-pages .blog-preview-meta-wrapper {
    padding-top: 20px;
}

#contact-scroll-sec .background-shape-3,
#contact-scroll-sec .background-shape-4,
#contact-scroll-sec .background-shape-5 {
    max-width: 30rem;
}

#contact-scroll-sec .background-shape-5 {
    top: 15rem;
}

/* .who-we-are-component {
    grid-row-gap: 10px;
} */

.plans-plan-wrapper {
    grid-row-gap: 1rem;
}

.about-us-header-content-wrapper {
    max-width: 55%;
}

.about-us-header-component p {
    font-size: 16px;
}

.styleguide-component {
    margin: 0;
}

.cms-page-content.policy-content {
    width: 100%;
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
}

.footer-top {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .cta-button-wrapper.btn_left {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    #section_page .contact_flex.flex-container {
        display: block;
    }

    #section_page .flex-box.w-60 {
        width: 100%;
    }

    #section_page .flex-box.w-40 {
        width: 100%;
    }

    .footer-link {
        margin-top: 1.5rem;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 469px) {
    .text-size-medium {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    #home_page p,
    .footer-component p {
        font-size: 16px !important;
        text-align: center;
    }

    .footer-link {
        margin-top: 1.5rem;
        font-size: 1.2rem;
    }

    #home_page h2 {
        font-size: 24px !important;
    }

    #test_para .font_test {
        font-size: 1.5rem !important;
        text-align: center !important;
    }
}

.btn_left.btn_position {
    /* justify-content: center; */
}

.fixed-positioning {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* cust chat box */
.fabs {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}

.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
    /* background: #42a5f5; */
    background-color: transparent;
    background-image: linear-gradient(to right,
            #39218a 0%,
            #781a5e 30%,
            #781a5e 20%,
            #39218a 100%);
}

.fab>i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
}

.fab:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

/* .fab(:last-child):active,
.fab(:last-child):focus,
.fab(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
} */

/*Chatbox*/

.chat {
    position: fixed;
    right: 85px;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    /* font-family: "Roboto"; */
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.chat_header {
    /* margin: 10px; */
    font-size: 13px;
    /* font-family: "Roboto"; */
    font-weight: 500;
    color: #f3f3f3;
    height: 55px;
    background: #7d0063;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}

.chat_header2 {
    /* margin: 10px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.chat_header .span {
    float: right;
}

.chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 0.5;
    /* padding: 20px; */
    margin: -10px 10px;
}

.chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    animation: zoomIn 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}

.is-hide {
    opacity: 0;
}

/* .chat_option {
    float: left;
    font-size: 15px;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: relative;
    margin-right: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
} */

/* .chat_option img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.21);
} */

.change_img img {
    width: 35px;
    margin: 0px 20px 0px 20px;
}

/* .chat_option .agent {
    font-size: 12px;
    font-weight: 300;
} */

/* .chat_option .online {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
} */

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.chat_body {
    background: #fff;
    width: 100%;

    display: inline-block;
    text-align: center;
    overflow-y: auto;
}

#chat_body {
    height: 450px;
}

.chat_login p,
.chat_body li,
p,
a,
ul {
    -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.chat_body p {
    padding: 20px;
    color: #888;
}

.chat_body a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px;
}

.chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    /* font-family: "Roboto"; */
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block;
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
    font-size: 13px;
    font-weight: 400;
}

.chat_category {
    text-align: left;
}

.chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
}

.chat_category ul li {
    width: 80%;
    height: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    color: #888;
    text-align: center;
}

.chat_category li:hover {
    background: #83c76d;
    color: #fff;
}

.chat_category li.active {
    background: #83c76d;
    color: #fff;
}

.tags {
    margin: 20px;
    bottom: 0px;
    display: block;
    width: 120%;
}

.tags li {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid rgb(3, 117, 208);
    margin: 5px;
    display: inline-block;
    color: rgb(3, 117, 208);
    cursor: pointer;
}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 999;
}

.fab_field a {
    display: inline-block;
    text-align: center;
}

#fab_camera {
    float: left;
    background: rgba(0, 0, 0, 0);
}

#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #bbb;
}

.fab_field .fab>i:hover {
    color: #42a5f5;
}

.chat_conversion {}

.chat_converse {
    position: relative;
    background: #fff;
    margin: 6px 0 0px 0;
    height: 300px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
    padding-bottom: 100px;
}

.chat_converse2 {
    height: 100%;
    max-height: 800px;
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 60%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    -webkit-animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    animation: zoomIn 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    clear: both;
    z-index: 999;
}

.status {
    margin: 45px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: 0.3;
}

.status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.3;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(0, 0, 0, 0.03);
    color: #666;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 20px;
    float: right;
    background: #42a5f5;
    color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, 0.4);
}

.chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px;
}

input {
    position: relative;
    width: 90%;
    /* font-family: "Roboto"; */
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.chat_form .get-notified input {
    margin: 2px 0 0 0;
    border: 1px solid #83c76d;
}

.chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px;
}

.chat_form .message_form {
    margin: 10px 0 0 0;
}

.chat_form .message_form input {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
}

.chat_form .message_form textarea {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 90%;
    /* font-family: "Roboto"; */
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.chat_form .message_form button {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    /* font-family: "Roboto"; */
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer;
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
}

/*Animation*/

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .chat {
        width: 250px;
    }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}

/*Color Options*/

.blue .fab {
    background: #42a5f5;
    color: #fff;
}

.blue .chat {
    background: #42a5f5;
    color: #999;
}

/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*animation effect*/

.ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #bbb;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #bbb;
}

@media (max-width: 340px) {
    .chat {
        right: 0;
        bottom: 110px;
        width: 100%;
    }
}

.zmdi-comment-outline:before {
    content: "";
    background-image: url("../images/comment.png");
    background-size: 24px;
    background-position: center;
    width: 55px;
    height: 55px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.zmdi-close:before {
    content: "";
    background-image: url("../images/close.png");
    background-size: 24px;
    background-position: center;
    width: 55px;
    height: 55px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.zmdi-camera:before {
    content: "";
    background-image: url("../images/camera.png");
    background-size: 18px;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.zmdi-mail-send:before {
    content: "";
    background-image: url("../images/send.png");
    background-size: 18px;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.section-pages-page {


    padding-top: 100px;
    /* padding-bottom: 100px; */
}

.text-style-lft {
    text-align: left;
}

.padng-btm {

    padding-bottom: 50px;
}

.w-richtext-txt h2 {

    font-size: 30px;
}

.w-richtext-txt p {

    font-size: 18px;
}

.text-align-left h4 {

    font-size: 30px;
}

.text-align-left p {

    font-size: 18px;
}

.cntct-btn {

    width: 100%;
}

.margin-xhuge {

    margin-top: 0px;
}

.w-richtext-pr-tx p {

    font-size: 18px;
}

.page-padding-padd {

    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
}

/* .main-wrapper {
    margin-top: 25px;
} */


.ecom-bg-cls {

    max-width: 22rem !important;
}

.freelan-bg-spc {

    max-width: 22rem !important;
}

.padd-dwn {

    padding-bottom: 50px;
}

.container-medium-md {

    /* max-width: 1200px !important; */
}

.page-padding-bottm {

    padding-bottom: 100px;
}

.main-abt-page {

    padding-top: 0px !important;
}

.ecom-txt {

    font-size: 16px;
}

.who-we-are-component-gp {
    grid-row-gap: 30px !important;
}

.home-1-header-component-mtmb {

    margin-top: 50px;
    margin-bottom: 50px;
}

.sss-sss {
    display: contents;
}

#contact-scroll-sec .background-shape-5 {
    top: -29px !important;
}

.page-padding-btms {

    padding-bottom: 50px;
}

.page-padding-sign {

    padding-top: 120px;
}

.bg-shpae-sign {

    max-width: 17rem !important;
}

.ng-shape-fr {

    max-width: 22rem !important;
}

.bg-thr-fr {

    max-width: 28rem !important;
}

.page-padding-signup {

    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-signuss-bg {


    max-width: 22rem;
}

.bg-signss-bg-3 {


    max-width: 35rem;
}

.page-padding-payut {

    padding-top: 100px;
}

.sfwr-ss-ss {

    margin: auto;
}

.sfwr-ss-ss-sss h3 {

    margin-top: 25px;
}

.page-padding-hme {

    padding-top: 50px;
}

.page-padding-btm {

    padding-bottom: 25px;
}

.page-padding-pns {

    padding-top: 50px;
    padding-bottom: 50px;
}

.page-padding-top {

    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
}

.padding-paymnt-tp {

    padding-top: 50px;
    padding-bottom: 50px;
}

.payment-pay {

    padding-top: 100px;
    padding-bottom: 50px;
}

.page-padding-utlty {

    padding-top: 50px;
    padding-bottom: 50px;
}

.page-free-page {

    padding-top: 50px;
    padding-bottom: 50px;
}

.page-pdng-btm {

    padding-bottom: 100px;
}

.page-padding-cntct {

    padding-top: 100px;
    padding-bottom: 100px;
}

.abt-img-fnt {

    font-size: 22px;
}

#name-2-error,
#full_name_error {


    margin-top: 10px;
}

#password-error,
#password_error1,
#password_error {

    margin-top: 10px;
}

#name-error {

    margin-top: 10px;
}

#email-error,
#email_error1 {

    margin-top: 10px;
}

#phone-error,
#phone_no_error,
#email_error {

    margin-top: 10px;
}

#subject-error {

    margin-top: 10px;
}

#field-error {

    margin-top: 10px;
}

#message-error {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {


    .w-40 {
        width: 100% !important;
        margin: auto;
    }

    .w-60 {
        width: 100% !important;
        margin: auto;

    }

    #section_page .contact_flex.flex-container {

        display: block;
    }

    .about-us-header-content-wrapper {
        max-width: 100% !important;
    }

    .nav-menu-button {
        padding: 5px 5px 5px 450px;
    }

    .page-padding-sign {
        padding-top: 60px;
    }

}


@media only screen and (max-width: 767px) {


    .main-bg {

        display: none;
    }

    .w-40 {
        width: 100%;
    }

    .page-padding-abt {

        padding-bottom: 100px;
    }

    .footer_add {
        display: flex;
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .w-60 {

        width: 100%;
    }

    .hdng-cc {

        text-align: center;
    }

    .mt-btm {

        margin-bottom: 55px;
    }

    .page-padding-pns {

        padding-top: 0px !important;
    }

    .contact-us-form-singel-wrapper-wrp {

        margin-top: 50px;
    }

    .padng-bt {

        padding-bottom: 10px;
    }

    .heading-large {

        margin-bottom: 25px;
    }

    .w-slider-arrow-left,
    .w-slider-arrow-right {

        top: 87%;
    }

    .adrs-img {

        width: 90px;
    }

    .flex-container {

        display: block;
    }

    .main-bx-img {

        margin-top: 50px;
    }

    .page-padding-hme-sss {

        /* padding-top: ; */
    }

    .main-btn {
        width: auto;
        margin: auto;
    }

    .testimonials-2-arrow-wrapper {
        left: auto;
        top: 73%;
        right: 35%;
    }

    .testimonials-2-arrow-wrapper {

        display: block;
    }

    .payment-paymnt {

        padding-top: 3rem !important;
    }

    .padding-paymnt-tp {

        padding-top: 0px !important;
    }

    /* .payment-pay-pay {
        padding-top: 30px !important;
    } */

    .page-padding-hme-sss {

        padding-top: 25px;
    }

    .page-padding-padd {

        padding-top: 3rem !important;
    }

    .page-padding-cntct {

        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .page-padding-sign {

        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .bg-thr-fr {

        max-width: 20rem !important;
    }

    .contact-us-form.contact_form {

        width: 100% !important;
    }

    .page-padding-payut {
        padding-top: 50px !important;
    }

    .page-padding-bottm {

        padding-bottom: 50px !important;

    }

    .contact-us-title {

        text-align: center;
        line-height: 28px !important;
    }

    .page-pdng-btm {

        padding-bottom: 50px !important;
    }

    .payment_head {

        line-height: 28px !important;
        text-align: center;
    }

    .footer-link {

        line-height: 20px;
        margin-top: 10px;
    }

    .margin-xsmall p {

        text-align: center;
    }

    .nav-menu-button {
        padding: 5px 5px 5px 350px;
    }

    .nav-component .nav-container {
        grid-row-gap: 0px;
        grid-column-gap: 0px;
    }

}

@media only screen and (max-width: 545px) {
    .nav-menu-button {
        padding: 0px;
        margin: 0 0 0 auto;
    }
}

@media only screen and (max-width: 360px) {


    .text-color-light p {

        font-size: 13px;
    }
}

.heading:hover {

    /* color: #39218a; */
}


.w-richtext-pr-tx p {

    text-align: justify;
}


@media only screen and (max-width: 280px) {

    .adrs-img {

        width: 125px;
    }

    /* .page-padding{

        padding-left: unset !important;
        padding-right: unset !important;
    } */
    .page-paddings {


        padding: 0 0px !important;
    }

    .styleguide-grid-1 {

        padding: 0 15px;
    }

    .faq-component {
        padding: 0 15px;
    }

    .heading-large p {

        padding: 0 15px !important;
    }

    .about-us-header-content-wrapper {

        padding: 0 15px;
    }
}

@media screen and (max-width: 479px) {
    .bg-signss-bg-3 {
        max-width: 15rem;
    }

    .contact-us-form-block.contact_container {
        width: 100%;
    }

    .sweet-alert h2 {
        font-size: 20px !important;
    }
}

.sweet-overlay {
    background-color: rgb(0 0 0 / 97%) !important;
}

label.error {
    color: red !important;
}

.pt_20 {
    padding: 20px;
}

.main-abt-page_1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}



/* Pushpam CSS */

.advantages-list-item .outerDiv {
    display: flex;
    align-items: center;
    gap: 20px;
}

.workflow-list-item .outerDiv {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section_pt {
    padding-top: 120px;
}

.section_pb {
    padding-bottom: 120px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-0 {
    margin-top: 0px !important;
}

.footer-component {
    padding-top: 80px;
}

@media screen and (max-width: 1024px) {
    .section_pt {
        padding-top: 60px;
    }

    .section_pb {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {

    .section_md_pt {
        padding-top: 0px;
    }

    .section_md_pb {
        padding-bottom: 0px;
    }

    .section_md_pb_80 {
        padding-bottom: 80px;
    }

    .who-we-are-content-wrapper {
        margin-bottom: 30px;
    }

    .carrer .who-we-are-content-wrapper {
        margin-bottom: 0px;
    }

    .advantages-heading-wrapper {
        margin-bottom: 30px;
    }

    .who-we-are-content-wrapper {
        text-align: center;
    }

    .footerOuterDiv {
        text-align: center;
    }

    .footer_grid_container {
        gap: 30px;
    }

    .footer-links-list {
        align-items: center;
    }

    .footer_add {
        justify-content: center;
    }

    .testimonials-2-header-wrapper .headerDiv {
        text-align: center;
    }

    /* .testimonials-2-arrow-wrapper.w-slider-arrow-left, .testimonials-2-arrow-wrapper.w-slider-arrow-right {
        position: relative;
    } */

    .testimonials-2-component .buttonContainer {
        display: flex;
    }

    .testimonials-2-arrow-wrapper.w-slider-arrow-left {
        margin: 0 auto;
        margin-top: 30px;
        bottom: -80px;
        top: auto;
        right: auto;
        left: 40%;
    }

    .testimonials-2-arrow-wrapper.w-slider-arrow-right {
        margin: 0 auto;
        margin-top: 30px;
        bottom: -80px;
        top: auto;
        left: auto;
        right: 40%;
    }

    .services-header-component {
        flex-direction: column-reverse;
    }

    .services-header-component .services-header-content-wrapper {
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }

    .paymentService .tab-item-layout-wrapper {
        grid-template-columns: 1fr;
    }

    .paymentService .tabs-content .contentDiv {
        text-align: center;
    }

    .tab-content-item #w-node-e3e7ffb6-bdbd-c7f7-c660-8c46c8d9f445-a7de29f7 {
        order: -1;
    }

    .about-us-header-content-wrapper {
        text-align: center;
    }

    .header-left-buttons-wrapper {
        justify-content: center;
    }

    .freelancingPage .bannerSection .contentDiv {
        text-align: center;
        margin-bottom: 30px;
    }

    .workflow-component {
        grid-template-columns: 1fr;
    }

    .workflow-list-item {
        text-align: center;
    }

    .workflow-list-item .outerDiv {
        flex-direction: column;
        gap: 0px;
    }

    .servicePage .sss-sss {
        display: flex;
        flex-direction: column;
    }

    .servicePage .sss-sss.tab2,
    .servicePage .sss-sss.tab4 {
        flex-direction: column-reverse;
    }

    .servicePage .who-we-are-component {
        display: flex;
        flex-direction: column;
    }

    .servicePage .who-we-are-content-wrapper {
        margin-bottom: 0px;
    }

    .contact-us-heading-wrapper {
        text-align: center;
    }

    .contact-us-address-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 60px;
    }

    .contact-us-address-singel-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .address-text-wrapper {
        text-align: center;
        margin-left: 0px;
    }

    .positions-info {
        width: auto !important;
        margin-right: 0rem;
        margin-left: 0rem;
        text-align: left;
    }

    .nav-dropdown-list {
        border: none !important;
        border-radius: 0px;
        padding-left: 25px;
    }

}

@media screen and (max-width: 767px) {

    .text-style-lft {
        text-align: center;
    }

    .section_pt {
        padding-top: 40px;
    }

    .section_pb {
        padding-bottom: 40px;
    }

    .advantages-list-item .outerDiv {
        flex-direction: column;
        gap: 0px;
    }

    .aboutUs .advantages-list-item {
        margin-bottom: 0px;
    }

    .positions-info {
        text-align: center;
    }

    .positions-item-header-content {
        text-align: center;
    }

    .testimonials-slider-wrapper .container-small p {
        margin-bottom: 30px;
    }

    .testimonials-2-arrow-wrapper.w-slider-arrow-left {
        left: 10%;
    }

    .testimonials-2-arrow-wrapper.w-slider-arrow-right {
        right: 10%;
    }

    .section_md_pb_80 {
        padding-bottom: 60px !important;
    }

    .aboutUsTestimonial .page-padding-abt {
        padding-bottom: 0px;
    }

    .faq-item-content p {
        text-align: left;
    }

    .abt-img-fnt {
        font-size: 16px;
    }

    .contact-us-form-input-wrapper {
        width: 100%;
    }
}