.pr-0{
    padding-right: 0;
}

.pl-0{
    padding-left: 0;
}

.pl-5{
    padding-left: 5px;
}

.pb-10{
    padding-bottom: 10px !important;
}

.pb-20{
    padding-bottom: 20px !important;
}

.pb-30{
    padding-bottom: 30px !important;
}

.pb-40{
    padding-bottom: 40px !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
.pb-60{
    padding-bottom: 60px !important;
}

.pb-70{
    padding-bottom: 60px !important;
}


.pb-80{
    padding-bottom: 80px !important;
}

@media (min-width: 992px){
    .pb-lg-0 {
        padding-bottom: 0!important;
    }
}
.pt-10{
    padding-top: 10px !important;
}

.pt-20{
    padding-top: 20px !important;
}

.pt-30{
    padding-top: 30px !important;
}

.pt-40{
    padding-top: 40px !important;
}

.pt-50{
    padding-top: 50px !important;
}

.pt-60{
    padding-top: 60px !important;
}


.pt-70{
    padding-top: 60px !important;
}

.pt-80{
    padding-top: 60px !important;
}

.pt-180{
    padding-top: 180px !important;
}


.mb--0 {
    margin-bottom: 0 !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}



.mb--30 {
    margin-bottom: 30px !important;
}
.mb--40 {
    margin-bottom: 40px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}


.mt-25{
    margin-top: 25px !important;
}
.mt--50 {
    margin-top: 50px !important;
}



.ptb--30 {
    padding: 30px 0 !important;
}

.ptb--40 {
    padding: 40px 0 !important;
}


.ptb--60{
    padding: 60px 0 !important;
}

.ptb--80{
    padding: 80px 0 !important;
}

.ptb--100{
    padding: 100px 0 !important;
}

.section-gapTop {
    padding-top: 80px;
}

.mr-2{
    margin-right: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    .section-gapTop {
        padding-top: 60px;
    }
    .ptb--60{
        padding: 50px 0 !important;
    }
    .ptb--80{
        padding: 80px 0 !important;
    }
}


@media only screen and (max-width: 767px){
    .section-gapTop {
        padding-top: 50px;
    }
    .ptb--60{
        padding: 40px 0 !important;
    }
    .ptb--80{
        padding: 60px 0 !important;
    }
}


@media(max-width:500px){
    .custom-mb--20{
        margin-bottom: 20px !important;
    }
}


.ml-auto{
    margin-left: auto !important;
}

@media(max-width:991px){
    .mx-md-center{
        margin: auto !important;
    }
}

.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}

/* .section-ptb{
    padding: 100px 0px;
} */