*{
padding: 0;
margin: 0;
}

ul,ol{
  padding: 0;
  margin: 0;
}

ul li,ol li {
  list-style-type: none;
}

input[type="checkbox"] {
  accent-color: #fb1003;
}

.border-orange {
  border-color: #FB1003 !important;
}

.text-orange {
  color: #FB1003 !important;
}

.bg-light-gray {
  background:#f5f5f5;
}

.box-seperator li {
  margin-right: 30px;
  position: relative;
}

ul.box-seperator.d-flex.align-items-center li:not(:last-child):after {
  content: "";
  background: #989898;
  width: 1px;
  height: 10px;
  top: 50%;
  left: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-left: 14px;
}


/*for main heading common topper view*/

.top_mainheading{
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  line-height: 27px;
  text-align: left;
}

.inner-common-heading h3{
  color: #194880;
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 20px 0px;

}

/*-----------------------------------------------------------------------------------
 Common Heading Css Start Here
-----------------------------------------------------------------------------------*/

.common-heading {
  background: #194880;
  padding: 10px 13px;
}

/*-----------------------------------------------------------------------------------
 Common Heading Css End Here
-----------------------------------------------------------------------------------*/

/* start font family section*/

@font-face {
  font-family: Sofia-Pro-light;
  src: url(../../../assets/admin/fonts/sofiapro/SofiaProLight.ttf);
}

@font-face {
  font-family: Sofia-Pro-Regular;
  src: url(../../../assets/admin/fonts/sofiapro/SofiaProRegular.ttf);
}

@font-face {
  font-family: Sofia-Pro-Medium;
  src: url(../../../assets/admin/fonts/sofiapro/SofiaProMedium.ttf);
}

@font-face {
  font-family: Sofia-Pro-Semi-Bold;
  src: url(../../../assets/admin/fonts/sofiapro/SofiaProSemiBold.ttf);
}

@font-face {
  font-family: Sofia-Pro-Bold;
  src: url(../../../assets/admin/fonts/sofiapro/SofiaProBold.ttf);
}

.sp-300 {
  font-family: Sofia-Pro-light;
}

.sp-400 {
  font-family: Sofia-Pro-Regular;
}

.sp-500 {
  font-family: Sofia-Pro-Medium;
}

.sp-600 {
  font-family: Sofia-Pro-Semi-Bold;
}

.sp-700 {
  font-family: Sofia-Pro-Bold;
 }

.nunito-font {
  font-family: 'Nunito', sans-serif;
}

/*for font-family*/





/*@font-face {*/
  /*font-family: Nunito-Regular;*/
  /*src: url(../../../assets/admin/fonts/nunito/Nunito-VariableFont_wght.ttf);*/
/*}*/

/*end font family section*/



/*-----------------------------------------------------------------------------------
font style strat
-----------------------------------------------------------------------------------*/

.fs_9 {
  font-size: 9px !important;
}

.fs_10 {
  font-size: 10px !important;
}

.fs_11 {
  font-size: 11px !important;
}

.fs_12 {
  font-size: 12px !important;
}

.fs_13 {
  font-size: 13px !important;
}

.fs_14 {
  font-size: 14px !important;
}

.fs_15 {
  font-size: 15px !important;
}

