/* text */
.text-16{
    font-size: 16px;
    line-height: 19px;
}
.text-19{
    font-size: 19px;
    line-height: 23px;
}
.text-20{
    font-size: 20px;
    line-height: 24px;
}
.text-21{
    font-size: 21px;
    line-height: 25px;
}
.text-22{
    font-size: 22px;
    line-height: 25px;
}


/* color */
.co-orange{
    color: #FF9900 !important;
}
.co-black{
    color: #000000;   
}

/* btn */
.w-btn{
    padding: 7px 13px;
    text-align: center;
    outline: none;
    display: inline-block;
    border-radius: 7px;
    font-weight: 400;
    color: #212529;
    vertical-align: middle;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.w-btn-white{
    color: #303030;
    background-color: #FFFFFF;
}
.w-btn-white:hover{
    background-color: #eeeeee;
}
.w-btn-orange{
    color: #303030;
    background-color: #FF9900;
}
.w-btn-orange:hover{
    background-color: #b36b00;
}
.w-btn-banner{
    position: relative;
    padding: 25px 47px !important;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF9900;
    border-radius: 35px !important;
    width: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.w-btn-banner::after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 37.5px;
    width: 100.5%;
    height: 105%;
    border: 3px solid #FF9900;
    transition: all 300ms ease-in-out;
}
.w-btn-banner:hover::after{
    left: 3px;
    top: -5px;
    border: 3px solid #000000;
}
.w-btn-out{
    position: relative;
    padding: 26px 50px;
    text-align: center;
    outline: none;
    display: inline-block;
    border-radius: 7px;
    font-weight: 400;
    color: #fff;
    background-color: #FF9900;
    border-radius: 37.5px;
    vertical-align: middle;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.w-btn-out::after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 37.5px;
    width: 100.5%;
    height: 105%;
    border: 3px solid #FF9900;
    transition: all 300ms ease-in-out;
}
.w-btn-out:hover::after{
    left: 3px;
    top: -5px;
    border: 3px solid #000000;
    /* transform: rotate(4deg); */
}
.w-btn-out2{
    position: relative;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.w-btn-out2::after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 37.5px;
    width: 100.5%;
    height: 105%;
    border: 3px solid #FF9900;
    transition: all 300ms ease-in-out;
}
.w-btn-out2:hover::after{
    left: 3px;
    top: -5px;
    border: 3px solid #000000;
    /* transform: rotate(4deg); */
}
.w-btn-link{
    transition: all 400ms ease-out;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #FF9900;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.w-btn-link:hover{
    column-gap: 15px;
}
.w-btn-link i{
    font-size: 16px;
}
.w-btn-reg{
    border-radius: 18px;
    padding: 7px 20px !important;
}
.w-btn-login{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 400ms ease-in-out;
    margin-right: 15px;
}
.w-btn-login:hover{
    color: #FF9900 !important;
}
.w-btn-wa{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 400ms ease-in-out;
}
.w-btn-wa:hover{
    color: #FF9900;
}
/* p/h */
.text-border{
    font-family: sans-serif !important;
    font-weight: 900;
    font-size: 35px;
    line-height: 46px;
    color: transparent;
    text-shadow: -3px 0px 0px #d8d8d8;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.line-solid{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D8D8D8;
}
.w-alert{
    font-weight: 500;
    font-weight: 16px;
    padding: 10px 20px;
    text-align: center;
    color: #696969;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
.w-alert-image{
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;  
}
.w-alert i{
    padding-right: 5px;
}
.w-alert-default{
    background: #ededed8c;
    color: #FF9900;
}
.w-alert-danger{
    color: #b50101;
    border: 1px solid #b50101;
}
.w-alert-success{
    border: 1px solid #48a000;
    color: #48a000;
}
@media only screen 
   and (max-width : 1000px) {
    .w-btn-link{
        font-size: 15px;
        line-height: 30px;
    }
    .w-btn-out{
        padding: 12px 30px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 900;
    }
}
@media only screen 
   and (max-width : 768px) {
   /* Styles here */
}