/*
Author : Synexis - Laurent Stevens
Author URL : https://www.synexis.be
Version : 5.0
*/

@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}


/* Background position */

.bg-img-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-no-repeat {
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.bg-lc {
    background-position: left center !important;
}

.bg-lt {
    background-position: left top !important;
}

.bg-rt {
    background-position: right top !important;
}

.bg-lb {
    background-position: left bottom !important;
}

.bg-cr {
    background-position: right bottom !important;
}


/* divers */

.col { 
    float: left;
}

.img-fluid {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

fieldset {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}


/* line-height */

.line-h-0 {
    line-height: 0;
}

.line-h-1 {
    line-height: 1;
}


/* overflow */

.overflow-y-hide {
    overflow-y: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-y-visible{
    overflow-y: visible;
}

.overflow-x-hide {
    overflow-x: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-x-visible{
    overflow-x: visible;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-visible{
    overflow: visible;
}


/* z-index */

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-99 {
    z-index: 99 !important;
}

.z-index-999 {
    z-index: 999 !important;
}

.z-index-9999 {
    z-index: 9999 !important;
}


/* max-width */

.mw-0 {
    max-width: 0 !important;
}

.mw-30 {
    max-width: 30% !important;
}

.mw-40 {
    max-width: 40% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-60 {
    max-width: 60% !important;
}

.mw-70 {
    max-width: 70% !important;
}

.mw-80 {
    max-width: 80% !important;
}

.mw-85 {
    max-width: 85% !important;
}

.mw-90 {
    max-width: 90% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mw-500 {
    max-width: 500px !important;
}

.mw-600 {
    max-width: 600px !important;
}

.mw-700 {
    max-width: 700px !important;
}

.mw-800 {
    max-width: 800px !important;
}

.mw-900 {
    max-width: 900px !important;
}

.mw-1000 {
    max-width: 1000px !important;
}

.mw-1120 {
    max-width: 1120px !important;
}

.mw-1140 {
    max-width: 1140px !important;
}

.mw-1160 {
    max-width: 1160px !important;
}

.mw-1170 {
    max-width: 1170px !important;
}

.mw-1180 {
    max-width: 1180px !important;
}

.mw-1366 {
    max-width: 1366px !important;
}

.mw-1600 {
    max-width: 1600px !important;
}

.mw-full {
    max-width: 1920px !important;
}

@media (min-width: 576px) {

.mw-sm-0 {
    max-width: 0 !important;
}

.mw-sm-30 {
    max-width: 30% !important;
}

.mw-sm-40 {
    max-width: 40% !important;
}

.mw-sm-50 {
    max-width: 50% !important;
}

.mw-sm-60 {
    max-width: 60% !important;
}

.mw-sm-70 {
    max-width: 70% !important;
}

.mw-sm-80 {
    max-width: 80% !important;
}

.mw-sm-85 {
    max-width: 85% !important;
}

.mw-sm-90 {
    max-width: 90% !important;
}

.mw-sm-100 {
    max-width: 100% !important;
}

.mw-sm-500 {
    max-width: 500px !important;
}

.mw-sm-600 {
    max-width: 600px !important;
}

.mw-sm-700 {
    max-width: 700px !important;
}

.mw-sm-800 {
    max-width: 800px !important;
}

.mw-sm-900 {
    max-width: 900px !important;
}

.mw-sm-1000 {
    max-width: 1000px !important;
}

.mw-sm-1120 {
    max-width: 1120px !important;
}

.mw-sm-1140 {
    max-width: 1140px !important;
}

.mw-sm-1160 {
    max-width: 1160px !important;
}

.mw-sm-1170 {
    max-width: 1170px !important;
}

.mw-sm-1180 {
    max-width: 1180px !important;
}

.mw-sm-1366 {
    max-width: 1366px !important;
}

.mw-sm-1600 {
    max-width: 1600px !important;
}

}

@media (min-width: 720px) {

.mw-md-0 {
    max-width: 0 !important;
}

.mw-md-30 {
    max-width: 30% !important;
}

.mw-md-40 {
    max-width: 40% !important;
}

.mw-md-50 {
    max-width: 50% !important;
}

.mw-md-60 {
    max-width: 60% !important;
}

.mw-md-70 {
    max-width: 70% !important;
}

.mw-md-80 {
    max-width: 80% !important;
}

.mw-md-85 {
    max-width: 85% !important;
}

.mw-md-90 {
    max-width: 90% !important;
}

.mw-md-100 {
    max-width: 100% !important;
}

.mw-md-500 {
    max-width: 500px !important;
}

.mw-md-600 {
    max-width: 600px !important;
}

.mw-md-700 {
    max-width: 700px !important;
}

.mw-md-800 {
    max-width: 800px !important;
}

.mw-md-900 {
    max-width: 900px !important;
}

.mw-md-1000 {
    max-width: 1000px !important;
}

.mw-md-1120 {
    max-width: 1120px !important;
}

.mw-md-1140 {
    max-width: 1140px !important;
}

.mw-md-1160 {
    max-width: 1160px !important;
}

.mw-md-1170 {
    max-width: 1170px !important;
}

.mw-md-1180 {
    max-width: 1180px !important;
}

.mw-md-1366 {
    max-width: 1366px !important;
}

.mw-md-1600 {
    max-width: 1600px !important;
}

}

@media (min-width: 992px) {

.mw-lg-0 {
    max-width: 0 !important;
}

.mw-lg-30 {
    max-width: 30% !important;
}

.mw-lg-40 {
    max-width: 40% !important;
}

.mw-lg-50 {
    max-width: 50% !important;
}

.mw-lg-60 {
    max-width: 60% !important;
}

.mw-lg-70 {
    max-width: 70% !important;
}

.mw-lg-80 {
    max-width: 80% !important;
}

.mw-lg-85 {
    max-width: 85% !important;
}

.mw-lg-90 {
    max-width: 90% !important;
}

.mw-lg-100 {
    max-width: 100% !important;
}

.mw-lg-500 {
    max-width: 500px !important;
}

.mw-lg-600 {
    max-width: 600px !important;
}

.mw-lg-700 {
    max-width: 700px !important;
}

.mw-lg-800 {
    max-width: 800px !important;
}

.mw-lg-900 {
    max-width: 900px !important;
}

.mw-lg-1000 {
    max-width: 1000px !important;
}

.mw-lg-1120 {
    max-width: 1120px !important;
}

.mw-lg-1140 {
    max-width: 1140px !important;
}

.mw-lg-1160 {
    max-width: 1160px !important;
}

.mw-lg-1170 {
    max-width: 1170px !important;
}

.mw-lg-1180 {
    max-width: 1180px !important;
}

.mw-lg-1366 {
    max-width: 1366px !important;
}

.mw-lg-1600 {
    max-width: 1600px !important;
}

}

@media (min-width: 1200px) {

.mw-xl-0 {
    max-width: 0 !important;
}

.mw-xl-30 {
    max-width: 30% !important;
}

.mw-xl-40 {
    max-width: 40% !important;
}

.mw-xl-50 {
    max-width: 50% !important;
}

.mw-xl-60 {
    max-width: 60% !important;
}

.mw-xl-70 {
    max-width: 70% !important;
}

.mw-xl-80 {
    max-width: 80% !important;
}

.mw-xl-85 {
    max-width: 85% !important;
}

.mw-xl-90 {
    max-width: 90% !important;
}

.mw-xl-100 {
    max-width: 100% !important;
}

.mw-xl-500 {
    max-width: 500px !important;
}

.mw-xl-600 {
    max-width: 600px !important;
}

.mw-xl-700 {
    max-width: 700px !important;
}

.mw-xl-800 {
    max-width: 800px !important;
}

.mw-xl-900 {
    max-width: 900px !important;
}

.mw-xl-1000 {
    max-width: 1000px !important;
}

.mw-xl-1120 {
    max-width: 1120px !important;
}

.mw-xl-1140 {
    max-width: 1140px !important;
}

.mw-xl-1160 {
    max-width: 1160px !important;
}

.mw-xl-1170 {
    max-width: 1170px !important;
}

.mw-xl-1180 {
    max-width: 1180px !important;
}

.mw-xl-1366 {
    max-width: 1366px !important;
}

.mw-xl-1600 {
    max-width: 1600px !important;
}

}

/* lop */

.top-0 {
    top: 0 !important;
}

@media (min-width: 576px) {

.top-sm-0 {
    top: 0 !important;
}

}

@media (min-width: 767px) {

.top-md-0 {
    top: 0 !important;
}

}

@media (min-width: 992px) {

.top-lg-0 {
    top: 0 !important;
}

}

@media (min-width: 1200px) {

.top-xl-0 {
    top: 0 !important;
}

}


/* left */

.left-0 {
    left: 0 !important;
}

@media (min-width: 576px) {

.left-sm-0 {
    left: 0 !important;
}

}

@media (min-width: 767px) {

.left-md-0 {
    left: 0 !important;
}

}

@media (min-width: 992px) {

.left-lg-0 {
    left: 0 !important;
}

}

@media (min-width: 1200px) {

.left-xl-0 {
    left: 0 !important;
}

}


/* right */

.right-0 {
    right: 0 !important;
}

@media (min-width: 576px) {

.right-sm-0 {
    right: 0 !important;
}

}

@media (min-width: 767px) {

.right-md-0 {
    right: 0 !important;
}

}

@media (min-width: 992px) {

.right-lg-0 {
    right: 0 !important;
}

}

@media (min-width: 1200px) {

.right-xl-0 {
    right: 0 !important;
}

}

/* bottom */

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

@media (min-width: 576px) {

.bottom-sm-0 {
    bottom: 0 !important;
}

}

@media (min-width: 767px) {

.bottom-md-0 {
    bottom: 0 !important;
}

}

@media (min-width: 992px) {

.bottom-lg-0 {
    bottom: 0 !important;
}

}

@media (min-width: 1200px) {

.bottom-xl-0 {
    bottom: 0 !important;
}

}


/* margin  */

.m-0 {
    margin: 0 !important;
}
.m-5 {
    margin: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-35 {
    margin: 35px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-45 {
    margin: 45px !important;
}
.m-50 {
    margin: 50px !important;
}
.m-55 {
    margin: 55px !important;
}
.m-60 {
    margin: 60px !important;
}
.m-65 {
    margin: 65px !important;
}
.m-70 {
    margin: 70px !important;
}
.m-75 {
    margin: 75px !important;
}
.m-80 {
    margin: 80px !important;
}
.m-85 {
    margin: 85px !important;
}
.m-90 {
    margin: 90px !important;
}
.m-95 {
    margin: 95px !important;
}
.m-100 {
    margin: 100px !important;
}
.m-150 {
    margin: 150px !important;
}
.m-200 {
    margin: 200px !important;
}
.no-mar {
    margin: 0 !important;
}

@media (min-width: 576px) {

.m-sm-0 {
    margin: 0 !important;
}
.m-sm-5 {
    margin: 5px !important;
}
.m-sm-10 {
    margin: 10px !important;
}
.m-sm-15 {
    margin: 15px !important;
}
.m-sm-20 {
    margin: 20px !important;
}
.m-sm-25 {
    margin: 25px !important;
}
.m-sm-30 {
    margin: 30px !important;
}
.m-sm-35 {
    margin: 35px !important;
}
.m-sm-40 {
    margin: 40px !important;
}
.m-sm-45 {
    margin: 45px !important;
}
.m-sm-50 {
    margin: 50px !important;
}
.m-sm-55 {
    margin: 55px !important;
}
.m-sm-60 {
    margin: 60px !important;
}
.m-sm-65 {
    margin: 65px !important;
}
.m-sm-70 {
    margin: 70px !important;
}
.m-sm-75 {
    margin: 75px !important;
}
.m-sm-80 {
    margin: 80px !important;
}
.m-sm-85 {
    margin: 85px !important;
}
.m-sm-90 {
    margin: 90px !important;
}
.m-sm-95 {
    margin: 95px !important;
}
.m-sm-100 {
    margin: 100px !important;
}
.m-sm-150 {
    margin: 150px !important;
}
.m-sm-200 {
    margin: 200px !important;
}

}

@media (min-width: 720px) {

.m-md-0 {
    margin: 0 !important;
}
.m-md-5 {
    margin: 5px !important;
}
.m-md-10 {
    margin: 10px !important;
}
.m-md-15 {
    margin: 15px !important;
}
.m-md-20 {
    margin: 20px !important;
}
.m-md-25 {
    margin: 25px !important;
}
.m-md-30 {
    margin: 30px !important;
}
.m-md-35 {
    margin: 35px !important;
}
.m-md-40 {
    margin: 40px !important;
}
.m-md-45 {
    margin: 45px !important;
}
.m-md-50 {
    margin: 50px !important;
}
.m-md-55 {
    margin: 55px !important;
}
.m-md-60 {
    margin: 60px !important;
}
.m-md-65 {
    margin: 65px !important;
}
.m-md-70 {
    margin: 70px !important;
}
.m-md-75 {
    margin: 75px !important;
}
.m-md-80 {
    margin: 80px !important;
}
.m-md-85 {
    margin: 85px !important;
}
.m-md-90 {
    margin: 90px !important;
}
.m-md-95 {
    margin: 95px !important;
}
.m-md-100 {
    margin: 100px !important;
}
.m-md-150 {
    margin: 150px !important;
}
.m-md-200 {
    margin: 200px !important;
}

}

@media (min-width: 992px) {

.m-lg-0 {
    margin: 0 !important;
}
.m-lg-5 {
    margin: 5px !important;
}
.m-lg-10 {
    margin: 10px !important;
}
.m-lg-15 {
    margin: 15px !important;
}
.m-lg-20 {
    margin: 20px !important;
}
.m-lg-25 {
    margin: 25px !important;
}
.m-lg-30 {
    margin: 30px !important;
}
.m-lg-35 {
    margin: 35px !important;
}
.m-lg-40 {
    margin: 40px !important;
}
.m-lg-45 {
    margin: 45px !important;
}
.m-lg-50 {
    margin: 50px !important;
}
.m-lg-55 {
    margin: 55px !important;
}
.m-lg-60 {
    margin: 60px !important;
}
.m-lg-65 {
    margin: 65px !important;
}
.m-lg-70 {
    margin: 70px !important;
}
.m-lg-75 {
    margin: 75px !important;
}
.m-lg-80 {
    margin: 80px !important;
}
.m-lg-85 {
    margin: 85px !important;
}
.m-lg-90 {
    margin: 90px !important;
}
.m-lg-95 {
    margin: 95px !important;
}
.m-lg-100 {
    margin: 100px !important;
}
.m-lg-150 {
    margin: 150px !important;
}
.m-lg-200 {
    margin: 200px !important;
}

}

@media (min-width: 1200px) {

.m-xl-0 {
    margin: 0 !important;
}
.m-xl-5 {
    margin: 5px !important;
}
.m-xl-10 {
    margin: 10px !important;
}
.m-xl-15 {
    margin: 15px !important;
}
.m-xl-20 {
    margin: 20px !important;
}
.m-xl-25 {
    margin: 25px !important;
}
.m-xl-30 {
    margin: 30px !important;
}
.m-xl-35 {
    margin: 35px !important;
}
.m-xl-40 {
    margin: 40px !important;
}
.m-xl-45 {
    margin: 45px !important;
}
.m-xl-50 {
    margin: 50px !important;
}
.m-xl-55 {
    margin: 55px !important;
}
.m-xl-60 {
    margin: 60px !important;
}
.m-xl-65 {
    margin: 65px !important;
}
.m-xl-70 {
    margin: 70px !important;
}
.m-xl-75 {
    margin: 75px !important;
}
.m-xl-80 {
    margin: 80px !important;
}
.m-xl-85 {
    margin: 85px !important;
}
.m-xl-90 {
    margin: 90px !important;
}
.m-xl-95 {
    margin: 95px !important;
}
.m-xl-100 {
    margin: 100px !important;
}
.m-xl-150 {
    margin: 150px !important;
}
.m-xl-200 {
    margin: 200px !important;
}

}


/* margin top bottom */

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}
.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

@media (min-width: 576px) {

.my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}
.my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-sm-1550 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

}

@media (min-width: 720px) {

.my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}
.my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

}

@media (min-width: 992px) {

.my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}
.my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

}

@media (min-width: 1200px) {

.my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}
.my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
}
.my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
.my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}
.my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
}
.my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

}


/* margin top */

.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-150 {
    margin-top: 150px !important;
}
.mt-200 {
    margin-top: 200px !important;
}

@media (min-width: 576px) {

.mt-sm-0 {
    margin-top: 0 !important;
}
.mt-sm-5 {
    margin-top: 5px !important;
}
.mt-sm-10 {
    margin-top: 10px !important;
}
.mt-sm-15 {
    margin-top: 15px !important;
}
.mt-sm-20 {
    margin-top: 20px !important;
}
.mt-sm-25 {
    margin-top: 25px !important;
}
.mt-sm-30 {
    margin-top: 30px !important;
}
.mt-sm-35 {
    margin-top: 35px !important;
}
.mt-sm-40 {
    margin-top: 40px !important;
}
.mt-sm-45 {
    margin-top: 45px !important;
}
.mt-sm-50 {
    margin-top: 50px !important;
}
.mt-sm-55 {
    margin-top: 55px !important;
}
.mt-sm-60 {
    margin-top: 60px !important;
}
.mt-sm-65 {
    margin-top: 65px !important;
}
.mt-sm-70 {
    margin-top: 70px !important;
}
.mt-sm-75 {
    margin-top: 75px !important;
}
.mt-sm-80 {
    margin-top: 80px !important;
}
.mt-sm-85 {
    margin-top: 85px !important;
}
.mt-sm-90 {
    margin-top: 90px !important;
}
.mt-sm-95 {
    margin-top: 95px !important;
}
.mt-sm-100 {
    margin-top: 100px !important;
}
.mt-sm-150 {
    margin-top: 150px !important;
}
.mt-sm-200 {
    margin-top: 200px !important;
}

}

@media (min-width: 720px) {

.mt-md-0 {
    margin-top: 0 !important;
}
.mt-md-5 {
    margin-top: 5px !important;
}
.mt-md-10 {
    margin-top: 10px !important;
}
.mt-md-15 {
    margin-top: 15px !important;
}
.mt-md-20 {
    margin-top: 20px !important;
}
.mt-md-25 {
    margin-top: 25px !important;
}
.mt-md-30 {
    margin-top: 30px !important;
}
.mt-md-35 {
    margin-top: 35px !important;
}
.mt-md-40 {
    margin-top: 40px !important;
}
.mt-md-45 {
    margin-top: 45px !important;
}
.mt-md-50 {
    margin-top: 50px !important;
}
.mt-md-55 {
    margin-top: 55px !important;
}
.mt-md-60 {
    margin-top: 60px !important;
}
.mt-md-65 {
    margin-top: 65px !important;
}
.mt-md-70 {
    margin-top: 70px !important;
}
.mt-md-75 {
    margin-top: 75px !important;
}
.mt-md-80 {
    margin-top: 80px !important;
}
.mt-md-85 {
    margin-top: 85px !important;
}
.mt-md-90 {
    margin-top: 90px !important;
}
.mt-md-95 {
    margin-top: 95px !important;
}
.mt-md-100 {
    margin-top: 100px !important;
}
.mt-md-150 {
    margin-top: 150px !important;
}
.mt-md-200 {
    margin-top: 200px !important;
}

}

@media (min-width: 992px) {

.mt-lg-0 {
    margin-top: 0 !important;
}
.mt-lg-5 {
    margin-top: 5px !important;
}
.mt-lg-10 {
    margin-top: 10px !important;
}
.mt-lg-15 {
    margin-top: 15px !important;
}
.mt-lg-20 {
    margin-top: 20px !important;
}
.mt-lg-25 {
    margin-top: 25px !important;
}
.mt-lg-30 {
    margin-top: 30px !important;
}
.mt-lg-35 {
    margin-top: 35px !important;
}
.mt-lg-40 {
    margin-top: 40px !important;
}
.mt-lg-45 {
    margin-top: 45px !important;
}
.mt-lg-50 {
    margin-top: 50px !important;
}
.mt-lg-55 {
    margin-top: 55px !important;
}
.mt-lg-60 {
    margin-top: 60px !important;
}
.mt-lg-65 {
    margin-top: 65px !important;
}
.mt-lg-70 {
    margin-top: 70px !important;
}
.mt-lg-75 {
    margin-top: 75px !important;
}
.mt-lg-80 {
    margin-top: 80px !important;
}
.mt-lg-85 {
    margin-top: 85px !important;
}
.mt-lg-90 {
    margin-top: 90px !important;
}
.mt-lg-95 {
    margin-top: 95px !important;
}
.mt-lg-100 {
    margin-top: 100px !important;
}
.mt-lg-150 {
    margin-top: 150px !important;
}
.mt-lg-200 {
    margin-top: 200px !important;
}

}

@media (min-width: 1200px) {

.mt-xl-0 {
    margin-top: 0 !important;
}
.mt-xl-5 {
    margin-top: 5px !important;
}
.mt-xl-10 {
    margin-top: 10px !important;
}
.mt-xl-15 {
    margin-top: 15px !important;
}
.mt-xl-20 {
    margin-top: 20px !important;
}
.mt-xl-25 {
    margin-top: 25px !important;
}
.mt-xl-30 {
    margin-top: 30px !important;
}
.mt-xl-35 {
    margin-top: 35px !important;
}
.mt-xl-40 {
    margin-top: 40px !important;
}
.mt-xl-45 {
    margin-top: 45px !important;
}
.mt-xl-50 {
    margin-top: 50px !important;
}
.mt-xl-55 {
    margin-top: 55px !important;
}
.mt-xl-60 {
    margin-top: 60px !important;
}
.mt-xl-65 {
    margin-top: 65px !important;
}
.mt-xl-70 {
    margin-top: 70px !important;
}
.mt-xl-75 {
    margin-top: 75px !important;
}
.mt-xl-80 {
    margin-top: 80px !important;
}
.mt-xl-85 {
    margin-top: 85px !important;
}
.mt-xl-90 {
    margin-top: 90px !important;
}
.mt-xl-95 {
    margin-top: 95px !important;
}
.mt-xl-100 {
    margin-top: 100px !important;
}
.mt-xl-150 {
    margin-top: 150px !important;
}
.mt-xl-200 {
    margin-top: 200px !important;
}

}


/* margin bottom */

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}
.mb-200 {
    margin-bottom: 200px !important;
}