.fs_16 {
  font-size: 16px !important;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.fs_20 {
  font-size: 20px !important;
}

.fs_21 {
  font-size: 21px !important;
}

.fs_22 {
  font-size: 22px !important;
}

.fs_23 {
  font-size: 23px !important;
}

.fs_24 {
  font-size: 24px !important;
}
.fs_25 {
  font-size: 25px !important;
}

.fs_26 {
  font-size: 26px !important;
}

.fs_27 {
  font-size: 27px !important;
}

.fs_28 {
  font-size: 28px !important;
}

.fs_29 {
  font-size: 29px !important;
}

.fs_30 {
  font-size: 30px !important;
}


/*-----------------------------------------------------------------------------------
font style end
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
text color style start
-----------------------------------------------------------------------------------*/
.text_primary {
  color: #fb1003 !important;
}

.text_secondary {
  color: #8C8896 !important;
}

.text_success {
  color: #59D84B !important;
}

.text_info {
  color: #194880 !important;
}

.text_warning {
  color: #FEB200 !important;
}

.text_danger {
  color: #FF6363 !important;
}

.text_light {
  color: #f8f9fa !important;
}

.text_dark {
  color: #000 !important;
}

.text_white {
  color: #ffffff !important;
}

.text_blue{
  color:#194880 !important;
}

.bg-light-warning{
  background:#FFF9E8;
}

.bg-light-orange {
  background: #FFF2F2;
}


/*---basic---*/
a {
  color: #2f579a; }

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin:0;
  padding:0;
}



.fs-0 {
  font-size: 0rem!important; }

.fs-10 {
  font-size: 0.7142857143rem!important; }

.fs-12 {
  font-size: 0.8571428571rem!important; }

.fs-14 {
  font-size: 1rem!important; }

.fs-16 {
  font-size: 1.1428571429rem!important; }

.fs-18 {
  font-size: 1.2857142857rem!important; }

.fs-20 {
  font-size: 1.4285714286rem!important; }

.fs-22 {
  font-size: 1.5714285714rem!important; }

.fs-24 {
  font-size: 1.7142857143rem!important; }

.fs-26 {
  font-size: 1.8571428571rem!important; }

.fs-30 {
  font-size: 2.1428571429rem!important; }

.fs-32 {
  font-size: 2.2857142857rem!important; }

.fs-36 {
  font-size: 2.5714285714rem!important; }

.fs-38 {
  font-size: 2.7142857143rem!important; }

.fs-40 {
  font-size: 2.8571428571rem!important; }

.fs-42 {
  font-size: 3rem!important; }

.fs-46 {
  font-size: 3.2857142857rem!important; }

.fs-48 {
  font-size: 3.4285714286rem!important; }

.fs-50 {
  font-size: 3.5714285714rem!important; }

.fs-60 {
  font-size: 4.2857142857rem!important; }

.fs-70 {
  font-size: 5rem!important; }

.fs-72 {
  font-size: 5.1428571429rem!important; }

.fs-76 {
  font-size: 5.4285714286rem!important; }

.fs-78 {
  font-size: 5.5714285714rem!important; }

.fs-80 {
  font-size: 5.7142857143rem!important; }

.fs-100 {
  font-size: 7.1428571429rem!important; }

.fs-140 {
  font-size: 10rem!important; }

.fs-180 {
  font-size: 12.8571428571rem!important; }

.fs-200 {
  font-size: 14.2857142857rem!important; }

.l-h-0 {
  line-height: 0rem!important; }

.l-h-10 {
  line-height: 10px !important; }

.l-h-12 {
  line-height: 12px rem!important; }

.l-h-14 {
  line-height: 14px !important; }

.l-h-16 {
  line-height: 16px !important; }

.l-h-18 {
  line-height: 17px !important; }

.l-h-19 {
  line-height: 19px !important; }


.l-h-20 {
  line-height: 20px !important; }

.l-h-21 {
  line-height: 21px !important; }

.l-h-22 {
  line-height: 22px !important; }

.l-h-23 {
  line-height: 23px !important; }

.l-h-24 {
  line-height: 24px !important; }

.l-h-25 {
  line-height: 25px !important; }

.l-h-26 {
  line-height: 26px !important; }
.l-h-27 {
  line-height: 27px !important; }

.l-h-28 {
  line-height: 28px !important; }

.l-h-29 {
  line-height: 29px !important; }

.l-h-30 {
  line-height: 30px !important; }
.l-h-31 {
  line-height: 31px !important; }

.l-h-32 {
  line-height: 32px !important; }

.l-h-33 {
  line-height: 33px !important; }

.l-h-34 {
  line-height: 34px !important; }

.l-h-35 {
  line-height: 35px !important; }

.l-h-36 {
  line-height: 36px !important; }
.l-h-37 {
  line-height: 37px !important; }

.l-h-38 {
  line-height: 38px !important; }

.l-h-39 {
  line-height: 39px !important; }

.l-h-40 {
  line-height: 40px !important; }

.l-h-42 {
  line-height: 3rem!important; }

.l-h-45 {
  line-height: 3.2142857143rem!important; }

.l-h-46 {
  line-height: 3.2857142857rem!important; }

.l-h-48 {
  line-height: 3.4285714286rem!important; }

.l-h-50 {
  line-height: 3.5714285714rem!important; }

.l-h-60 {
  line-height: 4.2857142857rem!important; }

.l-h-70 {
  line-height: 5rem!important; }

.l-h-72 {
  line-height: 5.1428571429rem!important; }

.l-h-76 {
  line-height: 5.4285714286rem!important; }

.l-h-78 {
  line-height: 5.5714285714rem!important; }

.l-h-80 {
  line-height: 5.7142857143rem!important; }

.l-h-100 {
  line-height: 7.1428571429rem!important; }

.l-h-140 {
  line-height: 10rem!important; }

.l-h-180 {
  line-height: 12.8571428571rem!important; }

.l-h-200 {
  line-height: 14.2857142857rem!important; }

.l-h-n {
  line-height: normal !important; }

.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

.fw-light {
  font-weight: 300; }

.fw-normal {
  font-weight: 400; }

.fw-medium {
  font-weight: 500; }

.fw-bold {
  font-weight: 700; }

.hide {
  display: none !important; }

.no-border {
  border: 0 !important; }

.no-radius {
  border-radius: 0 !important; }

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

.no-margin {
  margin: 0 !important; }

.m-negative-18{
  margin-left:-18px !important;
  margin-right:-18px !important;
}

.mx-negative-15{
  margin-left:-15px !important;
  margin-right:-15px !important;
}

.no-shadow {
  box-shadow: none !important; }

/*---border radius---*/
.rounded0 {
  border-radius: 0px; }
.rounded1 {
  border-radius: 1px; }

.rounded2 {
  border-radius: 2px; }

.rounded3 {
  border-radius: 3px; }


.rounded4 {
  border-radius: 4px; }

.rounded5 {
  border-radius: 5px; }

.rounded6 {
  border-radius: 6px; }

.rounded7 {
  border-radius: 7px; }

.rounded8 {
  border-radius: 8px; }

.rounded9 {
  border-radius: 9px; }

.rounded10 {
  border-radius: 10px; }

.rounded15 {
  border-radius: 15px; }

.rounded20 {
  border-radius: 20px; }

.rounded25 {
  border-radius: 25px; }

.rounded30 {
  border-radius: 30px; }

.rounded35 {
  border-radius: 35px; }

.rounded40 {
  border-radius: 40px; }

.rounded45 {
  border-radius: 45px; }

.rounded50 {
  border-radius: 50px; }

.rounded55 {
  border-radius: 55px; }

.rounded60 {
  border-radius: 60px; }

.rounded65 {
  border-radius: 65px; }

.rounded70 {
  border-radius: 70px; }

.rounded75 {
  border-radius: 75px; }

.rounded80 {
  border-radius: 80px; }

.rounded85 {
  border-radius: 85px; }

.rounded90 {
  border-radius: 90px; }

.rounded95 {
  border-radius: 95px; }

.rounded100 {
  border-radius: 100px; }

.overflow-h {
  overflow: hidden; }

.overflow-v {
  overflow: visible; }

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

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

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

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

/*---border---*/
.b-0 {
  border: 0px solid #F0F0F0 !important; }

.bt-0 {
  border-top: 0px solid #F0F0F0 !important; }

.be-0 {
  border-right: 0px solid #F0F0F0 !important; }

.bb-0 {
  border-bottom: 0px solid #F0F0F0 !important; }

.bs-0 {
  border-left: 0px solid #F0F0F0 !important; }

.bx-0 {
  border-right: 0px solid #F0F0F0 !important;
  border-left: 0px solid #F0F0F0 !important; }

.by-0 {
  border-top: 0px solid #F0F0F0 !important;
  border-bottom: 0px solid #F0F0F0 !important; }

.b-1 {
  border: 1px solid #F0F0F0 !important; }

.bt-1 {
  border-top: 1px solid #F0F0F0 !important; }

.be-1 {
  border-right: 1px solid #F0F0F0 !important; }

.bb-1 {
  border-bottom: 1px solid #F0F0F0 !important; }

.bs-1 {
  border-left: 1px solid #F0F0F0 !important; }

.bx-1 {
  border-right: 1px solid #F0F0F0 !important;
  border-left: 1px solid #F0F0F0 !important; }

.by-1 {
  border-top: 1px solid #F0F0F0 !important;
  border-bottom: 1px solid #F0F0F0 !important; }

.b-2 {
  border: 2px solid #F0F0F0 !important; }

.bt-2 {
  border-top: 2px solid #F0F0F0 !important; }

.be-2 {
  border-right: 2px solid #F0F0F0 !important; }

.bb-2 {
  border-bottom: 2px solid #F0F0F0 !important; }

.bs-2 {
  border-left: 2px solid #F0F0F0 !important; }

.bx-2 {
  border-right: 2px solid #F0F0F0 !important;
  border-left: 2px solid #F0F0F0 !important; }

.by-2 {
  border-top: 2px solid #F0F0F0 !important;
  border-bottom: 2px solid #F0F0F0 !important; }

.b-3 {
  border: 3px solid #F0F0F0 !important; }

.bt-3 {
  border-top: 3px solid #F0F0F0 !important; }

.be-3 {
  border-right: 3px solid #F0F0F0 !important; }

.bb-3 {
  border-bottom: 3px solid #F0F0F0 !important; }

.bs-3 {
  border-left: 3px solid #F0F0F0 !important; }

.bx-3 {
  border-right: 3px solid #F0F0F0 !important;
  border-left: 3px solid #F0F0F0 !important; }

.by-3 {
  border-top: 3px solid #F0F0F0 !important;
  border-bottom: 3px solid #F0F0F0 !important; }

.b-4 {
  border: 4px solid #F0F0F0 !important; }

.bt-4 {
  border-top: 4px solid #F0F0F0 !important; }

.be-4 {
  border-right: 4px solid #F0F0F0 !important; }

.bb-4 {
  border-bottom: 4px solid #F0F0F0 !important; }

.bs-4 {
  border-left: 4px solid #F0F0F0 !important; }

.bx-4 {
  border-right: 4px solid #F0F0F0 !important;
  border-left: 4px solid #F0F0F0 !important; }

.by-4 {
  border-top: 4px solid #F0F0F0 !important;
  border-bottom: 4px solid #F0F0F0 !important; }

.b-5 {
  border: 5px solid #F0F0F0 !important; }

.bt-5 {
  border-top: 5px solid #F0F0F0 !important; }

.be-5 {
  border-right: 5px solid #F0F0F0 !important; }

.bb-5 {
  border-bottom: 5px solid #F0F0F0 !important; }

.bs-5 {
  border-left: 5px solid #F0F0F0 !important; }

.bx-5 {
  border-right: 5px solid #F0F0F0 !important;
  border-left: 5px solid #F0F0F0 !important; }

.by-5 {
  border-top: 5px solid #F0F0F0 !important;
  border-bottom: 5px solid #F0F0F0 !important; }


/*******************
Margin property
*******************/
.m_1 {
  margin: 1px !important; }

.m_2 {
  margin: 2px !important; }

.m_3 {
  margin: 3px !important; }

.m_4 {
  margin: 4px !important; }

.m_5 {
  margin: 5px !important; }
.m-6 {
  margin: 6px !important; }

.m-7 {
  margin: 7px !important; }

.m-8 {
  margin: 8px !important; }

.m-9 {
  margin: 9px !important; }

.m-10 {
  margin: 10px !important; }
.m-11 {
  margin: 11px !important; }

.m-12 {
  margin: 12px !important; }

.m-13 {
  margin: 13px !important; }
.m-14 {
  margin: 14px !important; }
.m-15 {
  margin: 15px !important; }

.m-16 {
  margin: 16px !important; }

.m-17 {
  margin: 17px !important; }
.m-18 {
  margin: 18px !important; }
.m-19 {
  margin: 19px !important; }

.m-20 {
  margin: 20px !important; }

.m-21 {
  margin: 21px !important; }

.m-22 {
  margin: 22px !important; }
.m-23 {
  margin: 23px !important; }
.m-24 {
  margin: 24px !important; }
.m-25 {
  margin: 25px !important; }


.m-26 {
  margin: 26px !important; }

.m-27 {
  margin: 27px !important; }


.m-28 {
  margin: 28px !important; }

.m-29 {
  margin: 29px !important; }

.m-30 {
  margin: 30px !important; }

.m-31 {
  margin: 31px !important; }

.m-32 {
  margin: 32px !important; }

.m-33 {
  margin: 33px !important; }

.m-34 {
  margin: 34px !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-105 {
  margin: 105px !important; }

.m-110 {
  margin: 110px !important; }

.m-115 {
  margin: 115px !important; }

.m-120 {
  margin: 120px !important; }

.m-125 {
  margin: 125px !important; }

.m-130 {
  margin: 130px !important; }

.m-135 {
  margin: 135px !important; }

.m-140 {
  margin: 140px !important; }

.m-145 {
  margin: 145px !important; }

.m-150 {
  margin: 150px !important; }

.m-155 {
  margin: 155px !important; }

.m-160 {
  margin: 160px !important; }

.m-165 {
  margin: 165px !important; }

.m-170 {
  margin: 170px !important; }

.m-175 {
  margin: 175px !important; }

.m-180 {
  margin: 180px !important; }

.m-185 {
  margin: 185px !important; }

.m-190 {
  margin: 190px !important; }

.m-195 {
  margin: 195px !important; }

.m-200 {
  margin: 200px !important; }

.mt_0 {
  margin-top: 0px !important; }

.mt_1 {
  margin-top: 1px !important; }

.mt_2 {
  margin-top: 2px !important; }

.mt_3 {
  margin-top: 3px !important; }

.mt_4 {
  margin-top: 4px !important; }

.mt_5 {
  margin-top: 5px !important; }
.mt-6 {
  margin-top: 6px !important; }

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

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

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

.mt-10 {
  margin-top: 10px !important; }
.mt-11 {
  margin-top: 11px !important; }

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

.mt-13 {
  margin-top: 13px !important; }
.mt-14 {
  margin-top: 14px !important; }
.mt-15 {
  margin-top: 15px !important; }

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

.mt-17 {
  margin-top: 17px !important; }
.mt-18 {
  margin-top: 18px !important; }
.mt-19 {
  margin-top: 19px !important; }

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

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

.mt-22 {
  margin-top: 22px !important; }
.mt-23 {
  margin-top: 23px !important; }
.mt-24 {
  margin-top: 24px !important; }
.mt-25 {
  margin-top: 25px !important; }


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

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


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

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

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

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

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

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

.mt-34 {
  margin-top: 34px !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-105 {
  margin-top: 105px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.mb_0 {
  margin-bottom: 0px !important; }

.mb_1 {
  margin-bottom: 1px !important; }

.mb_2 {
  margin-bottom: 2px !important; }

.mb_3 {
  margin-bottom: 3px !important; }

.mb_4 {
  margin-bottom: 4px !important; }

.mb_5 {
  margin-bottom: 5px !important; }
.mb-6 {
  margin-bottom: 6px !important; }

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

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

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

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

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

.mb-13 {
  margin-bottom: 13px !important; }
.mb-14 {
  margin-bottom: 14px !important; }
.mb-15 {
  margin-bottom: 15px !important; }

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

.mb-17 {
  margin-bottom: 17px !important; }
.mb-18 {
  margin-bottom: 18px !important; }
.mb-19 {
  margin-bottom: 19px !important; }

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

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

.mb-22 {
  margin-bottom: 22px !important; }
.mb-23 {
  margin-bottom: 23px !important; }
.mb-24 {
  margin-bottom: 24px !important; }
.mb-25 {
  margin-bottom: 25px !important; }


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

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


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

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

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

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

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

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

.mb-34 {
  margin-bottom: 34px !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-105 {
  margin-bottom: 105px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.ms_0 {
  margin-left: 0px !important; }

.ms_1 {
  margin-left: 1px !important; }

.ms_2 {
  margin-left: 2px !important; }

.ms_3 {
  margin-left: 3px !important; }

.ms_4 {
  margin-left: 4px !important; }

.ms_5 {
  margin-left: 5px !important; }
.ms-6 {
  margin-left: 6px !important; }

.ms-7 {
  margin-left: 7px !important; }

.ms-8 {
  margin-left: 8px !important; }

.ms-9 {
  margin-left: 9px !important; }

.ms-10 {
  margin-left: 10px !important; }
.ms-11 {
  margin-left: 11px !important; }

.ms-12 {
  margin-left: 12px !important; }

.ms-13 {
  margin-left: 13px !important; }
.ms-14 {
  margin-left: 14px !important; }
.ms-15 {
  margin-left: 15px !important; }

.ms-16 {
  margin-left: 16px !important; }

.ms-17 {
  margin-left: 17px !important; }
.ms-18 {
  margin-left: 18px !important; }
.ms-19 {
  margin-left: 19px !important; }

.ms-20 {
  margin-left: 20px !important; }

.ms-21 {
  margin-left: 21px !important; }

.ms-22 {
  margin-left: 22px !important; }
.ms-23 {
  margin-left: 23px !important; }
.ms-24 {
  margin-left: 24px !important; }
.ms-25 {
  margin-left: 25px !important; }


.ms-26 {
  margin-left: 26px !important; }

.ms-27 {
  margin-left: 27px !important; }


.ms-28 {
  margin-left: 28px !important; }

.ms-29 {
  margin-left: 29px !important; }

.ms-30 {
  margin-left: 30px !important; }

.ms-31 {
  margin-left: 31px !important; }

.ms-32 {
  margin-left: 32px !important; }

.ms-33 {
  margin-left: 33px !important; }

.ms-34 {
  margin-left: 34px !important; }

.ms-35 {
  margin-left: 35px !important; }

.ms-40 {
  margin-left: 40px !important; }

.ms-45 {
  margin-left: 45px !important; }

.ms-50 {
  margin-left: 50px !important; }

.ms-55 {
  margin-left: 55px !important; }

.ms-60 {
  margin-left: 60px !important; }

.ms-65 {
  margin-left: 65px !important; }

.ms-70 {
  margin-left: 70px !important; }

.ms-75 {
  margin-left: 75px !important; }

.ms-80 {
  margin-left: 80px !important; }

.ms-85 {
  margin-left: 85px !important; }

.ms-90 {
  margin-left: 90px !important; }

.ms-95 {
  margin-left: 95px !important; }

.ms-100 {
  margin-left: 100px !important; }

.ms-105 {
  margin-left: 105px !important; }

.ms-110 {
  margin-left: 110px !important; }

.ms-115 {
  margin-left: 115px !important; }

.ms-120 {
  margin-left: 120px !important; }

.ms-125 {
  margin-left: 125px !important; }

.ms-130 {
  margin-left: 130px !important; }

.ms-135 {
  margin-left: 135px !important; }

.ms-140 {
  margin-left: 140px !important; }

.ms-145 {
  margin-left: 145px !important; }

.ms-150 {
  margin-left: 150px !important; }

.ms-155 {
  margin-left: 155px !important; }

.ms-160 {
  margin-left: 160px !important; }

.ms-165 {
  margin-left: 165px !important; }

.ms-170 {
  margin-left: 170px !important; }

.ms-175 {
  margin-left: 175px !important; }

.ms-180 {
  margin-left: 180px !important; }

.ms-185 {
  margin-left: 185px !important; }

.ms-190 {
  margin-left: 190px !important; }

.ms-195 {
  margin-left: 195px !important; }

.ms-200 {
  margin-left: 200px !important; }

.me_0 {
  margin-right: 0px !important; }


.me_1 {
 margin-right: 1px !important; }

.me_2 {
 margin-right: 2px !important; }

.me_3 {
 margin-right: 3px !important; }

.me_4 {
 margin-right: 4px !important; }

.me_5 {
 margin-right: 5px !important; }
.me-6 {
 margin-right: 6px !important; }

.me-7 {
 margin-right: 7px !important; }

.me-8 {
 margin-right: 8px !important; }

.me-9 {
 margin-right: 9px !important; }

.me-10 {
 margin-right: 10px !important; }
.me-11 {
 margin-right: 11px !important; }

.me-12 {
 margin-right: 12px !important; }

.me-13 {
 margin-right: 13px !important; }
.me-14 {
 margin-right: 14px !important; }
.me-15 {
 margin-right: 15px !important; }

.me-16 {
 margin-right: 16px !important; }

.me-17 {
 margin-right: 17px !important; }
.me-18 {
 margin-right: 18px !important; }
.me-19 {
 margin-right: 19px !important; }

.me-20 {
 margin-right: 20px !important; }

.me-21 {
 margin-right: 21px !important; }

.me-22 {
 margin-right: 22px !important; }
.me-23 {
 margin-right: 23px !important; }
.me-24 {
 margin-right: 24px !important; }
.me-25 {
 margin-right: 25px !important; }


.me-26 {
 margin-right: 26px !important; }

.me-27 {
 margin-right: 27px !important; }


.me-28 {
 margin-right: 28px !important; }

.me-29 {
 margin-right: 29px !important; }

.me-30 {
 margin-right: 30px !important; }

.me-31 {
 margin-right: 31px !important; }

.me-32 {
 margin-right: 32px !important; }

.me-33 {
 margin-right: 33px !important; }

.me-34 {
 margin-right: 34px !important; }
.me-35 {
  margin-right: 35px !important; }

.me-40 {
  margin-right: 40px !important; }

.me-45 {
  margin-right: 45px !important; }

.me-50 {
  margin-right: 50px !important; }

.me-55 {
  margin-right: 55px !important; }

.me-60 {
  margin-right: 60px !important; }

.me-65 {
  margin-right: 65px !important; }

.me-70 {
  margin-right: 70px !important; }

.me-75 {
  margin-right: 75px !important; }

.me-80 {
  margin-right: 80px !important; }

.me-85 {
  margin-right: 85px !important; }

.me-90 {
  margin-right: 90px !important; }

.me-95 {
  margin-right: 95px !important; }

.me-100 {
  margin-right: 100px !important; }

.me-105 {
  margin-right: 105px !important; }

.me-110 {
  margin-right: 110px !important; }

.me-115 {
  margin-right: 115px !important; }

.me-120 {
  margin-right: 120px !important; }

.me-125 {
  margin-right: 125px !important; }

.me-130 {
  margin-right: 130px !important; }

.me-135 {
  margin-right: 135px !important; }

.me-140 {
  margin-right: 140px !important; }

.me-145 {
  margin-right: 145px !important; }

.me-150 {
  margin-right: 150px !important; }

.me-155 {
  margin-right: 155px !important; }

.me-160 {
  margin-right: 160px !important; }

.me-165 {
  margin-right: 165px !important; }

.me-170 {
  margin-right: 170px !important; }

.me-175 {
  margin-right: 175px !important; }

.me-180 {
  margin-right: 180px !important; }

.me-185 {
  margin-right: 185px !important; }

.me-190 {
  margin-right: 190px !important; }

.me-195 {
  margin-right: 195px !important; }

.me-200 {
  margin-right: 200px !important; }

.mx_0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.mx_1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.mx_2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.mx_3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.mx_4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.mx_5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important; }

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important; }

.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important; }

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important; }

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important; }

.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important; }

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important; }

.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important; }

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important; }

.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important; }

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important; }

.mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important; }
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }
.mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important; }
.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important; }
.mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important; }
.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !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-105 {
  margin-left: 105px !important;
  margin-right: 105px !important; }

.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important; }

.mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important; }

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important; }

.mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important; }

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important; }

.mx-135 {
  margin-left: 135px !important;
  margin-right: 135px !important; }

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important; }

.mx-145 {
  margin-left: 145px !important;
  margin-right: 145px !important; }

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important; }

.mx-155 {
  margin-left: 155px !important;
  margin-right: 155px !important; }

.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important; }

.mx-165 {
  margin-left: 165px !important;
  margin-right: 165px !important; }

.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important; }

.mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important; }

.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important; }

.mx-185 {
  margin-left: 185px !important;
  margin-right: 185px !important; }

.mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important; }

.mx-195 {
  margin-left: 195px !important;
  margin-right: 195px !important; }

.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important; }


.my_0 {
 margin-top: 0px !important;
  margin-bottom: 0px !important; }

.my_1 {
 margin-top: 1px !important;
  margin-bottom: 1px !important; }

.my_2 {
 margin-top: 2px !important;
  margin-bottom: 2px !important; }

.my_3 {
 margin-top: 3px !important;
  margin-bottom: 3px !important; }

.my_4 {
 margin-top: 4px !important;
  margin-bottom: 4px !important; }

.my_5 {
 margin-top: 5px !important;
  margin-bottom: 5px !important; }

.my-6 {
 margin-top: 6px !important;
  margin-bottom: 6px !important; }

.my-7 {
 margin-top: 7px !important;
  margin-bottom: 7px !important; }

.my-8 {
 margin-top: 8px !important;
  margin-bottom: 8px !important; }

.my-9 {
 margin-top: 9px !important;
  margin-bottom: 9px !important; }

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

.my-11 {
 margin-top: 11px !important;
  margin-bottom: 11px !important; }

.my-12 {
 margin-top: 12px !important;
  margin-bottom: 12px !important; }

.my-13 {
 margin-top: 13px !important;
  margin-bottom: 13px !important; }

.my-14 {
 margin-top: 14px !important;
  margin-bottom: 14px !important; }

.my-15 {
 margin-top: 15px !important;
  margin-bottom: 15px !important; }

.my-16 {
 margin-top: 16px !important;
  margin-bottom: 16px !important; }

.my-17 {
 margin-top: 17px !important;
  margin-bottom: 17px !important; }

.my-18 {
 margin-top: 18px !important;
  margin-bottom: 18px !important; }

.my-19 {
 margin-top: 19px !important;
  margin-bottom: 19px !important; }

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

.my-21 {
 margin-top: 21px !important;
  margin-bottom: 21px !important; }

.my-22 {
 margin-top: 22px !important;
  margin-bottom: 22px !important; }

.my-23 {
 margin-top: 23px !important;
  margin-bottom: 23px !important; }

.my-24 {
 margin-top: 24px !important;
  margin-bottom: 24px !important; }

.my-25 {
 margin-top: 25px !important;
  margin-bottom: 25px !important; }

.my-26 {
 margin-top: 26px !important;
  margin-bottom: 26px !important; }

.my-27 {
 margin-top: 27px !important;
  margin-bottom: 27px !important; }

.my-28 {
 margin-top: 28px !important;
  margin-bottom: 28px !important; }

.my-29 {
 margin-top: 29px !important;
  margin-bottom: 29px !important; }
.my-30 {
 margin-top: 30px !important;
  margin-bottom: 30px !important; }
.my-31 {
 margin-top: 31px !important;
  margin-bottom: 31px !important; }
.my-32 {
 margin-top: 32px !important;
  margin-bottom: 32px !important; }
.my-33 {
 margin-top: 33px !important;
  margin-bottom: 33px !important; }
.my-34 {
 margin-top: 34px !important;
  margin-bottom: 34px !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-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important; }

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important; }

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important; }

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important; }

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important; }

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important; }

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important; }

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important; }

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important; }

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important; }

.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important; }

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important; }

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important; }

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important; }

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important; }

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important; }

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important; }

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important; }

.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important; }

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important; }


