/*
Theme Name: RehabExplore
Theme URI: 
Author: 
Version: 1.0
*/

body{
    margin:0;
    font-family:'Plus Jakarta Sans', sans-serif;
    color:#596161;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.5;
    box-sizing: border-box;
}
p{
     margin:  0 0 16px 0;
}
p:last-child{
     margin: 0;
}
hr{
    width: 100%;
    border-top: 1px solid;
    margin:0
}
b,strong{
    font-weight: 700;
}
i{
    font-style: italic;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    width:min(1180px, calc(100% - 40px));
    margin:auto;
}
.card{
    border:1px solid #eee;
    padding:20px;
    border-radius:10px;
}
a{
    color:inherit;
    text-decoration:none;
}
a:not(.btn):hover{
    color: #105A59;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.cursor{
    cursor: pointer;
}
.btn{
    cursor: pointer;
    border-radius: 8px;
    box-shadow: none;
    border: none;
}
.btn:hover{
    opacity:.9;
}
.btn2{
    padding: 16px 48px;
}
.btn1{ 
    padding: 14px 24px;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:24px;
}
.flex{
    display: flex;
}
.flex-align-center{
    justify-content: center;
}
.flex-align-left{
    justify-content: left;
}
.flex-align-right{
    justify-content: right;
}
.flex-space-between{
    justify-content: space-between;
}
.flex-center{
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.gap-2{
    gap: 2px;
}
.gap-4{
    gap: 4px;
}
.gap-6{
    gap: 6px;
}
.gap-8{
    gap: 8px;
}
.gap-9{
    gap: 9px;
}
.gap-10{
    gap: 10px;
}
.gap-12{
    gap: 12px;
}
.gap-14{
    gap: 14px;
}
.gap-16{
    gap: 16px;
}
.gap-18{
    gap: 18px;
}
.gap-20{
    gap: 20px;
}
.gap-22{
    gap: 22px;
}
.gap-24{
    gap: 24px;
}
.gap-26{
    gap: 26px;
}
.gap-30{
    gap: 30px;
}
.gap-32{
    gap: 32px;
}
.gap-36{
    gap: 36px;
}
.gap-40{
    gap: 40px;
}
.gap-48{
    gap: 48px;
}
.gap-64{
    gap: 64px;
}
.gap-80{
    gap: 80px;
}
.gap-91{
    gap: 91px;
}
.cl1{
    color: #FFF;
}
.cl2{
    color: #F5F6F6;
}
.cl3{
    color: #252726;
}
.cl4{
    color: #105A59;
}
.cl5{
    color: #FFDFA9;
}
.cl6{
    color: #14B6FF;
}
.cl7{
    color: #CFD2D1;
}
.cl8{
    color: #042E2F;
}
.cl9{
    color: #848C8B;
}
.bg1{
    background-color: #FFF;
}
.bg2{
    background-color: #F5F6F6;
}
.bg3{
    background-color: #252726;
}
.bg4{
    background-color: #105A59;
}
.bg5{
    background-color: #FFDFA9;
}
.bg6{
    background-color: #F0F4F4;
}
.radius-4{
    border-radius: 4px;
}
.radius-6{
    border-radius: 6px;
}
.radius-8{
    border-radius: 8px;
}
.radius-12{
    border-radius: 12px;
}
.radius-16{
    border-radius: 16px;
}
.bd-1{
    border: 1px solid;
}
.bd-cl1{
    border-color: #E5E8E8;
}
.let-normal{
    letter-spacing: normal;
}
.line-height-1{
    line-height: 1;
}
.line-height-1-2{
    line-height: 1.2;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-21{
    font-size: 21px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-30{
    font-size: 30px;
}
.fs-32{
    font-size: 32px;
}
.fs-40{
    font-size: 40px;
}
.fs-48{
    font-size: 48px;
}
.fs-56{
    font-size: 56px;
}
.fs-64{
    font-size: 64px;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.mgt-0{
    margin-top: 0;
}
.mgb-0{
    margin-bottom: 0;
}
.p-4{
    padding: 4px;
}
.pt-5{
    padding-top: 5px;
}
.pb-5{
    padding-bottom: 5px;
}
.pt-8{
    padding-top: 8px;
}
.pb-8{
    padding-bottom: 8px;
}
.pt-14{
    padding-top: 14px;
}
.pb-14{
    padding-bottom: 14px;
}
.pt-16{
    padding-top: 16px;
}
.pb-16{
    padding-bottom: 16px;
}
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right: 20px;
} 
.pd-20{
    padding: 20px;
}
.pt-32{
    padding-top: 32px;
}
.pb-32{
    padding-bottom: 32px;
}
.pt-52{
    padding-top: 52px;
}
.pb-52{
    padding-bottom: 52px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.pt-64{
    padding-top: 64px;
}
.pb-64{
    padding-bottom: 64px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-128{
    padding-top: 128px;
}
.pb-128{
    padding-bottom: 128px;
}
.pt-160{
    padding-top: 160px;
}
.pb-160{
    padding-bottom: 160px;
}
[data-tooltip] {
    position: relative;
    cursor: pointer;
}
[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 8px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #105A59;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0;
    white-space: normal;
    width: 250px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    pointer-events: none;
    z-index: 999;
}

/*
|--------------------------------------------------------------------------
| TOOLTIP ARROW
|--------------------------------------------------------------------------
*/
[data-tooltip]::before {
    content: '';
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #105A59 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    z-index: 999;
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
}
@media (hover:hover) {
    [data-tooltip]:hover::after,
    [data-tooltip]:hover::before {
        opacity: 1;
        visibility: visible;
    }
}
@media(min-width:768px){
    .hide-dkt{
        display: none;
    }
}
@media(max-width:991.98px){
    
    .flex-tb-align-center{
        justify-content: center;
    }
    .flex-tb-align-left{
        justify-content: left;
    }
    .flex-tb-align-right{
        justify-content: right;
    }
}
@media(max-width:767.98px){
    body{ 
        font-size: 14px; 
    }
    .fs-mb-12{
        font-size: 12px;
    }
    .fs-mb-14{
        font-size: 14px;
    }
    .fs-mb-16{
        font-size: 16px;
    }
    .fs-mb-18{
        font-size: 18px;
    }
    .fs-mb-20{
        font-size: 20px;
    }
    .fs-mb-22{
        font-size: 22px;
    }
    .fs-mb-24{
        font-size: 24px;
    }
    .fs-mb-28{
        font-size: 28px;
    }
    .fs-mb-32{
        font-size: 32px;
    }
    .fs-mb-30{
        font-size: 30px;
    }
    .fs-mb-40{
        font-size: 40px;
    }
    .fs-mb-56{
        font-size: 56px;
    }    
    .fw-mb-300{
        font-weight: 300;
    }
    .fw-mb-400{
        font-weight: 400;
    }
    .fw-mb-500{
        font-weight: 500;
    }
    .fw-mb-600{
        font-weight: 600;
    }
    .fw-mb-700{
        font-weight: 700;
    }
    .gap-mb-4{
        gap: 4px;
    }
    .gap-mb-6{
        gap: 6px;
    }
    .gap-mb-8{
        gap: 8px;
    }
    .gap-mb-12{
        gap: 12px;
    }
    .gap-mb-20{
        gap: 20px;
    }
    .gap-mb-24{
        gap: 24px;
    }
    .gap-mb-32{
        gap: 32px;
    }
    .gap-mb-40{
        gap: 40px;
    }
    .flex-mb-column{
        flex-direction: column;
    }
    .flex-mb-row{
        flex-direction: row;
    }
    .flex-mb-center{
        align-items: center;
    }
    .flex-mb-align-center{
        justify-content: center;
    }
    .flex-mb-align-left{
        justify-content: left;
    }
    .flex-mb-align-right{
        justify-content: right;
    }
    .btn2{
        padding: 12px 24px;
    }
    .align-mb-center{
        text-align: center;
    }
    .align-mb-left{
        text-align: left;
    }
    .align-mb-right{
        text-align: right;
    }
    .pt-mb-32{
        padding-top: 32px;
    }
    .pb-mb-32{
        padding-bottom: 32px;
    }
    .pt-mb-40{
        padding-top: 40px;
    }
    .pb-mb-40{
        padding-bottom: 40px;
    }
    .pt-mb-64{
        padding-top: 64px;
    }
    .pb-mb-64{
        padding-bottom: 64px;
    }
    .pt-mb-120{
        padding-top: 120px;
    }
    .pb-mb-120{
        padding-bottom: 120px;
    }
    .pd-mb-10{
        padding: 10px;
    }
    .hide-mb{
        display: none;
    }
}