@import url(https://fonts.googleapis.com/css?family=Nunito:400,600|Poppins:400,500,600,700&amp;display=swap);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(themify-icons.css);
@import url(nice-select.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(aos.css);
@import url(slicknav.css);
@import url(slick.css);
@import url(jquery.animatedheadline.css);
@import url(boxicons.min.css);


/* provider hoempage new design css */

@font-face {
    font-family: 'fontawesome';
    src: url('/frontend/listeo-template/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/frontend/listeo-template/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('/frontend/listeo-template/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('/frontend/listeo-template/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('/frontend/listeo-template/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('/frontend/listeo-template/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary: #e85951;
    --secondary: #e87f73;
    --bg-color: #ebe9dd;
    --dark-bg: #8A7356;
    --white: #fff;
    --text-color: #8E8D8A;
    --text2-color: #717171;
    --black: #000;
    --link-color: #213343;
    --bg-secondary: #d7c4a4;
    --bg-ternoray: #8e8d89;
}

/* new header css start */

.provider-sticky-header {
    position: sticky;
    top: -60px;
    z-index: 999;
}

.provider-container {
    max-width: 1110px;
    margin-inline: auto;
    padding-inline: 15px;
    width: 100%;
}



.provider-header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(33, 51, 67, .12);
}

.fluid-header .provider-header .provider-container {
    width: 100% !important;
    max-width: 1370px;
    padding-inline: 15px;
    margin-inline: auto;
}

.topnavbar-row {
    padding-block: 16px;
}

.submenu-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: .4s ease all;
    color: var(--link-color);
    font-size: 12px;
    color: var(--link-color);
}

.submenu-main+.submenu li button {
    border: 0;
    background: transparent;
    width: 100%;
    cursor: pointer;
    outline: 0;
    padding: 0;
    transition: .4s ease all;
    font-size: 14px;
    color: var(--link-color);
    font-weight: 600;
    text-align: left;

}

.submenu-main+.submenu {
    background: #fff;
    border: 1px solid var(--secondary);
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -10px;
    top: 40px;
    z-index: 9;
    transition: .4s ease all;
    text-align: left;
    width: max-content;
}

.lang-menu .submenu-main+.submenu {
    left: -10px;
    right: auto;
}






.submenu-main+.submenu li:not(:last-child) {
    margin-bottom: 8px;
}

.submenu-main+.submenu li button:hover {
    color: var(--secondary) !important;
    text-decoration: underline;
    background-color: transparent !important;

}

.submenu-main+.submenu:before {
    content: "";
    position: absolute;
    right: 20px;
    top: -10.5px;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-top-right-radius: 4px;
    border-color: var(--secondary) var(--secondary) transparent transparent;
    background: #fff;
    transform: rotate(-45deg);
}

.lang-menu .submenu-main+.submenu::before {
    left: 20px;
    right: auto;
}

.has-dropdown {
    position: relative;
}



.top-nav {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.top-nav li a {
    color: var(--link-color);
    transition: .4s ease all;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 600;
}

.top-nav li a span,
.top-nav li span {
    font-weight: 600;
}



.main-nav-row {
    padding-block: 16px;
}

.provider-header .main-menu {
    padding: 0;
    gap: 28px;
}

.provider-header .main-menu li a {
    font-size: 16px !important;
    line-height: 28px;
    color: var(--link-color);
    transition: .4s ease all;
    font-weight: 600;
}

.provider-header .main-menu li span {
    font-weight: 600;
}

.provider-header .main-menu li .logo {
    max-width: 100px;
    height: auto;
}

.provider-header .main-menu li .logo img {
    max-width: 100%;
    height: auto;
}

.provider-header .main-menu li:first-child {
    padding-right: 28px;
}

.provider-header .main-menu .submenu-main {
    font-size: 16px;
    line-height: 28px;
}




.menu-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}

.ctm-primary-btn {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 28px;
    background: var(--primary);
    color: var(--white);
    transition: .4s ease all;
    display: inline-block;
}

.ctm-primary-btn.lg-btn {
    padding: 12px 24px;
}

.ctm-primary-btn:hover {
    color: var(--white);
    background: hsl(3 77% 56% / 1);
}

.ctm-primary-btn.outline {
    background: var(--white);
    color: var(--primary);
    border-color: var(--primary);
}

.ctm-primary-btn.outline:hover {
    background: rgb(232 89 81 / 10%);
    color: var(--primary);
}

/* main homepage css start */

.sec-space-y {
    padding-block: 64px;
}

.placidway-intro-sec {
    background: var(--bg-color);
}

.placidway-intro-sec.press-release-intro {
    background-color: #f8f9fa;
}

.placidway-intro-sec .placidway-intro-block h3 {
    font-size: 14px !important;
    line-height: 22px;
    color: var(--link-color);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.placidway-intro-block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 16px 0 0;
    color: var(--link-color);
}

.placidway-intro-sec .placidway-intro-block h1 {
    font-size: 60px !important;
    line-height: 70px;
    color: var(--link-color);
}

.intro-buttons-row {
    gap: 16px;
    margin-top: 16px;
}

.intro-buttons-row .ctm-primary-btn {
    font-size: 18px;
    line-height: 32px;
    padding: 16px 40px;
}

.placidway-intro-block {
    padding: 32px 0;
}

.intro-img-block {
    display: flex;
    justify-content: flex-start;
}

.intro-img-block img {
    max-width: 630px;
    height: auto;
    position: absolute;
    right: -130px;
}

.slider-reset {
    display: none;
}

.slider-reset.slick-slider {
    display: block;
}

.brands-inner-content {
    padding-block: 40px;
    text-align: center;
}

.prvider-home-main .brands-inner-content p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    color: var(--link-color);
}

.brands-slider {
    padding-inline: 75px;
}

.brands-slider .partner-card,
.brands-cards .partner-card {
    max-width: 100%;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px #00000047;
    margin: 4px 0;
    border-radius: 8px;
    padding: 5px;
}

.brands-slider .partner-card img,
.brands-slider .partner-card a,
.brands-cards .partner-card img,
.brands-cards .partner-card a {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.brands-cards {
    gap: 8px;
}

.brands-cards .partner-card {
    max-width: 90px;
    height: 90px;
}

.what-placidway-content .ctm-primary-btn.outline:hover {
    color: var(--white);
}

.brands-slider .slick-slide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.brands-slider .slick-arrow {
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: .4s ease all;
    background-color: transparent;
    z-index: 9;
    margin: 0 !important;
}

.brands-slider .slick-arrow:before {
    display: none;
}

.brands-slider .slick-arrow i {
    font-size: 24px;
    color: var(--link-color);
}

.brands-slider .slick-arrow:hover {
    background-color: #2133431f;
}

.brands-slider .slick-arrow.slick-next {
    right: 0;
    padding-left: 4px;
}

.brands-slider .slick-arrow.slick-prev {
    left: 0;
    padding-right: 4px;
}

.what-placidway-sec {
    background-color: var(--bg-ternoray);
}

.what-placidway-video-block {
    max-width: 100%;
    height: 316px;
}

.what-placidway-video-block iframe {
    max-width: 100%;
    height: 100%;
}

.provider-sec-header h2 {
    text-align: center;
    font-size: 32px !important;
    line-height: 44px;
    font-weight: 700;
    color: var(--link-color);
    margin-bottom: 16px;
}

.provider-sec-header.left h2 {
    text-align: left;
}

.prvider-home-main p {
    font-size: 16px;
    line-height: 26px;
    color: var(--link-color);
    margin-bottom: 10px;
    font-weight: 400;
}

.wht-row-btns {
    gap: 16px;
}

.what-placidway-content p {
    margin-bottom: 20px;
    color: var(--white);
}

.what-placidway-content .provider-sec-header.left h2 {
    color: var(--white);
}

.product-spotlight-sec {
    padding-block: 24px;
    background: var(--bg-secondary);
}

.spotlight-desc {
    max-width: 860px;
}

.spotlight-desc h3 {
    color: var(--link-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}

.spotlight-desc p {
    margin-bottom: 0;
    font-weight: 400;
}

.why-partners-sec {
    background: var(--bg-ternoray);
}

.why-partners-sec .provider-sec-header h2 {
    color: var(--white);
}

.why-partners-card {
    text-align: center;
}

.why-partners-card .icon-block i {
    font-size: 34px;
    color: var(--white);
}

.why-partners-card .title {
    font-size: 18px;
    color: var(--white);
}

.why-partners-card .icon-block {
    margin-bottom: 10px;
}

.why-partners-card p {
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
}

.why-partners-sec .provider-sec-header h2 {
    margin-bottom: 35px;
}

.solutions-card {
    border: 1px solid #dbe4ed;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}


.solutions-card .img-block {
    max-width: 100%;
    height: 273px;
    overflow: hidden;
    background: #f5f5f5;
}

.solutions-card .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.solutions-card .desc-block {
    padding: 24px;
    min-height: 269px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solutions-card .desc-block h5 {
    font-size: 18px;
    line-height: 28px;
    color: var(--link-color);
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.solutions-card .desc-block p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* services section css */

.services-sec {
    background-color: var(--bg-color);
}

.intro-inner-block {
    max-width: 920px;
    margin-inline: auto;
}

.intro-inner-block .service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    position: relative;
}

.intro-inner-block .service-icon svg {
    max-width: 45px;
    width: 100%;
    height: 45px;
}

.intro-inner-block .service-icon h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--link-color);
    margin-bottom: 0;
}

.intro-inner-block .services-row {
    justify-content: space-between !important;
    margin-bottom: 30px;
}

.intro-inner-block .service-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    border: 2px dashed var(--primary);
    top: 22px;
    left: 93%;
    border-radius: 100px;
}

.intro-inner-block .service-icon svg path {
    fill: var(--primary);
}

.intro-inner-block .services-row .service-icon:last-child:before {
    display: none;
}

.services-img-block {
    margin-bottom: 30px;
}

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

.services-content h5 {
    color: var(--link-color);
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.services-content p {
    margin-bottom: 30px;
    color: var(--link-color);
}

.services-content {
    margin-bottom: 50px;
}

.services-card {
    background: var(--white);
    padding: 32px;
    border-radius: 8px;
    transition: .4s ease all;
    margin-bottom: 30px;
}


.services-card:hover,
.services-combine-card:hover {
    background: #eaf0f6;
    transform: scale(1.014);
    box-shadow: 0 0 0 1px transparent;
}


.services-card .title-icon-block {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    margin-top: 10px;
}

.services-card .title-icon-block h3 {
    font-size: 24px;
    color: var(--link-color);
    margin: 0;
}

.services-card .title-icon-block .card-icon svg {
    width: 24px;
    height: 24px;
}

.services-card .title-icon-block .card-icon svg path {
    fill: var(--primary);
}

.services-card .desc {
    min-height: 130px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dbe4ed;
}

.packages.services-card .desc {
    min-height: 110px;
}

.packages.services-card .desc p {
    text-align: left !important;
}

.services-card .desc p {
    font-size: 14px;
    line-height: 24px;
}

.services-card .title-icon-block .card-icon {
    display: flex;
}

.services-card .popular-features-block {
    margin-top: 20px;
    min-height: 208px;
}

.services-card .popular-features-block .pop-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--link-color);
    margin-bottom: 25px;
}

.services-card .feadtures-items li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
}

.services-card .feadtures-items li:not(:last-child) {
    margin-bottom: 10px;
}

.services-card .feadtures-items li svg {
    max-width: 20px;
    height: 20px;
    min-width: 20px;
}


.services-card .feadtures-items li svg path {
    fill: var(--primary);
}

.services-card .feadtures-items {
    margin-bottom: 25px;
    padding-left: 0;
}

.services-card .services-card .desc p {
    font-size: 14px;
    line-height: 24px;
}

.services-combine-card {
    background: var(--white);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    transition: .4s ease all;
}

.services-combine-card .service-icon svg {
    max-width: 45px;
    width: 100%;
    height: 45px;
}

.services-combine-card .service-icon {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 33.333%;
}

.services-combine-card .service-icon h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--link-color);
    margin-bottom: 0;
}

.services-combine-card .services-row {
    gap: 55px 0;
    padding-left: 20px;
}

.services-combine-card .service-icon svg path {
    fill: var(--primary);
}

.services-combine-card .services-combine-content>h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    color: var(--link-color);
}

.services-combine-card .services-combine-content>p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

.how-do-start-sec {
    background: var(--link-color);
}

.provider-sec-header.white h2 {
    color: var(--white);
}

.how-do-start-sec .provider-sec-header h2 {
    margin-bottom: 40px;
}

.how-start-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.how-start-card .icon-block {
    max-width: 90px;
    margin-inline: auto;
}

.how-start-card .title-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.how-start-card .title-block .no {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 100px;
    font-size: 26px;
    color: var(--link-color);
    font-weight: bold;
}

.how-start-card .title-block h4 {
    color: var(--white);
    font-size: 20px;
}

.how-start-card p {
    color: var(--white);
    margin-top: 5px;
}

.what-placidway-content.whats-new .provider-sec-header h2 {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 30px;
}

.what-placidway-content.whats-new p {
    margin-bottom: 35px;
}

.providers-result-sec {
    background-color: var(--link-color);
}

.providers-result-sec.primary-bg {
    background-color: var(--bg-color);
}

.provider-result-card {
    background-color: var(--white);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.provider-result-card .icon-block {
    max-width: 100px;
    margin-bottom: 25px;
}

.provider-result-card h3 {
    color: var(--link-color);
    font-size: 24px;
    line-height: 32px;
}

.provider-result-card p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.results-bottom-desc {
    margin: 0 0 25px;
}

.results-bottom-desc h3 {
    margin-bottom: 0;
    text-align: center;
    color: var(--white);
    font-size: 22px;
    line-height: 32px;
}

.roi-btn-container .ctm-primary-btn {
    background-color: var(--white);
    color: var(--link-color);
}

.roi-btn-container .ctm-primary-btn:hover {
    background: var(--primary);
    color: var(--white);
}

.grow-img-block {
    max-width: 340px;
    margin-left: auto;
}

body main section .grow-ctas-block h3 {
    color: var(--link-color);
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 32px;
    margin: 0 0 10px !important;
}

.spotlight-row {
    gap: 30px;
}

/* solutions detail page css start */

.custom-breadcrumb-provider {
    padding-top: 15px;
}

.ctm-breadcrumb {
    background: var(--bg-color);
}

.custom-breadcrumb-provider ol li {
    font-size: 16px;
    font-weight: 500;
    color: hsl(3 77% 56% / 1);
}

.custom-breadcrumb-provider ol li a {
    color: var(--primary);
    text-decoration: underline;
}

.custom-breadcrumb-provider ol li a:hover {
    color: hsl(3 77% 56% / 1);
}

.custom-breadcrumb-provider ol li.breadcrumb-item.active {
    color: var(--link-color);
}

.custom-breadcrumb-provider ol .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #213343b8;
}

.solutions-welcome-sec {
    background-color: var(--bg-color);
}

.solutions-welcome-sec .sol-welcome-img-block {
    max-width: 100%;

}

.solutions-welcome-sec .sol-welc-sec-desc {
    padding-left: 35px;
}

.solutions-welcome-sec .sol-welc-sec-desc h1 {
    color: var(--link-color) !important;
}

.solutions-welcome-sec .sol-welc-sec-desc p {
    font-size: 16px;
    color: var(--text2-color) !important;
    font-weight: 400;
}

.welcome-accordion-block {
    margin-top: 30px;
}

.welcom-acc-card {
    background: #fff;
    border: 1px solid #d3d3d3ed;
    border-radius: 4px;
}

.welcom-acc-card .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 16px;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600 !important;
    color: var(--link-color);
}

.welcom-acc-card .btn span {
    font-weight: 600;
}

.welcom-acc-card .btn[aria-expanded="true"] .fa-plus {
    display: none;
}

.welcom-acc-card .btn[aria-expanded="true"] .fa-minus {
    display: inline-block;
}

.welcom-acc-card .btn[aria-expanded="false"] .fa-plus {
    display: inline-block;
}

.welcom-acc-card .btn[aria-expanded="false"] .fa-minus {
    display: none;
}

.welcom-acc-card .btn i {
    color: var(--primary);
}

.welcom-acc-card .accordtion-data .acc-inner {
    padding: 10px 16px;
}

.welcom-acc-card .accordtion-data h4 {
    font-size: 16px;
    line-height: normal;
    color: var(--link-color);
    margin-bottom: 14px;
}

.welcom-acc-card .accordtion-data {
    font-size: 14px;
    line-height: normal;
    color: var(--text-color);
}

.welcom-acc-card .accordtion-data p {
    font-size: 14px !important;
    margin: 0;
    font-weight: 400;
    color: var(--text2-color);
}

.welcom-acc-card .accordtion-data p strong {
    font-weight: 600;
}

.welcom-acc-card .accordtion-data p a {
    color: var(--primary);
    transition: .4s ease all;
}