@media (min-width: 576px) {

.mb-sm-0 {
    margin-bottom: 0 !important;
}
.mb-sm-5 {
    margin-bottom: 5px !important;
}
.mb-sm-10 {
    margin-bottom: 10px !important;
}
.mb-sm-15 {
    margin-bottom: 15px !important;
}
.mb-sm-20 {
    margin-bottom: 20px !important;
}
.mb-sm-25 {
    margin-bottom: 25px !important;
}
.mb-sm-30 {
    margin-bottom: 30px !important;
}
.mb-sm-35 {
    margin-bottom: 35px !important;
}
.mb-sm-40 {
    margin-bottom: 40px !important;
}
.mb-sm-45 {
    margin-bottom: 45px !important;
}
.mb-sm-50 {
    margin-bottom: 50px !important;
}
.mb-sm-55 {
    margin-bottom: 55px !important;
}
.mb-sm-60 {
    margin-bottom: 60px !important;
}
.mb-sm-65 {
    margin-bottom: 65px !important;
}
.mb-sm-70 {
    margin-bottom: 70px !important;
}
.mb-sm-75 {
    margin-bottom: 75px !important;
}
.mb-sm-80 {
    margin-bottom: 80px !important;
}
.mb-sm-85 {
    margin-bottom: 85px !important;
}
.mb-sm-90 {
    margin-bottom: 90px !important;
}
.mb-sm-95 {
    margin-bottom: 95px !important;
}
.mb-sm-100 {
    margin-bottom: 100px !important;
}
.mb-sm-150 {
    margin-bottom: 150px !important;
}
.mb-sm-200 {
    margin-bottom: 200px !important;
}

}