/*******************
Width property
*******************/
.w-0 {
  width: 0px !important; }


.min-w-0 {
  min-width: 0px !important; }

.w-1 {
  width: 1px !important;
}

.min-w-1 {
  min-width: 1px !important;
}

.max-w-1 {
  max-width: 1px !important;
}

.w-2 {
  width: 2px !important;
}

.min-w-2 {
  min-width: 2px !important;
}

.max-w-2 {
  max-width: 2px !important;
}

.w-3 {
  width: 3px !important;
}

.min-w-3 {
  min-width: 3px !important;
}

.max-w-3 {
  max-width: 3px !important;
}

.w-4 {
  width: 4px !important;
}

.min-w-4 {
  min-width: 4px !important;
}

.max-w-4 {
  max-width: 4px !important;
}

.w-5 {
  width: 5px !important;
}

.min-w-5 {
  min-width: 5px !important;
}

.max-w-5 {
  max-width: 5px !important;
}


.w-6 {
  width: 6px !important;
}

.min-w-6 {
  min-width: 6px !important;
}

.max-w-6 {
  max-width: 6px !important;
}

.w-7 {
  width: 7px !important;
}

.min-w-7 {
  min-width: 7px !important;
}

.max-w-7 {
  max-width: 7px !important;
}

.w-8 {
  width: 8px !important;
}

