.btn-slide {
    width: 100%;
    background-color: var(--color-web-bold);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.btn-slide-light {
    width: 100%;
    background-color: #FFF;
    color: var(--color-web-bold);
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin: 10px 0px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid var(--color-web-bold);
}
.btn-slide:hover {
    background-color: var(--color-web-low);
    color: var(--color-web-bold);
}

.btn-slide:focus {
    background-color: var(--color-web-low);
    color: var(--color-web-bold);
}

.swal-button {
    color: #fff;
    border: none;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px !important;
    cursor: pointer;
    background-color: #626EEB !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5) !important;
    margin-top: 2px !important;
}

.swal-button:hover {
    background-color: #99AFF3 !important;
}

.input-phone {
    padding: 11px 20px 9px;
    font-size: 15px;
    outline: none;
    height: 50px;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    text-align: right;
}

/*select {*/
/*    border: 1px solid #6F6B80;*/
/*    border-radius: 5px;*/
/*    padding: 0 25px;*/
/*    height: 60px;*/
/*    font-weight: 500;*/
/*    color: var(--color-body);*/
/*    position: relative;*/
/*    background: url(../images/icons/arrow-icon.png) 5% center no-repeat transparent;*/
/*}*/


.text-color-web-medium{
    color: #7A86F3;
}


.edu-instructor-question{
    width: 200px;
}

.edu-btn-call{
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background: var(--color-secondary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
}
.edu-btn-call:hover{
    color: var(--color-white);
    background: var(--color-web-medium);
}
.text-call-title{
    line-height: 2;
}
.text-justify{
    text-align: justify;
}

.invoice {
    max-width: 800px;
    margin: 50px auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.invoice-header {
    text-align: center;
}

.invoice-details {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.details-left, .details-right {
    width: 48%;
}

.invoice-table {
    margin-top: 20px;
}

.invoice-footer {
    margin-top: 20px;
    text-align: center;
}

.btn-lawyer-profile{
    width: 100%;
    padding: 14px;
    font-size: 17px;
}
.text-left{
    text-align: left;
}

.section-title .pre-title-about{
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-secondary);
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.bg-profile-question{
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
}
a.edu-btn-about, button.edu-btn-about {
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: var(--color-white);
    background: var(--color-secondary);
    padding: 0 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    font-family: var(--font-primary);
    border: 0 none;
}
.text-date-question{
    text-align: left;
    margin: 0 0 0 20px;
    padding-top: 15px;
}

.mr-auto{
    margin-right: auto;
}

.ml-auto{
    margin-left: auto;
}

.learn-section-1-c{
    background-color: var(--color-tertiary-2);
    padding: 7px 17px;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
}

.learn-section-2-c{
    background-color: var(--color-tertiary);
    padding: 7px 16px;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
}

.learn-section-3-c{
    background-color: var(--color-primary);
    padding: 7px 15px;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
}

.learn-section-4-c{
    background-color: var(--color-secondary);
    padding: 7px 15px;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
}

.bg-search-question{
    background-color: #f4f4f4 !important;
}

.btn-choice{
    padding: 15px 0px;
    border-radius: 7px;
    color: #fff;
    display: block;
    margin: 10px 25px;
    text-align: center;
    font-size: 17px;
}
.btn-choice-1{
    background-color: var(--color-secondary);
}

.btn-choice-2{
    background-color: var(--color-web-medium);
}

.btn-choice:hover{
    color: #2f2f2f;
}

.box-profile{
    text-align: center;padding: 30px 25px;
}
.box-profile-img{
    width: 100px;margin: auto;
}

.box-location-star{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.div-profile-img{
    background: none !important;
}

.box-username{
    background-color: #fff;height: auto;top: 10px;margin-top: -50px;
}

.box-username .box-username-div {
    padding-top: 70px
}

.box-username .txt-username{
    margin: 0;background-color: var(--color-web-bold);padding: 6px;color: #fff;
}

.box-username .txt-username-top{
    margin: 0;background-color: #FDC542;padding: 6px;color: #fff;
}

.box-profile-skill{
    border-top: 1px solid #a8a8a8;
}

.box-profile-skill .box-skill{
    padding: 20px 25px;
}

.box-profile-skill .box-price{
    display: flex;justify-content: space-between;margin: 14px 0;
}

.box-profile-skill .txt-group{
    margin: 0;font-size: 13px;
}

.box-profile-skill .txt-price-label{
    margin: 0 0 5px 0;font-size: 13px;
}
.box-profile-skill .txt-price{
    margin: 0 0 5px 0;font-size: 13px;color: var(--color-secondary)
}

.box-profile-skill .box-speak{
    display: flex;justify-content: space-between;margin: 15px 0;align-items: center;
}

.box-profile-skill .box-speak .txt-skill-label{
    margin: 0 0 5px 0;font-size: 13px;
}


.box-profile-skill .box-speak .txt-skill{
    margin: 0 0 5px 0;font-size: 13px;
}


.box-profile-skill .box-speak .btn-speak{
    background-color: #fff;padding: 10px 20px;color: var(--color-secondary);border: 1px solid var(--color-secondary);font-size: 15px;
}


.bg-shade{
    box-shadow: 0 1px 20px 0 rgba(50, 50, 50, 0.08)
}

.box-factor{
    height: 100vh;
    display: flex;
    align-items: center;
}

.box-btn-buy{
    padding: 5px;
    text-align: center;
    margin-bottom: 25px;
}


.animated-button {
    position: relative;
    padding: 18px 35px;
    font-size: 20px;
    color: #fff;
    background-color: var(--color-web-bold);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

@keyframes moveLine {
    0% {
        right: 100%;
    }
    50% {
        right: 0%;
    }
    100% {
        right: -100%;
    }
}
.img-pdf {
    width: 25px;
}


.box-profile .sidebar {
    background-color: #2c3e50;
    color: #fff;
}

.box-profile main {
    background-color: #f5f5f5;
    padding: 7px;
}

.box-profile .sidebar h2 {
    text-align: center;
    margin: 20px 0;
    color: #fff;
}

.box-profile .sidebar .nav-link {
    color: #fff;
    transition: background-color 0.3s;
    padding: 10px 7px;
    margin: 5px 0;
}

.box-profile .sidebar ul .active {
    background-color: #34495e;
}

.box-profile .sidebar .nav-link:hover {
    background-color: #34495e;
}


.box-profile {
    max-width: 800px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.box-profile a {
    color: #343a40;
}

.box-profile a:hover {
    color: var(--color-web-bold);
}

.box-profile .item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    margin: 5px 20px;
    padding: 10px 0;
}

.cat-text{
    font-size: 15px;
}


.bg-download {
    animation: colorChangePayment 1s infinite;
}

@keyframes colorChangePayment {
    0% {
        background-color: #7e89ec;
    }
    50% {
        background-color: #3c4de0;
    }
    100% {
        background-color: #7e89ec;
    }
}


.text-banner {
    font-size: 28px;
    font-weight: 900;
    text-shadow: 0 2px 6px rgba(0,0,0,0.3);
    margin-bottom: 0;
    animation: colorChangeBanner 1s infinite;
}

@keyframes colorChangeBanner {
    0% {
        color: #fff;
    }
    50% {
        color: #fffb00;
    }
    100% {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    /*.text-banner {*/
    /*    font-size: 18px;*/
    /*}*/
    .contact-btn{
        text-align: center;
    }
}

.form-question label{
    margin-bottom: 10px;
    color: #9f9f9f;
}

#btn-request-call{
    display: inline-block;
    height: 45px;
    margin-top: 30px !important;
    border: 2px solid #28a745;
    background-color: #28a745;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}

.box-select-step2{
    line-height: 2.5;
    font-size: 16px;
}

.box-select-moshavereh{
    margin: 25px 0;
}

.choice-item {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    color: #2f2f2f;
    margin-right: auto;
    margin-left: auto;
}

.choice-item h5 {
    color: #2f2f2f;
    font-size: 18px;
}
.choice-item:hover h5,
.choice-item:hover p {
    color: #fff !important;
}

.choice-item:hover {
    color: #fff;
    background-color: #2f89e3;
}


.link-topic{
    display: block; text-decoration: none;
}


.inner:hover .content h6.title{
    color: #fff !important;
}

.service-card-4 img{
    width: 45px;
}


.chat-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--color-web-bold);
    color: white;
    border: none;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0,0,0,.2),0 1px 10px rgba(0,0,0,.15);
    font-size: 28px;
    cursor: pointer;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.chat-box {
    position: fixed;
    bottom: -100%;
    right: 20px;
    width: 100%;
    max-width: 450px;
    margin: 15px;
    height: calc(-150px + 100vh);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 999999;
    transition: bottom 0.4s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.chat-header {
    background: var(--color-web-bold);
    color: #fff;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.chat-title {
    display: flex;
}
.chat-title img{
    width: 50px;
    margin-left: 10px;
}

.chat-title span {
    font-weight: bold;
    font-size: 16px;
}

.chat-title p {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.chat-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.close-btn {
    border: none;
    background: #fff;
    color: var(--color-web-bold);
    font-size: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
}

.close-btn:hover {
    background: #f1f1f1;
}
@media (max-width: 767px) {
    .chat-box {
        bottom: -100%;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }
}

