@media (min-width: 280px) and (max-width: 500px) {
.pt-120 {
    padding-top: 40px;
}

.pb-120 {
    padding-bottom: 20px;
}

.pb-130 {
    padding-bottom: 80px;
}

.pt-140 {
    padding-top: 10px;
}

.mtbanner__content {
    padding: 35px 0px 0px 20px;
}

.pt-80 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 30px;
}

/* .mb-30 {
    margin-bottom: 10px;
} */
.mt-copyright-2 .mt-copyright-left p {
    padding-bottom: 0px !important;
}

.mthero__2 .mthero__title {
    font-size: 36px;
}

.mtbanner__4 .mtbanner__title {
    color: var(--mt-common-white);
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.31);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.mb-10m {
    margin-bottom: 10px !important;
}

.lh-20m {
    line-height: 20px;
}

.w-75 {
    width: 100% !important;
}

.pt-100 {
    padding-top: 40px;
}

.pb-100 {
    padding-bottom: 10px;
}


.font-20 {
    font-size: 18px !important;
}

.mthero__img {
    margin-top: -20px;
}

.mt-breadcrumb-title {
    font-size: 36px;
}

.font-50 {
    font-size: 36px !important;
}


}




 @media (min-width: 501px) and (max-width: 717px) {

    .pt-120 {
    padding-top: 40px;
}

.pb-120 {
    padding-bottom: 20px;
}

.pb-130 {
    padding-bottom: 80px;
}

.pt-140 {
    padding-top: 10px;
}

.mtbanner__content {
    padding: 35px 0px 0px 20px;
}

.pt-80 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 10px;
}

.mt-copyright-2 .mt-copyright-left p {
    padding-bottom: 0px !important;
}

.pb-100 {
    padding-bottom: 10px;
}

}