@media (min-width: 720px) {

.mb-md-0 {
    margin-bottom: 0 !important;
}
.mb-md-5 {
    margin-bottom: 5px !important;
}
.mb-md-10 {
    margin-bottom: 10px !important;
}
.mb-md-15 {
    margin-bottom: 15px !important;
}
.mb-md-20 {
    margin-bottom: 20px !important;
}
.mb-md-25 {
    margin-bottom: 25px !important;
}
.mb-md-30 {
    margin-bottom: 30px !important;
}
.mb-md-35 {
    margin-bottom: 35px !important;
}
.mb-md-40 {
    margin-bottom: 40px !important;
}
.mb-md-45 {
    margin-bottom: 45px !important;
}
.mb-md-50 {
    margin-bottom: 50px !important;
}
.mb-md-55 {
    margin-bottom: 55px !important;
}
.mb-md-60 {
    margin-bottom: 60px !important;
}
.mb-md-65 {
    margin-bottom: 65px !important;
}
.mb-md-70 {
    margin-bottom: 70px !important;
}
.mb-md-75 {
    margin-bottom: 75px !important;
}
.mb-md-80 {
    margin-bottom: 80px !important;
}
.mb-md-85 {
    margin-bottom: 85px !important;
}
.mb-md-90 {
    margin-bottom: 90px !important;
}
.mb-md-95 {
    margin-bottom: 95px !important;
}
.mb-md-100 {
    margin-bottom: 100px !important;
}
.mb-md-150 {
    margin-bottom: 150px !important;
}
.mb-md-200 {
    margin-bottom: 200px !important;
}

}

@media (min-width: 992px) {

.mb-lg-0 {
    margin-bottom: 0 !important;
}
.mb-lg-5 {
    margin-bottom: 5px !important;
}
.mb-lg-10 {
    margin-bottom: 10px !important;
}
.mb-lg-15 {
    margin-bottom: 15px !important;
}
.mb-lg-20 {
    margin-bottom: 20px !important;
}
.mb-lg-25 {
    margin-bottom: 25px !important;
}
.mb-lg-30 {
    margin-bottom: 30px !important;
}
.mb-lg-35 {
    margin-bottom: 35px !important;
}
.mb-lg-40 {
    margin-bottom: 40px !important;
}
.mb-lg-45 {
    margin-bottom: 45px !important;
}
.mb-lg-50 {
    margin-bottom: 50px !important;
}
.mb-lg-55 {
    margin-bottom: 55px !important;
}
.mb-lg-60 {
    margin-bottom: 60px !important;
}
.mb-lg-65 {
    margin-bottom: 65px !important;
}
.mb-lg-70 {
    margin-bottom: 70px !important;
}
.mb-lg-75 {
    margin-bottom: 75px !important;
}
.mb-lg-80 {
    margin-bottom: 80px !important;
}
.mb-lg-85 {
    margin-bottom: 85px !important;
}
.mb-lg-90 {
    margin-bottom: 90px !important;
}
.mb-lg-95 {
    margin-bottom: 95px !important;
}
.mb-lg-100 {
    margin-bottom: 100px !important;
}
.mb-lg-150 {
    margin-bottom: 150px !important;
}
.mb-lg-200 {
    margin-bottom: 200px !important;
}

}

@media (min-width: 1200px) {

.mb-xl-0 {
    margin-bottom: 0 !important;
}
.mb-xl-5 {
    margin-bottom: 5px !important;
}
.mb-xl-10 {
    margin-bottom: 10px !important;
}
.mb-xl-15 {
    margin-bottom: 15px !important;
}
.mb-xl-20 {
    margin-bottom: 20px !important;
}
.mb-xl-25 {
    margin-bottom: 25px !important;
}
.mb-xl-30 {
    margin-bottom: 30px !important;
}
.mb-xl-35 {
    margin-bottom: 35px !important;
}
.mb-xl-40 {
    margin-bottom: 40px !important;
}
.mb-xl-45 {
    margin-bottom: 45px !important;
}
.mb-xl-50 {
    margin-bottom: 50px !important;
}
.mb-xl-55 {
    margin-bottom: 55px !important;
}
.mb-xl-60 {
    margin-bottom: 60px !important;
}
.mb-xl-65 {
    margin-bottom: 65px !important;
}
.mb-xl-70 {
    margin-bottom: 70px !important;
}
.mb-xl-75 {
    margin-bottom: 75px !important;
}
.mb-xl-80 {
    margin-bottom: 80px !important;
}
.mb-xl-85 {
    margin-bottom: 85px !important;
}
.mb-xl-90 {
    margin-bottom: 90px !important;
}
.mb-xl-95 {
    margin-bottom: 95px !important;
}
.mb-xl-100 {
    margin-bottom: 100px !important;
}
.mb-xl-150 {
    margin-bottom: 150px !important;
}
.mb-xl-200 {
    margin-bottom: 200px !important;
}

}


/* margin left right */

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}
.mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}
.mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}
.mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}
.mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}
.mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}
.mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

@media (min-width: 576px) {

.mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}
.mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}
.mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}
.mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}
.mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}
.mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}
.mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

}

@media (min-width: 720px) {

.mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}
.mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}
.mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}
.mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}
.mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}
.mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}
.mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

}

@media (min-width: 992px) {

.mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}
.mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}
.mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}
.mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}
.mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}
.mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}
.mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

}

@media (min-width: 1200px) {

.mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}
.mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}
.mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}
.mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}
.mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}
.mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}
.mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}
.mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}
.mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}
.mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}
.mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}
.mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}
.mx-xl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
}
.mx-xl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
}

}


/* margin left */

