/* css start */
.blue-text {
    color: #003da5 !important;
}
.red-text {
    color: #dc1c2e !important;
}
.dark-text {
    color: #404041 !important;
}
.d-none{display:none !important}
.d-block{display:block !important}
.d-inline{display:inline !important}
.d-iblock{display:inline-block !important}
.d-inherit{display:inherit !important}
.d-initial{display:initial !important}
.d-flex{display:flex;margin:0 -15px !important}
.d-flex>div {padding: 0 15px !important}
.flex-wrap{flex-wrap:wrap !important}
.align-center{align-items:center !important}
.align-flex-start{align-items:flex-start !important}
.align-flex-end{align-items:flex-end !important}
.align-baseline{align-items:baseline !important}
.justify-center{justify-content:center !important}
.justify-flex-start{justify-content:flex-start !important}
.justify-flex-end{justify-content:flex-end !important}
.justify-space-between{justify-content:space-between !important}
.justify-space-around{justify-content:space-around !important}
.justify-space-evenly{justify-content:space-evenly !important}
.two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
.ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
.eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
.one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
.full-col{flex:0 0 100% !important;max-width:100% !important}
.half-col{flex:0 0 50% !important;max-width:50% !important}
.quarter-col{flex:0 0 25% !important;max-width:25% !important}
.three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
.one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
.two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
.larger-col{flex:0 0 60% !important;max-width:60% !important}
.smaller-col{flex:0 0 40% !important;max-width:40% !important}
.large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
.small-col{flex:0 0 41.66% !important;max-width:41.66% !important}
.order-first{-ms-flex-order:-1;order:-1}
.order-last{-ms-flex-order:13;order:13}
.order-0{-ms-flex-order:0;order:0}
.order-1{-ms-flex-order:1;order:1}
.order-2{-ms-flex-order:2;order:2}
.order-3{-ms-flex-order:3;order:3}
.order-4{-ms-flex-order:4;order:4}
.order-5{-ms-flex-order:5;order:5}
.order-6{-ms-flex-order:6;order:6}
.order-7{-ms-flex-order:7;order:7}
.order-8{-ms-flex-order:8;order:8}
.order-9{-ms-flex-order:9;order:9}
.order-10{-ms-flex-order:10;order:10}
.order-11{-ms-flex-order:11;order:11}
.order-12{-ms-flex-order:12;order:12}
.flex-dir-row{flex-direction:row}
.flex-dir-col{flex-direction:column}
.flex-dir-row-reverse{flex-direction:row-reverse}
.flex-dir-col-reverse{flex-direction:column-reverse}
.flex-dir-inherit{flex-direction:inherit}
.flex-dir-initial{flex-direction:initial}