.welcom-acc-card .accordtion-data p a:hover {
    text-decoration: underline;
}

.welcom-acc-card .accordtion-data p a strong {
    font-weight: 400;
}

.ctm-dt-sec-header p {
    text-align: center;
    color: var(--link-color);
    margin-top: -10px;
    margin-bottom: 30px;
}

.welcome-accordion-block .accordion .welcom-acc-card:not(:last-child) {
    margin-bottom: 10px;
}

.welcom-acc-card .accordtion-data ul li {
    font-size: 14px !important;
    font-weight: 400;
    color: var(--text2-color);
}

.welcom-acc-card .accordtion-data ul li:not(:last-child) {
    margin-bottom: 10px;
}

.welcom-acc-card .accordtion-data ul li strong {
    font-weight: 600;
    color: var(--link-color);
}

.sergions-card {
    position: relative;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: #d3d3d32e;
    border: 1px solid #eee;
}

.sergions-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sergions-card .title a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px;
}


.sergions-card .title {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #00000045;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease all;
}

.sergions-card:hover .title {
    opacity: 1;
    visibility: visible;
}

.ctm-dt-sec-header h2 {
    font-size: 28px !important;
    line-height: 40px;
    font-weight: 700;
    color: var(--link-color);
    margin-bottom: 30px;
    text-align: center;
}

.ctm-dt-sec-header.white h2 {
    color: #fff;
}

.ctm-dt-sec-header.left h2 {
    text-align: left;
}

.grow-practice-sec {
    background-color: var(--bg-color);
}

.practice-content-block h3 {
    font-size: 24px;
    color: var(--link-color);
}

.practice-content-block h3 {
    font-size: 24px;
    color: var(--link-color);
    margin-bottom: 25px;
}