.min-w-8 {
  min-width: 8px !important;
}

.max-w-8 {
  max-width: 8px !important;
}

.w-9 {
  width: 9px !important;
}

.min-w-9 {
  min-width: 9px !important;
}

.max-w-9 {
  max-width: 9px !important;
}


.w-10 {
  width: 10px !important; }

.min-w-10 {
  min-width: 10px !important; }

.max-w-10 {
  max-width: 10px !important; }

.w-11 {
  width: 11px !important;
}

.min-w-11 {
  min-width: 11px !important;
}

.max-w-11 {
  max-width: 11px !important;
}

.w-12 {
  width: 12px !important;
}

.min-w-12 {
  min-width: 12px !important;
}

.max-w-12 {
  max-width: 12px !important;
}
.w-13 {
  width: 13px !important;
}

.min-w-13 {
  min-width: 13px !important;
}

.max-w-13 {
  max-width: 13px !important;
}

.w-14 {
  width: 14px !important;
}

.min-w-14 {
  min-width: 14px !important;
}

.max-w-14 {
  max-width: 14px !important;
}

.w-15 {
  width: 15px !important;
}

.min-w-15 {
  min-width: 15px !important;
}

.max-w-15 {
  max-width: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.min-w-16 {
  min-width: 16px !important;
}

.max-w-16 {
  max-width: 16px !important;
}

.w-17 {
  width: 17px !important;
}

.min-w-17 {
  min-width: 17px !important;
}

.max-w-17 {
  max-width: 17px !important;
}

.w-18 {
  width: 18px !important;
}

.min-w-18 {
  min-width: 18px !important;
}

.max-w-18 {
  max-width: 18px !important;
}

.w-19 {
  width: 19px !important;
}

.min-w-19 {
  min-width: 19px !important;
}

.max-w-19 {
  max-width: 19px !important;
}


.w-20 {
  width: 20px !important; }

.min-w-20 {
  min-width: 20px !important; }

.max-w-20 {
  max-width: 20px !important; }

.w-21 {
  width: 21px !important; }

.min-w-21 {
  min-width: 21px !important; }

.max-w-21 {
  max-width: 21px !important; }

.w-22 {
  width: 22px !important; }

.min-w-22 {
  min-width: 22px !important; }

.max-w-22 {
  max-width: 22px !important; }

.w-23 {
  width: 23px !important; }

.min-w-23 {
  min-width: 23px !important; }

.max-w-23 {
  max-width: 23px !important; }

.w-24 {
  width: 24px !important; }

.min-w-24 {
  min-width: 24px !important; }

.max-w-24 {
  max-width: 24px !important; }

.w-25 {
  width: 25px !important; }

.min-w-25 {
  min-width: 25px !important; }

.max-w-25 {
  max-width: 25px !important; }

.w-26 {
  width: 26px !important; }

.min-w-26 {
  min-width: 26px !important; }

.max-w-26 {
  max-width: 26px !important; }

.w-27 {
  width: 27px !important; }

.min-w-27 {
  min-width: 27px !important; }

.max-w-27 {
  max-width: 27px !important; }

.w-28 {
  width: 28px !important; }

.min-w-28 {
  min-width: 28px !important; }

.max-w-28 {
  max-width: 28px !important; }

.w-29 {
  width: 29px !important; }

.min-w-29 {
  min-width: 29px !important; }

.max-w-29 {
  max-width: 29px !important; }


.w-30 {
  width: 30px !important; }

.min-w-30 {
  min-width: 30px !important; }

.max-w-30 {
  max-width: 30px !important; }
.w-35 {
  width: 35px !important; }

.min-w-35 {
  min-width: 35px !important; }

.max-w-35 {
  max-width: 35px !important; }

.w-40 {
  width: 40px !important; }

.min-w-40 {
  min-width: 40px !important; }

.max-w-40 {
  max-width: 40px !important; }

.w-50 {
  width: 50px !important; }

.w_50 {
  width: 50% !important; }

.min-w-50 {
  min-width: 50px !important; }

.max-w-48 {
  max-width: 48px !important; }

.max-w-50 {
  max-width: 50px !important; }

.w-60 {
  width: 60px !important; }

.min-w-60 {
  min-width: 60px !important; }

.max-w-60 {
  max-width: 60px !important; }

.w-70 {
  width: 70px !important; }

.min-w-70 {
  min-width: 70px !important; }

.max-w-70 {
  max-width: 70px !important; }

.w-80 {
  width: 80px !important; }

.min-w-80 {
  min-width: 80px !important; }

.max-w-80 {
  max-width: 80px !important; }

.w-90 {
  width: 90px !important; }

.min-w-90 {
  min-width: 90px !important; }

.max-w-90 {
  max-width: 90px !important; }

.w-100 {
  width: 100px !important; }

.w_100 {
  width: 100% !important; }

.min-w-100 {
  min-width: 100px !important; }

.max-w-100 {
  max-width: 100px !important; }

.w-120 {
  width: 120px !important; }

.min-w-120 {
  min-width: 120px !important; }

.max-w-120 {
  max-width: 120px !important; }

.w-150 {
  width: 150px !important; }

.min-w-150 {
  min-width: 150px !important; }

.max-w-150 {
  max-width: 150px !important; }

.w-155 {
  width: 155px !important; }

.min-w-155 {
  min-width: 155px !important; }

.max-w-155 {
  max-width: 155px !important; }

.w-160 {
  width: 160px !important; }

.min-w-160 {
  min-width: 160px !important; }

.max-w-160 {
  max-width: 160px !important; }

.w-170 {
  width: 170px !important; }

.min-w-170 {
  min-width: 170px !important; }

.max-w-170 {
  max-width: 170px !important; }

.w-180 {
  width: 180px !important; }

.min-w-180 {
  min-width: 180px !important; }

.max-w-180 {
  max-width: 180px !important; }

.w-181 {
  width: 181px !important; }

.min-w-181 {
  min-width: 181px !important; }

.max-w-181 {
  max-width: 181px !important; }

.w-190 {
  width: 190px !important; }

.min-w-190 {
  min-width: 190px !important; }

.max-w-190 {
  max-width: 190px !important; }

.w-200 {
  width: 200px !important; }

.min-w-200 {
  min-width: 200px !important; }

.max-w-200 {
  max-width: 200px !important; }

.w-250 {
  width: 250px !important; }

.min-w-250 {
  min-width: 250px !important; }

.max-w-250 {
  max-width: 250px !important; }

.w-300 {
  width: 300px !important; }

.min-w-300 {
  min-width: 300px !important; }

.max-w-300 {
  max-width: 300px !important; }

.w-350 {
  width: 350px !important; }

.min-w-350 {
  min-width: 350px !important; }

.max-w-350 {
  max-width: 350px !important; }

.w-400 {
  width: 400px !important; }

.min-w-400 {
  min-width: 400px !important; }

.max-w-380 {
  max-width: 380px !important; }

.max-w-400 {
  max-width: 400px !important; }

.w-450 {
  width: 450px !important; }

.min-w-450 {
  min-width: 450px !important; }

.max-w-450 {
  max-width: 450px !important; }

.w-500 {
  width: 500px !important; }

.min-w-500 {
  min-width: 500px !important; }

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

.w-550 {
  width: 550px !important; }

.min-w-550 {
  min-width: 550px !important; }

.max-w-550 {
  max-width: 550px !important; }

.w-600 {
  width: 600px !important; }

.min-w-600 {
  min-width: 600px !important; }

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

.w-650 {
  width: 650px !important; }

.min-w-650 {
  min-width: 650px !important; }

.max-w-650 {
  max-width: 650px !important; }

.w-700 {
  width: 700px !important; }

.min-w-700 {
  min-width: 700px !important; }

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

.w-750 {
  width: 750px !important; }

.min-w-750 {
  min-width: 750px !important; }

.max-w-750 {
  max-width: 750px !important; }

.w-800 {
  width: 800px !important; }

.min-w-800 {
  min-width: 800px !important; }

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

.w-850 {
  width: 850px !important; }

.min-w-850 {
  min-width: 850px !important; }

.max-w-850 {
  max-width: 850px !important; }

.w-900 {
  width: 900px !important; }

.min-w-900 {
  min-width: 900px !important; }

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

.w-950 {
  width: 950px !important; }

.min-w-950 {
  min-width: 950px !important; }

.max-w-950 {
  max-width: 950px !important; }

.w-1000 {
  width: 1000px !important; }

.min-w-1000 {
  min-width: 1000px !important; }

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

.w-p5 {
  width: 5%; }

.min-w-p5 {
  min-width: 5%; }

.max-w-p5 {
  max-width: 5%; }

.w-p10 {
  width: 10%; }

.min-w-p10 {
  min-width: 10%; }

.max-w-p10 {
  max-width: 10%; }

.w-p15 {
  width: 15%; }

.min-w-p15 {
  min-width: 15%; }

.max-w-p15 {
  max-width: 15%; }

.w-p20 {
  width: 20%; }

.min-w-p20 {
  min-width: 20%; }

.max-w-p20 {
  max-width: 20%; }

.w-p25 {
  width: 25%; }

.min-w-p25 {
  min-width: 25%; }

.max-w-p25 {
  max-width: 25%; }

.w-p30 {
  width: 30%; }

.min-w-p30 {
  min-width: 30%; }

.max-w-p30 {
  max-width: 30%; }

.w-p35 {
  width: 35%; }

.min-w-p35 {
  min-width: 35%; }

.max-w-p35 {
  max-width: 35%; }

.w-p40 {
  width: 40%; }

.min-w-p40 {
  min-width: 40%; }

.max-w-p40 {
  max-width: 40%; }

.w-p45 {
  width: 45%; }

.min-w-p45 {
  min-width: 45%; }

.max-w-p45 {
  max-width: 45%; }

.w-p50 {
  width: 50%; }

.min-w-p50 {
  min-width: 50%; }

.max-w-p50 {
  max-width: 50%; }

.w-p60 {
  width: 60%; }

.min-w-p60 {
  min-width: 60%; }

.max-w-p60 {
  max-width: 60%; }

.w-p65 {
  width: 65%; }

.min-w-p65 {
  min-width: 65%; }

.max-w-p65 {
  max-width: 65%; }

.w-p70 {
  width: 70%; }

.min-w-p70 {
  min-width: 70%; }

.max-w-p70 {
  max-width: 70%; }

.w-p75 {
  width: 75%; }

.min-w-p75 {
  min-width: 75%; }

.max-w-p75 {
  max-width: 75%; }

.w-p80 {
  width: 80%; }

.min-w-p80 {
  min-width: 80%; }

.max-w-p80 {
  max-width: 80%; }

.w-p85 {
  width: 85%; }

.min-w-p85 {
  min-width: 85%; }

.max-w-p85 {
  max-width: 85%; }

.w-p90 {
  width: 90%; }

.min-w-p90 {
  min-width: 90%; }

.max-w-p90 {
  max-width: 90%; }

.w-p95 {
  width: 95%; }

.min-w-p95 {
  min-width: 95%; }

.max-w-p95 {
  max-width: 95%; }

.w-p100 {
  width: 100% !important; }

.min-w-p100 {
  min-width: 100% !important; }

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

.w-auto {
  width: auto; }

.min-w-auto {
  min-width: auto; }

.max-w-auto {
  max-width: auto; }

/*******************
height
*******************/

.h-35{
  height: 35px;
}

.h-48{
  height: 48px;
}

.h-160{
  height: 160px;
}

/*******************
Padding property
*******************/
.p_0 {
  padding: 0px !important; }

.p_1 {
  padding: 1px !important; }

.p_2 {
  padding: 2px !important; }

.p_3 {
  padding: 3px !important; }

.p_4 {
  padding: 4px !important; }

.p_5 {
  padding: 5px !important; }

.p-6 {
  padding: 6px !important; }

.p-7 {
  padding: 7px !important; }

.p-8 {
  padding: 8px !important; }

.p-9 {
  padding: 9px !important; }

.p-10 {
  padding: 10px !important; }

.p-11 {
  padding: 11px !important; }

.p-12 {
  padding: 12px !important; }

.p-13 {
  padding: 13px !important; }

.p-14 {
  padding: 14px !important; }

.p-15 {
  padding: 15px !important; }

.p-16 {
  padding: 16px !important; }

.p-17 {
  padding: 17px !important; }

.p-18 {
  padding: 18px !important; }

.p-19 {
  padding: 19px !important; }

.p-20 {
  padding: 20px !important; }

.p-21 {
  padding: 21px !important; }

.p-22 {
  padding: 22px !important; }

.p-23 {
  padding: 23px !important; }

.p-24 {
  padding: 24px !important; }

.p-25 {
  padding: 25px !important; }

.p-26 {
  padding: 26px !important; }

.p-27 {
  padding: 27px !important; }

.p-28 {
  padding: 28px !important; }

.p-29 {
  padding: 29px !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-105 {
  padding: 105px !important; }

.p-110 {
  padding: 110px !important; }

.p-115 {
  padding: 115px !important; }

.p-120 {
  padding: 120px !important; }

.p-125 {
  padding: 125px !important; }

.p-130 {
  padding: 130px !important; }

.p-135 {
  padding: 135px !important; }

.p-140 {
  padding: 140px !important; }

.p-145 {
  padding: 145px !important; }

.p-150 {
  padding: 150px !important; }

.p-155 {
  padding: 155px !important; }

.p-160 {
  padding: 160px !important; }

.p-165 {
  padding: 165px !important; }

.p-170 {
  padding: 170px !important; }

.p-175 {
  padding: 175px !important; }

.p-180 {
  padding: 180px !important; }

.p-185 {
  padding: 185px !important; }

.p-190 {
  padding: 190px !important; }

.p-195 {
  padding: 195px !important; }

.p-200 {
  padding: 200px !important; }

.pt_0 {
  padding-top: 0px !important; }

.pt_1 {
  padding-top: 1px !important; }

.pt_2 {
  padding-top: 2px !important; }

.pt_3 {
  padding-top: 3px !important; }

.pt_4 {
  padding-top: 4px !important; }

.pt_5 {
  padding-top: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-24 {
  padding-top: 24px !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-105 {
  padding-top: 105px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb_0 {
  padding-bottom: 0px !important; }

.pb_1 {
  padding-bottom: 1px !important; }

.pb_2 {
  padding-bottom: 2px !important; }

.pb_3 {
  padding-bottom: 3px !important; }

.pb_4 {
  padding-bottom: 4px !important; }

.pb_5 {
  padding-bottom: 5px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-24 {
  padding-bottom: 24px !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-105 {
  padding-bottom: 105px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.ps_0 {
 padding-left: 0px !important; }

.ps_1 {
 padding-left: 1px !important; }

.ps_2 {
 padding-left: 2px !important; }

.ps_3 {
 padding-left: 3px !important; }

.ps_4 {
 padding-left: 4px !important; }

.ps_5 {
 padding-left: 5px !important; }

.ps-6 {
 padding-left: 6px !important; }

.ps-7 {
 padding-left: 7px !important; }

.ps-8 {
 padding-left: 8px !important; }

.ps-9 {
 padding-left: 9px !important; }

.ps-10 {
 padding-left: 10px !important; }

.ps-11 {
 padding-left: 11px !important; }

.ps-12 {
 padding-left: 12px !important; }

.ps-13 {
 padding-left: 13px !important; }

.ps-14 {
 padding-left: 14px !important; }

.ps-15 {
 padding-left: 15px !important; }

.ps-16 {
 padding-left: 16px !important; }

.ps-17 {
 padding-left: 17px !important; }

.ps-18 {
 padding-left: 18px !important; }

.ps-19 {
 padding-left: 19px !important; }

.ps-20 {
 padding-left: 20px !important; }

.ps-21 {
 padding-left: 21px !important; }

.ps-22 {
 padding-left: 22px !important; }

.ps-23 {
 padding-left: 23px !important; }

.ps-24 {
 padding-left: 24px !important; }

.ps-25 {
  padding-left: 25px !important; }

.ps-30 {
  padding-left: 30px !important; }

.ps-35 {
  padding-left: 35px !important; }

.ps-40 {
  padding-left: 40px !important; }

.ps-45 {
  padding-left: 45px !important; }

.ps-50 {
  padding-left: 50px !important; }

.ps-55 {
  padding-left: 55px !important; }

.ps-60 {
  padding-left: 60px !important; }

.ps-65 {
  padding-left: 65px !important; }

.ps-70 {
  padding-left: 70px !important; }

.ps-75 {
  padding-left: 75px !important; }

.ps-80 {
  padding-left: 80px !important; }

.ps-85 {
  padding-left: 85px !important; }

.ps-90 {
  padding-left: 90px !important; }

.ps-95 {
  padding-left: 95px !important; }

.ps-100 {
  padding-left: 100px !important; }

.ps-105 {
  padding-left: 105px !important; }

.ps-110 {
  padding-left: 110px !important; }

.ps-115 {
  padding-left: 115px !important; }

.ps-120 {
  padding-left: 120px !important; }

.ps-125 {
  padding-left: 125px !important; }

.ps-130 {
  padding-left: 130px !important; }

.ps-135 {
  padding-left: 135px !important; }

.ps-140 {
  padding-left: 140px !important; }

.ps-145 {
  padding-left: 145px !important; }

.ps-150 {
  padding-left: 150px !important; }

.ps-155 {
  padding-left: 155px !important; }

.ps-160 {
  padding-left: 160px !important; }

.ps-165 {
  padding-left: 165px !important; }

.ps-170 {
  padding-left: 170px !important; }

.ps-175 {
  padding-left: 175px !important; }

.ps-180 {
  padding-left: 180px !important; }

.ps-185 {
  padding-left: 185px !important; }

.ps-190 {
  padding-left: 190px !important; }

.ps-195 {
  padding-left: 195px !important; }

.ps-200 {
  padding-left: 200px !important; }

.pe_0 {
  padding-right: 0px !important; }

.pe_1 {
  padding-right: 1px !important; }

.pe_2 {
  padding-right: 2px !important; }

.pe_3 {
  padding-right: 3px !important; }

.pe_4 {
  padding-right: 4px !important; }

.pe_5 {
  padding-right: 5px !important; }

.pe-6 {
  padding-right: 6px !important; }

.pe-7 {
  padding-right: 7px !important; }

.pe-8 {
  padding-right: 8px !important; }

.pe-9 {
  padding-right: 9px !important; }

.pe-10 {
  padding-right: 10px !important; }

.pe-11 {
  padding-right: 11px !important; }

.pe-12 {
  padding-right: 12px !important; }

.pe-13 {
  padding-right: 13px !important; }

.pe-14 {
  padding-right: 14px !important; }

.pe-15 {
  padding-right: 15px !important; }

.pe-16 {
  padding-right: 16px !important; }

.pe-17 {
  padding-right: 17px !important; }

.pe-18 {
  padding-right: 18px !important; }

.pe-19 {
  padding-right: 19px !important; }

.pe-20 {
  padding-right: 20px !important; }

.pe-21 {
  padding-right: 21px !important; }

.pe-22 {
  padding-right: 22px !important; }

.pe-23 {
  padding-right: 23px !important; }

.pe-24 {
  padding-right: 24px !important; }
.pe-25 {
  padding-right: 25px !important; }

.pe-30 {
  padding-right: 30px !important; }

.pe-35 {
  padding-right: 35px !important; }

.pe-40 {
  padding-right: 40px !important; }

.pe-45 {
  padding-right: 45px !important; }

.pe-50 {
  padding-right: 50px !important; }

.pe-55 {
  padding-right: 55px !important; }

.pe-60 {
  padding-right: 60px !important; }

.pe-65 {
  padding-right: 65px !important; }

.pe-70 {
  padding-right: 70px !important; }

.pe-75 {
  padding-right: 75px !important; }

.pe-80 {
  padding-right: 80px !important; }

.pe-85 {
  padding-right: 85px !important; }

.pe-90 {
  padding-right: 90px !important; }

.pe-95 {
  padding-right: 95px !important; }

.pe-100 {
  padding-right: 100px !important; }

.pe-105 {
  padding-right: 105px !important; }

.pe-110 {
  padding-right: 110px !important; }

.pe-115 {
  padding-right: 115px !important; }

.pe-120 {
  padding-right: 120px !important; }

.pe-125 {
  padding-right: 125px !important; }

.pe-130 {
  padding-right: 130px !important; }

.pe-135 {
  padding-right: 135px !important; }

.pe-140 {
  padding-right: 140px !important; }

.pe-145 {
  padding-right: 145px !important; }

.pe-150 {
  padding-right: 150px !important; }

.pe-155 {
  padding-right: 155px !important; }

.pe-160 {
  padding-right: 160px !important; }

.pe-165 {
  padding-right: 165px !important; }

.pe-170 {
  padding-right: 170px !important; }

.pe-175 {
  padding-right: 175px !important; }

.pe-180 {
  padding-right: 180px !important; }

.pe-185 {
  padding-right: 185px !important; }

.pe-190 {
  padding-right: 190px !important; }

.pe-195 {
  padding-right: 195px !important; }

.pe-200 {
  padding-right: 200px !important; }

.px_0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.px_1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.px_2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.px_3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.px_4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.px_5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important; }
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important; }

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important; }

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important; }

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important; }

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important; }

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important; }


.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important; }

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important; }

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important; }

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !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-105 {
  padding-left: 105px !important;
  padding-right: 105px !important; }

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important; }