.ml-0 {
    margin-left: 0 !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-45 {
    margin-left: 45px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-55 {
    margin-left: 55px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-65 {
    margin-left: 65px !important;
}
.ml-70 {
    margin-left: 70px !important;
}
.ml-75 {
    margin-left: 75px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-85 {
    margin-left: 85px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.ml-95 {
    margin-left: 95px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.ml-150 {
    margin-left: 150px !important;
}
.ml-200 {
    margin-left: 200px !important;
}

@media (min-width: 576px) {

.ml-sm-0 {
    margin-left: 0 !important;
}
.ml-sm-5 {
    margin-left: 5px !important;
}
.ml-sm-10 {
    margin-left: 10px !important;
}
.ml-sm-15 {
    margin-left: 15px !important;
}
.ml-sm-20 {
    margin-left: 20px !important;
}
.ml-sm-25 {
    margin-left: 25px !important;
}
.ml-sm-30 {
    margin-left: 30px !important;
}
.ml-sm-35 {
    margin-left: 35px !important;
}
.ml-sm-40 {
    margin-left: 40px !important;
}
.ml-sm-45 {
    margin-left: 45px !important;
}
.ml-sm-50 {
    margin-left: 50px !important;
}
.ml-sm-55 {
    margin-left: 55px !important;
}
.ml-sm-60 {
    margin-left: 60px !important;
}
.ml-sm-65 {
    margin-left: 65px !important;
}
.ml-sm-70 {
    margin-left: 70px !important;
}
.ml-sm-75 {
    margin-left: 75px !important;
}
.ml-sm-80 {
    margin-left: 80px !important;
}
.ml-sm-85 {
    margin-left: 85px !important;
}
.ml-sm-90 {
    margin-left: 90px !important;
}
.ml-sm-95 {
    margin-left: 95px !important;
}
.ml-sm-100 {
    margin-left: 100px !important;
}
.ml-sm-150 {
    margin-left: 150px !important;
}
.ml-sm-200 {
    margin-left: 200px !important;
}

}

@media (min-width: 720px) {

.ml-md-0 {
    margin-left: 0 !important;
}
.ml-md-5 {
    margin-left: 5px !important;
}
.ml-md-10 {
    margin-left: 10px !important;
}
.ml-md-15 {
    margin-left: 15px !important;
}
.ml-md-20 {
    margin-left: 20px !important;
}
.ml-md-25 {
    margin-left: 25px !important;
}
.ml-md-30 {
    margin-left: 30px !important;
}
.ml-md-35 {
    margin-left: 35px !important;
}
.ml-md-40 {
    margin-left: 40px !important;
}
.ml-md-45 {
    margin-left: 45px !important;
}
.ml-md-50 {
    margin-left: 50px !important;
}
.ml-md-55 {
    margin-left: 55px !important;
}
.ml-md-60 {
    margin-left: 60px !important;
}
.ml-md-65 {
    margin-left: 65px !important;
}
.ml-md-70 {
    margin-left: 70px !important;
}
.ml-md-75 {
    margin-left: 75px !important;
}
.ml-md-80 {
    margin-left: 80px !important;
}
.ml-md-85 {
    margin-left: 85px !important;
}
.ml-md-90 {
    margin-left: 90px !important;
}
.ml-md-95 {
    margin-left: 95px !important;
}
.ml-md-100 {
    margin-left: 100px !important;
}
.ml-md-150 {
    margin-left: 150px !important;
}
.ml-md-200 {
    margin-left: 200px !important;
}

}

@media (min-width: 992px) {

.ml-lg-0 {
    margin-left: 0 !important;
}
.ml-lg-5 {
    margin-left: 5px !important;
}
.ml-lg-10 {
    margin-left: 10px !important;
}
.ml-lg-15 {
    margin-left: 15px !important;
}
.ml-lg-20 {
    margin-left: 20px !important;
}
.ml-lg-25 {
    margin-left: 25px !important;
}
.ml-lg-30 {
    margin-left: 30px !important;
}
.ml-lg-35 {
    margin-left: 35px !important;
}
.ml-lg-40 {
    margin-left: 40px !important;
}
.ml-lg-45 {
    margin-left: 45px !important;
}
.ml-lg-50 {
    margin-left: 50px !important;
}
.ml-lg-55 {
    margin-left: 55px !important;
}
.ml-lg-60 {
    margin-left: 60px !important;
}
.ml-lg-65 {
    margin-left: 65px !important;
}
.ml-lg-70 {
    margin-left: 70px !important;
}
.ml-lg-75 {
    margin-left: 75px !important;
}
.ml-lg-80 {
    margin-left: 80px !important;
}
.ml-lg-85 {
    margin-left: 85px !important;
}
.ml-lg-90 {
    margin-left: 90px !important;
}
.ml-lg-95 {
    margin-left: 95px !important;
}
.ml-lg-100 {
    margin-left: 100px !important;
}
.ml-lg-150 {
    margin-left: 150px !important;
}
.ml-lg-200 {
    margin-left: 200px !important;
}

}

@media (min-width: 1200px) {

.ml-xl-0 {
    margin-left: 0 !important;
}
.ml-xl-5 {
    margin-left: 5px !important;
}
.ml-xl-10 {
    margin-left: 10px !important;
}
.ml-xl-15 {
    margin-left: 15px !important;
}
.ml-xl-20 {
    margin-left: 20px !important;
}
.ml-xl-25 {
    margin-left: 25px !important;
}
.ml-xl-30 {
    margin-left: 30px !important;
}
.ml-xl-35 {
    margin-left: 35px !important;
}
.ml-xl-40 {
    margin-left: 40px !important;
}
.ml-xl-45 {
    margin-left: 45px !important;
}
.ml-xl-50 {
    margin-left: 50px !important;
}
.ml-xl-55 {
    margin-left: 55px !important;
}
.ml-xl-60 {
    margin-left: 60px !important;
}
.ml-xl-65 {
    margin-left: 65px !important;
}
.ml-xl-70 {
    margin-left: 70px !important;
}
.ml-xl-75 {
    margin-left: 75px !important;
}
.ml-xl-80 {
    margin-left: 80px !important;
}
.ml-xl-85 {
    margin-left: 85px !important;
}
.ml-xl-90 {
    margin-left: 90px !important;
}
.ml-xl-95 {
    margin-left: 95px !important;
}
.ml-xl-100 {
    margin-left: 100px !important;
}
.ml-xl-150 {
    margin-left: 150px !important;
}
.ml-xl-200 {
    margin-left: 200px !important;
}

}


/* margin right */

.mr-0 {
    margin-right: 0 !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-35 {
    margin-right: 35px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-45 {
    margin-right: 45px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-55 {
    margin-right: 55px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-65 {
    margin-right: 65px !important;
}
.mr-70 {
    margin-right: 70px !important;
}
.mr-75 {
    margin-right: 75px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
.mr-85 {
    margin-right: 85px !important;
}
.mr-90 {
    margin-right: 90px !important;
}
.mr-95 {
    margin-right: 95px !important;
}
.mr-100 {
    margin-right: 100px !important;
}
.mr-150 {
    margin-right: 150px !important;
}
.mr-200 {
    margin-right: 200px !important;
}

@media (min-width: 576px) {

.mr-sm-0 {
    margin-right: 0 !important;
}
.mr-sm-5 {
    margin-right: 5px !important;
}
.mr-sm-10 {
    margin-right: 10px !important;
}
.mr-sm-15 {
    margin-right: 15px !important;
}
.mr-sm-20 {
    margin-right: 20px !important;
}
.mr-sm-25 {
    margin-right: 25px !important;
}
.mr-sm-30 {
    margin-right: 30px !important;
}
.mr-sm-35 {
    margin-right: 35px !important;
}
.mr-sm-40 {
    margin-right: 40px !important;
}
.mr-sm-45 {
    margin-right: 45px !important;
}
.mr-sm-50 {
    margin-right: 50px !important;
}
.mr-sm-55 {
    margin-right: 55px !important;
}
.mr-sm-60 {
    margin-right: 60px !important;
}
.mr-sm-65 {
    margin-right: 65px !important;
}
.mr-sm-70 {
    margin-right: 70px !important;
}
.mr-sm-75 {
    margin-right: 75px !important;
}
.mr-sm-80 {
    margin-right: 80px !important;
}
.mr-sm-85 {
    margin-right: 85px !important;
}
.mr-sm-90 {
    margin-right: 90px !important;
}
.mr-sm-95 {
    margin-right: 95px !important;
}
.mr-sm-100 {
    margin-right: 100px !important;
}
.mr-sm-150 {
    margin-right: 150px !important;
}
.mr-sm-200 {
    margin-right: 200px !important;
}

}

@media (min-width: 720px) {

.mr-md-0 {
    margin-right: 0 !important;
}
.mr-md-5 {
    margin-right: 5px !important;
}
.mr-md-10 {
    margin-right: 10px !important;
}
.mr-md-15 {
    margin-right: 15px !important;
}
.mr-md-20 {
    margin-right: 20px !important;
}
.mr-md-25 {
    margin-right: 25px !important;
}
.mr-md-30 {
    margin-right: 30px !important;
}
.mr-md-35 {
    margin-right: 35px !important;
}
.mr-md-40 {
    margin-right: 40px !important;
}
.mr-md-45 {
    margin-right: 45px !important;
}
.mr-md-50 {
    margin-right: 50px !important;
}
.mr-md-55 {
    margin-right: 55px !important;
}
.mr-md-60 {
    margin-right: 60px !important;
}
.mr-md-65 {
    margin-right: 65px !important;
}
.mr-md-70 {
    margin-right: 70px !important;
}
.mr-md-75 {
    margin-right: 75px !important;
}
.mr-md-80 {
    margin-right: 80px !important;
}
.mr-md-85 {
    margin-right: 85px !important;
}
.mr-md-90 {
    margin-right: 90px !important;
}
.mr-md-95 {
    margin-right: 95px !important;
}
.mr-md-100 {
    margin-right: 100px !important;
}
.mr-md-150 {
    margin-right: 150px !important;
}
.mr-md-200 {
    margin-right: 200px !important;
}

}

@media (min-width: 992px) {

.mr-lg-0 {
    margin-right: 0 !important;
}
.mr-lg-5 {
    margin-right: 5px !important;
}
.mr-lg-10 {
    margin-right: 10px !important;
}
.mr-lg-15 {
    margin-right: 15px !important;
}
.mr-lg-20 {
    margin-right: 20px !important;
}
.mr-lg-25 {
    margin-right: 25px !important;
}
.mr-lg-30 {
    margin-right: 30px !important;
}
.mr-lg-35 {
    margin-right: 35px !important;
}
.mr-lg-40 {
    margin-right: 40px !important;
}
.mr-lg-45 {
    margin-right: 45px !important;
}
.mr-lg-50 {
    margin-right: 50px !important;
}
.mr-lg-55 {
    margin-right: 55px !important;
}
.mr-lg-60 {
    margin-right: 60px !important;
}
.mr-lg-65 {
    margin-right: 65px !important;
}
.mr-lg-70 {
    margin-right: 70px !important;
}
.mr-lg-75 {
    margin-right: 75px !important;
}
.mr-lg-80 {
    margin-right: 80px !important;
}
.mr-lg-85 {
    margin-right: 85px !important;
}
.mr-lg-90 {
    margin-right: 90px !important;
}
.mr-lg-95 {
    margin-right: 95px !important;
}
.mr-lg-100 {
    margin-right: 100px !important;
}
.mr-lg-150 {
    margin-right: 150px !important;
}
.mr-lg-200 {
    margin-right: 200px !important;
}

}

@media (min-width: 1200px) {

.mr-xl-0 {
    margin-right: 0 !important;
}
.mr-xl-5 {
    margin-right: 5px !important;
}
.mr-xl-10 {
    margin-right: 10px !important;
}
.mr-xl-15 {
    margin-right: 15px !important;
}
.mr-xl-20 {
    margin-right: 20px !important;
}
.mr-xl-25 {
    margin-right: 25px !important;
}
.mr-xl-30 {
    margin-right: 30px !important;
}
.mr-xl-35 {
    margin-right: 35px !important;
}
.mr-xl-40 {
    margin-right: 40px !important;
}
.mr-xl-45 {
    margin-right: 45px !important;
}
.mr-xl-50 {
    margin-right: 50px !important;
}
.mr-xl-55 {
    margin-right: 55px !important;
}
.mr-xl-60 {
    margin-right: 60px !important;
}
.mr-xl-65 {
    margin-right: 65px !important;
}
.mr-xl-70 {
    margin-right: 70px !important;
}
.mr-xl-75 {
    margin-right: 75px !important;
}
.mr-xl-80 {
    margin-right: 80px !important;
}
.mr-xl-85 {
    margin-right: 85px !important;
}
.mr-xl-90 {
    margin-right: 90px !important;
}
.mr-xl-95 {
    margin-right: 95px !important;
}
.mr-xl-100 {
    margin-right: 100px !important;
}
.mr-xl-150 {
    margin-right: 150px !important;
}
.mr-xl-200 {
    margin-right: 200px !important;
}

}


/* padding */

.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-35 {
    padding: 35px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-45 {
    padding: 45px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-55 {
    padding: 55px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-65 {
    padding: 65px !important;
}
.p-70 {
    padding: 70px !important;
}
.p-75 {
    padding: 75px !important;
}
.p-80 {
    padding: 80px !important;
}
.p-85 {
    padding: 85px !important;
}
.p-90 {
    padding: 90px !important;
}
.p-95 {
    padding: 95px !important;
}
.p-100 {
    padding: 100px !important;
}
.p-150 {
    padding: 150px !important;
}
.p-200 {
    padding: 200px !important;
}

.no-pad {
    padding: 0 !important;
}

@media (min-width: 576px) {

.p-sm-0 {
    padding: 0 !important;
}
.p-sm-5 {
    padding: 5px !important;
}
.p-sm-10 {
    padding: 10px !important;
}
.p-sm-15 {
    padding: 15px !important;
}
.p-sm-20 {
    padding: 20px !important;
}
.p-sm-25 {
    padding: 25px !important;
}
.p-sm-30 {
    padding: 30px !important;
}
.p-sm-35 {
    padding: 35px !important;
}
.p-sm-40 {
    padding: 40px !important;
}
.p-sm-45 {
    padding: 45px !important;
}
.p-sm-50 {
    padding: 50px !important;
}
.p-sm-55 {
    padding: 55px !important;
}
.p-sm-60 {
    padding: 60px !important;
}
.p-sm-65 {
    padding: 65px !important;
}
.p-sm-70 {
    padding: 70px !important;
}
.p-sm-75 {
    padding: 75px !important;
}
.p-sm-80 {
    padding: 80px !important;
}
.p-sm-85 {
    padding: 85px !important;
}
.p-sm-90 {
    padding: 90px !important;
}
.p-sm-95 {
    padding: 95px !important;
}
.p-sm-100 {
    padding: 100px !important;
}
.p-sm-150 {
    padding: 150px !important;
}
.p-sm-200 {
    padding: 200px !important;
}

}

@media (min-width: 720px) {

.p-md-0 {
    padding: 0 !important;
}
.p-md-5 {
    padding: 5px !important;
}
.p-md-10 {
    padding: 10px !important;
}
.p-md-15 {
    padding: 15px !important;
}
.p-md-20 {
    padding: 20px !important;
}
.p-md-25 {
    padding: 25px !important;
}
.p-md-30 {
    padding: 30px !important;
}
.p-md-35 {
    padding: 35px !important;
}
.p-md-40 {
    padding: 40px !important;
}
.p-md-45 {
    padding: 45px !important;
}
.p-md-50 {
    padding: 50px !important;
}
.p-md-55 {
    padding: 55px !important;
}
.p-md-60 {
    padding: 60px !important;
}
.p-md-65 {
    padding: 65px !important;
}
.p-md-70 {
    padding: 70px !important;
}
.p-md-75 {
    padding: 75px !important;
}
.p-md-80 {
    padding: 80px !important;
}
.p-md-85 {
    padding: 85px !important;
}
.p-md-90 {
    padding: 90px !important;
}
.p-md-95 {
    padding: 95px !important;
}
.p-md-100 {
    padding: 100px !important;
}
.p-md-150 {
    padding: 150px !important;
}
.p-md-200 {
    padding: 200px !important;
}

}

@media (min-width: 992px) {

.p-lg-0 {
    padding: 0 !important;
}
.p-lg-5 {
    padding: 5px !important;
}
.p-lg-10 {
    padding: 10px !important;
}
.p-lg-15 {
    padding: 15px !important;
}
.p-lg-20 {
    padding: 20px !important;
}
.p-lg-25 {
    padding: 25px !important;
}
.p-lg-30 {
    padding: 30px !important;
}
.p-lg-35 {
    padding: 35px !important;
}
.p-lg-40 {
    padding: 40px !important;
}
.p-lg-45 {
    padding: 45px !important;
}
.p-lg-50 {
    padding: 50px !important;
}
.p-lg-55 {
    padding: 55px !important;
}
.p-lg-60 {
    padding: 60px !important;
}
.p-lg-65 {
    padding: 65px !important;
}
.p-lg-70 {
    padding: 70px !important;
}
.p-lg-75 {
    padding: 75px !important;
}
.p-lg-80 {
    padding: 80px !important;
}
.p-lg-85 {
    padding: 85px !important;
}
.p-lg-90 {
    padding: 90px !important;
}
.p-lg-95 {
    padding: 95px !important;
}
.p-lg-100 {
    padding: 100px !important;
}
.p-lg-150 {
    padding: 150px !important;
}
.p-lg-200 {
    padding: 200px !important;
}

}

@media (min-width: 1200px) {

.p-xl-0 {
    padding: 0 !important;
}
.p-xl-5 {
    padding: 5px !important;
}
.p-xl-10 {
    padding: 10px !important;
}
.p-xl-15 {
    padding: 15px !important;
}
.p-xl-20 {
    padding: 20px !important;
}
.p-xl-25 {
    padding: 25px !important;
}
.p-xl-30 {
    padding: 30px !important;
}
.p-xl-35 {
    padding: 35px !important;
}
.p-xl-40 {
    padding: 40px !important;
}
.p-xl-45 {
    padding: 45px !important;
}
.p-xl-50 {
    padding: 50px !important;
}
.p-xl-55 {
    padding: 55px !important;
}
.p-xl-60 {
    padding: 60px !important;
}
.p-xl-65 {
    padding: 65px !important;
}
.p-xl-70 {
    padding: 70px !important;
}
.p-xl-75 {
    padding: 75px !important;
}
.p-xl-80 {
    padding: 80px !important;
}
.p-xl-85 {
    padding: 85px !important;
}
.p-xl-90 {
    padding: 90px !important;
}
.p-xl-95 {
    padding: 95px !important;
}
.p-xl-100 {
    padding: 100px !important;
}
.p-xl-150 {
    padding: 150px !important;
}
.p-xl-200 {
    padding: 200px !important;
}

}


/* padding top bottom */

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}
.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

@media (min-width: 576px) {

.py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}
.py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
.py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

}

@media (min-width: 720px) {

.py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}
.py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
.py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

}

@media (min-width: 992px) {

.py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}
.py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
.py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

}

@media (min-width: 1200px) {

.py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}
.py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}
.py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
.py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}
.py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

}


/* padding top */

.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-95 {
    padding-top: 95px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-200 {
    padding-top: 200px !important;
}

@media (min-width: 576px) {

.pt-sm-0 {
    padding-top: 0 !important;
}
.pt-sm-5 {
    padding-top: 5px !important;
}
.pt-sm-10 {
    padding-top: 10px !important;
}
.pt-sm-15 {
    padding-top: 15px !important;
}
.pt-sm-20 {
    padding-top: 20px !important;
}
.pt-sm-25 {
    padding-top: 25px !important;
}
.pt-sm-30 {
    padding-top: 30px !important;
}
.pt-sm-35 {
    padding-top: 35px !important;
}
.pt-sm-40 {
    padding-top: 40px !important;
}
.pt-sm-45 {
    padding-top: 45px !important;
}
.pt-sm-50 {
    padding-top: 50px !important;
}
.pt-sm-55 {
    padding-top: 55px !important;
}
.pt-sm-60 {
    padding-top: 60px !important;
}
.pt-sm-65 {
    padding-top: 65px !important;
}
.pt-sm-70 {
    padding-top: 70px !important;
}
.pt-sm-75 {
    padding-top: 75px !important;
}
.pt-sm-80 {
    padding-top: 80px !important;
}
.pt-sm-85 {
    padding-top: 85px !important;
}
.pt-sm-90 {
    padding-top: 90px !important;
}
.pt-sm-95 {
    padding-top: 95px !important;
}
.pt-sm-100 {
    padding-top: 100px !important;
}
.pt-sm-150 {
    padding-top: 150px !important;
}
.pt-sm-200 {
    padding-top: 200px !important;
}

}

@media (min-width: 720px) {

.pt-md-0 {
    padding-top: 0 !important;
}
.pt-md-5 {
    padding-top: 5px !important;
}
.pt-md-10 {
    padding-top: 10px !important;
}
.pt-md-15 {
    padding-top: 15px !important;
}
.pt-md-20 {
    padding-top: 20px !important;
}
.pt-md-25 {
    padding-top: 25px !important;
}
.pt-md-30 {
    padding-top: 30px !important;
}
.pt-md-35 {
    padding-top: 35px !important;
}
.pt-md-40 {
    padding-top: 40px !important;
}
.pt-md-45 {
    padding-top: 45px !important;
}
.pt-md-50 {
    padding-top: 50px !important;
}
.pt-md-55 {
    padding-top: 55px !important;
}
.pt-md-60 {
    padding-top: 60px !important;
}
.pt-md-65 {
    padding-top: 65px !important;
}
.pt-md-70 {
    padding-top: 70px !important;
}
.pt-md-75 {
    padding-top: 75px !important;
}
.pt-md-80 {
    padding-top: 80px !important;
}
.pt-md-85 {
    padding-top: 85px !important;
}
.pt-md-90 {
    padding-top: 90px !important;
}
.pt-md-95 {
    padding-top: 95px !important;
}
.pt-md-100 {
    padding-top: 100px !important;
}
.pt-md-150 {
    padding-top: 150px !important;
}
.pt-md-200 {
    padding-top: 200px !important;
}

}

@media (min-width: 992px) {

.pt-lg-0 {
    padding-top: 0 !important;
}
.pt-lg-5 {
    padding-top: 5px !important;
}
.pt-lg-10 {
    padding-top: 10px !important;
}
.pt-lg-15 {
    padding-top: 15px !important;
}
.pt-lg-20 {
    padding-top: 20px !important;
}
.pt-lg-25 {
    padding-top: 25px !important;
}
.pt-lg-30 {
    padding-top: 30px !important;
}
.pt-lg-35 {
    padding-top: 35px !important;
}
.pt-lg-40 {
    padding-top: 40px !important;
}
.pt-lg-45 {
    padding-top: 45px !important;
}
.pt-lg-50 {
    padding-top: 50px !important;
}
.pt-lg-55 {
    padding-top: 55px !important;
}
.pt-lg-60 {
    padding-top: 60px !important;
}
.pt-lg-65 {
    padding-top: 65px !important;
}
.pt-lg-70 {
    padding-top: 70px !important;
}
.pt-lg-75 {
    padding-top: 75px !important;
}
.pt-lg-80 {
    padding-top: 80px !important;
}
.pt-lg-85 {
    padding-top: 85px !important;
}
.pt-lg-90 {
    padding-top: 90px !important;
}
.pt-lg-95 {
    padding-top: 95px !important;
}
.pt-lg-100 {
    padding-top: 100px !important;
}
.pt-lg-150 {
    padding-top: 150px !important;
}
.pt-lg-200 {
    padding-top: 200px !important;
}

}

@media (min-width: 1200px) {

.pt-xl-0 {
    padding-top: 0 !important;
}
.pt-xl-5 {
    padding-top: 5px !important;
}
.pt-xl-10 {
    padding-top: 10px !important;
}
.pt-xl-15 {
    padding-top: 15px !important;
}
.pt-xl-20 {
    padding-top: 20px !important;
}
.pt-xl-25 {
    padding-top: 25px !important;
}
.pt-xl-30 {
    padding-top: 30px !important;
}
.pt-xl-35 {
    padding-top: 35px !important;
}
.pt-xl-40 {
    padding-top: 40px !important;
}
.pt-xl-45 {
    padding-top: 45px !important;
}
.pt-xl-50 {
    padding-top: 50px !important;
}
.pt-xl-55 {
    padding-top: 55px !important;
}
.pt-xl-60 {
    padding-top: 60px !important;
}
.pt-xl-65 {
    padding-top: 65px !important;
}
.pt-xl-70 {
    padding-top: 70px !important;
}
.pt-xl-75 {
    padding-top: 75px !important;
}
.pt-xl-80 {
    padding-top: 80px !important;
}
.pt-xl-85 {
    padding-top: 85px !important;
}
.pt-xl-90 {
    padding-top: 90px !important;
}
.pt-xl-95 {
    padding-top: 95px !important;
}
.pt-xl-100 {
    padding-top: 100px !important;
}
.pt-xl-150 {
    padding-top: 150px !important;
}
.pt-xl-200 {
    padding-top: 200px !important;
}

}


/* padding bottom */

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-95 {
    padding-bottom: 95px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}

@media (min-width: 576px) {

.pb-sm-0 {
    padding-bottom: 0 !important;
}
.pb-sm-5 {
    padding-bottom: 5px !important;
}
.pb-sm-10 {
    padding-bottom: 10px !important;
}
.pb-sm-15 {
    padding-bottom: 15px !important;
}
.pb-sm-20 {
    padding-bottom: 20px !important;
}
.pb-sm-25 {
    padding-bottom: 25px !important;
}
.pb-sm-30 {
    padding-bottom: 30px !important;
}
.pb-sm-35 {
    padding-bottom: 35px !important;
}
.pb-sm-40 {
    padding-bottom: 40px !important;
}
.pb-sm-45 {
    padding-bottom: 45px !important;
}
.pb-sm-50 {
    padding-bottom: 50px !important;
}
.pb-sm-55 {
    padding-bottom: 55px !important;
}
.pb-sm-60 {
    padding-bottom: 60px !important;
}
.pb-sm-65 {
    padding-bottom: 65px !important;
}
.pb-sm-70 {
    padding-bottom: 70px !important;
}
.pb-sm-75 {
    padding-bottom: 75px !important;
}
.pb-sm-80 {
    padding-bottom: 80px !important;
}
.pb-sm-85 {
    padding-bottom: 85px !important;
}
.pb-sm-90 {
    padding-bottom: 90px !important;
}
.pb-sm-95 {
    padding-bottom: 95px !important;
}
.pb-sm-100 {
    padding-bottom: 100px !important;
}
.pb-sm-150 {
    padding-bottom: 150px !important;
}
.pb-sm-200 {
    padding-bottom: 200px !important;
}

}

@media (min-width: 720px) {

.pb-md-0 {
    padding-bottom: 0 !important;
}
.pb-md-5 {
    padding-bottom: 5px !important;
}
.pb-md-10 {
    padding-bottom: 10px !important;
}
.pb-md-15 {
    padding-bottom: 15px !important;
}
.pb-md-20 {
    padding-bottom: 20px !important;
}
.pb-md-25 {
    padding-bottom: 25px !important;
}
.pb-md-30 {
    padding-bottom: 30px !important;
}
.pb-md-35 {
    padding-bottom: 35px !important;
}
.pb-md-40 {
    padding-bottom: 40px !important;
}
.pb-md-45 {
    padding-bottom: 45px !important;
}
.pb-md-50 {
    padding-bottom: 50px !important;
}
.pb-md-55 {
    padding-bottom: 55px !important;
}
.pb-md-60 {
    padding-bottom: 60px !important;
}
.pb-md-65 {
    padding-bottom: 65px !important;
}
.pb-md-70 {
    padding-bottom: 70px !important;
}
.pb-md-75 {
    padding-bottom: 75px !important;
}
.pb-md-80 {
    padding-bottom: 80px !important;
}
.pb-md-85 {
    padding-bottom: 85px !important;
}
.pb-md-90 {
    padding-bottom: 90px !important;
}
.pb-md-95 {
    padding-bottom: 95px !important;
}
.pb-md-100 {
    padding-bottom: 100px !important;
}
.pb-md-150 {
    padding-bottom: 150px !important;
}
.pb-md-200 {
    padding-bottom: 200px !important;
}

}

@media (min-width: 992px) {

.pb-lg-0 {
    padding-bottom: 0 !important;
}
.pb-lg-5 {
    padding-bottom: 5px !important;
}
.pb-lg-10 {
    padding-bottom: 10px !important;
}
.pb-lg-15 {
    padding-bottom: 15px !important;
}
.pb-lg-20 {
    padding-bottom: 20px !important;
}
.pb-lg-25 {
    padding-bottom: 25px !important;
}
.pb-lg-30 {
    padding-bottom: 30px !important;
}
.pb-lg-35 {
    padding-bottom: 35px !important;
}
.pb-lg-40 {
    padding-bottom: 40px !important;
}
.pb-lg-45 {
    padding-bottom: 45px !important;
}
.pb-lg-50 {
    padding-bottom: 50px !important;
}
.pb-lg-55 {
    padding-bottom: 55px !important;
}
.pb-lg-60 {
    padding-bottom: 60px !important;
}
.pb-lg-65 {
    padding-bottom: 65px !important;
}
.pb-lg-70 {
    padding-bottom: 70px !important;
}
.pb-lg-75 {
    padding-bottom: 75px !important;
}
.pb-lg-80 {
    padding-bottom: 80px !important;
}
.pb-lg-85 {
    padding-bottom: 85px !important;
}
.pb-lg-90 {
    padding-bottom: 90px !important;
}
.pb-lg-95 {
    padding-bottom: 95px !important;
}
.pb-lg-100 {
    padding-bottom: 100px !important;
}
.pb-lg-150 {
    padding-bottom: 150px !important;
}
.pb-lg-200 {
    padding-bottom: 200px !important;
}

}

@media (min-width: 1200px) {

.pb-xl-0 {
    padding-bottom: 0 !important;
}
.pb-xl-5 {
    padding-bottom: 5px !important;
}
.pb-xl-10 {
    padding-bottom: 10px !important;
}
.pb-xl-15 {
    padding-bottom: 15px !important;
}
.pb-xl-20 {
    padding-bottom: 20px !important;
}
.pb-xl-25 {
    padding-bottom: 25px !important;
}
.pb-xl-30 {
    padding-bottom: 30px !important;
}
.pb-xl-35 {
    padding-bottom: 35px !important;
}
.pb-xl-40 {
    padding-bottom: 40px !important;
}
.pb-xl-45 {
    padding-bottom: 45px !important;
}
.pb-xl-50 {
    padding-bottom: 50px !important;
}
.pb-xl-55 {
    padding-bottom: 55px !important;
}
.pb-xl-60 {
    padding-bottom: 60px !important;
}
.pb-xl-65 {
    padding-bottom: 65px !important;
}
.pb-xl-70 {
    padding-bottom: 70px !important;
}
.pb-xl-75 {
    padding-bottom: 75px !important;
}
.pb-xl-80 {
    padding-bottom: 80px !important;
}
.pb-xl-85 {
    padding-bottom: 85px !important;
}
.pb-xl-90 {
    padding-bottom: 90px !important;
}
.pb-xl-95 {
    padding-bottom: 95px !important;
}
.pb-xl-100 {
    padding-bottom: 100px !important;
}
.pb-xl-150 {
    padding-bottom: 150px !important;
}
.pb-xl-200 {
    padding-bottom: 200px !important;
}

}


/* padding left right */

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}
.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}
.px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}
.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

@media (min-width: 576px) {

.px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}
.px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}
.px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}
.px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

}

@media (min-width: 720px) {

.px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}
.px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}
.px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}
.px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

}