.practice-content-block p {
    font-size: 16px;
    color: var(--text2-color);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.practice-content-block p:last-child {
    margin-bottom: 0;
}

.practice-bottom-card h4 {
    font-size: 20px;
    color: var(--link-color);
}

.audio-desc-link {
    text-decoration: underline;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.practice-bottom-card {
    margin-top: 35px;
}

.practice-bottom-card p {
    margin-bottom: 0;
}

.sol-challeng-desc h3 {
    color: var(--link-color);
    margin-bottom: 20px;
}

.sol-challeng-desc .learn-more-link {
    color: var(--primary);
    text-decoration: underline;
    transition: .4s ease all;
}

.sol-challeng-desc .learn-more-link:hover {
    color: var(--secondary);
}

.benefits-card {
    background: var(--bg-color);
    border-radius: 8px;
    margin-bottom: 30px;
    transition: .4s ease all;
}

.benefits-card a {
    display: inline-block;
    padding: 16px;
}

.benefits-card p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.benefits-card h6 {
    text-decoration: underline;
    color: var(--secondary);
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}

.benefits-card:hover {
    box-shadow: 0 3px .5px var(--secondary);
}

.faqs-sec {
    background-color: var(--bg-color);
}

.faqs-accordion-block .welcom-acc-card {
    margin-bottom: 15px;
}

.faqs-accordion-block .welcom-acc-card .btn {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.faqs-accordion-block .welcom-acc-card .btn i {
    font-size: 16px;
    transform: rotate(-90deg);
    transition: .4s ease all;
}

.welcom-acc-card .btn span {
    white-space: normal;
}

.faqs-accordion-block .welcom-acc-card .btn[aria-expanded="true"] i {
    transform: rotate(0);
}

.welcom-acc-card .accordtion-data>* {
    padding-inline: 15px;
    padding-block: 10px;
}

.doctors-slider {
    display: none;
}

.doctors-slider.slick-slider {
    display: block;
}

/* centers cards css */

.exp-card {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #d8d8d8;
    border-radius: 0;
    transition: .4s ease all;
}

.exp-card .img-container {
    margin-bottom: 6px;
    overflow: hidden;
    box-shadow: 0 0 14px #00000008;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-card .img-container picture {
    height: inherit;
}

.exp-card .title-price-row {
    display: flex;
    flex-direction: column;

    padding: 0 15px 3px;
}

.exp-card-link {
    display: block;
    width: 100%;
    height: 100%;
}

.exp-card-link:hover {
    text-decoration: none;
}

.exp-card .title-price-row h4 {
    margin-bottom: 5px;
}

.exp-card .title-price-row h4,
.exp-card .title-price-row h4 a {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #555;
    margin-top: 0;
}

.exp-card .title-price-row h4.center-name {
    -webkit-line-clamp: 1;
    min-height: 20px;
    color: var(--secondary-color) !important;
    font-size: 14px;
}

.exp-card .price small {
    font-style: italic;
    font-size: 12px;
}

.exp-card .price .experience-price {
    font-size: 16px !important;
}


.exp-card .img-container img {
    transition: .4s ease all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.exp-card .price {
    display: inline-flex;
    gap: 5px;
    min-height: 30px;
}

.exp-card-col a:hover,
.exp-card-col a:focus {
    text-decoration: none !important;
}

.exp-card .price span {
    font-size: 20px !important;
    color: #e98074 !important;
    line-height: normal;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.exp-card .price small {
    font-size: 12px;
    color: #777 !important;
    font-weight: 600;
}

.exp-card .price p {
    margin: 0;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.exp-card .price:empty {
    display: none;
}


.exp-card .img-container a {
    width: 100%;
    height: 100%;
}

.exp-card:hover .img-container img {
    transform: scale(1.1) rotate(5deg);
}

.exp-card .exp-loc {
    color: #717171;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px !important;
    display: inline-flex;
    align-items: center;
    padding: 3px 10px 8px;
    margin-inline: -10px;
    line-height: 16px;

}

.exp-card .exp-votecount {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    color: #E98074;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.exp-card .exp-votecount span {
    color: #E98074 !important;
}

.exp-card .exp-votecount i {
    font-size: 22px;
}

.loc-vote-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exp-card .exp-votecount span {
    font-size: 14px !important;
    display: inline-block;
    line-height: 18px;
}

.exp-card .exp-votecount svg {
    font-size: 20px;
    height: 20px;
}

.exp-card .dr-speciality {
    list-style-type: none;
    padding-left: 0;
}

.exp-card .dr-speciality li {
    background: #e85a4f1c;
    padding: 2px 7px;
    border-radius: 15px;
    color: var(--primary-color);
    text-align: left;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18.25px;
    display: inline-block;
    margin-top: 5px;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.exp-card .dr-speciality li:nth-child(even) {
    color: #fff;
    background: #d8c3a5b5;
}

.exp-card .ctm-star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.exp-card .star-rating {
    display: inline-block;
    text-align: right;
    font-size: 17px;
}

.exp-card .star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative;
}

.exp-card .star-rating .star:before {
    font-family: FontAwesome;
    content: "\f005";
    display: block;
    color: #ffc600;
}

.exp-card .ctm-star-rating .rating-count a {
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    outline: 0;
    border: 0;

}

.learning-dt-main {
    background-color: #f4f3f4;
}

.learning-dt-main .breadcrumb {
    background-color: transparent;
    padding: 25px 0 18px;
}

.learning-dt-main .custom-breadcrumb ol li a {
    color: #e85951 !important;
}

.learning-dt-main .custom-breadcrumb ol li a:hover {
    text-decoration: underline;
}

.dt-box-style {
    padding: 15px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.learning-dt-main .blog-info-link {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-left: 20px;
}

.learning-dt-main .feature-img.banner-img {
    margin: 0;
}

.dt-sidebar .widget_title {
    margin: -15px -15px 15px;
}

.dt-sidebar .recent-post-card {
    margin-inline: 0;
}

.learning-dt-main .article-content-ctm {
    padding-bottom: 30px;
}

.dt-heading-sec h1 {
    font-size: 30px !important;
    line-height: normal;
}

.toc-aside {
    margin-bottom: 20px;
}

.toc-aside h3 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: normal;
    color: #222;
}

.toc-aside ul {
    padding-left: 5px;
    height: 120px;
    overflow-y: auto;
    list-style-type: disc;
}

.toc-aside ul li {
    color: #717171;
    line-height: normal;

}

.toc-aside ul li a {
    color: #717171;
    transition: .4s ease all;
    font-size: 14px;
    font-weight: 400;
}

.toc-aside ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.toc-aside ul li:not(:last-child) {
    margin-bottom: 5px
}

.ctm-load-more-article.primary_btn {
    border-radius: 8px;
    margin-inline: auto;
    display: block;
}

.marketing-intro-sec {
    padding-block: 25px;

}

.marketing-intro-sec h1,
.marketing-intro-sec p {
    color: var(--link-color);
}



.packages.services-card.marketing .title-icon-block {
    text-align: left;
}

.services-card.packages .desc p {
    color: #777;
    text-align: left;
}

.services-card.packages .center-block p {
    color: #777 !important;
}

.services-card.packages .center-block {
    text-align: left !important;
    padding-block: 10px !important;
}

.services-card.packages .feadtures-items li:not(:last-child) {
    margin-bottom: 5px;
}

.services-card.packages .ctm-compare-btn {
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    border: 1px solid #ddd;
    color: #213343;
    transition: .4s ease all;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.services-card.packages:hover {
    background: #fff;
}

.services-card.packages .ctm-compare-btn:hover {
    background: #213343;
    color: #fff;
}

.services-card.packages .center-block h3 {
    font-weight: 700;
}

.services-card.marketing.packages.most-p {
    border: 4px solid #ffc107;
}
.services-card.marketing.packages.most-p.search-card {
    border: 2px solid #222;
}

.services-card.marketing.packages.most-p.search-card .most-badge {
    background-color: #222;
}

.services-card.marketing {
    padding: 15px;
    border-radius: 14px;
}

.services-card.marketing .most-badge {
    background: #e85951;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    font-size: 14px;
}

.services-card.marketing .title-icon-block {
    gap: 6px;
    text-align: center;
    margin-top: 0;
    align-items: flex-start;
}


.services-card.marketing .title-icon-block h3 {
    font-size: 18px;
}

.services-card.marketing .desc p {
    font-size: 12px;
    line-height: 18px;
    color: #d7ab8c;
    text-align: center;
    font-weight: 400;
}

.services-card.marketing .desc p strong {
    font-weight: 700;
}

.services-card.marketing .center-block h3,
.services-card.marketing .center-block p {
    color: #e85951;
    margin: 0;
}

.services-card.marketing .center-block p {
    font-size: 12px;
}

.services-card.marketing .center-block h3 {
    font-size: 16px;
    font-weight: 800 !important;
    margin-bottom: 0;
}

.services-card.marketing .center-block {
    padding-block: 15px;
    border-bottom: 1px solid #dbe4ed;
    text-align: center;
}

.marketing.services-card .popular-features-block .pop-title {
    color: #985b20;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.services-card.marketing .popular-features-block {
    margin-top: 14px;
}

.services-card.marketing .feadtures-items li .redline {
    color: #e74d45;
    font-weight: 600;
}

.services-card.marketing .popular-features-block p {
    font-size: 13px;
    color: var(--link-color);
    line-height: 20px;
}


.services-card.marketing .feadtures-items {
    margin-bottom: 15px;
}

.services-card.marketing .feadtures-items li svg {
    max-width: 14px;
    height: 14px;
    min-width: 14px;
}

.services-card.marketing .feadtures-items li {
    gap: 7px;
}

.services-card .feadtures-items li a {
    color: #555;
    text-decoration: underline;
    font-weight: 400;
}

.marketing-content-block ul li {
    color: #fff;
}

.marketing-content-block.bg-white-sec ul li {
    color: var(--link-color);
}

.marketing-content-block ul {
    padding-left: 25px;
    list-style-type: disc;
}

.what-placidway-content.whats-new.marketing-content-block p {
    margin-bottom: 15px;
}

.what-placidway-content.whats-new.marketing-content-block strong {
    font-weight: 600;
}

.what-placidway-content.whats-new.marketing-content-block p,
.what-placidway-content.whats-new.marketing-content-block ul li,
.what-placidway-content.whats-new.marketing-content-block ul li a {
    font-weight: 300;
}

.what-placidway-content.whats-new.marketing-content-block ul {
    margin-bottom: 15px;
}

.marketing-content-block ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

.marketing-content-block.bg-white-sec ul li a,
.marketing-content-block.bg-white-sec p,
.marketing-content-block.bg-white-sec h2 {
    color: var(--link-color) !important;
}

.marketing-content-block ul li:not(:last-child) {
    margin-bottom: 10px;
}

.ctm-img-block.img-block {
    height: 320px;
    margin-bottom: 30px;
}


.cost-waiting-sec {
    background-color: var(--bg-color);
}

.cost-desc strong {
    font-weight: 600;
}

.cost-desc p,
.cost-desc ul li {
    font-weight: 300;
    color: var(--link-color);
}

.cost-desc ul {
    padding-left: 25px;
    list-style: disc;
}

.cost-desc ul li:not(:last-child) {
    margin-bottom: 10px;
}


.grow-ctas-block p {
    color: var(--link-color);
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

.grow-ctas-block p strong {
    font-weight: 700;
}

.grow-ctas-block .wht-row-btns {
    margin-top: 30px;
}

.services-card.marketing {
    position: relative;
}

body main section .about-title-img-row h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 16px !important;
}

.translation-box span {
    color: #555 !important;
    font-size: 14px !important;
}

.translation-box .lang-flag-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: var(--secondary);

}

.learning-dt-main .blog-info-link.dt-breadcrumb li::after {
    display: none;
}

.learning-dt-main .blog-info-link.dt-breadcrumb {
    display: flex;
    gap: 15px;
    padding-left: 0;
}

.learning-dt-main .blog-info-link.dt-breadcrumb li {
    list-style-type: none
}

.send_2fa_code_cont h5 {
    color: #222;
    margin-bottom: 16px;
}

.labels-block {
    width: fit-content;
    margin: 0 auto;
}

.labels-block .label-bar {
    text-align: left;
}

.labels-block .label-bar label {
    margin-right: 5px !important;
    min-width: 85px;
}

.labels-block .label-bar label i {
    margin: 0 2px;
    display: inline-block;
    color: #e85951;
}

.labels-block .label-bar span.phone-em {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

.support-desc {
    display: inline-flex;
    gap: 6px;
    color: #777;
    margin-top: 10px;
    font-size: 14px;
    flex-wrap: wrap;
}

.support-desc a {
    color: var(--primary);
    text-decoration: underline;
}

.alert-info.tfa-msg {
    color: #fff;
    background-color: #d7c4a4;
    border-color: #d7c4a4;
}

.tfa-msg {
    font-size: 14px !important;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tfa-msg span {
    margin-right: 0 !important;
}

.input-group.addon-line {
    display: flex;
    gap: 10px;
}

.input-group.addon-line input {
    margin-bottom: 0;
}

.input-group.addon-line .form-line {
    width: calc(100% - 144px);
}

.input-group.addon-line button.character-counter {
    width: 90px;
    background: #222;
    border: transparent;
}

span.input-group-addon i {
    color: #222;
}

.input-group.addon-line button.character-counter:hover,
.input-group.addon-line button.character-counter:focus {
    background: #222222d9;
    border: 0 !important;
}

.ai-search-popup {
    display: none;
}


/* press release product solutions page css */


.medical-marketing-sec .provider-sec-header {
    margin-bottom: 30px;
}

.medical-marketing-sec .services-card {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.medical-marketing-sec .services-card .desc {
    border-bottom: 0;
}

.medical-marketing-sec .services-card .desc p {
    margin-bottom: 0;
}

.medical-marketing-sec .services-card .card-icon {
    text-align: center;
    font-size: 40px;
    color: #e85a4f;
}

.global-auth-sec {
    background: #f8f9fa;
}

.sub-header-desc {
    max-width: 600px;
    text-align: center;
    margin-inline: auto;
}

.global-auth-sec .col-md-12>.provider-sec-header {
    margin-bottom: 30px;
}

.global-auth-content h3 {
    color: #213343;
}

.ctm-img-block {
    max-width: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.medical-marketing-sec .ctm-img-block {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    background: #fff;
    height: 320px;
}

.ctm-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-auth-sec .row .col-md-6 {
    margin-bottom: 35px;
}

.global-auth-content .provider-sec-header h2 {
    font-size: 26px !important;
    line-height: 34px;
    margin-top: 0;
}


.global-auth-sec .row {
    align-items: center;
}

.fin-risk-sec.how-do-start-sec .provider-sec-header h2 {
    margin-bottom: 10px;
}

.fin-risk-sec.how-do-start-sec .provider-sec-header p {
    color: #fff;
}

.fin-risk-sec.how-do-start-sec .provider-sec-header {
    margin-bottom: 40px;
}

.fin-risk-sec .how-start-card {
    gap: 10px;
}

.fin-risk-sec .how-start-card .icon-block {
    color: #e85951;
    font-size: 36px;
}

.fin-risk-sec .how-start-card .title-block h4 {
    margin: 0;
}


.coverg-items li {
    list-style-type: none;
    font-weight: 400;
}

.coverg-items li strong {
    font-weight: 700;
}

.coverg-items {
    padding-left: 0;
    color: var(--link-color);
}

.coverg-items li:not(:last-child) {
    margin-bottom: 18px;
}

.coverg-items li {
    color: #666;
    display: flex;
    gap: 15px;
}

.coverg-items li span {
    display: inline-block;
    margin-top: -7px;
}

.coverg-items i {
    color: #e85951;
    font-size: 20px;
}

.medical-marketing-sec .provider-sec-header.text-center {
    margin-top: 30px;

}

.medical-marketing-sec .provider-sec-header.text-center h4 {
    color: var(--link-color);
}

.global-cov-sec .services-card .desc {
    min-height: unset;
}

.global-cov-sec.medical-marketing-sec .global-auth-content .provider-sec-header {
    margin-bottom: 20px;
}

.services-card.package-card {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    padding: 25px;
}

.services-card.package-card .card-header {
    background: #213343;
    margin: -25px -25px 0;
    padding: 25px;
}

.services-card.package-card .card-header h3,
.services-card.package-card .card-header p {
    color: #fff;
    margin: 0;
}

.package-card.services-card .desc {
    min-height: 100px;
}

.package-card.services-card .desc p {
    margin: 0;
}

.package-card.services-card .feadtures-items span {
    margin-top: -6px;
}

.package-card.services-card .feadtures-items i {
    color: #e85951;
}

.package-card.services-card .popular-features-block {
    margin-top: 20px;
    min-height: 308px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.amplify-sec p {
    color: #fff !important;
    margin-bottom: 0;
}

.ctm-grid-row:nth-child(odd) {
    flex-direction: row-reverse;
}

/* placidway search anywhere page css */

/* --- Spotlight Banner --- */
.spotlight-banner {
    background-color: #213343;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
}

.spotlight-banner p {
    margin: 0;
    color: #fff;
}

.spotlight-banner a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700 !important;
    margin-left: 10px;
    transition: .4s ease all;
}

.spotlight-banner a:hover {
    color: #e85951;
    text-decoration: underline;
}

.placidway-intro-sec.press-release-intro .placidway-intro-block {
    padding: 0;
}

.bg-gray {
    background-color: #f8f9fa !important;
}


.patient-journey-sec .img-placeholder {
    aspect-ratio: 12 / 7;
    margin-bottom: 50px;
}

.img-placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    background-color: #e9ecef;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
    font-weight: 500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.patient-journey-sec .services-card .desc {
    min-height: 70px;
}

.solutions-framwork .services-card {
    padding: 20px;
    text-align: center;
}

.solutions-framwork .services-card .card-icon {
    text-align: center;
    font-size: 40px;
    color: #e85a4f;
}

.img-placeholder.framwork-img {
    width: 100%;
    height: 350px;
}


.solutions-framwork .row {
    align-items: center;
}


.services-card.strategy-card {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 15px;
}

.services-card.strategy-card .ctm-img-block.img-block {
    height: 180px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background: lightgray;
}

.services-card.strategy-card .desc {
    border: 0;
}

.services-card.strategy-card .desc p {
    margin: 0;
    font-size: 14px !important;
    line-height: 22px;
}

.services-card.strategy-card .ctm-img-block.img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-card.strategy-card .title-icon-block h3 {
    font-size: 18px !important;
}

.visibility-sec .global-auth-content h4 {
    color: var(--link-color);
}

.visibility-sec .row {
    align-items: center;
}

.visibility-sec .ctm-img-block {
    height: 380px;
}


/* --- Comparison Table Styling --- */
#comparison-table-container {
    margin-top: 20px;
    background-color: #fff;
    /* var(--pw-grey-light) */
    padding: 40px 20px;
    border-radius: 10px;
    overflow-x: auto;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    display: none;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px;
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #e0e0e0;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}

.comparison-table th.feature-name {
    background-color: #3c4a54;
    /* var(--pw-blue-medium) */
    color: #fff;
    /* var(--text-light) */
    font-weight: 600;
    font-size: 13px;
    min-width: 130px;
}

.comparison-table th.desc-header {
    background-color: #2d373c;
    /* var(--pw-blue-dark) */
    color: #fff;
    /* var(--text-light) */
    font-weight: 600;
    font-size: 13px;
    min-width: 180px;
}

.description-cell {
    font-size: 12px;
    color: #5e5e5e;
    /* var(--text-secondary) */
}

.comparison-table th.feature-header {
    background-color: #2d373c;
    /* var(--pw-blue-dark) */
    color: #fff;
    /* var(--text-light) */
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    min-width: 90px;
}

.description-cell strong {
    font-weight: 700;
}





.comparison-table .plan-cell,
.comparison-table .yes,
.comparison-table .no {
    text-align: center;
    font-weight: 500;
    color: #2d373c;
    /* var(--pw-blue-dark) */
    font-size: 14px;
}

.comparison-table .feature-category {
    color: var(--link-color);
}

#comparison-table-container h2 {
    font-size: 24px !important;
}

/* --- Mobile Optimization (Stacked Layout) --- */


.value-prop-column {
    color: #fff;
    text-align: left;
}



.ctm-form-column h3 {
    color: #e75d5d;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.vp-block p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.vp-alert {
    border: 2px solid var(--pw-red);
    padding: 15px;
    border-radius: 6px;
    background-color: #404f56;
    margin-top: 20px;
}

.vp-alert strong {
    color: #e75d5d;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.vp-block h4 {
    color: #e75d5d;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.vp-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.vp-list li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}

.vp-list i {
    color: #e75d5d;
    margin-right: 10px;
    margin-top: 3px;
}

.value-prop-column .vp-block {
    padding: 15px 0;
}

.value-prop-column .vp-block:not(:last-child) {
    border-bottom: 1px solid #3c4a54;
}

.vp-link {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #e75d5d;
    border-radius: 4px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 600;
    transition: .4s ease all;
}

.ctm-form-column {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.ctm-form-column label {
    color: #222 !important;
    display: block;
}

.ctm-form-column .form-control {
    height: 45px !important;
    padding: 8px 12px;
}

.ctm-form-column .checkbox-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 5px;
    cursor: pointer;
    width: calc(50% - 5px);
}

.ctm-form-column .checkbox-option label {
    margin-top: -5px;
    cursor: pointer;
}

.ctm-form-column textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.ctm-form-column .row {
    margin-inline: -5px !important;
}

.ctm-form-column .row>.col-md-6,
.ctm-form-column .row>.col-md-12 {
    padding-inline: 5px !important;
    margin-bottom: 10px !important;
}

.get-free-demo-box .radio-options .radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.get-free-demo-box .radio-options .radio-item label {
    font-weight: 400;
    cursor: pointer;
}

.get-free-demo-box .radio-options .radio-item input {
    margin-top: -5px;
}





/* responsiveness */

@media (max-width: 480px) {
    .ctm-form-column .checkbox-option {
        width: 100%;
    }
    #comparison-table-container h2 {
        font-size: 20px !important;
    }

    .chatbot-widget-container {
        bottom: 30px !important;
        right: 30px !important;
    }
}

@media (max-width:1370px) {
    .intro-img-block img {
        max-width: 90%;
        right: -40px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width:1200px) {
    .intro-img-block img {
        right: 0;
    }
}

@media (max-width:1080px) {
    .services-card {
        padding: 20px;
    }

    .services-combine-card .services-row {
        padding-left: 0;
    }

    .services-combine-card {
        padding: 20px 5px;
    }

    .why-partners-sec .col-md-3 {
        max-width: 50%;
        flex: 50%;
        margin-bottom: 30px;
    }

    section.why-partners-sec.sec-space-y {
        padding-bottom: 30px;
    }

    .solutions-card .desc-block {
        padding: 15px;
    }

    .provider-result-card {
        min-height: 257px;
    }
}

@media (min-width:901px) {
    .has-dropdown:hover .submenu {
        opacity: 1;
        visibility: visible;
    }

    .provider-header .main-menu li a:hover {
        color: var(--secondary);
        text-decoration: underline;
    }

    .submenu-main:hover>span {
        text-decoration: underline;
    }


    .submenu-main:hover {
        color: var(--secondary);
    }

    .top-nav li a:hover {
        color: var(--secondary);
    }

    .top-nav li a:hover span {
        text-decoration: underline;
    }
}

@media (max-width: 900px) {
    .medical-marketing-sec.global-cov-sec .col-md-6+.col-md-6 .global-auth-content {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .medical-marketing-sec.global-cov-sec .global-auth-content {
        margin-bottom: 30px;
    }

    .sol-challeng-desc {
        margin-top: 25px;
    }

    .solutions-welcome-sec .sol-welc-sec-desc {
        padding-left: 0;
    }

    .lang-menu .submenu-main+.submenu {
        max-height: 150px;
        overflow-y: auto;
    }

    .has-dropdown .lang-menu {
        max-width: 100%;
        width: 100%;
    }

    .has-dropdown .lang-menu .submenu-main i.fas.fa-globe {
        display: none;
    }

    .prvider-home-main .col-md-6,
    .solutions-dt-main .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .prvider-home-main .col-md-4,
    .solutions-dt-main .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .intro-img-block {
        margin-top: 15px;
        max-width: 100%;
        justify-content: center;
    }

    .intro-img-block img {
        position: unset;
        transform: unset;
    }

    .sec-space-y {
        padding-block: 30px;
    }

    .placidway-intro-block {
        padding: 15px 0;
    }

    .placidway-intro-sec .placidway-intro-block h1 {
        font-size: 36px !important;
        line-height: 50px !important;
    }

    .brands-inner-content {
        padding-block: 30px;
    }

    .brands-slider {
        padding-inline: 35px;
    }

    .what-placidway-video-block iframe {
        width: 100%;
    }

    .what-placidway-video-block {
        margin-bottom: 20px;
    }

    .intro-inner-block .services-row {
        gap: 40px;
        justify-content: center !important;
    }

    .intro-inner-block .service-icon:before {
        display: none;
    }

    .services-combine-content {
        margin-bottom: 30px;
    }

    section.why-partners-sec.sec-space-y {
        padding-bottom: 0;
    }

    section.why-partners-sec.sec-space-y.amplify-sec {
        padding-bottom: 30px;
    }

    .how-start-card .icon-block {
        max-width: 75px;
    }

    .how-start-card .title-block h4 {
        font-size: 18px;
    }

    .how-start-card .title-block .no {
        width: 35px;
        height: 35px;
        min-width: 35px;
        font-size: 20px;
    }

    .provider-result-card {
        min-height: unset;
    }

    .grow-img-block {
        margin: 30px auto 0;
    }



    /* header mobile menu css started here */

    .provider-header {
        display: none;
    }

    .provider-header.mobile-menu {
        display: block !important;
    }

    .mobile-menu-main-block .main-menu {
        flex-direction: column;
        gap: 20px;
    }

    .mobile-menu-main-block li button,
    .mobile-menu-main-block .main-menu li a,
    .mobile-menu-main-block .main-menu .submenu-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-menu-main-block .main-menu li {
        width: 100%;
    }

    .provider-header .mobile-menu-main-block .main-menu li:first-child {
        padding-right: 0;
    }

    .mobile-menu-main-block .main-menu li i,
    .mobile-menu-main-block .left-col .top-nav i {
        font-size: 22px;
        transform: rotate(-90deg);
    }


    .mobile-menu-main-block .menu-buttons {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dbe4ed;
    }

    .mobile-menu-main-block .menu-buttons li {
        width: 50%;
    }

    .mobile-menu-main-block .menu-buttons li a {
        width: 100%;
        text-align: center;
    }

    .mobile-menu-main-block .mobile-login-btn {
        background: var(--link-color);
        border-radius: 8px;
        padding: 12px 24px;
        text-align: center;
        color: var(--white);
    }

    .mobile-menu-main-block .left-col .top-nav {
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }

    .mobile-menu-main-block .left-col .top-nav li a,
    .mobile-menu-main-block .left-col .top-nav li .submenu-main {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
    }

    .mobile-menu-main-block .mobile-menu-main-block {
        padding: 0 15px 15px;
    }

    .mobile-menu-main-block .topnavbar-row {
        border-top: 1px solid #dbe4ed;
        margin-top: 4px;
        padding-top: 20px;
    }

    .logo-burger-menu-bar {
        padding: 10px 0;
    }

    .logo-burger-menu-bar .menu-bars {
        transition: transform .3s ease-out;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .logo-burger-menu-bar .menu-bars span {
        width: 40px;
        background: var(--link-color);
        height: 3.2px;
        border-radius: 80px;
        position: relative;
        display: inline-block;
        transition: transform .3s ease-out;
    }

    .logo-burger-menu-bar .menu-bars span:before,
    .logo-burger-menu-bar .menu-bars span:after {
        content: "";
        width: 80%;
        left: 10%;
        height: 100%;
        background: var(--link-color);
        position: absolute;
        border-radius: 80px;
        top: 0;
        transition: transform .3s ease-out;
    }

    .logo-burger-menu-bar .menu-bars:before {
        top: -8px;
    }

    .logo-burger-menu-bar .menu-bars:after {
        bottom: -8px;
    }

    .logo-burger-menu-bar .menu-bars span:before {
        transform: translateY(-8px);
    }

    .logo-burger-menu-bar .menu-bars span:after {
        transform: translateY(8px);
    }

    .logo-burger-menu-bar {
        display: flex !important;
    }

    .logo-burger-menu-bar .menu-bars.bar-active span {
        background-color: transparent;
    }

    .logo-burger-menu-bar .menu-bars.bar-active {
        transform: rotate(90deg);
    }

    .logo-burger-menu-bar .menu-bars.bar-active span:before {
        transform: rotate(-135deg);
    }

    .logo-burger-menu-bar .menu-bars.bar-active span:after {
        transform: rotate(-45deg);
    }

    .logo-burger-menu-bar .logo {
        max-width: 80px;
    }

    .mobile-menu-main-block {
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: .4s ease all;
        background-color: var(--white);
        position: fixed;
        left: 0;
        right: 0;
        padding-inline: 20px;
    }

    .provider-header.mobile-menu.menu-active .mobile-menu-main-block {
        height: calc(100vh - 60px);
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .provider-sticky-header {
        top: 0;
    }

    .submenu-main+.submenu {
        width: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }

    .has-dropdown.active .submenu {
        opacity: 1;
        visibility: visible;
    }

    .hide-overflow {
        overflow: hidden;
    }






}

@media (max-width:767px) {
    .what-placidway-content.whats-new.marketing-content-block.bg-white-sec {
        margin-top: 30px;
    }

    .marketing-intro-sec h1 {
        font-size: 28px;
        line-height: normal;
    }

    body .blog_details h2 {
        font-size: 18px !important;
    }

    .dt-heading-sec h1 {
        font-size: 22px !important;
        line-height: normal;
    }

    .surgeons-sec .row .col-sm-6,
    .surgeons-sec .row .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



@media (max-width:600px) {

    .prvider-home-main .col-md-4,
    .solutions-dt-main .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services-card .title-icon-block {
        margin-top: 0;
    }

    .services-card .desc,
    .packages.services-card .desc {
        min-height: unset;
    }

    .services-content {
        margin-bottom: 35px;
    }

    .services-combine-card .service-icon {
        width: 50%;
    }

    .spotlight-row {
        gap: 20px;
    }

    .solutions-card .desc-block {
        min-height: unset;
    }

    .how-start-card,
    .provider-result-card,
    .solutions-card {
        margin-bottom: 20px;
    }
}

@media (max-width:485px) {

    .global-auth-sec .ctm-grid-row .ctm-img-block,
    .medical-marketing-sec.global-cov-sec .ctm-img-block {
        height: 240px;
    }

    .package-card.services-card .popular-features-block {
        min-height: unset;
    }

    .global-auth-content .provider-sec-header h2 {
        font-size: 24px !important;
        line-height: 30px;
    }

    .practice-content-block h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .practice-bottom-card {
        margin-top: 25px;
    }

    .prvider-home-main .col-md-4,
    .solutions-dt-main .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ctm-dt-sec-header h2 {
        font-size: 20px !important;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .sergions-card {
        height: 220px;
        margin-bottom: 20px;
    }

    .surgeons-sec .row .col-sm-6,
    .surgeons-sec .row .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .solutions-welcome-sec .sol-welc-sec-desc h1 {
        font-size: 20px !important;
    }

    .placidway-intro-sec .placidway-intro-block h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .intro-buttons-row,
    .wht-row-btns {
        gap: 10px;
    }

    .intro-buttons-row .ctm-primary-btn,
    .wht-row-btns .ctm-primary-btn {
        font-size: 16px;
        line-height: 28px;
        padding: 8px 22px;
    }

    .prvider-home-main .brands-inner-content p {
        font-size: 16px;
    }

    .provider-sec-header h2,
    .services-content h5 {
        font-size: 26px !important;
        line-height: 36px;
    }

    .intro-inner-block .services-row {
        gap: 30px;
    }

    .services-card {
        margin-bottom: 20px;
    }

    .services-card .title-icon-block h3 {
        font-size: 20px;
    }

    .services-card .popular-features-block {
        margin-top: 15px;
    }

    .services-card .popular-features-block .pop-title {
        margin-bottom: 18px;
    }

    .why-partners-sec .col-md-3 {
        max-width: 100%;
        flex: 100%;
    }

    .how-start-card .icon-block {
        max-width: 55px;
    }

    .what-placidway-content.whats-new .provider-sec-header h2 {
        font-size: 18px !important;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .what-placidway-content.whats-new p {
        margin-bottom: 15px;
    }

    .provider-result-card .icon-block {
        max-width: 80px;
        margin-bottom: 20px;
    }

    .results-bottom-desc h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .providers-result-sec h2.mb-5 {
        margin-bottom: 25px !important;
    }

    .mobile-menu-main-block .menu-buttons {
        flex-wrap: wrap;
    }

    .mobile-menu-main-block .menu-buttons li {
        width: 100%;
    }
}

@media (max-width:385px) {

    .intro-buttons-row .ctm-primary-btn,
    .wht-row-btns .ctm-primary-btn {
        width: 100%;
        text-align: center;
    }

    .intro-buttons-row,
    .wht-row-btns {
        gap: 7px;
    }
}



/* segoe custom font */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Semilight.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUIBlack.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUIBlack-Italic.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUIBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-LightItalic.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI Historic';
    src: url('../fonts/segoe/SegoeUIHistoric.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUIHistoric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoe/SegoeUI-SemilightItalic.woff2') format('woff2'),
        url('../fonts/segoe/SegoeUI-SemilightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body {
    /* font-family: Nunito, sans-serif; */
    font-size: 15px;
    font-weight: 600;
    color: #696687;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
}

body * :not(i) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: Poppins, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    color: #3b3663;
    font-weight: 700;
    line-height: 1.4
}

a,
a:active,
a:focus,
a:hover {
    font-weight: 600;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
}

p {
    font-size: 15px;
    color: #696687;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    font-weight: 600;
    line-height: 1.7
}

label {
    font-size: 14px;
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto
}

.section-padding-350-50 {
    padding-top: 350px;
    padding-bottom: 50px
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}

.banner-area h1 {
    color: #E85A4F !important;
}



.section-padding-0-70 {
    padding-top: 0;
    padding-bottom: 70px
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px
}

.section-padding-200 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding-100-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0
}

.mb-65 {
    margin-bottom: 67px
}

.mb-15 {
    margin-bottom: 15px !important
}

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

.mt-60 {
    margin-top: 60px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-100 {
    margin-bottom: 100px
}

.black-bg {
    background: #222 !important
}

.white-bg {
    background: #fff
}

.bg-gray-cu {
    background: rgba(64, 84, 178, .05)
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.overlay {
    position: relative;
    z-index: 1
}

.overlay::before {
    position: absolute;
    content: "";
    background-color: #222;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .851
}

.bg-overlay {
    position: relative;
    z-index: 1
}

.bg-overlay::before {
    position: absolute;
    content: "";
    background-color: #111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .75
}

.bg-overlay-2 {
    position: relative;
    z-index: 1
}

.bg-overlay-2::before {
    position: absolute;
    content: "";
    background-color: #4a00e0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .3
}

.bg-overlay-3 {
    position: relative;
    z-index: 1
}

.bg-overlay-4 {
    position: relative;
    z-index: 1
}

.bg-overlay-4::before {
    position: absolute;
    content: "";
    background: #111;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .6
}

.bg-overlay-5 {
    position: relative;
    z-index: 1
}

.bg-overlay-5::before {
    position: absolute;
    content: "";
    background: rgba(26, 31, 36, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#scrollUp {
    width: 35px;
    border-radius: 6px;
    height: 35px;
    background-color: #E85A4F;
    bottom: 110px;
    right: 45px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    -webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 26px 0 rgba(0, 0, 0, .15);
    opacity: 1 !important;
    z-index: 999 !important;
}

#scrollUp:hover {
    background-color: #e98074;
}

.theme-bg {
    background: #8e2de2;
    background: -webkit-gradient(linear, left top, right top, from(#4a00e0), to(#8e2de2));
    background: -o-linear-gradient(left, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2)
}

.opacity-6 {
    opacity: .6
}

.opacity-1 {
    opacity: .1
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #222;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5
}

.pt-120 {
    padding-top: 120px
}

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

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

.mt-50 {
    margin-top: 50px
}

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

.mt-we-70 {
    margin-top: 70px
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.btn-box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    padding: 13px 50px;
    z-index: 1
}

.btn-box a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    -ms-transform: scale(.2, 1);
    transform: scale(.2, 1);
    z-index: -1
}

.btn-box a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-box a:hover {
    color: #4a00e0
}

.sosa-btn {
    background: #222;
    height: 46px;
    min-width: 150px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0;
    font-weight: 500;
    letter-spacing: .6px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 22.5px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.sosa-btn:hover {
    background-color: #222222bf;
    color: #fff
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sosa-btn-2 {
    background-color: transparent;
    height: 55px;
    min-width: 180px;
    line-height: 51px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0;
    font-weight: 500;
    letter-spacing: .6px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.sosa-btn-2:hover {
    background-color: #e98074;
    color: #fff;
}

.underline-hover {
    color: #4a00e0;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.underline-hover:hover {
    text-decoration: underline;
    color: #4a00e0
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #E85A4F;
    border-radius: 5px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.theme-btn-two:hover {
    color: #fff;
    background: #e98074;
    font-weight: 600;
}

.section-title {
    margin-bottom: 70px
}

.section-title p {
    font-size: 17px;
    margin-bottom: 0
}

.section-title.t_center {
    text-align: center;
    position: relative;
    z-index: 2
}

.section-title h6 {
    font-family: 'Segoe UI' !important;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 100px;
    top: -40px;
    color: #eef0fe;
    z-index: -1;
    font-weight: 600
}

/* 
.section-title h5 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #4a00e0;
    margin: 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
} */

ul li {
    /* font-size: 18px; */
    color: #555;

}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 8px;
    text-transform: capitalize;
    margin-top: 0
}

.recent-post-card {
    margin: 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .4) 0 0 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0 0 inset;
}

.recent-post-card .img-block {
    height: 170px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent-post-card .img-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recent-post-card .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e85a4f;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.recent-post-card .title {
    padding: 12px 14px 15px;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    color: #e98074;
    font-weight: 600 !important;
}

@media (min-width:480px) and (max-width:575px) {
    .section-heading h4 {
        font-size: 28px;
        line-height: 1.3
    }

    .section-heading h6 {
        margin-bottom: 6px
    }
}

.max-width-none-cu {
    max-width: none
}

.mb-50 {
    margin-bottom: 50px
}

.font-16 {
    font-size: 16px
}

.welcome-btn {
    height: 46px;
    min-width: 150px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #21c87a;
    border-radius: 2px;
    font-weight: 700;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.welcome-btn:hover {
    color: #222;
    background-color: #fff
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.loader,
.loader:after,
.loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    margin-top: -20px;
    color: #E85A4F;
    font-size: 6px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:after,
.loader:before {
    content: '';
    position: absolute;
    top: 0
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader:after {
    left: 3.5em
}

.cards-row {
    padding: 15px 35px;
}

.cards-row .ctm-cols {
    padding-inline: 7.5px !important;
}

ul.languages-menu {
    z-index: 9;
    right: 0;
}

@-webkit-keyframes load7 {

    0%,
    100%,
    80% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {

    0%,
    100%,
    80% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0
    }
}

.header-area {
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9
}

.solutions-article-dt .main-content b *,
.solutions-article-dt .main-content strong * {
    font-weight: bold !important;
}

@media (max-width:767px) {

    .solutions-article-dt .main-content table th,
    .solutions-article-dt .main-content table td {
        padding: 1.3rem !important;
    }

    .solutions-article-dt .main-content table img {
        padding: 0;
        margin: 0;
    }

    .header-area {
        padding-top: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-area {
        padding-top: 0
    }
}

.header-area .main-header-area {
    background-color: #fff;
    padding: 0;

}

@media (max-width:767px) {
    .header-area .main-header-area {
        padding: 10px 10px
    }
}


.header-area .main-header-area .appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.header-area .main-header-area .appointment .socail_links ul li {
    display: inline-block
}

.header-area .main-header-area .appointment .socail_links ul li a {
    color: #a8a7a0;
    margin: 0 10px;
    font-size: 15px
}

.header-area .main-header-area .appointment .socail_links ul li a:hover {
    color: #fff
}

.header-area .main-header-area .appointment .book_btn a:hover {
    background: #fff;
    color: #234262;
    border: 1px solid #234262
}

.header-area .main-header-area .main-menu {
    text-align: center
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 9px
}

.header-area .main-header-area .main-menu ul li a {
    color: #e98074;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0 10px 0;
    position: relative;
    text-transform: capitalize;
    transition: .4s ease all;
    font-weight: 500;
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #222;
}

.header-area .main-header-area .main-menu ul li .user-name {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .95);
    background: #E85A4F;
    line-height: 24px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 4px;
    transition: .4s ease all;
}

.header-area .main-header-area .main-menu ul li .user-name:hover {
    background-color: #e98074;
}

.header-area .demo-btn {

    background-color: #E85A4F;
    transition: .4s ease all !important;
    color: #fff !important;
    padding: 8px 14px !important;
    border-radius: 6px;
}

.demo-submit-btn {
    margin-top: 10px;
    max-width: 150px;
    width: 100%;
}
.demo-submit-btn.req-btn {
    max-width: 240px;
}

.header-area .demo-btn:hover {
    background: #e98074;
}

.get-free-demo-box textarea {
    min-height: 110px;
}

@media (min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 15px
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 16px
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px
}

@media (max-width:767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important
    }
}

.slicknav_icon-bar {
    background-color: #fff !important
}

.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 120%;
    background: #fff;
    width: 200px;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .02);
    box-shadow: 0 0 10px rgba(0, 0, 0, .02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-radius: 3px
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    color: #111;
    font-size: 15px
}

.header-area .main-header-area .main-menu ul li .submenu li a:hover {
    color: #4a00e0
}

.mobile_menu {
    top: 0
}

.slicknav_nav {
    border-radius: 3px;
    padding: 15px;
    -webkit-box-shadow: 0 11px 20px 0 rgba(38, 59, 94, .2);
    box-shadow: 0 11px 20px 0 rgba(38, 59, 94, .2);
    top: -22px;
    position: relative
}

.slicknav_nav a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

.slicknav_nav li:last-child a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_item a {
    border: none
}

.slicknav_menu .slicknav_nav a:hover {
    background: 0 0;
    color: #E85A4F;
}

.slicknav_nav .slicknav_arrow {
    font-size: 20px;
    margin: 0;
    line-height: 20px
}

.slicknav_nav .slicknav_row {
    padding: 8px 15px;
    margin: 2px 5px
}

.slicknav_item.slicknav_row i {
    display: none
}

.logo a img {
    width: 110px;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #4a00e0
}

ul.languages-menu {
    border-radius: 10px;
    overflow: hidden !important;
}

body .lang-menu .change_lang:hover {
    background-color: #E85A4F !important;
    color: #fff !important;
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-area .main-header-area .main-menu ul li:first-child a {
    padding-left: 0
}

@media (min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area .main-menu ul li:last-child a {
        margin-right: 30px
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area .main-menu ul li:last-child a {
        margin-right: 30px
    }
}

.header-area .main-header-area.sticky {
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background .5s ease, -webkit-transform .5s ease;
    transition: background .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, background .5s ease;
    transition: transform .5s ease, background .5s ease;
    transition: transform .5s ease, background .5s ease, -webkit-transform .5s ease;
    -webkit-transition: transform .5s ease, background .5s ease;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
}

.header-area .main-header-area.sticky .main-menu ul li .submenu {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    border-radius: 3px
}

.header-area .main-header-area.sticky .main-menu ul li .submenu li a {
    color: #111
}

.header-area .main-header-area.sticky .main-menu ul li .submenu li:hover a {
    color: #4a00e0
}

@media (max-width:767px) {
    .header-area .main-header-area.sticky {
        padding: 10px 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-area .main-header-area.sticky {
        padding: 15px 10px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area.sticky {
        padding: 0 20px
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .header-area .main-header-area.sticky {
        padding: 0 20px
    }
}

.header-area .main-header-area.sticky .main-menu {
    padding: 0
}

.header-area .header-top_area {
    padding: 11px 150px;
    background: #232637
}

@media (max-width:767px) {
    .header-area .header-top_area {
        padding: 10px 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-area .header-top_area {
        padding: 10px 10px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header-area .header-top_area {
        padding: 11px 50px
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    .header-area .header-top_area {
        padding: 11px 50px
    }
}

@media (max-width:767px) {
    .header-area .header-top_area .header_top_wrap {
        display: block !important;
        text-align: center
    }
}

.header-area .header-top_area .header_top_wrap p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff
}

.header-area .header-top_area .header_top_wrap p span {
    color: #fff
}

.header-area .header-top_area .header_top_wrap p span i {
    margin-right: 3px
}

.header-area .header-top_area .header_top_wrap .text_wrap p a {
    color: #fff;
    font-size: 14px
}

.header-area .header-top_area .header_top_wrap .text_wrap a:last-child {
    margin-left: 30px;
    padding-left: 30px;
    position: relative
}

@media (max-width:767px) {
    .header-area .header-top_area .header_top_wrap .text_wrap a:last-child {
        margin-left: 10px;
        padding-left: 10px;
        position: relative
    }
}

.header-area .header-top_area .header_top_wrap .text_wrap a:last-child::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #fff;
    content: ''
}

.welcome-area {
    /* height: 950px; */
    position: relative;
    z-index: 1
}

.welcome-area.brital {
    height: 1000px
}

.welcome-content p {
    font-size: 20px
}

.welcome-content {
    position: relative;
    z-index: 9
}

.welcome-content.home-2 h3 {
    font-size: 52px
}

.welcome-banner-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    margin: auto;
    z-index: 1
}

.welcome-thumb-2 {
    position: relative;
    z-index: 9
}

.welcome-area- .owl-nav .owl-next,
.welcome-area- .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 22;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    -webkit-box-shadow: 0 20px 40px rgba(42, 38, 45, .4);
    box-shadow: 0 20px 40px rgba(42, 38, 45, .4);
    color: #fff;
    height: 100px;
    width: 50px;
    line-height: 100px;
    text-align: center;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.welcome-area- .owl-nav .owl-next {
    right: 0;
    left: auto;
    border-radius: 5px 0 0 5px
}

.welcome-area- .owl-nav .owl-prev {
    border-radius: 0 5px 5px 0
}

.welcome-area- .owl-nav .owl-next:hover,
.welcome-area- .owl-nav .owl-prev:hover {
    background-color: #4a00e0
}


@media (min-width:576px) and (max-width:991px) {
    .mt-sm-100 {
        margin-top: 100px
    }

    .max-width-none-cu {
        max-width: 100%
    }
}

@media (min-width:320px) and (max-width:1199px) {
    .max-width-none-cu {
        max-width: 100%
    }
}

@media (min-width:320px) and (max-width:575px) {
    .mt-sm-100 {
        margin-top: 100px
    }

    .max-width-none-cu {
        max-width: 100%
    }
}

.welcome-bg-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.welcome-bg-thumb-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.welcome-content h3 {
    font-size: 58px;
    color: #fff;
    margin-bottom: 20px
}

.welcome-content h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.7
}

.welcome-thumb {
    top: 34%;
    left: -16%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: bounce_fountainG;
    animation-name: bounce_fountainG;
    -webkit-animation-duration: 43s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.animation-thumb {
    top: 34%;
    left: -16%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-name: bounce_fountainG;
    animation-name: bounce_fountainG;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-10px {
    padding: 10px
}

.white-bg {
    background-color: #fff
}

.welcome-btn--pattern::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(26, 31, 36, .7);
    z-index: -1;
    background-image: url(../img/bg-shape-11.html);
    background-position: bottom;
    background-repeat: no-repeat
}

.welcome-area.home-2 {
    overflow: hidden;
    height: 800px
}

.curbe-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-curbe {
    position: absolute;
    height: 169%;
    width: 100%;
    display: block;
    border-radius: 130px;
    background: -o-linear-gradient(left, #7701db 0, #1999f2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#7701db), to(#1999f2));
    background: linear-gradient(90deg, #7701db 0, #1999f2 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-35deg);
    -ms-transform: translate(35%, -28%) rotate(-35deg);
    transform: translate(35%, -28%) rotate(-35deg);
    z-index: 0
}

.welcome-content-2 h3 {
    font-size: 50px;
    margin-bottom: 20px
}

.welcome-content-2 p {
    font-size: 16px;
    color: #111
}

.slider-btn-3 img {
    max-width: 150px;
    display: inline-block
}

.welcome-area.home-3 {
    height: 1000px
}

.welcome-area.home-4 {
    height: 900px
}

.welcome-form-area {
    padding: 1.5rem !important;

}

.welcome-form-area h1,
.middle-box .card h1 {
    color: #E85A4F;
    font-size: 1.75rem;
}

.welcome-form-area label,
.middle-box label {
    color: #222 !important;
}

.middle-box a.font-14 {
    color: #E85A4F;
}

.middle-box a.font-14:hover {
    color: #e98074;
}

.welcome-form-area .form-control {
    position: relative;
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}

.welcome-form-area textarea.form-control {
    height: auto;
    padding: 15px
}

.welcome-form-area .form-control:focus {
    color: #495057;
    background-color: #eee;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.about-content-4 h2 {
    font-size: 40px;
    margin-bottom: 20px
}


.welcome-content-5 h3 {
    font-size: 56px;
    color: #fff;
    margin-bottom: 20px
}

.welcome-content-5 p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px
}

.video-icon.home-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    margin-top: 0;
    cursor: pointer
}

.video-icon.home-5 a i {
    background: #fff;
    color: #4a00e0;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}

.video-content-area {
    position: relative;
    z-index: 1
}

.video-icon {
    position: relative;
    z-index: 1
}

.video-icon.home-6 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    margin-top: 0;
    cursor: pointer
}

.video-icon.home-6 a i {
    background: #fff;
    color: #4a00e0;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}

.video-btn::after {
    content: "";
    position: absolute;
    top: 0;
    height: 80px;
    width: 80px;
    line-height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    pointer-events: none;
    z-index: -1
}

.video-btn.white::after {
    background: #fff
}

@-webkit-keyframes pulse-border {
    0% {
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

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

@keyframes pulse-border {
    0% {
        -ms-transform: scale(.8);
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1
    }

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

.video-content h4 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px
}

.video-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

.welcome-content-6 h3 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px
}

.welcome-content-6 h3 span {
    font-weight: 400
}

.welcome-content-6 p {
    font-size: 20px;
    color: #fff
}

.welcome-content-6 h5 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500
}

.welcome-area.form-area {
    height: 900px;
    position: relative;
    z-index: 2
}

.welcome-content-6 {
    position: relative;
    z-index: 9
}

.welcome-area.home-7 {
    height: 900px;
    overflow: hidden
}

.subscribe-form-wrapper .newsletter-form {
    width: 450px
}

.newsletter-form .input-group>input[type=email].form-control {
    border-radius: 30px 0 0 30px;
    text-indent: 10px
}

.solid-btn {
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    box-shadow: 0 20px 30px 0 rgba(67, 37, 204, .2);
    background-color: #4a00e0;
    border-radius: 30px;
    padding: 0 20px
}

.solid-btn:hover {
    background: #2f23fd;
    color: #fff;
    border-color: #2f23fd
}

.welcome-area.home-6 {
    height: 900px;
    overflow: hidden
}

.shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0
}

.shape-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%
}

.shape-bottom svg {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg)
}

.welcome-area.home-slider {
    height: 900px
}

.single-slider {
    height: 900px
}

.single-benifit-area {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .12)
}

.single-benifit-area::after {
    position: absolute;
    content: "";
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #4a00e0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.single-benifit-area .icon i {
    height: 50px;
    width: 50px;
    background-color: #4a00e0;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    margin-bottom: 20px
}

.single-benifit-area:hover::after {
    width: 100%
}

.single-benifit-area:hover {
    background-color: #fff;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.single-benifit-area .icon-2 i {
    color: #4a00e0;
    text-align: center;
    font-size: 44px;
    margin-bottom: 20px
}

.single-benifit-area.home-3 {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1)
}

.single-benifit-area .icon.home-4 i {
    background-color: #4a00e0;
    text-align: center;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px
}

.single-feature-text-area {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    padding: 20px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .12)
}

.single-feature-text-area:hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.single-feature-text-area .icon {
    font-size: 50px;
    color: #4a00e0;
    margin-right: 15px;
    width: 80px;
    text-align: center
}

.feature-text h4 {
    font-size: 18px
}

.more-features-thumb .thumb-one {
    position: relative;
    bottom: 65px
}

.more-features-thumb .thumb-two {
    position: relative;
    top: 40px;
    margin-left: 40px
}

.more-feature-text h2 {
    font-size: 34px
}

.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.single-more-feature-area {
    -webkit-box-shadow: 0 3px 10px 0 rgba(38, 59, 94, .15);
    box-shadow: 0 3px 10px 0 rgba(38, 59, 94, .15);
    padding: 15px
}

.single-more-feature .icon {
    color: #4a00e0;
    font-size: 26px;
    margin-bottom: 10px
}

.single-more-feature .feature-text h6 {
    font-size: 16px
}

.single-feature-text-area.home-3 {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.content-box .inner-box .single-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.content-box .inner-box .single-item .bg-layer {
    position: absolute;
    content: "";
    top: 0;
    right: -101%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%
}

.content-box .inner-box .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 3px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.icon-box.one {
    background-color: #4a00e0
}

.icon-box.two {
    background-color: #ff054b
}

.icon-box.three {
    background-color: #ff9b05
}

.icon-box.four {
    background-color: #04d39f
}

.content-box .inner-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 19px;
    color: #161c2d;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.content-box .inner-box .single-item h5 a {
    position: relative;
    display: inline-block;
    color: #161c2d;
    font-weight: 600
}

.single-item p {
    font-size: 15px
}

.content-box .inner-box .single-item .text {
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.content-box .inner-box .single-item:hover {
    margin-top: -15px
}

.check-list>li {
    list-style: disc
}

.why-area-content h2 {
    font-size: 48px
}

.why-area-content h6 {
    color: #4a00e0;
    text-transform: uppercase
}

.single-we-content {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .04);
    padding: 30px;
    margin-top: 40px
}

.why-area-content p {
    font-size: 16px
}

.single-we-content .icon-box {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 2px
}

.single-we-content-text p {
    font-size: 15px;
    margin-bottom: 0
}

.icon-box.four {
    background-color: #04d39f
}

.icon-box.two {
    background-color: #ff054b
}

.single-service-area {
    text-align: center;
    padding: 20px 25px 31px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.service-title h4 {
    font-size: 20px
}

.single-service-area .service-icon i {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #4a00e0;
    margin-bottom: 20px;
    line-height: 1
}

.service-desc p {
    color: #222;
    margin-bottom: 0
}

.shape-one {
    content: '';
    width: 250px;
    height: 250px;
    background-color: #4a00e0;
    border-radius: 50%;
    position: absolute;
    bottom: -120px;
    right: -120px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1
}

.shape-two {
    content: '';
    width: 373px;
    height: 373px;
    background-color: #4a00e0;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    z-index: -1
}

.shape-three {
    content: '';
    width: 500px;
    height: 500px;
    background-color: #4a00e0;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    z-index: -1
}

.single-service-area:hover {
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .35);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .35)
}

.single-service-area:hover .shape-one {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: .5
}

.single-service-area:hover .shape-two {
    opacity: .4;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.single-service-area:hover .shape-three {
    opacity: .3;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.our-service-area.home-4 {
    background-color: #4a00e0
}

.video-thumb {
    position: relative;
    z-index: 1
}

.video-icon {
    margin-top: 30px
}

.video-icon a i {
    color: #21c87a;
    font-size: 26px
}

.video-icon a spna {
    font-size: 20px
}

.p-15px-t {
    padding-top: 15px
}

.video-icon.home-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    margin-top: 0
}

.video-icon.home-4 a i {
    background-color: #4a00e0;
    color: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}

.tab-single-card-content {
    background-color: #4a00e0;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1)
}

.tab-single-card-content h6 {
    font-size: 18px;
    color: #fff
}

.tab-single-card-content p {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 0;
    font-size: 13px
}

.tab-style-2 .nav {
    margin-bottom: 25px;
    border: none;
    background-color: #4a00e0;
    padding: 13px 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 80px -10px rgba(44, 54, 92, .3);
    box-shadow: 0 10px 80px -10px rgba(44, 54, 92, .3)
}

.tab-style-2 .nav .nav-item {
    margin: auto
}

.tab-style-2 .nav .nav-item a.active {
    color: #fff
}

.tab-style-2 .nav .nav-item a {
    padding: 8px 5px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .86);
    position: relative;
    display: block;
    text-align: center
}

#pills-tabContent p {
    font-size: 14px
}

.tab-style-2 .nav .nav-item a.active::after {
    width: 100%
}

.tab-style-2 .nav .nav-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    -o-transition: ease-in-out all .55s;
    -webkit-transition: ease-in-out all .55s;
    transition: ease-in-out all .55s;
    height: 2px;
    background: #21c87a
}

.video-us-text h4 {
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 30px
}

.video-us-text h4 span {
    color: #4a00e0
}

.single-feature-area {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.single-feature-area .feature-icon {
    margin-bottom: 30px;
    height: 100px;
    width: 100px;
    border-radius: 73% 27% 38% 62%/40% 43% 57% 60%;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .15), 0 12px 64px 0 rgba(103, 151, 255, .15);
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .15), 0 12px 64px 0 rgba(103, 151, 255, .15);
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.single-feature-area:hover .feature-icon {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.feature-content-text h4 {
    font-size: 20px
}

.single-flexible {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.flexible-desc {
    margin-top: 20px
}

.flexible-desc h5 {
    font-size: 20px;
    margin-bottom: 5px
}

.flexible-desc h6 {
    font-size: 15px;
    color: #4a00e0;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600
}

.flexible-area .owl-dots {
    text-align: center
}

.flexible-area .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    display: inline-block;
    background-color: #4a00e0;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.flexible-area .owl-dots .owl-dot.active {
    background-color: #21c87a;
    height: 10px;
    width: 30px;
    border-radius: 5px;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.mt-70 {
    margin-top: 70px
}

.call-to-action-area {
    padding: 70px 40px;
    background-color: #4a00e0;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 60px 0 rgba(103, 151, 255, .3), 0 12px 90px 0 rgba(103, 151, 255, .3);
    box-shadow: 0 8px 60px 0 rgba(103, 151, 255, .3), 0 12px 90px 0 rgba(103, 151, 255, .3)
}

.contact-bg-pattern {
    background-color: #fff;
    padding: 0 30px
}

@media (min-width:320px) and (max-width:991px) {
    .ca-mb-50 {
        margin-bottom: 50px
    }
}

.call-to-title h2 {
    text-transform: uppercase
}

.single-call-desc-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.single-call-desc-content p {
    color: rgba(255, 255, 255, .95);
    margin-bottom: 0
}

.call-to-action-area::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -20px;
    left: -20px;
    border: 6px solid #4a00e0;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    -webkit-animation: tada 1s ease infinite;
    animation: tada 1s ease infinite
}

@media (min-width:320px) and (max-width:767px) {
    .call-to-action-area::after {
        display: none
    }

    .call-to-action-area::before {
        display: none
    }
}

@-webkit-keyframes loadingD {
    to {
        -webkit-transform: translate();
        transform: translate()
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingD {
    to {
        -webkit-transform: translate();
        transform: translate()
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingD {
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.call-to-text-2 h2 {
    font-size: 50px;
    color: #fff
}

.call-to-text-2 p {
    font-size: 16px;
    color: #fff
}

.set-up-content-text h6 {
    font-size: 16px;
    color: #4a00e0;
    text-transform: uppercase
}

.set-up-content-text h4 {
    font-size: 32px;
    margin-bottom: 15px
}

.set-up-content-text p {
    margin-bottom: 20px
}

.set-up-content-list li {
    margin-bottom: 20px;
    font-size: 14px
}

@media (min-width:320px) and (max-width:575px) {
    .set-up-content-list li {
        font-size: 13px
    }
}

.set-up-content-list li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #21c87a;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    margin-right: 10px
}

.set-up-thumb-home-2 {
    top: 34%;
    left: -16%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: bounce_fountainG;
    animation-name: bounce_fountainG;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

@keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.single-price-table-area {
    -webkit-box-shadow: 0 8px 14.72px 1.28px rgba(207, 207, 207, .5);
    box-shadow: 0 8px 14.72px 1.28px rgba(207, 207, 207, .5);
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    margin-bottom: 50px
}

.pricing-icon {
    margin-bottom: 20px
}

.pricing-icon i {
    font-size: 50px;
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 100px;
    background-color: #4a00e0;
    border-radius: 50%;
    text-align: center;
    color: #fff
}

.price-table-heading {
    padding: 30px;
    border-bottom: 1px solid #ebebeb
}

.price-table-heading h6 {
    color: #4a00e0;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0
}

.price-table-heading h2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1
}

.price-table-heading h2 span {
    font-size: 15px;
    font-weight: 500;
    color: #777
}

.price-table-body {
    padding: 40px 50px
}

.price-table-body ul li {
    margin-bottom: 25px
}

.price-table-body ul li span {
    position: relative;
    z-index: 1
}

.pricing-style-two {
    position: relative;
    background: #f8f6ff;
    padding: 115px 0 120px 0
}

.pricing-table-new {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border-radius: 5px
}

.pricing-style-two .sec-title {
    margin-bottom: 110px
}

.pricing-table-new .pricing-table {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 41px 15px 45px 15px;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-table-new .pricing-table .choice-box {
    position: absolute;
    width: 100%;
    left: -115px;
    top: 40px;
    background: #4a00e0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.pricing-table-new .pricing-table .table-header .title {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-table-new .pricing-table .table-header .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-table-new .pricing-table .table-header .price {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 25px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-table-new .pricing-table .table-header .price span {
    font-size: 14px;
    font-weight: 400
}

.pricing-table-new .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 5px 0 17px 0
}

.pricing-table-new .pricing-table .table-content li {
    position: relative;
    display: block;
    font-size: 17px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-table-new .pricing-table .table-content li i {
    color: #21c87a;
    margin-right: 3px;
    font-size: 14px
}

.pricing-table-new .pricing-table .table-content li:last-child {
    margin-bottom: 0
}

.pricing-table-new .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    background: #21c87a;
    font-size: 16px;
    text-align: center;
    padding: 10px 40px;
    border-radius: 30px
}

.pricing-table-new:hover .pricing-table .table-footer a {
    background: #4a00e0
}

.subscribe-section.home-3 {
    padding-top: 115px
}

.features-slider-wrapper {
    padding: 67px 23px 90px 26px;
    background-size: 100%;
    max-width: 350px;
    margin: 0 auto
}

.feature-icon img {
    width: 70px
}

.single-blog-area {
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, .12);
    box-shadow: 0 0 17px rgba(0, 0, 0, .12)
}

.post-meta {
    margin-bottom: 15px
}

.post-meta a {
    color: #777;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    font-size: 14px
}

.post-meta a i {
    font-size: 11px;
    margin-right: 3px;
    line-height: 11px
}

.post-meta a:hover {
    color: #e98074
}

.single-blog-content {
    padding: 20px
}

.single-blog-content span {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600
}

.single-blog-content a h5 {
    font-size: 20px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    margin-bottom: 15px
}


.comments-area h5 {
    margin-bottom: 0
}

.comments-area h5 a {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.comment-form h4 {
    font-size: 22px;
    margin-bottom: 30px
}

.single--content p {
    font-size: 15px
}

.blog-btn a {
    height: 30px;
    min-width: 100px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background-color: #4a00e0;
    border-radius: 3px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    text-transform: capitalize
}

.blog-btn a:hover {
    background-color: #2f23fd
}

.blog-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden
}


.blog-thumb img {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: contain !important;
}

.single-blog-area .blog-thumb>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single-blog-area:hover .blog-thumb img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.blog-badge a {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 22;
    background-color: #E85A4F;
    width: auto;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    padding: 4px 8px;
}

.counter-area {
    position: relative;
    z-index: 1
}

.counter-heading h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 50px
}

.single-counter-up-area {
    position: relative;
    z-index: 99;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.single-counter {
    text-align: center;
    border-radius: 84px 55px 65px 26px;
    overflow: hidden;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    position: relative;
    z-index: 99
}

.single-counter .icon {
    color: #fff;
    font-size: 34px
}

.counter-number h3 {
    color: #222;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1
}

.counter-number p {
    color: #222;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0
}

.single-counter-2 {
    text-align: center
}

.counter-number-2 h3 {
    font-size: 60px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 60px
}

.counter-number-2 p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

.download-app-area {
    overflow: hidden
}

.download-content h4 {
    font-size: 50px;
    color: #fff
}

.download-content p {
    font-size: 18px;
    color: #fff
}

.download-content-3 h2 {
    font-size: 40px
}

.download-content-3 p {
    font-size: 18px
}

.single-team-member {
    position: relative;
    z-index: 1
}

.single-team-content {
    background-color: #4a00e0
}

.single-member-thumb {
    position: relative;
    z-index: 1
}

.single-member-thumb img {
    border-radius: 50%;
    border: 12px solid #4a00e0;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.single-team-content {
    padding: 20px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .2);
    position: relative;
    bottom: 45px;
    z-index: 22;
    border-radius: 10px;
    overflow: hidden
}

.single-team-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff
}

.single-team-content h6 {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, .93);
    text-transform: uppercase
}

.single-team-content p {
    color: rgba(255, 255, 255, .87)
}

.member-contact-icon {
    background-color: #21c87a;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    padding: 20px 20px;
    border-radius: 0 10px 0 10px;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.member-contact-icon a {
    display: block;
    background-color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #21c87a;
    margin-bottom: 15px;
    border-radius: 50%;
    font-size: 14px
}

.member-contact-icon a:last-child {
    margin-bottom: 0
}

.single-team-member:hover .member-contact-icon {
    opacity: 1
}

.single-team-member:hover .single-member-thumb img {
    border-radius: 10px
}

.single-team-member-2 {
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1)
}

.single-team-content-2 {
    padding: 20px;
    background-color: #fff
}

.single-team-content-2 h5 {
    font-size: 20px
}

.single-team-content-2 h6 {
    font-size: 12px;
    color: #ff054b;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px
}

.member-contact-icon-2 a {
    display: inline-block;
    font-size: 14px;
    color: #4a00e0;
    padding-right: 9px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    font-weight: 400
}

.member-contact-icon-2 a:hover {
    color: #21c87a;
    font-weight: 400
}

.single-member-thumb-2 {
    position: relative;
    overflow: hidden
}

.single-member-thumb-2 img {
    width: 100%
}

.em-team-content-telephone {
    position: absolute;
    bottom: 16px;
    right: -120px;
    background-color: #4a00e0;
    padding: 4px 15px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.em-team-content-telephone:hover {
    right: 0
}

.slick-initialized .slick-slide {
    display: block;
    margin: 15px
}

.slick-arrow {
    background-color: #4a00e0;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    letter-spacing: 1px;
    margin-left: 15px;
    border-radius: 5px 12px 0 12px;
    cursor: pointer
}

.contact-action-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

.contact-action-button a {
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.contact-action-button a:hover {
    background-color: #4a00e0;
    border-color: #4a00e0
}

@media (min-width:320px) and (max-width:767px) {
    .mt-sm-cu {
        margin-top: 50px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .mt-sm-cu-30 {
        margin-top: 30px
    }
}

.footer-contact-area {
    background: #8E8D8A;
}

.footer-logo a img {
    max-width: 90px
}

.gmaps {
    height: 450px;
    width: 100%;
    border: 0
}

.footer-single-widget h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px
}

.footer-single-widget ul li {
    display: block;
    margin-bottom: 12px
}

.footer-single-widget ul li:last-child {
    margin-bottom: 0
}

.footer-single-widget ul li a {
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
    position: relative;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    font-weight: 400
}

.footer-single-widget ul li a i {
    margin-right: 5px
}

.footer-single-widget ul li a:hover {
    color: #fff
}

.footer-single-widget p {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 0
}

.copy-right-area {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.copy-right-menu ul li {
    display: inline-block
}

.copy-right-menu ul li a {
    color: rgba(255, 255, 255, .85);
    margin-right: 15px;
    font-size: 14px
}

.footer-single-widget ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 1px;
    -o-transition: ease all .35s;
    -webkit-transition: ease all .35s;
    transition: ease all .35s;
    background: currentColor
}

.footer-single-widget ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.copy-right-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .85);
    font-size: 14px
}

.footer-contact-icon {
    margin-top: 20px
}

.footer-contact-icon a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.footer-contact-icon a:hover {
    color: #21c87a
}

.client-thumb {
    position: relative;
    z-index: 1
}

.client-thumb::after {
    position: absolute;
    content: "";
    background-color: #4a00e0;
    height: 300px;
    width: 300px;
    top: 8%;
    left: 12%;
    z-index: -1;
    border-radius: 63px 123px 80px 96px;
    -webkit-animation: loadingD 45s cubic-bezier(0, 0, 0, 0) infinite;
    animation: loadingD 45s cubic-bezier(0, 0, 0, 0) infinite
}

@media (min-width:320px) and (max-width:575px) {
    .client-mt-50 {
        margin-top: 50px
    }
}

@media (min-width:320px) and (max-width:575px) {
    .client-thumb::after {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .client-thumb::after {
        top: 10%;
        left: 33%;
        height: 200px;
        width: 200px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .client-thumb::after {
        top: 8%;
        left: 24%;
        height: 170px;
        width: 170px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .client-thumb::after {
        top: 8%;
        left: 24%;
        height: 125px;
        width: 119px
    }
}

@keyframes loadingD {
    to {
        -webkit-transform: translate();
        transform: translate()
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingD {
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.client-thumb img {
    border-radius: 50%
}

.client-desc p {
    color: #677294;
    font-size: 16px;
    line-height: 2
}

.client-desc h4 {
    font-size: 20px;
    margin-bottom: 0
}

@media (min-width:320px) and (max-width:575px) {
    .client-desc h4 {
        font-size: 16px
    }
}

.client-desc span {
    font-weight: 300
}

.client-feedback-area .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0
}

.client-feedback-area .owl-nav .owl-next,
.client-feedback-area .owl-nav .owl-prev {
    display: inline-block;
    background-color: #21c87a;
    margin: 0 5px;
    height: 35px;
    width: 40px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 3px
}

.rating-area ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    color: #ff922b
}

.how-it-work-content {
    position: relative
}

.single-work-area {
    position: relative;
    z-index: 1;
    text-align: center
}

.single-work-area::after {
    position: absolute;
    content: "\e661";
    font-family: themify;
    top: 0;
    right: 5%;
    font-size: 70px;
    line-height: 70px;
    color: #e2e6ea;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.single-work-area:hover::after {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    color: #4a00e0
}

.single-work-area .work-icon {
    height: 80px;
    width: 80px;
    display: inline-block;
    background: #8e2de2;
    background: -webkit-gradient(linear, left top, right top, from(#4a00e0), to(#8e2de2));
    background: -o-linear-gradient(left, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    border-radius: 5px;
    margin-bottom: 30px
}

.how-it-work-area .col-12:last-of-type .single-work-area::after {
    display: none
}

.ctm-container {
    max-width: 1920px;
}

.single-work-area h4 {
    font-size: 20px
}

.single-client-2 {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px
}

.client-thumb-2 {
    margin-right: 30px
}

.client-thumb-2 img {
    border-radius: 3px
}

.client-desc-2 p {
    font-size: 20px;
    margin-top: 20px
}

.client-desc-2 h5 {
    font-size: 18px;
    margin-bottom: 5px
}

.client-desc-2 h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #4a00e0;
    font-weight: 600
}

.client-feedback-area-2 .owl-dots {
    text-align: center
}

.client-feedback-area-2 .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #4a00e0;
    margin: 0 5px;
    border-radius: 50%
}

.client-feedback-area-2 .owl-dots .owl-dot.active {
    background-color: #21c87a
}

.app-screen-shot-area .owl-dots {
    text-align: center;
    margin-top: 30px
}

.app-screen-shot-area .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: #4a00e0;
    margin: 0 5px;
    border-radius: 50%
}

.app-screen-shot-area .owl-dots .owl-dot.active {
    background-color: #21c87a
}

.single-contact-info .icon {
    height: 40px;
    width: 40px;
    color: #234262;
    background-color: #e1e3f7;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 20px 15px rgba(255, 255, 255, .2);
    box-shadow: 0 0 20px 15px rgba(255, 255, 255, .2)
}

.contact-info h5 {
    font-size: 16px
}

.form-control {
    position: relative;
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    padding: 10px 60px 10px 30px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 5px
}

.form-text-area {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    padding: 10px 60px 10px 30px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #f4f4f4;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 5px
}

.form-control:focus,
.form-text-area:focus {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px
}

.single_faq {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    padding: 20px
}

.single_faq h5 {
    font-size: 20px
}

@media (min-width:320px) and (max-width:575px) {
    .single_faq h5 {
        font-size: 18px
    }
}

.single_faq p {
    margin-bottom: 0
}

.support_text h4 {
    font-size: 16px;
    margin-bottom: 0
}

.support_text h4 span {
    font-weight: 500;
    color: #4a00e0
}

.breadcrumb {
    margin-bottom: 0;
    padding-inline: 0;
}

.breadcrumb.breadcrumb_bg {
    background-image: none !important;
    background: #EAE7DC !important;
    border-radius: 0;
}

.breadcrumb_iner_item {

    text-align: left !important;
}

.breadcrumb_iner_item>h1 {
    color: #555 !important;
    text-align: left !important;
    font-size: 22px !important;
}

.breadcrumb_iner_item h2 {
    text-align: left !important;
    font-size: 22px !important;
    color: #555 !important;
}

.custom-breadcrumb ol li a {
    color: #8E8D8A !important;
    font-size: 16px;
}

.custom-breadcrumb ol li.breadcrumb-item.active {
    color: #555;
    font-size: 16px;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #8E8D8A;
    opacity: .9
}

.list-inline-item:not(:last-child) {
    margin-right: 0
}

.latest-blog-area .area-heading {
    margin-bottom: 70px
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px
}

.single-blog:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1);
    box-shadow: 0 10px 20px 0 rgba(42, 34, 123, .1)
}

.single-blog .thumb {
    overflow: hidden;
    position: relative
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px
}

.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.single-blog .date {
    color: #666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px
}

.blog-thumb img {
    width: 100%
}

@media (max-width:1199px) {
    .single-blog .tag {
        margin-right: 8px
    }

    .single-blog .tag:after {
        display: none
    }
}

.single-blog .likes {
    margin-right: 16px
}

@media (max-width:800px) {
    .single-blog {
        margin-bottom: 30px
    }
}

.single-blog .single-blog-content {
    padding: 30px
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px
}

@media (max-width:1199px) {
    .single-blog .single-blog-content {
        padding: 15px
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width:1199px) {
    .single-blog h4 {
        -webkit-transition: all .3s linear 0s;
        -o-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px
    }

    .single-blog h4 a {
        font-size: 18px
    }
}

.full_image.single-blog {
    position: relative
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (min-width:992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px
    }
}

.full_image.single-blog h4 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-bottom: none;
    padding-bottom: 5px
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600
}

.full_image.single-blog .date {
    color: #fff
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, .5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0;
    color: #fff;
    padding: 0 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eee;
    background: #fff;
    font-size: 14px
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    -webkit-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0 13px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    -webkit-transform: scale(1.23) rotate(10deg);
    -ms-transform: scale(1.23) rotate(10deg);
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width:900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media (min-width:1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer
}

.categories_post img {
    max-width: 100%
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, .75);
    color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.categories_post .categories_details h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0
}

.categories_post .categories_details .border_line {
    margin: 10px 0;
    background: #fff;
    width: 100%;
    height: 1px
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, .85)
}

.blog_item {
    margin-bottom: 50px
}

.blog_item_img {
    overflow: hidden
}

.blog_item_img img {
    -webkit-transition-duration: 5s;
    -o-transition-duration: 5s;
    transition-duration: 5s
}

.blog_item:hover .blog_item_img img {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7)
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details h2 {
    font-size: 22px !important;
    margin-bottom: 8px;
    margin-top: 20px;
    font-weight: 500
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #677294
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
    color: #e98074;
}

.blog-info-link {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style-type: none;
    color: #555;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    color: #fff;
    background-color: #4a00e0;
    padding: 13px 30px;
    border-radius: 5px
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width:768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 17px;
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #eee
}

.media.post_item {
    border-bottom: 1px solid #eee;
    padding: 15px
}

.media.post_item:last-child {
    border-bottom: none
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    margin-bottom: 30px;
    border: 1px solid #eee
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0;
    border: none;
    cursor: pointer;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #eee;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::-webkit-input-placeholder {
    color: #999
}

.blog_right_sidebar .search_widget .form-control::-moz-placeholder {
    color: #999
}

.blog_right_sidebar .search_widget .form-control:-ms-input-placeholder {
    color: #999
}

.blog_right_sidebar .search_widget .form-control::-ms-input-placeholder {
    color: #999
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999
}

.search-widget input {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #111;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 1s ease 0s;
    transition: -webkit-box-shadow 1s ease 0s;
    -o-transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s;
    transition: box-shadow 1s ease 0s, -webkit-box-shadow 1s ease 0s
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #eee;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #eee;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control:-ms-input-placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control::-ms-input-placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #eee;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #eee;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 10px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
    background-color: #f7f7f7
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0;
    color: #3b3663;
    font-size: 14px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    margin-bottom: 5px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.list-tag {
    padding: 15px 15px 0 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 13px;
    margin-bottom: 0
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #333;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #4a00e0;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
    padding: 15px 15px 0 15px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #333;
    border: 1px solid #ebebeb;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #eee;
    color: #888
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.single-post-area .social-links {
    padding-top: 10px
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px
}

.single-post-area .social-links li a {
    color: #ccc;
    padding: 7px;
    font-size: 14px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
}

.single-post-area .blog_details p,
.single-post-area .blog_details p *,
.single-post-area .blog_details span {
    font-size: 16px !important;
    font-weight: 400;
}

.single-post-area .blog_details p strong {
    font-weight: bold;
}

.learning-article-dt .article-content-ctm h2,
.learning-article-dt .article-content-ctm h2 * {
    color: #222 !important;
    font-size: 22px !important;
}



.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, .1);
    padding: 15px;
    line-height: 1.733;
    color: #888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width:768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, .8)
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #eee
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width:600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width:600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #4a00e0
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0
}

.single-post-area .navigation-area h4 {
    font-size: 15px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

@media (max-width:767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

@media (max-width:991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0
    }
}

.single-blog-area {
    position: relative;
    z-index: 1
}

.single-blog-area .blog-thumb {
    position: relative;
    z-index: 1;
    height: 250px;
}

.single-blog-area .blog-thumb a {
    display: block;
}

.single-blog-area .blog-thumb .date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 22;
    background-color: #fe982f;
    color: #fff;
    height: 60px;
    width: 70px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 2px
}

.blog-content {
    background-color: #fff;
    padding: 20px;
    margin: 0 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    position: relative;
    z-index: 22;
    margin-top: -50px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.blog-content a h3 {
    line-height: 35px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    margin-bottom: 0
}

.blog-content a h3:hover {
    color: #fe982f
}

.single-blog-area:hover .blog-content {
    margin-left: 0;
    margin-right: 0
}

.single-blog-area:hover .blog-thumb .date {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.blog-content .comment a {
    font-size: 12px;
    font-weight: 600;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.blog-content .comment a i {
    color: #555;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.blog-content .comment a:hover {
    color: #fe982f
}

.blog-content .comment a:hover i {
    color: #fe982f
}

.blog-content a {
    font-size: 14px;
    font-weight: 600;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.blog-content a:hover {
    color: #fe982f
}

.comments-area {
    background: 0 0;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width:414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0
}

.comments-area .comment-list.left-padding {
    padding-left: 25px
}

@media (max-width:413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 13px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    max-width: 70px
}

.comments-area .date {
    font-size: 13px;
    color: #111;
    margin-bottom: 15px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #333;
    padding: 5px 18px;
    font-size: 13px;
    display: block;
    font-weight: 500;
    border: 1px solid #ebebeb
}

.comments-area .btn-reply:hover {
    background-color: #4a00e0;
    color: #fff
}

.page-link:hover {
    color: #fff;
    background-color: #4a00e0;
    border-color: #4a00e0
}

.blog-pagination .page-item.active .page-link {
    background-color: #4a00e0;
    border-color: #4a00e0;
    color: #fff
}

.breadcrumb_iner_item h6 {
    font-weight: 500;
    color: rgba(255, 255, 255, .85)
}

@media (min-width:320px) and (max-width:575px) {
    .breadcrumb_iner_item h2 {
        font-size: 26px
    }

    .welcome-content h5 {
        font-size: 15px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .welcome-content.home-4 h1 span {
        display: block
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .welcome-content.home-4 h1 span {
        display: block
    }
}

@media (min-width:320px) and (max-width:991px) {
    .header-area.home-5 {
        background-color: #4a00e0;
        height: 70px
    }

    .welcome-content.home-4 h1 {
        font-size: 36px
    }
}

@media (min-width:480px) and (max-width:575px) {
    .welcome-content.home-2 h3 {
        font-size: 36px
    }

    .welcome-content h5 {
        font-size: 16px
    }
}

@media (min-width:576px) and (max-width:991px) {
    .welcome-thumb.home-4 {
        width: 300px;
        margin: auto
    }
}

@media (min-width:576px) and (max-width:991px) {
    .welcome-thumb.home-4 {
        width: 300px;
        margin: auto
    }
}

@media (min-width:320px) and (max-width:991px) {
    .welcome-area.home-3 {
        height: 1000px
    }

    .welcome-thumb.home-3 {
        width: 300px;
        margin: auto
    }
}

@media (min-width:576px) and (max-width:767px) {
    .welcome-area.home-3 {
        height: 1100px
    }
}

.modal-backdrop {
    background-color: transparent;
    z-index: auto
}

.our-gallery-area .gallery-content img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .our-gallery-area .portfolio-menu {
        text-align: center
    }
}

.our-gallery-area .portfolio-menu button {
    position: relative;
    z-index: 1;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    background-color: transparent
}

.our-gallery-area .portfolio-menu button::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    margin: auto;
    background-color: #4a00e0;
    right: 0;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

@media only screen and (max-width:767px) {
    .our-gallery-area .portfolio-menu button::after {
        font-size: 12px
    }
}

.our-gallery-area .portfolio-menu button.active {
    color: #4a00e0
}

.our-gallery-area .portfolio-menu button.active::after {
    width: 100%
}

.our-gallery-area .single_gallery_item {
    overflow: hidden;
    margin-bottom: 30px
}

.our-gallery-area .single_gallery_item .gallery-content {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    overflow: hidden
}

.our-gallery-area .single_gallery_item .gallery-content img {
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s
}

.our-gallery-area .single_gallery_item .gallery-content .gallery-hover-overlay {
    position: absolute;
    content: "";
    background-color: rgba(0, 51, 204, .8);
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0
}

.our-gallery-area .single_gallery_item .gallery-content .gallery-hover-overlay .port-more-view {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 30px
}

.our-gallery-area .single_gallery_item .gallery-content .gallery-hover-overlay .port-more-view .port-icon a {
    font-size: 18px;
    color: #fff;
    margin-right: 15px
}

.our-gallery-area .single_gallery_item:hover .gallery-content img {
    width: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.our-gallery-area .single_gallery_item:hover .gallery-content .gallery-hover-overlay {
    opacity: .85
}

.our-gallery-area .port-text {
    margin-top: 20px
}

.our-gallery-area .port-text h4 a {
    font-size: 22px;
    color: #fff;
    font-weight: 600
}

.gallery-content-single {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    overflow: hidden
}

.gallery-content-single .gallery--thumb {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.gallery-content-single .gallery--thumb img {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.gallery-content-single .gallery--thumb::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 51, 204, .8);
    height: 110%;
    width: 47%;
    right: -108px;
    bottom: -140px;
    z-index: 1;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.gallery-content-single .gallery-text {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9
}

.gallery-content-single .gallery-text h4 a {
    font-size: 18px;
    text-transform: uppercase
}

.gallery-content-single .gallery-text h4 a:hover {
    color: #4a00e0
}

.gallery-content-single .gallery-text p {
    font-size: 13px
}

.gallery-content-single:hover .gallery--thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.gallery-content-single:hover .gallery--thumb::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0
}

.single-gallery-area h2 {
    font-size: 34px;
    margin-bottom: 20px
}

.single-gallery-area h4 {
    color: #4a00e0;
    font-size: 16px;
    text-transform: capitalize
}

.single-gallery-area .product-share a {
    margin-right: 8px;
    font-size: 15px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.single-gallery-area .product-share a:hover {
    color: #4a00e0
}

.onbita-error-page-area {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.error-content {
    text-align: center;
    padding: 30px 15px
}

.error-content p {
    font-size: 22px;
    margin-top: 40px;
    color: #fff
}

.erro-thumb img {
    max-width: 100%;
    height: auto
}

.onita-btn- {
    height: 60px;
    width: 240px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 50px;
    color: #fff;
    font-weight: 600;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    text-transform: capitalize
}

.onbita-btn-:hover {
    background-color: #4a00e0;
    border-color: #4a00e0;
    color: #fff !important
}

.coming-soon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 2
}

.coming-soon-area .logo-area a img {
    max-width: 150px
}

.coming-soon-content {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0;
    min-height: 100vh;
    width: 100%
}

.coming-soon-content .text-form-area {
    position: relative;
    z-index: 1
}

.coming-soon-content .text-form-area h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    margin-top: 15px
}

@media only screen and (max-width:767px) {
    .coming-soon-content .text-form-area h2 {
        font-size: 42px
    }
}

.coming-soon-content .text-form-area p {
    font-size: 18px;
    color: #fff
}

.coming-soon-content .text-form-area .news-letter-area {
    margin-top: 80px
}

.coming-soon-content .text-form-area .news-letter-area .cs-form {
    position: relative;
    z-index: 1
}

.coming-soon-content .text-form-area .news-letter-area .cs-form .form-control {
    background-color: #fff;
    height: 60px;
    border: none;
    -webkit-box-shadow: 0 24px 38px 0 rgba(62, 89, 96, .18);
    box-shadow: 0 24px 38px 0 rgba(62, 89, 96, .18);
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px
}

.coming-soon-content .text-form-area .news-letter-area .cs-form button {
    border: none;
    height: 60px;
    width: 200px;
    background-color: #4a00e0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    z-index: 22;
    border-radius: 0 5px 5px 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .coming-soon-content .text-form-area .news-letter-area .cs-form button {
        width: 100px;
        font-size: 14px
    }
}

.coming-soon-content .text-form-area .news-letter-area .cs-form button:hover {
    background-color: #4a00e0
}

.coming-soon-content .social-info-area p {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px
}

.coming-soon-content .social-info-area a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.coming-soon-content .social-info-area a:hover {
    background-color: #4a00e0
}

.coming-soon-content .countdown-timer {
    margin-top: 90px;
    background-color: #4a00e0;
    padding: 50px;
    border-radius: 3px
}

@media only screen and (max-width:767px) {
    .coming-soon-content .countdown-timer {
        padding: 15px;
        margin-top: 50px
    }
}

.coming-soon-content .countdown-timer #clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.coming-soon-content .countdown-timer #clock div {
    position: relative;
    z-index: 1;
    font-size: 90px;
    line-height: 1;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    color: #fff
}

@media only screen and (max-width:767px) {
    .coming-soon-content .countdown-timer #clock div {
        font-size: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .coming-soon-content .countdown-timer #clock div {
        font-size: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .coming-soon-content .countdown-timer #clock div {
        font-size: 60px
    }

    .display--none {
        display: none
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .coming-soon-content .countdown-timer #clock div {
        font-size: 60px
    }
}

.coming-soon-content .countdown-timer #clock div::after {
    content: ":";
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 20px;
    color: #fff
}

.coming-soon-content .countdown-timer #clock div:last-child::after {
    display: none
}

.coming-soon-content .countdown-timer #clock div span {
    margin-top: 5px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media only screen and (max-width:767px) {
    .coming-soon-content .countdown-timer #clock div span {
        font-size: 14px
    }
}

.h-100vh {
    height: 100vh !important
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-18 {
    font-size: 18px
}

.middle-box,
.welcome-form-area {
    -webkit-box-shadow: 3px 10px 55px 10px rgb(0 0 0 / 11%);
    box-shadow: 3px 10px 55px 10px rgb(0 0 0 / 11%);
    border-radius: 10px;
}

.middle-box .card {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.download-area h2 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px
}

.download-area h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600
}

#accordion a.card-header {
    color: #707070
}

#accordion .card-header {
    padding: 20px 0;
    background: 0 0;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    margin-bottom: 0
}

#accordion .card-header.collapsed::after {
    content: "\e61a";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#accordion .card-header::after {
    font-family: themify;
    content: "\e622";
    float: right;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.border-none {
    border: none
}

body .slicknav_btn {
    background-color: #E85A4F !important;
    height: 33px;
    top: -30px !important;
}

.slicknav_menu .slicknav_icon {
    margin-right: 8px !important;
}

body .header-area {
    padding: 0 !important;
}

@media (min-width:992px) and (max-width:1199px) {


    .why-area-content h2 {
        font-size: 36px
    }

    .section-title h2 {
        font-size: 36px
    }

    .welcome-area.home-slider {
        height: 800px
    }

    .counter-number p {
        font-size: 20px
    }

    .more-feature-text h2 {
        font-size: 30px
    }

    .welcome-content-2 h3 {
        font-size: 50px
    }

    .welcome-area.home-2 {
        overflow: hidden;
        height: 700px
    }

    .welcome-area.home-4 {
        height: 800px
    }


    .welcome-content-5 h3 {
        font-size: 44px
    }

    .welcome-area.home-7 {
        height: 800px;
        overflow: hidden
    }

    .single-slider {
        height: 600px
    }

    .welcome-area.brital {
        height: 900px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .why-area-content h2 {
        font-size: 36px
    }

    .welcome-content h3 {
        font-size: 36px
    }

    .slicknav_btn {
        top: -27px !important
    }

    .welcome-area.one {
        height: 800px
    }


    .welcome-content-5 h3 {
        font-size: 34px;
        line-height: 1.5
    }

    .welcome-area.home-7 {
        height: 700px;
        overflow: hidden
    }

    .welcome-area.form-area {
        height: 800px
    }


    .welcome-content.home-2 h3 {
        font-size: 44px
    }

    .welcome-area.home-curve {
        height: 600px
    }

    .welcome-area.home-2 {
        overflow: hidden;
        height: 600px
    }

    .welcome-content-2 h3 {
        font-size: 50px
    }

    .counter-number p {
        font-size: 18px
    }

    .more-feature-text h2 {
        font-size: 30px
    }

    .section-title h2 {
        font-size: 32px
    }

    .logo a img {
        width: 90px
    }

    .welcome-area.home-4 {
        height: 800px
    }

    .video-us-text h4 {
        font-size: 30px
    }

    .welcome-area.home-slider {
        height: 800px
    }

    .download-area h2 {
        font-size: 36px
    }

    .welcome-area.brital {
        height: 800px
    }

    .single-work-area::after {
        right: -19%;
        font-size: 60px;
        line-height: 60px
    }

    .download-content h4 {
        font-size: 40px
    }

    .single-slider {
        height: 600px
    }
}

@media (min-width:320px) and (max-width:575px) {
    .section-title h6 {
        font-size: 48px;
        top: -5px
    }

    .video-us-text h4 {
        font-size: 26px
    }

    .welcome-area.home-7 {
        height: 700px;
        overflow: hidden
    }

    .welcome-content-5 h3 {
        font-size: 32px
    }


    .welcome-area.home-4 {
        height: 700px
    }

    .slicknav_btn {
        top: -27px !important
    }

    .client-thumb-2 {
        margin-bottom: 40px
    }

    .client-desc-2 p {
        font-size: 18px
    }

    .section-title h2 {
        font-size: 30px
    }

    .download-content h4 {
        font-size: 40px
    }

    .download-area h2 {
        font-size: 26px
    }

    .single-work-area::after {
        display: none
    }

    /* 
    .welcome-area {
        height: 800px
    } */

    .welcome-area.one {
        height: 1000px
    }

    .why-area-content h2 {
        font-size: 32px
    }

    .why-area-content p {
        font-size: 15px
    }

    .download-area {
        margin-bottom: 50px
    }

    .download-area h6 {
        font-size: 17px
    }

    .counter-heading h2 {
        font-size: 28px;
        line-height: 1.4
    }

    .more-feature-text h2 {
        font-size: 20px
    }

    .logo a img {
        width: 90px
    }

    .welcome-content-2 h3 {
        font-size: 34px;
        margin-bottom: 15px
    }

    .welcome-content-2 p {
        font-size: 15px
    }

    .bg-shape {
        -webkit-transform: translate(35%, 6%) rotate(-35deg);
        -ms-transform: translate(35%, 6%) rotate(-35deg);
        transform: translate(35%, 6%) rotate(-35deg);
        z-index: 0
    }

    .call-to-text-2 h2 {
        font-size: 38px
    }

    .subscribe-form-wrapper .newsletter-form {
        width: 280px
    }

    .welcome-area.home-6 {
        height: 700px;
        overflow: hidden
    }


    .blog-details-area {
        margin-bottom: 30px
    }

    .video-content {
        display: none
    }

    .section-padding-200 {
        padding-top: 100px;
        padding-bottom: 100px
    }


    .welcome-content.home-2 h3 {
        font-size: 34px
    }

    .welcome-area.brital {
        height: 1100px
    }

    .welcome-area.home-curve {
        height: 700px
    }

    .header-area .main-header-area {
        padding: 10px 0
    }

    .header-area {
        padding: 0;
    }

    .header-area .main-header-area.sticky {
        padding: 15px 10px
    }

    .slicknav_btn {
        top: -24px !important
    }

    .welcome-content-6 h3 {
        font-size: 38px
    }

    .welcome-content-6 h5 {
        font-size: 15px
    }

    .single-slider {
        height: 700px
    }

    .welcome-content h3 {
        font-size: 28px
    }

    .single-blog-content a h5 {
        font-size: 16px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .counter-heading h2 {
        font-size: 35px
    }

    .single-slider {
        height: 800px
    }

    .welcome-area.one {
        height: 1200px
    }

    .welcome-area.home-slider {
        height: 800px
    }

    .welcome-area.form-area {
        height: 1000px
    }


    .header-area .main-header-area.sticky {
        padding: 15px 10px
    }

    .header-area {
        padding: 15px 0
    }

    .header-area .main-header-area {
        padding: 10px 0
    }

    .welcome-area.home-curve {
        height: 850px
    }

    .header-area {
        padding: 15px
    }

    .header-area {
        padding: 15px
    }


    .welcome-content-5 h3 {
        font-size: 38px
    }

    .subscribe-form-wrapper .newsletter-form {
        width: 320px
    }

    .single-work-area::after {
        display: none
    }

    .download-area h2 {
        font-size: 34px
    }

    .welcome-content h3 {
        font-size: 40px
    }

    .welcome-area.home-2 {
        overflow: hidden;
        height: 900px
    }

    .bg-shape {
        -webkit-transform: translate(35%, 10%) rotate(-35deg);
        -ms-transform: translate(35%, 10%) rotate(-35deg);
        transform: translate(35%, 10%) rotate(-35deg);
        z-index: 0
    }

    .more-feature-text h2 {
        font-size: 32px
    }

    .section-title h2 {
        font-size: 30px
    }

    .why-area-content h2 {
        font-size: 40px
    }

    .logo a img {
        width: 90px
    }

    .blog-details-area {
        margin-bottom: 50px
    }

    .section-padding-200 {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .welcome-area.brital {
        height: 1200px
    }
}

@media (min-width:576px) and (max-width:767px) {
    /* .welcome-area {
        height: 1100px
    } */

    .post-meta a {
        font-size: 12px
    }

    .single-blog-content a h5 {
        font-size: 16px
    }

    .single-slider {
        height: 900px
    }

    .blog-details-area {
        margin-bottom: 50px
    }

    .video-content h4 {
        font-size: 38px;
        line-height: 38px
    }

    .slicknav_btn {
        top: -27px !important
    }

    .welcome-area.home-6 {
        height: 700px;
        overflow: hidden
    }

    .welcome-area.home-7 {
        height: 700px;
        overflow: hidden
    }

    .welcome-content-5 h3 {
        font-size: 42px;
        line-height: 1.6
    }

    .download-area {
        margin-bottom: 50px
    }

    .download-area h2 {
        font-size: 40px
    }

    .download-area h6 {
        font-size: 20px
    }

    .welcome-content h3 {
        font-size: 44px
    }

    .section-title h6 {
        font-size: 54px;
        top: -5px
    }

    .section-title h2 {
        font-size: 34px
    }

    .why-area-content h2 {
        font-size: 32px
    }

    .counter-heading h2 {
        font-size: 34px;
        line-height: 1.5
    }

    .more-feature-text h2 {
        font-size: 34px
    }

    .logo a img {
        width: 90px
    }

    .welcome-content-2 h3 {
        font-size: 48px
    }

    .welcome-area.one {
        height: 1200px
    }

    .welcome-area.home-2 {
        overflow: hidden;
        height: 1000px
    }

    .welcome-area.brital {
        height: 1200px
    }

    .welcome-content.home-2 h3 {
        font-size: 44px
    }

    .welcome-area.form-area {
        height: 1100px
    }

}

/* learning center article detail page style */


.learning-article-dt {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    border-radius: 8px;
}

.learning-article-dt ul {
    list-style-position: outside !important;
    padding-left: 20px;
    list-style-type: disc;
}

.learning-article-dt ul.blog-info-link {
    padding-left: 0;
}

.feature-img.banner-img {
    height: 370px;
    overflow: hidden;
    background-color: #fafafa;
}

.feature-img.banner-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.learning-article-dt .article-content-ctm {
    padding-inline: 15px;
}

.learning-article-dt .custom-breadcrumb li::before {
    color: #000 !important;
}

.learning-article-dt .breadcrumb_iner_item {
    margin-top: 0 !important;
    background-color: #eee;
    padding: 10px 0;
}

.learning-article-dt .custom-breadcrumb .breadcrumb-item.active {
    text-decoration: none;
    color: #e61e53 !important;
}

.learning-article-dt .custom-breadcrumb .breadcrumb-item a:hover {
    color: #e61e53 !important;
}

.learning-article-dt .custom-breadcrumb .breadcrumb-item a {
    transition: .4s ease all;
}


.article-content-ctm .row {
    margin-top: 1.88rem !important;
}


.article-content-ctm .single-post {
    background-color: #f7f7f794;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.article-content-ctm .blog_details>h1 {
    color: #E85A4F !important;
    margin-bottom: 20px;
}

.article-content-ctm .blog_details h1 strong {
    font-weight: 600;
}

.article-content-ctm .blog_details p span {
    line-height: normal;
}

.article-content-ctm .blog_right_sidebar .single_sidebar_widget {
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
}

.article-content-ctm .blog_right_sidebar .widget_title {
    background: #e85a4f;
    color: #fff;
}

.article-content-ctm .blog_right_sidebar .single_sidebar_widget .media.post_item h3 {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500 !important;
}

.article-content-ctm .blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 10px;
}

.article-content-ctm .blog_details p:not([style="text-align:center"]) img,
.article-content-ctm .blog_details img {
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 14%);
    margin: 15px 0;
}

.blog_details table {
    border: 0;
    padding: 20px;
    max-width: 75%;
    margin-bottom: 20px;
}

.blog_details table tr td {
    background: transparent !important;
}

.blog_details table tr td span {
    color: #e61e53;
}

.blog_details table tr td {
    border: 1px solid #e61e53;
    padding: 10px;
}

/* placidway solution page style */
.placidway-sol-card {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .4) 0 0px 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0px 0 inset;
}

.placidway-sol-card .single-blog-content h5 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    color: #e98074;
}

.placidway-sol-card p {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #777 !important;
}

.blog-btn-.mt-20 {
    display: none;
}

.single-blog-area.placidway-sol-card.learn-center .blog-thumb {
    height: 127px;
    background: #f1f1f1;
}

#chat .message-sent,
#chat .message-received {
    padding: 4px 7px;
    background: #fff;
    border-radius: 7.5px;
    box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
    position: relative;
    margin-bottom: 2px;
    color: #111b21;
    font-weight: 400 !important;
    font-family: var(--primary-font) !important;
    font-size: 12px !important;
    max-width: 80%;
    width: fit-content;
    position: relative;
}

#chat .bubble p {
    color: #111b21 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin: 0;
    word-break: break-word;
}

.chat-patient-content .tox:not(.tox-tinymce-inline) .tox-editor-header {
    display: none !important;
}

.chat-patient-content .tox-tinymce {
    border: 0 !important;
}

.chat-patient-content button#send_msg_btn {
    padding: 0;
}

.chat-patient-content {
    padding-bottom: 0 !important;
}



#chat .message-received {
    text-align: left;
    margin-right: auto;

}

#chat .message-sent {
    text-align: right;
    background: #d9fdd3 !important;
    margin-left: auto;
}

#chat .message-sent::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    border: 12px solid transparent;
    display: block;
    border-top-color: #d9fdd3;
}

#chat .message-received::after {
    content: "";
    position: absolute;
    top: 0px;
    border: 12px solid transparent;
    display: block;
    border-top-color: #fff;
    right: auto;
    left: -10px;
}

#chat .message-sent+.message-sent::after,
#chat .message-received+.message-received::after {
    display: none;
}




.ctm-patinet-tabs-content #chat .timestamp .time {
    font-size: 14px;
    font-size: 10px;
    color: #667781;
    text-align: right;
    line-height: 12px;
    margin: 0;
}

.ctm-patinet-tabs-content #chat .message-received.patient .bubble {
    background-color: transparent !important;
}

.message-received.patient .bubble {
    background: transparent !important;
    color: #111b21 !important;
}

#chat .message-sent+.message-received,
#chat .message-received+.message-sent {
    margin-top: 6px;
}

.ctm-patinet-tabs-content .contact-patient-head .cp-header-row {
    background: #f0f2f5 !important;
    padding: 5px 15px;
    border-bottom-color: #dedede;
    justify-content: space-between !important;
}

.ctm-patinet-tabs-content #chat .conversation-wrapper {
    background-repeat: repeat !important;
    background: url(../img/chat-bg-img.jpg), #efeae2;
}

.ctm-patinet-tabs-content #chat .chat-patient-content .ctm-select-template-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 1;
}

.ctm-patinet-tabs-content #chat .messaging-area {
    border-radius: 0;
    padding: 10px 15px;
    background-color: #F0F2F5;
}

.languages-menu li .ctm-links {
    border: 0;
    background-color: #fff;
    width: 100%;
    padding: 5px 10px !important;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    transition: .5s;
    outline: none;
    cursor: pointer;
}

.languages-menu li .ctm-links:hover {
    background: #e6594e !important;
    color: #fff !important;
}

.solutions-card.single-blog-area .blog-thumb {
    height: 200px !important;
}

.solutions-card .single-blog-content {
    padding: 15px;
    min-height: 96px;
}

.solutions-card .single-blog-content h5 {
    margin: 0;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    -webkit-line-clamp: 3;
}

.solutions-card .post-meta {
    margin: 0;
}

.solutions-card .blog-thumb img {
    object-fit: contain !important;
    object-position: center;
}

.chatbot-form-main .ctm-load-more .loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #444;
    border-radius: 50%;
    animation: 1s linear infinite spin;
    margin-left: 8px;
    vertical-align: middle;
    margin: -3px 5px 0;
}

.chatbot-form-main .ctm-load-more .loader::before,
.chatbot-form-main .ctm-load-more .loader::after {
    display: none !important;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}



@media (min-width: 768px) {
    .services-grid-block.subsciption-wrap .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-inline: 5px !important;
    }
}

.comparison-table td {
    font-weight: 500;
    color: #2d373c;
    font-size: 14px;
    text-align: center;
}

.comparison-table td:only-child {
    text-align: left;
}

/* responsiveness */

@media (max-width:575px) {

    .placidway-sol-card .inner-content,
    .solutions-card .single-blog-content {
        min-height: unset;
    }


}

@media (max-width:385px) {
    .single-blog-area.placidway-sol-card.learn-center .blog-thumb {
        height: 140px;
    }
}

/* placidway solutions detail page  css*/

.solutions-article-dt {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 1px;
}

.solutions-article-dt .banner-area img {
    margin: 0;
}

.solutions-article-dt .main-content {
    border-radius: 0;
    box-shadow: unset;
    background-color: #f7f7f794;
    padding: 25px 15px;
    border: 1px solid #eee;
    margin: 15px;
}

.solutions-article-dt .main-content h1 {
    color: #E85A4F !important;
    margin-bottom: 20px;
}

.solutions-article-dt .main-content img {
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 14%);
    margin: 15px 0;
}

.solutions-article-dt .main-content .section-title h2,
.solutions-article-dt .main-content .section-title h3 {
    margin: 20px 0 !important;
}


/* sign up page new css */


.welcome-content-5 {
    padding: 20px 50px;
}

.welcome-content-5 h1 {
    font-size: 42px !important;
    color: #E85A4F !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.welcome-content-5 p {
    font-size: 20px;
    color: #111 !important;
    margin-bottom: 30px;
    line-height: 1.2;
}

.heading-name-red {
    color: #E85A4F;
    display: block;
}

.sign-up-features-box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    min-height: 175px;
    margin-bottom: 15px;
}