.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important; }

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important; }

.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important; }

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important; }

.px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important; }

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important; }

.px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important; }

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.px-155 {
  padding-left: 155px !important;
  padding-right: 155px !important; }

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important; }

.px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important; }

.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important; }

.px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important; }

.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important; }

.px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important; }

.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important; }

.px-195 {
  padding-left: 195px !important;
  padding-right: 195px !important; }

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important; }

.py_0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.py_1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.py_2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.py_3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.py_4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.py_5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

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

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important; }

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important; }

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important; }

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important; }


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

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important; }

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important; }

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important; }

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !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-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important; }

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important; }

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important; }

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important; }

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important; }

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important; }

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important; }

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important; }

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important; }

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

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important; }

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important; }

.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important; }

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }


/*btn color*/

.btn_success {
  background-color: #74D04C;
  border-color: #74D04C;
}
.btn_danger {
  background-color: #FE7070;
  border-color: #FE7070;
}

.btn_warning{
  background-color:#FEB200;
  border-color: #FEB200;
}

.btn_info{
  background-color:#32c0f6;
  border-color: #32c0f6;
}





/*for background color*/

.bg-primary {
  background-color: #0080ff !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg_success {
  background-color: #74D04C !important; }

.bg_info {
  background-color: #194880 !important; }

.bg_warning {
  background-color: #FEB200 !important; }

.bg_danger {
  background-color: #FB1003 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-body {
  background-color: #fff !important; }

.bg_white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important;
}

.bg-orange {
  background-color: #fb1003 !important;
}


.bg-orange-fade {
  background-color: #f28d88 !important;
}


/*for scroll bar section*/

.card_mark_section::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F9FAFE !important;
}

.card_mark_section::-webkit-scrollbar {
  height: 2px;
}

.card_mark_section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f55e;
}

.btn-check:focus + .btn, .btn:focus{
  outline: 0;
  box-shadow: 3px 1px 8px #ede4e49c;
}

.top-1 {
  top:1px;
}
.top-2 {
  top:2px;
}

.max-h-120 {
  max-height: 120px;
}
.scrollable-box::-webkit-scrollbar
{
  width: 6px;
  background-color: #f9f4f4;
  border-radius: 15px;
}

.scrollable-box::-webkit-scrollbar-thumb
{
  background-color: #d0cccc;
  border-radius: 15px;
}

.bg-light {
  background: #f8f7f7 !important;
}

.order-tracking-wrapper {
  position: absolute;
  width: 360px;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  text-align: center;
  background: transparent linear-gradient(180deg, #FFFFFF 40%, #F6D8D9 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  padding: 20px;
}

.control-wrapper {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.75) translateY(-0.3rem) translateX(0.15rem);
  color: #FB1003;
}

.form-floating > label {
  font-size: 13px;
  color: #3C4043;
  font-weight: 500;
  padding-top: 9px;
}

.form-floating > .form-control {
  height: 42px;
  padding-top: 20px !important;
}

.form-floating > .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fb1003;
  outline: 0;
  box-shadow: none;
}

