/*
 * Copyright (c) 2016-2022. Skeval and/or its affiliates. All rights reserved.
 *
 * SKEVAL PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

.start-home-content h1 {
    text-transform: none !important;
}

.site-logo img {
    height: 50px;
}

.banner-blk {
    height: 100%;
}

.start_home.demo2 {
    background: inherit;
}

.footer-logo img {
    max-height: 40px;
    margin-bottom: 10px;
}

.btn.btn-loading > .button-label,
.btn:not(.btn-loading) > .sr-only,
.btn:not(.btn-loading) > .spinner-border {
    display: none;
}

#faqs .card-header button {
    border-radius: 0;
}

.start_home.demo1:before, .start_home.demo2:before {
    background: #1AB394;
}

.header-area.sticky .navbar {
    background: #1AB394;
}

footer {
    background: #1AB394;
}

.theme-btn {
    background: #1AB394;
}

.navbar-nav .dropdown-menu a:hover {
    background: #1AB394;
}

.white-btn {
    background: #ffffff;
    color: #1AB394;
    font-weight: 500;
    transition: all 0.25s ease;
    padding : 10px 20px;
}

.white-btn:hover {
    background: #f7f7f7;
    color: #159d82;
}

.section-header h2 {
   font-weight: 600;
}

.newsletter-form .theme-btn {
    box-shadow: 0px 0px 30px 0px rgba(12, 0, 46, 0.1);
}

.section-header.desc-none {
    margin-bottom: 50px;
}

#faqs .card-header {
    background: linear-gradient(to right, #019cb7 10%, #429475);
}

#back-to-top .top {
    background: #1AB394;
}

.login-side-des {
    background: #1AB394;
}

.page-header:before {
    background: linear-gradient(to right, #019cb7 10%, #429475);
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #ed5565;
}


.error {
    color: #a94442;
    text-align: center;
    font-size: 13px;
    margin-top: 3px;
}

.has-error .help-block {
    color: #a94442;
    text-align: center;
    font-size: 13px;
    margin-top: 3px;
}


#cookie-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    margin-bottom: 20px;
    z-index: 1000;
}

#cookie-box:not(.manage-cookies) .manage-cookie,
#cookie-box.manage-cookies .cookie-home {
    display: none;
}

.cookie-box-container {
    margin: 0 auto;
    max-width: 700px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #f3f3f4;
    padding: 20px;
}
.cookie-box-title {
    margin-bottom: 20px;
}

.cookie-box-controls {
    margin-top: 20px;
}

.gr-overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.review_details .item p::before {
    content: '';
}

.dropdown a {
    color: black;
}


.dropdown-menu.show {
    display: block;
}

.login-page .navbar-nav li a {
    color: black;
}

.grid-full-wrapper{
    height: 100vh;
    display: grid;
}

.login-page .navbar-nav {
    justify-self: end;
}

.ltrs .login-form .form-control{
    padding-left: 0;
}

.rtls .login-form .form-control{
    padding-right: 0;
}

.res-logo{
    width: 145px;
}

.lang-div{
    display: block;
    position: fixed;
    top: 30px;
}

.ltrs .lang-div{
    right: 15px;
}

.ltrs .lang-div .dropdown-menu.show{
    left: auto;
    right: 0;
}

.ltrs .lang-div .dropdown-menu:before{
    right: 22px;
    left: auto;
}

.rtls .lang-div{
    left: 15px;
}

.rtls .lang-div .dropdown-menu.show{
    left: 0;
    right: auto;
}

.rtls .lang-div .dropdown-menu:before{
    right: auto;
    left: 22px;
}

.footer{
    position: absolute;
    bottom: 0;
}
.footer a {
    color: black;
}
.login-other-side{
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login-reviews{
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 75px);
}

.pre-wrap {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}

.login-form .form-label {
    margin-bottom: 5px;
}
.login-form .form-control {
    margin-bottom: 0 !important;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
}

.login-form .btn{
    height: 40px;
}

.login-form-head {
    margin-bottom: 20px;
}

.fw-100{
    font-weight: 100 !important;
}

.section-subheader h2{
    font-size: 24px;
    font-weight: 600;
}

.form-control::placeholder {
    font-weight: 400;
}

.custom-accordion .faq-card {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(154, 161, 171, 0.18);
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}


.custom-accordion .faq-header {
    padding: 0;
    border: none;
    background: transparent;
}

.faq-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 30px;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: none;
    outline: none;
    transition: color 0.3s ease;
    border-radius: 10px;
    text-align: inherit;
    white-space: normal;
    word-wrap: break-word;
}


.rtls .faq-btn {
    text-align: right;
}

.ltrs .faq-btn {
    text-align: left;
}

.faq-btn:hover,
.faq-btn:focus {
    text-decoration: none;
    outline: none;
}

.faq-btn::after {
    content: "\e64b";
    font-family: 'themify';
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.rtls .faq-btn::after {
    float: left;
}

.ltrs .faq-btn::after {
    float: right;
}

.faq-btn.collapsed::after {
    transform: rotate(0deg);
}

.faq-btn:not(.collapsed)::after {
    transform: rotate(180deg);
}

.ltrs .faq-body {
    padding: 0 30px 25px 30px;
    font-size: 17px;
    text-align: left;
    color: #555;
    line-height: 1.6;
}

.rtls .faq-body {
    padding: 0 30px 25px 30px;
    font-size: 17px;
    text-align: right;
    color: #555;
    line-height: 1.6;
}

.faq-title {
    font-weight: 700;
    color: #2a2a2a;
}

#beneficiariesContent {
    display: flex;
    align-items: center;
    height: 100%;
}

#beneficiariesContent .tab-pane {
    width: 100%;
    padding: 10px 40px;
    min-height: 100%;
    font-size: 20px;
}

#beneficiariesContent b {
    font-weight: 600;
}

#beneficiariesContent li,
#beneficiariesTabs li {
    list-style: none;
    position: relative;
}

#beneficiariesContent li::before,
#beneficiariesTabs li::before {
    font-family: 'themify';
    content: '\e649';
    position: absolute;
    left: -25px;
    top: 1px;
    font-weight: bolder;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.rtls #beneficiariesContent li::before,
.rtls #beneficiariesTabs li::before {
    left: auto;
    right: -25px;
    transform: scaleX(-1);
}

.nav-pills .description-block {
    display: block;
    padding: 20px;
    border-radius: 0 12px 12px 0;
    text-decoration: none;
    color: inherit;
    box-shadow: none;
    margin-bottom: 0px;
    border-left: 3px solid transparent;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.nav-pills .description-block .inner-box {
    padding: 0;
    overflow: hidden;
}

.nav-pills .description-block .inner-box h4 {
    opacity: 1;
    max-height: 100px;
    transform: translateY(0);
    color: #77838f;
    transition: color 0.3s ease;
}

.nav-pills .description-block.active .inner-box h4 {
    color: #333;
}

.nav-pills .description-block .inner-box p {
    margin-top: 0;
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease, margin-top 0.4s ease;
}

.nav-pills .description-block.active .inner-box p {
    opacity: 1;
    max-height: 150px;
    transform: translateY(0);
    margin-top: 8px;
}

.nav-pills .description-block:not(.active):hover,
.nav-pills .description-block:focus {
    border-left-color: #8a656538;
    outline: none;
    box-shadow: none;
}

.nav-pills .description-block.active {
    border-left-color: #1AB394;
}


.rtls .nav-pills .description-block {
    border-left: none;
    border-right: 3px solid transparent;
    border-radius: 12px 0 0 12px;
}

.rtls .nav-pills .description-block:not(.active):hover,
.rtls .nav-pills .description-block:focus {
    border-left-color: transparent;
    border-right-color: #8a656538;
}

.rtls .nav-pills .description-block.active {
    border-left-color: transparent;
    border-right-color: #1AB394;
}

@media (max-width: 768px) {
    #beneficiariesTabs {
        display: block;
    }

    #beneficiariesContent {
        display: none;
    }

    #beneficiariesTabs .description-block p {
        display: none;
    }

    .description-block {
        border-left: none;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        margin-bottom: 10px;
        background: #fff;
        overflow: hidden;
    }

    .description-block .mobile-content {
        opacity: 0;
        max-height: 0;
        padding: 0 20px;
        font-size: 16px;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, max-height 0.25s ease, transform 0.25s ease, padding 0.25s ease;
    }

    .description-block.active .mobile-content {
        opacity: 1;
        max-height: 300px;
        transform: translateY(0);
        padding: 10px 20px;
    }
}

/*Carousels*/
#webScreenshots {
    padding: 80px 0;
    background: none;
    position: relative;
}

#webScreenshots .section-header {
    margin-bottom: 0;
}

#screenshotCarousel::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -48.9%);
    pointer-events: none;
}

.screenshot-img {
    max-width: 80%;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.carousel-item.active .screenshot-img {
    transform: scale(1);
}

.slide-caption {
    max-width: 80%;
    margin: 0 auto 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide-caption .slide-title,
.slide-caption .slide-desc {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.carousel-item.active .slide-caption {
    opacity: 1;
    transform: translateY(0);
}

.carousel-item.active .slide-caption .slide-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.08s;
}

.carousel-item.active .slide-caption .slide-desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.16s;
}

.carousel-indicators.custom-indicators {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

.custom-indicators li {
    width: 12px;
    height: 7px;
    border-radius: 15px;
    margin: 0 4px;
    background: #8a656538;
    border: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.custom-indicators li.active {
    background: #901ec1;
    width: 25px;
}

.custom-indicators li:focus {
    outline: none;
    border: none;
}

.form-control.flatpickr-input[readonly]:not([disabled]) {
    background-color: #FFFFFF;
}