.z-ft-s-3{
    font-size: 3rem;
}
.z-ft-s-2{
    font-size: 2rem;
}
.invalid-feedback {
    display: block !important;
}
button:disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
}
.z-m-l{
    margin-left: 0px !important;
}
.z-h-65{
    height: 65px;
}
.z-h-35{
    height: 35px;
}
.z-h-30{
    height: 30px;
}
.z-br-2{
    border-radius:2px;
}
.z-mt-12{
   margin-top:9px;
}
.z-mt-15{
    margin-top:15px;
 }
 .z-mt-20{
    margin-top:20px;
 }
 .z-mt-25{
    margin-top:25px;
 }
 .z-mt-30{
    margin-top:30px;
 }

.z-disabled
{
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.is-invalid + .select2-container--default .select2-selection--single {
    border: 1px solid #f44336 !important;
}
.z-cr-p{
    cursor:pointer !important;
}
.z-br-0{
    border: 0px !important;
}
.z-w-b{
    word-break: break-all;
}
.z-br-50{
    border-radius: 50% !important;
}
.z-p-t{
    padding-top: 3% !important;
}
.z-symbol-lg-120{
    width: 100%;
    max-width: 265px;
    height: 265px;
}
.z-mt-5{
    margin-top: 5px !important;
}
.z-anc-underline{
    text-decoration: underline
}
.z-img-fluid{
    max-width: 50%;
    height: auto;
}
.z-h-100{
    height: 100px;
    margin: auto;
}
.z-color-sch{
    color: #1f2754 !important;
}
.z-text-dark-success{
    color: #4dda6d !important;
}
.z-mt-4{
    margin-top: 4px !important;
}
.select2{
    width: 100% !important;
}
.z-h-62-px{
    height: 60px !important;
}
.text-white{
    color: #fff !important;
}
.booking-btn-color{
    color: #ffffff !important;
    background-color: #EDCB3A !important;
    border-color: #EDCB3A !important;
}
.z-color-dark-blue{
    color: #1f2754 !important;
}
.pointer-event-none{
    pointer-events: none !important;
}
.over-line{
    text-decoration: line-through;
}
.trial-btn-color{
    color: #ffffff !important;
    background-color: #1f2754 !important;
    border-color: #1f2754 !important;
}
.lbl-color-green{
    color: #ffffff !important;
    background-color: #1bc52c  !important;
}

/* custom style */
/* For 1366 Resolution */  
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px)  {
.asa-booking-create #kt_projects_add #carouselExampleSlidesOnly .carousel-inner {
    height: 165px;
}

}