.track-status-wrapper .track-status li {
  text-align:center;
  position: relative;
  flex:1;
}

.track-status-wrapper .track-status li img {
  width:40px;
  height:40px;
}

.track-status-wrapper .track-status li img.status-completed {
  display: none;
}

.track-status-wrapper .track-status li.completed img {
  display: none;
}

.track-status-wrapper .track-status li.completed img.status-completed {
  display: inline-block;
}

.track-status-wrapper .track-status li:not(:last-child):after {
  content: "";
  background: #E5E5E5;
  width: 100%;
  max-width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
  left: calc(50% - -20px);
  display: inline-block;
}

.track-status-wrapper .track-status li.completed:not(:last-child):after {
  background: #FB1003;
}

.track-status-wrapper .track-status li p {
  color:#3C4043;
}

.track-status-wrapper .track-status li.completed p {
  color:#FB1003;
}

.btn-completed {
  background: #EBF8E5 0% 0% no-repeat padding-box;
  border: 1px solid #3ABC00;
  border-radius: 4px;
  color: #3ABC00;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
}

.btn-progress {
  background: #F8A73F1A 0% 0% no-repeat padding-box;
  border: 1px solid #F8A73F;
  border-radius: 4px;
  color: #F8A73F;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
}

.btn-in-active {
  background: #DDDDDD 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #989898;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
}

.order-status-box .status-title {
  background: #E1464A1A;
}

.order-status-box .status-title:after {
  content: "";
  background: #757380;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 19px;
}

.order-heading:after {
  content: "";
  background: #fb1003;
  width: 10%;
  height: 2px;
  display: block;
}

.order-status-section li {
  padding-bottom: 20px;
  position: relative;
}

.order-status-section li:before {
  content: "";
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  margin-left: -9px;
  margin-top: -5px;
  border: 4px solid #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.order-status-section li:not(:last-child):after {
  content: "";
  background: red;
  width: 2px;
  height: calc(100% - 15px);
  position: absolute;
  top: 15px;
}

.book-detail {
  background: transparent linear-gradient(95deg, #FEE8E9 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 1px solid #efc5c7;
}

.contact-detail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000014;
  border: 1px solid #70707045;
  border-radius: 6px;
}