.sign-up-features-box-img img {
    width: 100%;
}

.sign-up-features-box-img {
    border-radius: 15px;
    padding: 10px;
}

.sign-up-features-box p {
    margin-top: 10px;
    margin-bottom: 0;
}

.user-bg {
    background-color: #7be2cf;
}

.form-bg {
    background-color: #7bcfe2;
}

.connecting-bg {
    background-color: #7bbce2;
}

.right-bg {
    /* background-image: url('../img/new-right-bg-signup-icon.png'); */
    background: #f5f5f5;
    background-size: cover;
    padding: 100px 60px 40px;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 35px;
}

.transparent-bg {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    border: 1px solid #ccc;
    max-width: 450px;
    margin: auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

.new-red-btn {
    background-color: #E85A4F;
    border-radius: 25px;
}

.vector-sign-up {
    position: absolute;
    width: 800px;
    left: -42%;
    top: 20%;
    z-index: 1;
    display: none;
}

.vector-sign-up img {
    width: 100%;
}

.welcome-content-5 p {
    font-size: 20px;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.2;
}

.sign-up-features-box p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    color: #cf2828;
    min-height: 44px;
}

.welcome-content-5 {
    padding: 20px 30px;
    margin-top: 80px;
}

.transparent-bg h5 {
    color: #000;
}