@media (min-width: 992px) {

.px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}
.px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}
.px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}
.px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

}

@media (min-width: 1200px) {

.px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
.px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}
.px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}
.px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}
.px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-xl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

}

/* padding left */

.pl-0 {
    padding-left: 0 !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-45 {
    padding-left: 45px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-55 {
    padding-left: 55px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-65 {
    padding-left: 65px !important;
}
.pl-70 {
    padding-left: 70px !important;
}
.pl-75 {
    padding-left: 75px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
.pl-85 {
    padding-left: 85px !important;
}
.pl-90 {
    padding-left: 90px !important;
}
.pl-95 {
    padding-left: 95px !important;
}
.pl-100 {
    padding-left: 100px !important;
}
.pl-150 {
    padding-left: 150px !important;
}
.pl-200 {
    padding-left: 200px !important;
}

@media (min-width: 576px) {

.pl-sm-0 {
    padding-left: 0 !important;
}
.pl-sm-5 {
    padding-left: 5px !important;
}
.pl-sm-10 {
    padding-left: 10px !important;
}
.pl-sm-15 {
    padding-left: 15px !important;
}
.pl-sm-20 {
    padding-left: 20px !important;
}
.pl-sm-25 {
    padding-left: 25px !important;
}
.pl-sm-30 {
    padding-left: 30px !important;
}
.pl-sm-35 {
    padding-left: 35px !important;
}
.pl-sm-40 {
    padding-left: 40px !important;
}
.pl-sm-45 {
    padding-left: 45px !important;
}
.pl-sm-50 {
    padding-left: 50px !important;
}
.pl-sm-55 {
    padding-left: 55px !important;
}
.pl-sm-60 {
    padding-left: 60px !important;
}
.pl-sm-65 {
    padding-left: 65px !important;
}
.pl-sm-70 {
    padding-left: 70px !important;
}
.pl-sm-75 {
    padding-left: 75px !important;
}
.pl-sm-80 {
    padding-left: 80px !important;
}
.pl-sm-85 {
    padding-left: 85px !important;
}
.pl-sm-90 {
    padding-left: 90px !important;
}
.pl-sm-95 {
    padding-left: 95px !important;
}
.pl-sm-100 {
    padding-left: 100px !important;
}
.pl-sm-150 {
    padding-left: 150px !important;
}
.pl-sm-200 {
    padding-left: 200px !important;
}

}

@media (min-width: 720px) {

.pl-md-0 {
    padding-left: 0 !important;
}
.pl-md-5 {
    padding-left: 5px !important;
}
.pl-md-10 {
    padding-left: 10px !important;
}
.pl-md-15 {
    padding-left: 15px !important;
}
.pl-md-20 {
    padding-left: 20px !important;
}
.pl-md-25 {
    padding-left: 25px !important;
}
.pl-md-30 {
    padding-left: 30px !important;
}
.pl-md-35 {
    padding-left: 35px !important;
}
.pl-md-40 {
    padding-left: 40px !important;
}
.pl-md-45 {
    padding-left: 45px !important;
}
.pl-md-50 {
    padding-left: 50px !important;
}
.pl-md-55 {
    padding-left: 55px !important;
}
.pl-md-60 {
    padding-left: 60px !important;
}
.pl-md-65 {
    padding-left: 65px !important;
}
.pl-md-70 {
    padding-left: 70px !important;
}
.pl-md-75 {
    padding-left: 75px !important;
}
.pl-md-80 {
    padding-left: 80px !important;
}
.pl-md-85 {
    padding-left: 85px !important;
}
.pl-md-90 {
    padding-left: 90px !important;
}
.pl-md-95 {
    padding-left: 95px !important;
}
.pl-md-100 {
    padding-left: 100px !important;
}
.pl-md-150 {
    padding-left: 150px !important;
}
.pl-md-200 {
    padding-left: 200px !important;
}

}

@media (min-width: 992px) {

.pl-lg-0 {
    padding-left: 0 !important;
}
.pl-lg-5 {
    padding-left: 5px !important;
}
.pl-lg-10 {
    padding-left: 10px !important;
}
.pl-lg-15 {
    padding-left: 15px !important;
}
.pl-lg-20 {
    padding-left: 20px !important;
}
.pl-lg-25 {
    padding-left: 25px !important;
}
.pl-lg-30 {
    padding-left: 30px !important;
}
.pl-lg-35 {
    padding-left: 35px !important;
}
.pl-lg-40 {
    padding-left: 40px !important;
}
.pl-lg-45 {
    padding-left: 45px !important;
}
.pl-lg-50 {
    padding-left: 50px !important;
}
.pl-lg-55 {
    padding-left: 55px !important;
}
.pl-lg-60 {
    padding-left: 60px !important;
}
.pl-lg-65 {
    padding-left: 65px !important;
}
.pl-lg-70 {
    padding-left: 70px !important;
}
.pl-lg-75 {
    padding-left: 75px !important;
}
.pl-lg-80 {
    padding-left: 80px !important;
}
.pl-lg-85 {
    padding-left: 85px !important;
}
.pl-lg-90 {
    padding-left: 90px !important;
}
.pl-lg-95 {
    padding-left: 95px !important;
}
.pl-lg-100 {
    padding-left: 100px !important;
}
.pl-lg-150 {
    padding-left: 150px !important;
}
.pl-lg-200 {
    padding-left: 200px !important;
}

}

@media (min-width: 1200px) {

.pl-xl-0 {
    padding-left: 0 !important;
}
.pl-xl-5 {
    padding-left: 5px !important;
}
.pl-xl-10 {
    padding-left: 10px !important;
}
.pl-xl-15 {
    padding-left: 15px !important;
}
.pl-xl-20 {
    padding-left: 20px !important;
}
.pl-xl-25 {
    padding-left: 25px !important;
}
.pl-xl-30 {
    padding-left: 30px !important;
}
.pl-xl-35 {
    padding-left: 35px !important;
}
.pl-xl-40 {
    padding-left: 40px !important;
}
.pl-xl-45 {
    padding-left: 45px !important;
}
.pl-xl-50 {
    padding-left: 50px !important;
}
.pl-xl-55 {
    padding-left: 55px !important;
}
.pl-xl-60 {
    padding-left: 60px !important;
}
.pl-xl-65 {
    padding-left: 65px !important;
}
.pl-xl-70 {
    padding-left: 70px !important;
}
.pl-xl-75 {
    padding-left: 75px !important;
}
.pl-xl-80 {
    padding-left: 80px !important;
}
.pl-xl-85 {
    padding-left: 85px !important;
}
.pl-xl-90 {
    padding-left: 90px !important;
}
.pl-xl-95 {
    padding-left: 95px !important;
}
.pl-xl-100 {
    padding-left: 100px !important;
}
.pl-xl-150 {
    padding-left: 150px !important;
}
.pl-xl-200 {
    padding-left: 200px !important;
}

}

/* padding right */

.pr-0 {
    padding-right: 0 !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-45 {
    padding-right: 45px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-55 {
    padding-right: 55px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-65 {
    padding-right: 65px !important;
}
.pr-70 {
    padding-right: 70px !important;
}
.pr-75 {
    padding-right: 75px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
.pr-85 {
    padding-right: 85px !important;
}
.pr-90 {
    padding-right: 90px !important;
}
.pr-95 {
    padding-right: 95px !important;
}
.pr-100 {
    padding-right: 100px !important;
}
.pr-150 {
    padding-right: 150px !important;
}
.pr-200 {
    padding-right: 200px !important;
}

@media (min-width: 576px) {

.pr-sm-0 {
    padding-right: 0 !important;
}
.pr-sm-5 {
    padding-right: 5px !important;
}
.pr-sm-10 {
    padding-right: 10px !important;
}
.pr-sm-15 {
    padding-right: 15px !important;
}
.pr-sm-20 {
    padding-right: 20px !important;
}
.pr-sm-25 {
    padding-right: 25px !important;
}
.pr-sm-30 {
    padding-right: 30px !important;
}
.pr-sm-35 {
    padding-right: 35px !important;
}
.pr-sm-40 {
    padding-right: 40px !important;
}
.pr-sm-45 {
    padding-right: 45px !important;
}
.pr-sm-50 {
    padding-right: 50px !important;
}
.pr-sm-55 {
    padding-right: 55px !important;
}
.pr-sm-60 {
    padding-right: 60px !important;
}
.pr-sm-65 {
    padding-right: 65px !important;
}
.pr-sm-70 {
    padding-right: 70px !important;
}
.pr-sm-75 {
    padding-right: 75px !important;
}
.pr-sm-80 {
    padding-right: 80px !important;
}
.pr-sm-85 {
    padding-right: 85px !important;
}
.pr-sm-90 {
    padding-right: 90px !important;
}
.pr-sm-95 {
    padding-right: 95px !important;
}
.pr-sm-100 {
    padding-right: 100px !important;
}
.pr-sm-150 {
    padding-right: 150px !important;
}
.pr-sm-200 {
    padding-right: 200px !important;
}

}

@media (min-width: 720px) {

.pr-md-0 {
    padding-right: 0 !important;
}
.pr-md-5 {
    padding-right: 5px !important;
}
.pr-md-10 {
    padding-right: 10px !important;
}
.pr-md-15 {
    padding-right: 15px !important;
}
.pr-md-20 {
    padding-right: 20px !important;
}
.pr-md-25 {
    padding-right: 25px !important;
}
.pr-md-30 {
    padding-right: 30px !important;
}
.pr-md-35 {
    padding-right: 35px !important;
}
.pr-md-40 {
    padding-right: 40px !important;
}
.pr-md-45 {
    padding-right: 45px !important;
}
.pr-md-50 {
    padding-right: 50px !important;
}
.pr-md-55 {
    padding-right: 55px !important;
}
.pr-md-60 {
    padding-right: 60px !important;
}
.pr-md-65 {
    padding-right: 65px !important;
}
.pr-md-70 {
    padding-right: 70px !important;
}
.pr-md-75 {
    padding-right: 75px !important;
}
.pr-md-80 {
    padding-right: 80px !important;
}
.pr-md-85 {
    padding-right: 85px !important;
}
.pr-md-90 {
    padding-right: 90px !important;
}
.pr-md-95 {
    padding-right: 95px !important;
}
.pr-md-100 {
    padding-right: 100px !important;
}
.pr-md-150 {
    padding-right: 150px !important;
}
.pr-md-200 {
    padding-right: 200px !important;
}

}

@media (min-width: 992px) {

.pr-lg-0 {
    padding-right: 0 !important;
}
.pr-lg-5 {
    padding-right: 5px !important;
}
.pr-lg-10 {
    padding-right: 10px !important;
}
.pr-lg-15 {
    padding-right: 15px !important;
}
.pr-lg-20 {
    padding-right: 20px !important;
}
.pr-lg-25 {
    padding-right: 25px !important;
}
.pr-lg-30 {
    padding-right: 30px !important;
}
.pr-lg-35 {
    padding-right: 35px !important;
}
.pr-lg-40 {
    padding-right: 40px !important;
}
.pr-lg-45 {
    padding-right: 45px !important;
}
.pr-lg-50 {
    padding-right: 50px !important;
}
.pr-lg-55 {
    padding-right: 55px !important;
}
.pr-lg-60 {
    padding-right: 60px !important;
}
.pr-lg-65 {
    padding-right: 65px !important;
}
.pr-lg-70 {
    padding-right: 70px !important;
}
.pr-lg-75 {
    padding-right: 75px !important;
}
.pr-lg-80 {
    padding-right: 80px !important;
}
.pr-lg-85 {
    padding-right: 85px !important;
}
.pr-lg-90 {
    padding-right: 90px !important;
}
.pr-lg-95 {
    padding-right: 95px !important;
}
.pr-lg-100 {
    padding-right: 100px !important;
}
.pr-lg-150 {
    padding-right: 150px !important;
}
.pr-lg-200 {
    padding-right: 200px !important;
}

}

@media (min-width: 1200px) {

.pr-xl-0 {
    padding-right: 0 !important;
}
.pr-xl-5 {
    padding-right: 5px !important;
}
.pr-xl-10 {
    padding-right: 10px !important;
}
.pr-xl-15 {
    padding-right: 15px !important;
}
.pr-xl-20 {
    padding-right: 20px !important;
}
.pr-xl-25 {
    padding-right: 25px !important;
}
.pr-xl-30 {
    padding-right: 30px !important;
}
.pr-xl-35 {
    padding-right: 35px !important;
}
.pr-xl-40 {
    padding-right: 40px !important;
}
.pr-xl-45 {
    padding-right: 45px !important;
}
.pr-xl-50 {
    padding-right: 50px !important;
}
.pr-xl-55 {
    padding-right: 55px !important;
}
.pr-xl-60 {
    padding-right: 60px !important;
}
.pr-xl-65 {
    padding-right: 65px !important;
}
.pr-xl-70 {
    padding-right: 70px !important;
}
.pr-xl-75 {
    padding-right: 75px !important;
}
.pr-xl-80 {
    padding-right: 80px !important;
}
.pr-xl-85 {
    padding-right: 85px !important;
}
.pr-xl-90 {
    padding-right: 90px !important;
}
.pr-xl-95 {
    padding-right: 95px !important;
}
.pr-xl-100 {
    padding-right: 100px !important;
}
.pr-xl-150 {
    padding-right: 150px !important;
}
.pr-xl-200 {
    padding-right: 200px !important;
}

}


/* width px  */

.wpx-0 {
    width: 0;
}
.wpx-5 {
    width: 5px;
}
.wpx-10 {
    width: 10px;
}
.wpx-15 {
    width: 15px;
}
.wpx-20 {
    width: 20px;
}
.wpx-25 {
    width: 25px;
}
.wpx-30 {
    width: 30px;
}
.wpx-35 {
    width: 35px;
}
.wpx-40 {
    width: 40px;
}
.wpx-45 {
    width: 45px;
}
.wpx-50 {
    width: 50px;
}
.wpx-55 {
    width: 55px;
}
.wpx-60 {
    width: 60px;
}
.wpx-65 {
    width: 65px;
}
.wpx-70 {
    width: 70px;
}
.wpx-75 {
    width: 75px;
}
.wpx-80 {
    width: 80px;
}
.wpx-85 {
    width: 85px;
}
.wpx-90 {
    width: 90px;
}
.wpx-95 {
    width: 95px;
}
.wpx-100 {
    width: 100px;
}

@media (min-width: 576px) {

.wpx-sm-0 {
    width: 0;
}
.wpx-sm-5 {
    width: 5px;
}
.wpx-sm-10 {
    width: 10px;
}
.wpx-sm-15 {
    width: 15px;
}
.wpx-sm-20 {
    width: 20px;
}
.wpx-sm-25 {
    width: 25px;
}
.wpx-sm-30 {
    width: 30px;
}
.wpx-sm-35 {
    width: 35px;
}
.wpx-sm-40 {
    width: 40px;
}
.wpx-sm-45 {
    width: 45px;
}
.wpx-sm-50 {
    width: 50px;
}
.wpx-sm-55 {
    width: 55px;
}
.wpx-sm-60 {
    width: 60px;
}
.wpx-sm-65 {
    width: 65px;
}
.wpx-sm-70 {
    width: 70px;
}
.wpx-sm-75 {
    width: 75px;
}
.wpx-sm-80 {
    width: 80px;
}
.wpx-sm-85 {
    width: 85px;
}
.wpx-sm-90 {
    width: 90px;
}
.wpx-sm-95 {
    width: 95px;
}
.wpx-sm-100 {
    width: 100px;
}

}

@media (min-width: 720px) {

.wpx-md-0 {
    width: 0;
}
.wpx-md-5 {
    width: 5px;
}
.wpx-md-10 {
    width: 10px;
}
.wpx-md-15 {
    width: 15px;
}
.wpx-md-20 {
    width: 20px;
}
.wpx-md-25 {
    width: 25px;
}
.wpx-md-30 {
    width: 30px;
}
.wpx-md-35 {
    width: 35px;
}
.wpx-md-40 {
    width: 40px;
}
.wpx-md-45 {
    width: 45px;
}
.wpx-md-50 {
    width: 50px;
}
.wpx-md-55 {
    width: 55px;
}
.wpx-md-60 {
    width: 60px;
}
.wpx-md-65 {
    width: 65px;
}
.wpx-md-70 {
    width: 70px;
}
.wpx-md-75 {
    width: 75px;
}
.wpx-md-80 {
    width: 80px;
}
.wpx-md-85 {
    width: 85px;
}
.wpx-md-90 {
    width: 90px;
}
.wpx-md-95 {
    width: 95px;
}
.wpx-md-100 {
    width: 100px;
}

}

@media (min-width: 992px) {

.wpx-lg-0 {
    width: 0;
}
.wpx-lg-5 {
    width: 5px;
}
.wpx-lg-10 {
    width: 10px;
}
.wpx-lg-15 {
    width: 15px;
}
.wpx-lg-20 {
    width: 20px;
}
.wpx-lg-25 {
    width: 25px;
}
.wpx-lg-30 {
    width: 30px;
}
.wpx-lg-35 {
    width: 35px;
}
.wpx-lg-40 {
    width: 40px;
}
.wpx-lg-45 {
    width: 45px;
}
.wpx-lg-50 {
    width: 50px;
}
.wpx-lg-55 {
    width: 55px;
}
.wpx-lg-60 {
    width: 60px;
}
.wpx-lg-65 {
    width: 65px;
}
.wpx-lg-70 {
    width: 70px;
}
.wpx-lg-75 {
    width: 75px;
}
.wpx-lg-80 {
    width: 80px;
}
.wpx-lg-85 {
    width: 85px;
}
.wpx-lg-90 {
    width: 90px;
}
.wpx-lg-95 {
    width: 95px;
}
.wpx-lg-100 {
    width: 100px;
}

}

@media (min-width: 1200px) {

.wpx-xl-0 {
    width: 0;
}
.wpx-xl-5 {
    width: 5px;
}
.wpx-xl-10 {
    width: 10px;
}
.wpx-xl-15 {
    width: 15px;
}
.wpx-xl-20 {
    width: 20px;
}
.wpx-xl-25 {
    width: 25px;
}
.wpx-xl-30 {
    width: 30px;
}
.wpx-xl-35 {
    width: 35px;
}
.wpx-xl-40 {
    width: 40px;
}
.wpx-xl-45 {
    width: 45px;
}
.wpx-xl-50 {
    width: 50px;
}
.wpx-xl-55 {
    width: 55px;
}
.wpx-xl-60 {
    width: 60px;
}
.wpx-xl-65 {
    width: 65px;
}
.wpx-xl-70 {
    width: 70px;
}
.wpx-xl-75 {
    width: 75px;
}
.wpx-xl-80 {
    width: 80px;
}
.wpx-xl-85 {
    width: 85px;
}
.wpx-xl-90 {
    width: 90px;
}
.wpx-xl-95 {
    width: 95px;
}
.wpx-xl-100 {
    width: 100px;
}

}


/* middle content */

@media (min-width: 576px) {

.mid-content {
    max-width: 240px;
}

}

@media (min-width: 768px) {

.mid-content {
     max-width: 330px;
}

}

@media (min-width: 992px) {

.mid-content {
    max-width: 450px;
}

}

@media (min-width: 1200px) {

.mid-content {
    max-width: 540px;
}

}

@media (min-width: 1366px) {

.mid-content {
    max-width: 610px;
}

}


/* Border 0 */

.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}

@media (min-width: 576px) {

.border-sm-0 {
    border: 0 !important;
}
.border-sm-top-0 {
    border-top: 0 !important;
}
.border-sm-bottom-0 {
    border-bottom: 0 !important;
}
.border-sm-left-0 {
    border-left: 0 !important;
}
.border-sm-right-0 {
    border-right: 0 !important;
}

@media (min-width: 768px) {

.border-md-0 {
    border: 0 !important;
}
.border-md-top-0 {
    border-top: 0 !important;
}
.border-md-bottom-0 {
    border-bottom: 0 !important;
}
.border-md-left-0 {
    border-left: 0 !important;
}
.border-md-right-0 {
    border-right: 0 !important;
}

}

@media (min-width: 992px) {

.border-lg-0 {
    border: 0 !important;
}
.border-lg-top-0 {
    border-top: 0 !important;
}
.border-lg-bottom-0 {
    border-bottom: 0 !important;
}
.border-lg-left-0 {
    border-left: 0 !important;
}
.border-lg-right-0 {
    border-right: 0 !important;
}

}

@media (min-width: 1200px) {

.border-xl-0 {
    border: 0 !important;
}
.border-xl-top-0 {
    border-top: 0 !important;
}
.border-xl-bottom-0 {
    border-bottom: 0 !important;
}
.border-xl-left-0 {
    border-left: 0 !important;
}
.border-xl-right-0 {
    border-right: 0 !important;
}

}

@media (min-width: 1366px) {

.border-xxl-0 {
    border: 0 !important;
}
.border-xxl-top-0 {
    border-top: 0 !important;
}
.border-xxl-bottom-0 {
    border-bottom: 0 !important;
}
.border-xxl-left-0 {
    border-left: 0 !important;
}
.border-xxl-right-0 {
    border-right: 0 !important;
}

}

/* Border 1 */

.border-1 {
    border-width: 1px !important;
}
.border-top-1 {
    border-width: 1px 0 0 0 !important;
}
.border-bottom-1 {
    border-width: 0 0 1px 0 !important;
}
.border-left-1 {
    border-width: 0 0 0 1px !important;
}
.border-right-1 {
    border-width: 0 1px 0 0 !important;
}

@media (min-width: 576px) {

.border-sm-1 {
    border-width: 1px !important;
}
.border-sm-top-1 {
    border-width: 1px 0 0 0 !important;
}
.border-sm-bottom-1 {
    border-width: 0 0 1px 0 !important;
}
.border-sm-left-1 {
    border-width: 0 0 0 1px !important;
}
.border-sm-right-1 {
    border-width: 0 1px 0 0 !important;
}

@media (min-width: 768px) {

.border-md-1 {
    border-width: 1px !important;
}
.border-md-top-1 {
    border-width: 1px 0 0 0 !important;
}
.border-md-bottom-1 {
    border-width: 0 0 1px 0 !important;
}
.border-md-left-1 {
    border-width: 0 0 0 1px !important;
}
.border-md-right-1 {
    border-width: 0 1px 0 0 !important;
}

}

@media (min-width: 992px) {

.border-lg-1 {
    border-width: 1px !important;
}
.border-lg-top-1 {
    border-width: 1px 0 0 0 !important;
}
.border-lg-bottom-1 {
    border-width: 0 0 1px 0 !important;
}
.border-lg-left-1 {
    border-width: 0 0 0 1px !important;
}
.border-lg-right-1 {
    border-width: 0 1px 0 0 !important;
}

}

@media (min-width: 1200px) {

.border-xl-1 {
    border-width: 1px !important;
}
.border-xl-top-1 {
    border-width: 1px 0 0 0 !important;
}
.border-xl-bottom-1 {
    border-width: 0 0 1px 0 !important;
}
.border-xl-left-1 {
    border-width: 0 0 0 1px !important;
}
.border-xl-right-1 {
    border-width: 0 1px 0 0 !important;
}

}

@media (min-width: 1366px) {

.border-xxl-1 {
    border-width: 1px !important;
}
.border-xxl-top-1 {
    border-width: 1px 0 0 0 !important;
}
.border-xxl-bottom-1 {
    border-width: 0 0 1px 0 !important;
}
.border-xxl-left-1 {
    border-width: 0 0 0 1px !important;
}
.border-xxl-right-1 {
    border-width: 0 1px 0 0 !important;
}

}