.policy-panel .section-title{
    text-align: left!important;
    align-items: flex-start!important;
    margin-bottom: 2rem!important;
}

.policy-panel .section-title .policy-title{
    font-size: 24px!important;
    padding-bottom: 1rem!important;
}

.policy-panel .section-title small{
    font-size: 16px!important;
    line-height: 2!important;
}
.service-detail-description-info{
    color: white;
}

.service-detail-description-info .nav-tabs {
    margin-bottom: 3rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.service-detail-description-info .nav-tabs .nav-link.active {
    border: none;
    border-bottom-color: #ff5722 !important;
    color: #ff5722 !important;
}

.service-detail-description-info .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
    color: white;
}

.service-detail-bar{
    padding-bottom: 80px;
}

.lesson-item{
    padding-bottom: 2rem;
    cursor: pointer;
}

.lesson-item:hover .lesson-item-info{
    border-color: #ff5722!important;
}

.service-avatar{
    cursor: pointer;
}

.course-img{
    padding: 5px;
}

.lesson-tag{
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.list-group {
    padding-top: 3rem;
}

.list-group-item h5{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    padding-right: 10px;
    letter-spacing: 0.5px;
    font-family: 'Raleway', sans-serif;
    color: #505050;
}

.list-group-item p.mb-1{
    font-size: 13px;
    line-height: 20px;
}

.list-group-item:hover{
    background: #f5f5f5;
}

.list-group-item small{
    color: #505050;
}

.list-group-item i{
    color: #505050;
}

.lesson-list{
    border-right: 1px solid #dee2e6;
}

.lesson-item-bar:before{
    right: 20px;
    width: 20px;
    height: 30px;
    background: #00adff;
    position: absolute;
    top: 0;
    content: "";
}

.lesson-item-bar2:before{
    right: 20px;
    width: 20px;
    height: 30px;
    background: green!important;
    position: absolute;
    top: 0;
    content: "";
}

.lesson-item-bar:after{
    top: 10px;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f5f5f5;
    position: absolute;
    content: "";
}

.lesson-item-bar:hover{
    background: white!important;
}

.lesson-item-bar{
    position: relative;
    margin: 3rem auto !important;
    padding: 10px 50px 10px 15px;
    border-top: 5px solid #00adff;
    border-radius: 0 0 5px 5px;
    background: #f5f5f5;
    width: 100%;
    cursor: pointer;
}

.lesson-item-bar a{    
    color: #505050;
    font-weight: bold;
    font-size: 20px;
}

.lesson-item-title-text{
    padding-top: 3rem;
    color: #505050;
    font-weight: bold;
    padding-bottom: 1rem;
    font-size: 29px;
}

.single-services-item {
    cursor: pointer;
}

.button_reset {
    background: #ff5722;
    color: #ffffff;
    margin-top: 30px;
    width: 50%; 
    padding: 10px 0;
    border-radius: 10px;
    text-align: center; 
}
  
.form_container_reset {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative; 
    overflow: hidden; /
}

.reset_form {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #f9f9f9;
    text-align: center; 
}
  
.reset_form h2 {
    margin-bottom: 20px;
}
  
.reset_form input {
    width: 100%; 
}

.swal2-info {
    display: none !important;
}

.display-none {
    display: none !important;
}

.swal2-container small {
    font-size: 14px;
    color: #818182;
    font-weight: 600;
}

.subscription-purchase-panel .purchase-info small {
    padding-bottom: 0.3rem;
    font-size: 16px;
}

.swal2-title {
    padding-bottom: 1rem;
}

.ncs-purchasing-value {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.profile-work p {
    font-size: 12px;
}

.profile-work a{
    font-size: 16px;
}

.profile-work input {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.profile-work input:disabled {
    border: none!important;
    border-radius: 3px;
}

.profile-work input:not([disabled]) {
    border-bottom: 1px solid #495057;
    border-radius: 0px;
}

.profile-work select {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    border: none;
}

.profile-work option {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 16px;
}

.profile-work select:disabled {
    background-color: rgba(239, 239, 239, 0.3) !important;
    border:none!important;
    border-radius: 3px;
}

.profile-work select:not([disabled]) {
    border-bottom: 1px solid #495057;
    border-radius: 0px;
}
#toast-container>div {
    opacity: 1 !important;
}

.button-login {
    border-radius: 10px!important;
    padding: 8px 16px!important;
    margin-top: 0!important;
}

.button-login:hover {
    color: #ff5722!important;
    border-color: #ff5722!important;
}
.container_home {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    height: 94vh; 
    margin: 0 5%;
    box-sizing: border-box; 
}

.video-container {
    width: 48%;
}

.calendly-container {
    width: 48%; 
    height: 100%; 
}

.zoom-link {
    text-align: center;
    margin-top: 5px;
}

.video-iframe {
    width: 100%;
    height: 415px; 
    border: none;
}

.calendly-inline-widget {
    width: 90%;
    height: 90%;
    margin: 5% 5%; 
}

@keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