/* button css */
.success-btn{background-color:#1a9232;color:#fff}
.success-btn:hover,.success-btn:focus{background-color:#247b35}
.error-btn{background-color:#dc1c2e;color:#fff}
.error-btn:hover,.error-btn:focus{background-color:#b22b2e}
.info-btn{background-color:#03358a;color:#fff}
.info-btn:hover,.info-btn:focus{background-color:#1f3667}
.oms-table-wrapper{padding-bottom:15px;overflow-x: auto;}
.oms-table-wrapper .oms-table{width:100%!important;border-collapse:separate;border-spacing:0 6px}
.oms-table-wrapper .oms-table tr th:first-child,.oms-table-wrapper .oms-table tr td:first-child{text-align:left; border-radius:12px 0 0 12px;overflow: hidden; }
.oms-table-wrapper .oms-table tr th{font-size:16px;line-height:1.21;padding:16px 16px 24px;font-weight:400;border-bottom:1px solid #DFDEE6;position:sticky;top:0;background-color:#f3f4f5;white-space:nowrap;z-index:1}
.oms-table-wrapper .oms-table tr td{font-size:14px;line-height:1.21;padding:12px 16px 14px;vertical-align: middle; font-weight:400;text-align:center;white-space:nowrap}
.oms-table-wrapper .oms-table tfoot tr td{background-color: #f3f4f5;border-top: 1px solid #DFDEE6;}
.oms-table-wrapper .oms-table tr{background-color:#fff;border-radius:12px;overflow: hidden;}
.oms-img{max-width:100%;height:auto;display:block}
.primary-btn { background-color: #2988FF; }
.secondery-btn { background-color: #0049AA; }

.mb-0{margin-bottom:0 !important}
.mb-1{margin-bottom:1rem !important}
.mb-2{margin-bottom:2rem !important}
.mb-3{margin-bottom:3rem !important}
.mb-4{margin-bottom:4rem !important}
.mb-auto{margin-bottom:auto !important}
.mt-0{margin-top:0 !important}
.mt-1{margin-top:1rem !important}
.mt-2{margin-top:2rem !important}
.mt-3{margin-top:3rem !important}
.mt-4{margin-top:4rem !important}
.mt-auto{margin-top:auto !important}
.ml-0{margin-left:0 !important}
.ml-1{margin-left:1rem !important}
.ml-2{margin-left:2rem !important}
.ml-3{margin-left:3rem !important}
.ml-4{margin-left:4rem !important}
.ml-auto{margin-left:auto !important}
.mr-0{margin-right:0 !important}
.mr-1{margin-right:1rem !important}
.mr-2{margin-right:2rem !important}
.mr-3{margin-right:3rem !important}
.mr-4{margin-right:4rem !important}
.mr-auto{margin-right:auto !important}
.pt-0{padding-top:0 !important}
.pt-1{padding-top:1rem !important}
.pt-2{padding-top:2rem !important}
.pt-3{padding-top:3rem !important}
.pt-4{padding-top:4rem !important}
.pt-auto{padding-top:auto !important}
.pb-0{padding-bottom:0 !important}
.pb-1{padding-bottom:1rem !important}
.pb-2{padding-bottom:2rem !important}
.pb-3{padding-bottom:3rem !important}
.pb-4{padding-bottom:4rem !important}
.pb-auto{padding-bottom:auto !important}
.pl-0{padding-left:0 !important}
.pl-1{padding-left:1rem !important}
.pl-2{padding-left:2rem !important}
.pl-3{padding-left:3rem !important}
.pl-4{padding-left:4rem !important}
.pl-auto{padding-left:auto !important}
.pr-0{padding-right:0 !important}
.pr-1{padding-right:1rem !important}
.pr-2{padding-right:2rem !important}
.pr-3{padding-right:3rem !important}
.pr-4{padding-right:4rem !important}
.pr-auto{padding-right:auto !important}


.fw-light {
    font-weight: 300;
}
.fw-normal {
    font-weight: 400;
}
.fw-semibold {
    font-weight: 500;
}
.fw-bold {
    font-weight: 600;
}
.fw-bolder {
    font-weight: 700;
}
.fw-dark {
    font-weight: 900;
}



@media (max-width:1600px) {

    .xlg-d-none{display:none !important}
    .xlg-d-block{display:block !important}
    .xlg-d-inline{display:inline !important}
    .xlg-d-iblock{display:inline-block !important}
    .xlg-d-inherit{display:inherit !important}
    .xlg-d-initial{display:initial !important}
    .xlg-d-flex{display:flex;margin:0 -15px !important}
    .xlg-d-flex>div {padding: 0 15px !important}
    .xlg-flex-wrap{flex-wrap:wrap !important}
    .xlg-align-center{align-items:center !important}
    .xlg-align-flex-start{align-items:flex-start !important}
    .xlg-align-flex-end{align-items:flex-end !important}
    .xlg-align-baseline{align-items:baseline !important}
    .xlg-justify-center{justify-content:center !important}
    .xlg-justify-flex-start{justify-content:flex-start !important}
    .xlg-justify-flex-end{justify-content:flex-end !important}
    .xlg-justify-space-between{justify-content:space-between !important}
    .xlg-justify-space-around{justify-content:space-around !important}
    .xlg-justify-space-evenly{justify-content:space-evenly !important}

    .xlg-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .xlg-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .xlg-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .xlg-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .xlg-full-col{flex:0 0 100% !important;max-width:100% !important}
    .xlg-half-col{flex:0 0 50% !important;max-width:50% !important}
    .xlg-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .xlg-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .xlg-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .xlg-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .xlg-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .xlg-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .xlg-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .xlg-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .xlg-order-first{-ms-flex-order:-1;order:-1}
    .xlg-order-last{-ms-flex-order:13;order:13}
    .xlg-order-0{-ms-flex-order:0;order:0}
    .xlg-order-1{-ms-flex-order:1;order:1}
    .xlg-order-2{-ms-flex-order:2;order:2}
    .xlg-order-3{-ms-flex-order:3;order:3}
    .xlg-order-4{-ms-flex-order:4;order:4}
    .xlg-order-5{-ms-flex-order:5;order:5}
    .xlg-order-6{-ms-flex-order:6;order:6}
    .xlg-order-7{-ms-flex-order:7;order:7}
    .xlg-order-8{-ms-flex-order:8;order:8}
    .xlg-order-9{-ms-flex-order:9;order:9}
    .xlg-order-10{-ms-flex-order:10;order:10}
    .xlg-order-11{-ms-flex-order:11;order:11}
    .xlg-order-12{-ms-flex-order:12;order:12}
    .xlg-flex-dir-row{flex-direction:row}
    .xlg-flex-dir-col{flex-direction:column}
    .xlg-flex-dir-row-reverse{flex-direction:row-reverse}
    .xlg-flex-dir-col-reverse{flex-direction:column-reverse}
    .xlg-flex-dir-inherit{flex-direction:inherit}
    .xlg-flex-dir-initial{flex-direction:initial}




    .xlg-mb-0{margin-bottom:0 !important}
    .xlg-mb-1{margin-bottom:1rem !important}
    .xlg-mb-2{margin-bottom:2rem !important}
    .xlg-mb-3{margin-bottom:3rem !important}
    .xlg-mb-4{margin-bottom:4rem !important}
    .xlg-mb-auto{margin-bottom:auto !important}
    .xlg-mt-0{margin-top:0 !important}
    .xlg-mt-1{margin-top:1rem !important}
    .xlg-mt-2{margin-top:2rem !important}
    .xlg-mt-3{margin-top:3rem !important}
    .xlg-mt-4{margin-top:4rem !important}
    .xlg-mt-auto{margin-top:auto !important}
    .xlg-ml-0{margin-left:0 !important}
    .xlg-ml-1{margin-left:1rem !important}
    .xlg-ml-2{margin-left:2rem !important}
    .xlg-ml-3{margin-left:3rem !important}
    .xlg-ml-4{margin-left:4rem !important}
    .xlg-ml-auto{margin-left:auto !important}
    .xlg-mr-0{margin-right:0 !important}
    .xlg-mr-1{margin-right:1rem !important}
    .xlg-mr-2{margin-right:2rem !important}
    .xlg-mr-3{margin-right:3rem !important}
    .xlg-mr-4{margin-right:4rem !important}
    .xlg-mr-auto{margin-right:auto !important}
    .xlg-pt-0{padding-top:0 !important}
    .xlg-pt-1{padding-top:1rem !important}
    .xlg-pt-2{padding-top:2rem !important}
    .xlg-pt-3{padding-top:3rem !important}
    .xlg-pt-4{padding-top:4rem !important}
    .xlg-pt-auto{padding-top:auto !important}
    .xlg-pb-0{padding-bottom:0 !important}
    .xlg-pb-1{padding-bottom:1rem !important}
    .xlg-pb-2{padding-bottom:2rem !important}
    .xlg-pb-3{padding-bottom:3rem !important}
    .xlg-pb-4{padding-bottom:4rem !important}
    .xlg-pb-auto{padding-bottom:auto !important}
    .xlg-pl-0{padding-left:0 !important}
    .xlg-pl-1{padding-left:1rem !important}
    .xlg-pl-2{padding-left:2rem !important}
    .xlg-pl-3{padding-left:3rem !important}
    .xlg-pl-4{padding-left:4rem !important}
    .xlg-pl-auto{padding-left:auto !important}
    .xlg-pr-0{padding-right:0 !important}
    .xlg-pr-1{padding-right:1rem !important}
    .xlg-pr-2{padding-right:2rem !important}
    .xlg-pr-3{padding-right:3rem !important}
    .xlg-pr-4{padding-right:4rem !important}
    .xlg-pr-auto{padding-right:auto !important}

    
}
@media (max-width:1366px) {

    .lg-d-none{display:none !important}
    .lg-d-block{display:block !important}
    .lg-d-inline{display:inline !important}
    .lg-d-iblock{display:inline-block !important}
    .lg-d-inherit{display:inherit !important}
    .lg-d-initial{display:initial !important}
    .lg-d-flex{display:flex;margin:0 -15px !important}
    .lg-d-flex>div {padding: 0 15px !important}
    .lg-flex-wrap{flex-wrap:wrap !important}
    .lg-align-center{align-items:center !important}
    .lg-align-flex-start{align-items:flex-start !important}
    .lg-align-flex-end{align-items:flex-end !important}
    .lg-align-baseline{align-items:baseline !important}
    .lg-justify-center{justify-content:center !important}
    .lg-justify-flex-start{justify-content:flex-start !important}
    .lg-justify-flex-end{justify-content:flex-end !important}
    .lg-justify-space-between{justify-content:space-between !important}
    .lg-justify-space-around{justify-content:space-around !important}
    .lg-justify-space-evenly{justify-content:space-evenly !important}

    .lg-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .lg-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .lg-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .lg-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .lg-full-col{flex:0 0 100% !important;max-width:100% !important}
    .lg-half-col{flex:0 0 50% !important;max-width:50% !important}
    .lg-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .lg-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .lg-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .lg-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .lg-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .lg-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .lg-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .lg-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .lg-order-first{-ms-flex-order:-1;order:-1}
    .lg-order-last{-ms-flex-order:13;order:13}
    .lg-order-0{-ms-flex-order:0;order:0}
    .lg-order-1{-ms-flex-order:1;order:1}
    .lg-order-2{-ms-flex-order:2;order:2}
    .lg-order-3{-ms-flex-order:3;order:3}
    .lg-order-4{-ms-flex-order:4;order:4}
    .lg-order-5{-ms-flex-order:5;order:5}
    .lg-order-6{-ms-flex-order:6;order:6}
    .lg-order-7{-ms-flex-order:7;order:7}
    .lg-order-8{-ms-flex-order:8;order:8}
    .lg-order-9{-ms-flex-order:9;order:9}
    .lg-order-10{-ms-flex-order:10;order:10}
    .lg-order-11{-ms-flex-order:11;order:11}
    .lg-order-12{-ms-flex-order:12;order:12}
    .lg-flex-dir-row{flex-direction:row}
    .lg-flex-dir-col{flex-direction:column}
    .lg-flex-dir-row-reverse{flex-direction:row-reverse}
    .lg-flex-dir-col-reverse{flex-direction:column-reverse}
    .lg-flex-dir-inherit{flex-direction:inherit}
    .lg-flex-dir-initial{flex-direction:initial}


    .lg-mb-0{margin-bottom:0 !important}
    .lg-mb-1{margin-bottom:1rem !important}
    .lg-mb-2{margin-bottom:2rem !important}
    .lg-mb-3{margin-bottom:3rem !important}
    .lg-mb-4{margin-bottom:4rem !important}
    .lg-mb-auto{margin-bottom:auto !important}
    .lg-mt-0{margin-top:0 !important}
    .lg-mt-1{margin-top:1rem !important}
    .lg-mt-2{margin-top:2rem !important}
    .lg-mt-3{margin-top:3rem !important}
    .lg-mt-4{margin-top:4rem !important}
    .lg-mt-auto{margin-top:auto !important}
    .lg-ml-0{margin-left:0 !important}
    .lg-ml-1{margin-left:1rem !important}
    .lg-ml-2{margin-left:2rem !important}
    .lg-ml-3{margin-left:3rem !important}
    .lg-ml-4{margin-left:4rem !important}
    .lg-ml-auto{margin-left:auto !important}
    .lg-mr-0{margin-right:0 !important}
    .lg-mr-1{margin-right:1rem !important}
    .lg-mr-2{margin-right:2rem !important}
    .lg-mr-3{margin-right:3rem !important}
    .lg-mr-4{margin-right:4rem !important}
    .lg-mr-auto{margin-right:auto !important}
    .lg-pt-0{padding-top:0 !important}
    .lg-pt-1{padding-top:1rem !important}
    .lg-pt-2{padding-top:2rem !important}
    .lg-pt-3{padding-top:3rem !important}
    .lg-pt-4{padding-top:4rem !important}
    .lg-pt-auto{padding-top:auto !important}
    .lg-pb-0{padding-bottom:0 !important}
    .lg-pb-1{padding-bottom:1rem !important}
    .lg-pb-2{padding-bottom:2rem !important}
    .lg-pb-3{padding-bottom:3rem !important}
    .lg-pb-4{padding-bottom:4rem !important}
    .lg-pb-auto{padding-bottom:auto !important}
    .lg-pl-0{padding-left:0 !important}
    .lg-pl-1{padding-left:1rem !important}
    .lg-pl-2{padding-left:2rem !important}
    .lg-pl-3{padding-left:3rem !important}
    .lg-pl-4{padding-left:4rem !important}
    .lg-pl-auto{padding-left:auto !important}
    .lg-pr-0{padding-right:0 !important}
    .lg-pr-1{padding-right:1rem !important}
    .lg-pr-2{padding-right:2rem !important}
    .lg-pr-3{padding-right:3rem !important}
    .lg-pr-4{padding-right:4rem !important}
    .lg-pr-auto{padding-right:auto !important}
    
}
@media (max-width:1199px) {

    .md-d-none{display:none !important}
    .md-d-block{display:block !important}
    .md-d-inline{display:inline !important}
    .md-d-iblock{display:inline-block !important}
    .md-d-inherit{display:inherit !important}
    .md-d-initial{display:initial !important}
    .md-d-flex{display:flex;margin:0 -15px !important}
    .md-d-flex>div {padding: 0 15px !important}
    .md-flex-wrap{flex-wrap:wrap !important}
    .md-align-center{align-items:center !important}
    .md-align-flex-start{align-items:flex-start !important}
    .md-align-flex-end{align-items:flex-end !important}
    .md-align-baseline{align-items:baseline !important}
    .md-justify-center{justify-content:center !important}
    .md-justify-flex-start{justify-content:flex-start !important}
    .md-justify-flex-end{justify-content:flex-end !important}
    .md-justify-space-between{justify-content:space-between !important}
    .md-justify-space-around{justify-content:space-around !important}
    .md-justify-space-evenly{justify-content:space-evenly !important}

    .md-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .md-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .md-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .md-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .md-full-col{flex:0 0 100% !important;max-width:100% !important}
    .md-half-col{flex:0 0 50% !important;max-width:50% !important}
    .md-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .md-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .md-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .md-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .md-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .md-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .md-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .md-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .md-order-first{-ms-flex-order:-1;order:-1}
    .md-order-last{-ms-flex-order:13;order:13}
    .md-order-0{-ms-flex-order:0;order:0}
    .md-order-1{-ms-flex-order:1;order:1}
    .md-order-2{-ms-flex-order:2;order:2}
    .md-order-3{-ms-flex-order:3;order:3}
    .md-order-4{-ms-flex-order:4;order:4}
    .md-order-5{-ms-flex-order:5;order:5}
    .md-order-6{-ms-flex-order:6;order:6}
    .md-order-7{-ms-flex-order:7;order:7}
    .md-order-8{-ms-flex-order:8;order:8}
    .md-order-9{-ms-flex-order:9;order:9}
    .md-order-10{-ms-flex-order:10;order:10}
    .md-order-11{-ms-flex-order:11;order:11}
    .md-order-12{-ms-flex-order:12;order:12}
    .md-flex-dir-row{flex-direction:row}
    .md-flex-dir-col{flex-direction:column}
    .md-flex-dir-row-reverse{flex-direction:row-reverse}
    .md-flex-dir-col-reverse{flex-direction:column-reverse}
    .md-flex-dir-inherit{flex-direction:inherit}
    .md-flex-dir-initial{flex-direction:initial}


    .md-mb-0{margin-bottom:0 !important}
    .md-mb-1{margin-bottom:1rem !important}
    .md-mb-2{margin-bottom:2rem !important}
    .md-mb-3{margin-bottom:3rem !important}
    .md-mb-4{margin-bottom:4rem !important}
    .md-mb-auto{margin-bottom:auto !important}
    .md-mt-0{margin-top:0 !important}
    .md-mt-1{margin-top:1rem !important}
    .md-mt-2{margin-top:2rem !important}
    .md-mt-3{margin-top:3rem !important}
    .md-mt-4{margin-top:4rem !important}
    .md-mt-auto{margin-top:auto !important}
    .md-ml-0{margin-left:0 !important}
    .md-ml-1{margin-left:1rem !important}
    .md-ml-2{margin-left:2rem !important}
    .md-ml-3{margin-left:3rem !important}
    .md-ml-4{margin-left:4rem !important}
    .md-ml-auto{margin-left:auto !important}
    .md-mr-0{margin-right:0 !important}
    .md-mr-1{margin-right:1rem !important}
    .md-mr-2{margin-right:2rem !important}
    .md-mr-3{margin-right:3rem !important}
    .md-mr-4{margin-right:4rem !important}
    .md-mr-auto{margin-right:auto !important}
    .md-pt-0{padding-top:0 !important}
    .md-pt-1{padding-top:1rem !important}
    .md-pt-2{padding-top:2rem !important}
    .md-pt-3{padding-top:3rem !important}
    .md-pt-4{padding-top:4rem !important}
    .md-pt-auto{padding-top:auto !important}
    .md-pb-0{padding-bottom:0 !important}
    .md-pb-1{padding-bottom:1rem !important}
    .md-pb-2{padding-bottom:2rem !important}
    .md-pb-3{padding-bottom:3rem !important}
    .md-pb-4{padding-bottom:4rem !important}
    .md-pb-auto{padding-bottom:auto !important}
    .md-pl-0{padding-left:0 !important}
    .md-pl-1{padding-left:1rem !important}
    .md-pl-2{padding-left:2rem !important}
    .md-pl-3{padding-left:3rem !important}
    .md-pl-4{padding-left:4rem !important}
    .md-pl-auto{padding-left:auto !important}
    .md-pr-0{padding-right:0 !important}
    .md-pr-1{padding-right:1rem !important}
    .md-pr-2{padding-right:2rem !important}
    .md-pr-3{padding-right:3rem !important}
    .md-pr-4{padding-right:4rem !important}
    .md-pr-auto{padding-right:auto !important}



    
}
@media (max-width:991px) {

    .smd-d-none{display:none !important}
    .smd-d-block{display:block !important}
    .smd-d-inline{display:inline !important}
    .smd-d-iblock{display:inline-block !important}
    .smd-d-inherit{display:inherit !important}
    .smd-d-initial{display:initial !important}
    .smd-d-flex{display:flex;margin:0 -15px !important}
    .smd-d-flex>div {padding: 0 15px !important}
    .smd-flex-wrap{flex-wrap:wrap !important}
    .smd-align-center{align-items:center !important}
    .smd-align-flex-start{align-items:flex-start !important}
    .smd-align-flex-end{align-items:flex-end !important}
    .smd-align-baseline{align-items:baseline !important}
    .smd-justify-center{justify-content:center !important}
    .smd-justify-flex-start{justify-content:flex-start !important}
    .smd-justify-flex-end{justify-content:flex-end !important}
    .smd-justify-space-between{justify-content:space-between !important}
    .smd-justify-space-around{justify-content:space-around !important}
    .smd-justify-space-evenly{justify-content:space-evenly !important}

    .smd-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .smd-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .smd-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .smd-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .smd-full-col{flex:0 0 100% !important;max-width:100% !important}
    .smd-half-col{flex:0 0 50% !important;max-width:50% !important}
    .smd-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .smd-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .smd-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .smd-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .smd-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .smd-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .smd-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .smd-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .smd-order-first{-ms-flex-order:-1;order:-1}
    .smd-order-last{-ms-flex-order:13;order:13}
    .smd-order-0{-ms-flex-order:0;order:0}
    .smd-order-1{-ms-flex-order:1;order:1}
    .smd-order-2{-ms-flex-order:2;order:2}
    .smd-order-3{-ms-flex-order:3;order:3}
    .smd-order-4{-ms-flex-order:4;order:4}
    .smd-order-5{-ms-flex-order:5;order:5}
    .smd-order-6{-ms-flex-order:6;order:6}
    .smd-order-7{-ms-flex-order:7;order:7}
    .smd-order-8{-ms-flex-order:8;order:8}
    .smd-order-9{-ms-flex-order:9;order:9}
    .smd-order-10{-ms-flex-order:10;order:10}
    .smd-order-11{-ms-flex-order:11;order:11}
    .smd-order-12{-ms-flex-order:12;order:12}
    .smd-flex-dir-row{flex-direction:row}
    .smd-flex-dir-col{flex-direction:column}
    .smd-flex-dir-row-reverse{flex-direction:row-reverse}
    .smd-flex-dir-col-reverse{flex-direction:column-reverse}
    .smd-flex-dir-inherit{flex-direction:inherit}
    .smd-flex-dir-initial{flex-direction:initial}


    .smd-mb-0{margin-bottom:0 !important}
    .smd-mb-1{margin-bottom:1rem !important}
    .smd-mb-2{margin-bottom:2rem !important}
    .smd-mb-3{margin-bottom:3rem !important}
    .smd-mb-4{margin-bottom:4rem !important}
    .smd-mb-auto{margin-bottom:auto !important}
    .smd-mt-0{margin-top:0 !important}
    .smd-mt-1{margin-top:1rem !important}
    .smd-mt-2{margin-top:2rem !important}
    .smd-mt-3{margin-top:3rem !important}
    .smd-mt-4{margin-top:4rem !important}
    .smd-mt-auto{margin-top:auto !important}
    .smd-ml-0{margin-left:0 !important}
    .smd-ml-1{margin-left:1rem !important}
    .smd-ml-2{margin-left:2rem !important}
    .smd-ml-3{margin-left:3rem !important}
    .smd-ml-4{margin-left:4rem !important}
    .smd-ml-auto{margin-left:auto !important}
    .smd-mr-0{margin-right:0 !important}
    .smd-mr-1{margin-right:1rem !important}
    .smd-mr-2{margin-right:2rem !important}
    .smd-mr-3{margin-right:3rem !important}
    .smd-mr-4{margin-right:4rem !important}
    .smd-mr-auto{margin-right:auto !important}
    .smd-pt-0{padding-top:0 !important}
    .smd-pt-1{padding-top:1rem !important}
    .smd-pt-2{padding-top:2rem !important}
    .smd-pt-3{padding-top:3rem !important}
    .smd-pt-4{padding-top:4rem !important}
    .smd-pt-auto{padding-top:auto !important}
    .smd-pb-0{padding-bottom:0 !important}
    .smd-pb-1{padding-bottom:1rem !important}
    .smd-pb-2{padding-bottom:2rem !important}
    .smd-pb-3{padding-bottom:3rem !important}
    .smd-pb-4{padding-bottom:4rem !important}
    .smd-pb-auto{padding-bottom:auto !important}
    .smd-pl-0{padding-left:0 !important}
    .smd-pl-1{padding-left:1rem !important}
    .smd-pl-2{padding-left:2rem !important}
    .smd-pl-3{padding-left:3rem !important}
    .smd-pl-4{padding-left:4rem !important}
    .smd-pl-auto{padding-left:auto !important}
    .smd-pr-0{padding-right:0 !important}
    .smd-pr-1{padding-right:1rem !important}
    .smd-pr-2{padding-right:2rem !important}
    .smd-pr-3{padding-right:3rem !important}
    .smd-pr-4{padding-right:4rem !important}
    .smd-pr-auto{padding-right:auto !important}


}

@media (max-width:767px) {

    .sm-d-none{display:none !important}
    .sm-d-block{display:block !important}
    .sm-d-inline{display:inline !important}
    .sm-d-iblock{display:inline-block !important}
    .sm-d-inherit{display:inherit !important}
    .sm-d-initial{display:initial !important}
    .sm-d-flex{display:flex;margin:0 -15px !important}
    .sm-d-flex>div {padding: 0 15px !important}
    .sm-flex-wrap{flex-wrap:wrap !important}
    .sm-align-center{align-items:center !important}
    .sm-align-flex-start{align-items:flex-start !important}
    .sm-align-flex-end{align-items:flex-end !important}
    .sm-align-baseline{align-items:baseline !important}
    .sm-justify-center{justify-content:center !important}
    .sm-justify-flex-start{justify-content:flex-start !important}
    .sm-justify-flex-end{justify-content:flex-end !important}
    .sm-justify-space-between{justify-content:space-between !important}
    .sm-justify-space-around{justify-content:space-around !important}
    .sm-justify-space-evenly{justify-content:space-evenly !important}

    .sm-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .sm-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .sm-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .sm-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .sm-full-col{flex:0 0 100% !important;max-width:100% !important}
    .sm-half-col{flex:0 0 50% !important;max-width:50% !important}
    .sm-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .sm-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .sm-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .sm-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .sm-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .sm-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .sm-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .sm-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .sm-order-first{-ms-flex-order:-1;order:-1}
    .sm-order-last{-ms-flex-order:13;order:13}
    .sm-order-0{-ms-flex-order:0;order:0}
    .sm-order-1{-ms-flex-order:1;order:1}
    .sm-order-2{-ms-flex-order:2;order:2}
    .sm-order-3{-ms-flex-order:3;order:3}
    .sm-order-4{-ms-flex-order:4;order:4}
    .sm-order-5{-ms-flex-order:5;order:5}
    .sm-order-6{-ms-flex-order:6;order:6}
    .sm-order-7{-ms-flex-order:7;order:7}
    .sm-order-8{-ms-flex-order:8;order:8}
    .sm-order-9{-ms-flex-order:9;order:9}
    .sm-order-10{-ms-flex-order:10;order:10}
    .sm-order-11{-ms-flex-order:11;order:11}
    .sm-order-12{-ms-flex-order:12;order:12}
    .sm-flex-dir-row{flex-direction:row}
    .sm-flex-dir-col{flex-direction:column}
    .sm-flex-dir-row-reverse{flex-direction:row-reverse}
    .sm-flex-dir-col-reverse{flex-direction:column-reverse}
    .sm-flex-dir-inherit{flex-direction:inherit}
    .sm-flex-dir-initial{flex-direction:initial}



    .sm-mb-0{margin-bottom:0 !important}
    .sm-mb-1{margin-bottom:1rem !important}
    .sm-mb-2{margin-bottom:2rem !important}
    .sm-mb-3{margin-bottom:3rem !important}
    .sm-mb-4{margin-bottom:4rem !important}
    .sm-mb-auto{margin-bottom:auto !important}
    .sm-mt-0{margin-top:0 !important}
    .sm-mt-1{margin-top:1rem !important}
    .sm-mt-2{margin-top:2rem !important}
    .sm-mt-3{margin-top:3rem !important}
    .sm-mt-4{margin-top:4rem !important}
    .sm-mt-auto{margin-top:auto !important}
    .sm-ml-0{margin-left:0 !important}
    .sm-ml-1{margin-left:1rem !important}
    .sm-ml-2{margin-left:2rem !important}
    .sm-ml-3{margin-left:3rem !important}
    .sm-ml-4{margin-left:4rem !important}
    .sm-ml-auto{margin-left:auto !important}
    .sm-mr-0{margin-right:0 !important}
    .sm-mr-1{margin-right:1rem !important}
    .sm-mr-2{margin-right:2rem !important}
    .sm-mr-3{margin-right:3rem !important}
    .sm-mr-4{margin-right:4rem !important}
    .sm-mr-auto{margin-right:auto !important}
    .sm-pt-0{padding-top:0 !important}
    .sm-pt-1{padding-top:1rem !important}
    .sm-pt-2{padding-top:2rem !important}
    .sm-pt-3{padding-top:3rem !important}
    .sm-pt-4{padding-top:4rem !important}
    .sm-pt-auto{padding-top:auto !important}
    .sm-pb-0{padding-bottom:0 !important}
    .sm-pb-1{padding-bottom:1rem !important}
    .sm-pb-2{padding-bottom:2rem !important}
    .sm-pb-3{padding-bottom:3rem !important}
    .sm-pb-4{padding-bottom:4rem !important}
    .sm-pb-auto{padding-bottom:auto !important}
    .sm-pl-0{padding-left:0 !important}
    .sm-pl-1{padding-left:1rem !important}
    .sm-pl-2{padding-left:2rem !important}
    .sm-pl-3{padding-left:3rem !important}
    .sm-pl-4{padding-left:4rem !important}
    .sm-pl-auto{padding-left:auto !important}
    .sm-pr-0{padding-right:0 !important}
    .sm-pr-1{padding-right:1rem !important}
    .sm-pr-2{padding-right:2rem !important}
    .sm-pr-3{padding-right:3rem !important}
    .sm-pr-4{padding-right:4rem !important}
    .sm-pr-auto{padding-right:auto !important}

}

@media (max-width:425px) {

    .xs-d-none{display:none !important}
    .xs-d-block{display:block !important}
    .xs-d-inline{display:inline !important}
    .xs-d-iblock{display:inline-block !important}
    .xs-d-inherit{display:inherit !important}
    .xs-d-initial{display:initial !important}
    .xs-d-flex{display:flex;margin:0 -15px !important}
    .xs-d-flex>div {padding: 0 15px !important}
    .xs-flex-wrap{flex-wrap:wrap !important}
    .xs-align-center{align-items:center !important}
    .xs-align-flex-start{align-items:flex-start !important}
    .xs-align-flex-end{align-items:flex-end !important}
    .xs-align-baseline{align-items:baseline !important}
    .xs-justify-center{justify-content:center !important}
    .xs-justify-flex-start{justify-content:flex-start !important}
    .xs-justify-flex-end{justify-content:flex-end !important}
    .xs-justify-space-between{justify-content:space-between !important}
    .xs-justify-space-around{justify-content:space-around !important}
    .xs-justify-space-evenly{justify-content:space-evenly !important}

    .xs-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .xs-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .xs-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .xs-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .xs-full-col{flex:0 0 100% !important;max-width:100% !important}
    .xs-half-col{flex:0 0 50% !important;max-width:50% !important}
    .xs-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .xs-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .xs-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .xs-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .xs-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .xs-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .xs-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .xs-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .xs-order-first{-ms-flex-order:-1;order:-1}
    .xs-order-last{-ms-flex-order:13;order:13}
    .xs-order-0{-ms-flex-order:0;order:0}
    .xs-order-1{-ms-flex-order:1;order:1}
    .xs-order-2{-ms-flex-order:2;order:2}
    .xs-order-3{-ms-flex-order:3;order:3}
    .xs-order-4{-ms-flex-order:4;order:4}
    .xs-order-5{-ms-flex-order:5;order:5}
    .xs-order-6{-ms-flex-order:6;order:6}
    .xs-order-7{-ms-flex-order:7;order:7}
    .xs-order-8{-ms-flex-order:8;order:8}
    .xs-order-9{-ms-flex-order:9;order:9}
    .xs-order-10{-ms-flex-order:10;order:10}
    .xs-order-11{-ms-flex-order:11;order:11}
    .xs-order-12{-ms-flex-order:12;order:12}
    .xs-flex-dir-row{flex-direction:row}
    .xs-flex-dir-col{flex-direction:column}
    .xs-flex-dir-row-reverse{flex-direction:row-reverse}
    .xs-flex-dir-col-reverse{flex-direction:column-reverse}
    .xs-flex-dir-inherit{flex-direction:inherit}
    .xs-flex-dir-initial{flex-direction:initial}



    .xs-mb-0{margin-bottom:0 !important}
    .xs-mb-1{margin-bottom:1rem !important}
    .xs-mb-2{margin-bottom:2rem !important}
    .xs-mb-3{margin-bottom:3rem !important}
    .xs-mb-4{margin-bottom:4rem !important}
    .xs-mb-auto{margin-bottom:auto !important}
    .xs-mt-0{margin-top:0 !important}
    .xs-mt-1{margin-top:1rem !important}
    .xs-mt-2{margin-top:2rem !important}
    .xs-mt-3{margin-top:3rem !important}
    .xs-mt-4{margin-top:4rem !important}
    .xs-mt-auto{margin-top:auto !important}
    .xs-ml-0{margin-left:0 !important}
    .xs-ml-1{margin-left:1rem !important}
    .xs-ml-2{margin-left:2rem !important}
    .xs-ml-3{margin-left:3rem !important}
    .xs-ml-4{margin-left:4rem !important}
    .xs-ml-auto{margin-left:auto !important}
    .xs-mr-0{margin-right:0 !important}
    .xs-mr-1{margin-right:1rem !important}
    .xs-mr-2{margin-right:2rem !important}
    .xs-mr-3{margin-right:3rem !important}
    .xs-mr-4{margin-right:4rem !important}
    .xs-mr-auto{margin-right:auto !important}
    .xs-pt-0{padding-top:0 !important}
    .xs-pt-1{padding-top:1rem !important}
    .xs-pt-2{padding-top:2rem !important}
    .xs-pt-3{padding-top:3rem !important}
    .xs-pt-4{padding-top:4rem !important}
    .xs-pt-auto{padding-top:auto !important}
    .xs-pb-0{padding-bottom:0 !important}
    .xs-pb-1{padding-bottom:1rem !important}
    .xs-pb-2{padding-bottom:2rem !important}
    .xs-pb-3{padding-bottom:3rem !important}
    .xs-pb-4{padding-bottom:4rem !important}
    .xs-pb-auto{padding-bottom:auto !important}
    .xs-pl-0{padding-left:0 !important}
    .xs-pl-1{padding-left:1rem !important}
    .xs-pl-2{padding-left:2rem !important}
    .xs-pl-3{padding-left:3rem !important}
    .xs-pl-4{padding-left:4rem !important}
    .xs-pl-auto{padding-left:auto !important}
    .xs-pr-0{padding-right:0 !important}
    .xs-pr-1{padding-right:1rem !important}
    .xs-pr-2{padding-right:2rem !important}
    .xs-pr-3{padding-right:3rem !important}
    .xs-pr-4{padding-right:4rem !important}
    .xs-pr-auto{padding-right:auto !important}
}

@media (max-width:375px) {


    .xxs-d-none{display:none !important}
    .xxs-d-block{display:block !important}
    .xxs-d-inline{display:inline !important}
    .xxs-d-iblock{display:inline-block !important}
    .xxs-d-inherit{display:inherit !important}
    .xxs-d-initial{display:initial !important}
    .xxs-d-flex{display:flex;margin:0 -15px !important}
    .xxs-d-flex>div {padding: 0 15px !important}
    .xxs-flex-wrap{flex-wrap:wrap !important}
    .xxs-align-center{align-items:center !important}
    .xxs-align-flex-start{align-items:flex-start !important}
    .xxs-align-flex-end{align-items:flex-end !important}
    .xxs-align-baseline{align-items:baseline !important}
    .xxs-justify-center{justify-content:center !important}
    .xxs-justify-flex-start{justify-content:flex-start !important}
    .xxs-justify-flex-end{justify-content:flex-end !important}
    .xxs-justify-space-between{justify-content:space-between !important}
    .xxs-justify-space-around{justify-content:space-around !important}
    .xxs-justify-space-evenly{justify-content:space-evenly !important}

    .xxs-two-col{flex:0 0 16.66% !important;max-width:16.66% !important}
    .xxs-ten-col{flex:0 0 83.33% !important;max-width:83.33% !important}
    .xxs-eleven-col{flex:0 0 91.66% !important;max-width:91.66% !important}
    .xxs-one-col{flex:0 0 8.33% !important;max-width:8.33% !important}
    .xxs-full-col{flex:0 0 100% !important;max-width:100% !important}
    .xxs-half-col{flex:0 0 50% !important;max-width:50% !important}
    .xxs-quarter-col{flex:0 0 25% !important;max-width:25% !important}
    .xxs-three-quarter-col{flex:0 0 75% !important;max-width:75% !important}
    .xxs-one-third-col{flex:0 0 33.33% !important;max-width:33.33% !important}
    .xxs-two-third-col{flex:0 0 66.66% !important;max-width:66.66% !important}
    .xxs-larger-col{flex:0 0 60% !important;max-width:60% !important}
    .xxs-smaller-col{flex:0 0 40% !important;max-width:40% !important}
    .xxs-large-col{flex:0 0 58.33% !important;max-width:58.33% !important}
    .xxs-small-col{flex:0 0 41.66% !important;max-width:41.66% !important}

    .xxs-order-first{-ms-flex-order:-1;order:-1}
    .xxs-order-last{-ms-flex-order:13;order:13}
    .xxs-order-0{-ms-flex-order:0;order:0}
    .xxs-order-1{-ms-flex-order:1;order:1}
    .xxs-order-2{-ms-flex-order:2;order:2}
    .xxs-order-3{-ms-flex-order:3;order:3}
    .xxs-order-4{-ms-flex-order:4;order:4}
    .xxs-order-5{-ms-flex-order:5;order:5}
    .xxs-order-6{-ms-flex-order:6;order:6}
    .xxs-order-7{-ms-flex-order:7;order:7}
    .xxs-order-8{-ms-flex-order:8;order:8}
    .xxs-order-9{-ms-flex-order:9;order:9}
    .xxs-order-10{-ms-flex-order:10;order:10}
    .xxs-order-11{-ms-flex-order:11;order:11}
    .xxs-order-12{-ms-flex-order:12;order:12}
    .xxs-flex-dir-row{flex-direction:row}
    .xxs-flex-dir-col{flex-direction:column}
    .xxs-flex-dir-row-reverse{flex-direction:row-reverse}
    .xxs-flex-dir-col-reverse{flex-direction:column-reverse}
    .xxs-flex-dir-inherit{flex-direction:inherit}
    .xxs-flex-dir-initial{flex-direction:initial}


    .xxs-mb-0{margin-bottom:0 !important}
    .xxs-mb-1{margin-bottom:1rem !important}
    .xxs-mb-2{margin-bottom:2rem !important}
    .xxs-mb-3{margin-bottom:3rem !important}
    .xxs-mb-4{margin-bottom:4rem !important}
    .xxs-mb-auto{margin-bottom:auto !important}
    .xxs-mt-0{margin-top:0 !important}
    .xxs-mt-1{margin-top:1rem !important}
    .xxs-mt-2{margin-top:2rem !important}
    .xxs-mt-3{margin-top:3rem !important}
    .xxs-mt-4{margin-top:4rem !important}
    .xxs-mt-auto{margin-top:auto !important}
    .xxs-ml-0{margin-left:0 !important}
    .xxs-ml-1{margin-left:1rem !important}
    .xxs-ml-2{margin-left:2rem !important}
    .xxs-ml-3{margin-left:3rem !important}
    .xxs-ml-4{margin-left:4rem !important}
    .xxs-ml-auto{margin-left:auto !important}
    .xxs-mr-0{margin-right:0 !important}
    .xxs-mr-1{margin-right:1rem !important}
    .xxs-mr-2{margin-right:2rem !important}
    .xxs-mr-3{margin-right:3rem !important}
    .xxs-mr-4{margin-right:4rem !important}
    .xxs-mr-auto{margin-right:auto !important}
    .xxs-pt-0{padding-top:0 !important}
    .xxs-pt-1{padding-top:1rem !important}
    .xxs-pt-2{padding-top:2rem !important}
    .xxs-pt-3{padding-top:3rem !important}
    .xxs-pt-4{padding-top:4rem !important}
    .xxs-pt-auto{padding-top:auto !important}
    .xxs-pb-0{padding-bottom:0 !important}
    .xxs-pb-1{padding-bottom:1rem !important}
    .xxs-pb-2{padding-bottom:2rem !important}
    .xxs-pb-3{padding-bottom:3rem !important}
    .xxs-pb-4{padding-bottom:4rem !important}
    .xxs-pb-auto{padding-bottom:auto !important}
    .xxs-pl-0{padding-left:0 !important}
    .xxs-pl-1{padding-left:1rem !important}
    .xxs-pl-2{padding-left:2rem !important}
    .xxs-pl-3{padding-left:3rem !important}
    .xxs-pl-4{padding-left:4rem !important}
    .xxs-pl-auto{padding-left:auto !important}
    .xxs-pr-0{padding-right:0 !important}
    .xxs-pr-1{padding-right:1rem !important}
    .xxs-pr-2{padding-right:2rem !important}
    .xxs-pr-3{padding-right:3rem !important}
    .xxs-pr-4{padding-right:4rem !important}
    .xxs-pr-auto{padding-right:auto !important}
}