/*
height
 */
.height-100{
    height: 100px;
}

/*
border
 */
.b-b-1{
    border-bottom: 1px solid #e5e5e5;
}

.b-t-1{
    border-top: 1px solid #e5e5e5;
}
.btn-circle.btn-xl {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    font-size: 40px;
    line-height: 1.33;

}
.btn-circle.btn-xl:hover {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    font-size: 40px;
    line-height: 1.33;
    border: 2px solid #ffffff;
    background-color: rgba(0,0,0, 0.3);
}

.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    color: #6d7274;
    border-radius: 20px;
    border: 1px solid #6d7274;
}
.btn-circle.btn-lg:hover {
    color:#fff;
    border: 1px solid #007bff;
    background-color: #007bff;
}

.btn-box.btn-xl {
    width: 150px;
    height: 150px;
    font-size: 40px;
    line-height: 1.33;
}

.f-size-20{
    font-size: 20px;
}
.f-size-24{
    font-size: 24px;
}
.f-size-36{
    font-size: 36px;
}
.f-size-12{
    font-size: 12px;
}

.p-r-60{
    padding-right: 60px;
}
.p-r-50{
    padding-right: 50px;
}
.p-r-40{
    padding-right: 40px;
}
.p-r-30{
    padding-right: 30px;
}
.p-r-20{
    padding-right: 20px;
}
.p-l-5{
    padding-left: 5px;
}
.p-l-10{
    padding-left: 10px;
}
.p-l-12{
    padding-left: 12px;
}
.p-l-15{
    padding-left: 15px;
}
.p-l-20{
    padding-left: 20px;
}
.p-l-25{
    padding-left: 25px;
}
.p-l-30{
    padding-left: 30px;
}
.p-l-35{
    padding-left: 35px;
}
.p-l-40{
    padding-left: 40px;
}
.p-l-45{
    padding-left: 40px;
}
.p-l-50{
    padding-left: 50px;
}
.p-l-70{
    padding-left: 70px;
}
.p-l-100{
    padding-left: 100px;
}

.pt-96{
    margin-top: 96px;
}
.pt-100{
    margin-top: 100px;
}
.pt-130{
    margin-top: 130px;
}

.pb-70{
    padding-bottom: 70px;
}
.cursor-p{
    cursor: pointer;
}

.top15{
    padding-top:15%;
}
.z-9{
    position: relative;
    z-index: 9;
}
.z-10{
    position: relative;
    z-index: 10;
}
.z-11{
    position: relative;
    z-index: 11;
}
.z-12{
    position: relative;
    z-index: 12;
}
.z-13{
    position: relative;
    z-index: 13;
}
.z-14{
    position: relative;
    z-index: 14;
}

.w-118{
    width: 118px;
}

.w-120{
    width: 120px;
}

.w-130{
    width: 130px;
}
.w-410{
    width: 410px;
}

.m-l-60{
    margin-left: 60px;
}
.m-l-100{
    margin-left: 100px;
}

.b-m-300{
    bottom: -300px;
}
.b-m-185{
    bottom: -185px;
}
.p-b-30{
    padding-bottom: 30px;
}
.p-b-50{
    padding-bottom: 50px;
}

.p-t-10{
    padding-top: 10px;
}