#register_form .form-group label {

    font-size: 16px;
    font-weight: bold;
    color: #000;
}

label.error {
    color: #cf2828 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* .iti__selected-flag {
	height: 43px !important;
} */



.learning-search-box .input-box {
    background: #fff;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, .4) 0 0px 3px, rgba(0, 0, 0, .3) 0 5px 5px -3px, rgba(0, 0, 0, .2) 0 0px 0 inset;
    overflow: hidden;
}

.learning-search-box {
    margin-top: 50px;
    position: relative;
}

.learning-search-box .input-box input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 16px 120px 16px 20px;
    color: #222;
    font-size: 18px;
    line-height: normal;
}

.learning-search-box .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    outline: 0;
    background: #e85a4f;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 18px;
    transition: .4s ease all;
    cursor: pointer;
}

.learning-search-box .search-btn:hover {
    background: #e98074;
}

.primary_btn {
    background: #e85a4f;
    color: #fff;
    padding: 14px 20px;
    transition: .4s ease;
    font-size: 16px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.ctm-load-more {
    margin: 20px auto;
    display: block;
    border-radius: 9px;
    min-width: 160px;
}

.primary_btn:hover,
.primary_btn:focus {
    background: #e98074;
    outline: 0;
}

.ctm-load-more .ctm-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #444;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

.hide {
    display: none !important;
}

/* cta buttons css*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.opacity-0 {
    opacity: 0;
}

@keyframes flashAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.flashing {
    animation: flashAnimation 1s;
}

/* new footer css start here*/

.main-footer * {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}

.footer-container {
    background-color: #8E8D8A !important;
}

.footer-column ul li {
    margin-bottom: 10px;
    display: flex;
}

.footer-column ul li a {
    color: #fff !important;
    font-size: 14px !important;
    transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -ms-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    line-height: 21px !important;
}

.footer-column ul li a:hover {
    color: #fff !important;
    transform: translateX(5px);
    padding-left: 5px;
}

.footer-social-links li a svg {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.footer-social-links li a svg:hover {
    fill: #222;
}

.footer-widget.gallery-widget img {
    border-radius: 8px;
}

footer .text p a {
    color: #fff !important;
    transition: 0.4s;
}

footer .text p a:hover {
    color: #fff !important;
}

footer .widget-content .text {
    color: #fff !important;
    margin-bottom: 15px;
    font-size: 14px;
}

footer h2 {
    position: relative;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h2 {
    color: #fff !important;
}

.article-content-ctm .single-post * {

    font-family: 'Segoe UI' !important;
}

.article-content-ctm .single-post .fa,
.article-content-ctm .single-post .fas,
.article-content-ctm .single-post .far {
    font-family: 'Font Awesome 5 Free' !important;
}

.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}

footer .acceptance-section {
    text-align: center;
    margin: 25px 0;
}

.footer-social-links ul {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    list-style-type: none;
    flex-wrap: wrap;
}

.footer-social-links {
    display: flex;
}

.main-footer .contact-widget .widget-content {
    position: relative;
}

.main-footer .contact-widget .widget-content .text {
    position: relative;
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

footer section .text p {
    color: #fff !important;
}

.user-menu-new .user-name:after {
    font-family: 'Font Awesome 5 Free' !important;
}

.widget-content li:before {
    position: absolute;
    content: '\f0da';
    left: 0;
    top: 0;
    font-size: 16px;
    font-family: 'Font Awesome 5 Free' !important;
    color: white;
}

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

.footer-column {
    display: flex;
    flex-direction: column;
}

footer>.row {
    margin-block: 15px;
}

.widget-content li {
    margin-top: 9px;
    padding-left: 20px;
    position: relative;
}

footer .row>section.no-mobile-padding {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    flex: 90% !important;
    max-width: 1370px !important;
}

.container-fluid.footer-container {
    width: 100% !important;
    max-width: 100%;
}

body .bg-overlay-3::before {
    display: none !important;
}

.video-container {
    position: relative;
    height: 350px;
}

.article-content-ctm .single-post h3,
.article-content-ctm .single-post h3 * {
    color: #222 !important;
}

.container-fluid {
    width: 100% !important;
    max-width: 1370px;
}

.view-rfi-main .container-fluid {
    max-width: 100% !important;
}

.main-content section.We-know {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

body .cta-buttons .cta-text {
    color: var(--primary-color) !important;
}

body .cta-buttons .chat-btn.button--primary {
    background-color: var(--primary-color) !important;
    transition: .4s ease all;
}

body .cta-buttons .chat-btn.button--primary:hover {
    background-color: var(--secondary) !important;
}

body .cta-buttons .button--primary {
    background-color: #222 !important;
    transition: .4s ease all;
}

body .cta-buttons .button--primary:hover {
    background-color: #222222bf !important;
}

/* CTA buttons css */


.cta-buttons {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 100%;
    background: #fff !important;
    border-radius: 20px;
    bottom: 0;
    left: 75%;
    padding: 10px;
    z-index: 1000;
    position: fixed;
    text-align: center;
    box-shadow: rgb(50 50 93 / 25%) 0 13px 27px -5px,
        rgb(0 0 0 / 30%) 0 8px 16px -8px;
}

.cta-text {
    padding: 10px;
    font-weight: 700;
    color: #000;
}

.cta-buttons a {
    width: 100%;
    margin-top: 5px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
}

.rfi-badge.button--primary,
.rfi-badge.button--secondary {
    color: #fff;
    border: none;
}

.layout-navbar-full .layout-navbar {
    z-index: 10 !important;
}

div#show_msg_modal ul {
    padding-left: 20px;
}

#show_msg_modal .modal-dialog {
    max-width: 720px;
}

.footer-column a,
.footer-column h4 {
    color: #fff;
}

/* learning center category tabs css */


.learning-cates {
    border: 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.learning-cates.nav-tabs .nav-link {
    cursor: pointer;
    border: 1px solid #e85a4f;
    border-radius: 50px;
    font-size: 16px;
    background: #e980744d;
    color: #e85a4f;
    transition: .4s ease all;
    outline: 0;
}

.learning-cates.nav-tabs .nav-link.hover,
.learning-cates.nav-tabs .nav-link.active,
.learning-cates.nav-tabs .nav-link:focus {
    background: #e85a4f;
    color: #fff;
    outline: 0;
}


@media (max-width: 768px) {
    .cta-buttons {
        flex-direction: row;
        align-items: center;
        max-width: 100%;
        left: 0;
        border-radius: 0;
        padding: 0;
    }

    .cta-buttons a {
        margin-top: 0;
        border-radius: 0;
    }

    .cta-text {
        display: none !important;
    }

    .verified-badge {
        border-radius: 0 !important;
    }

    .tip-content {
        display: none;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 2500px) {
    .sign-up-features-box p {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 1.3;
        text-align: center;
    }

    .transparent-bg {
        width: 100%;
    }

    .sign-up-features-box {
        min-height: 265px;
    }

    .welcome-content-5 h1 {
        font-size: 56px !important;
    }

    .heading-name-red {
        display: inline-block;
    }
}

@media (max-width:1200px) {
    .right-bg {
        padding: 90px 30px 30px;
    }
}

@media (max-width:767px) {
    footer .row>section.no-mobile-padding {
        padding: 0 15px !important;
    }

    .feature-img.banner-img {
        height: auto;
    }
}


@media (max-width:385px) {
    .breadcrumb.breadcrumb_bg {
        height: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .welcome-content-5 h1 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        margin-top: 10px;
    }

    .welcome-content-5 p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .sosa-btn-2 {
        height: 35px;
        min-width: 100px;
        line-height: 30px;
        font-size: 14px;
    }

    .sign-up-features-box {
        margin-bottom: 10px;
        min-height: auto;
    }

    .vector-sign-up {
        display: none;
    }

    .welcome-form-area {
        padding: 15px;
        width: 100%;
    }

    .right-bg {
        padding: 20px;
        border-radius: 20px;
    }

    .transparent-bg h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .mobile-hide {
        display: none;
    }

    .heading-name-red {
        display: inline-block;
    }

    .h-100 {
        height: auto !important;
    }

    .pr-mobile {
        padding-right: 15px !important;
    }
}

#form_validate {
    display: none;
    ;
}

.btn-loader {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    /* Bootstrap primary color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}