@media (max-width: 767px) {
    .num {
        display: none;
    }
}

.py-5{
    padding-bottom: 2rem !important;
}
.small-p{
    font-size: 16px;
}
.btn-shadow{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.mb-blog{
    margin-bottom: 2.5rem !important;
}
.n-py-5{
    padding-top: 6rem !important;
    /* padding-bottom: 6rem !important; modified by eranda*/
}
.padding-left-only{
    padding-left: 2.7rem !important;
}

.mr-1{
    padding-right: 3.5rem;
}

.ml-1{
    padding-left: 3.5rem;
}

.n-py-6{
    padding-top: 14rem !important;
}

.text-cw{
    margin-right: 4rem !important;
    color: #bfbfbf;
}

.bg-white{
    background-color: #ffffff;
}

.t-c-1{
    color: #8BAE38;
}

html .btn-outline.btn-secondary-1 {
    color: #ffffff;
    background-color: #53642A;
    background-image: none;
    border-color: #53642A;
}

html .btn-secondary-1 {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #ffffff;
    color: #8BAE38;
    --color: #ffffff;
    --hover: #ffffff;
    --disabled: #ffffff;
    --active: #ffffff;
}

.n-p-1{
    margin-right: 2rem;
}

.fs-1{
    font-size: 15px !important;
    line-height: 25px;
}

.n-text-3 {
	font-size: 2.5em !important;
	font-family: "ZCOOL XiaoWei", sans-serif;
	font-weight: 300;
	letter-spacing: 0.09rem;
	font-style: normal;
}

.n-pt-1{
    padding-top: 4.5rem !important;
    padding-bottom: 1rem !important;
}

.n-pb-1{
    padding-bottom: 6rem !important;
}

.n-pb-2{
    padding-bottom: 5rem;
}

.n-pt-2{
    padding-top: 3rem !important;
}

.n-pb-s{
    padding-bottom: 3rem !important;
}

.n-mt-3{
    margin-top: 2rem !important;
}

.n-pt-4{
    padding-top: 5rem !important;
}

.n-text-8{
    font-size: 1.8rem !important;
}

.n-d-flex{
    display: flex;
}

.text-right{
    text-align: right !important;
    padding-right: 4rem !important;
}

