

/*.consultation-button > label, .cstm-dropdown > label {
    line-height: 20px;
}*/
/*Height*/
.height-20 {
    height: 20px !important;
}

.height-25 {
    height: 25px !important;
}
.height-26 {
    height: 26px !important;
}

.height-30 {
    height: 30px !important;
}
.min-w-130{
    min-width:130px;
}
.height-32 {
    height: 32px !important;
}

.height-33 {
    height: 33px !important;
    border-radius: 0 !important;
}

.height-35 {
    height: 35px !important;
}
.height-40 {
    height: 40px !important;
}

.height-38 {
    height: 38px !important;
}


.height-50 {
    height: 50px !important;
}

.height-55 {
    height: 55px !important;
}

.height-60 {
    height: 60px !important;
}

.height-145 {
    height: 145px !important;
}

.height-150 {
    height: 150px !important;
}

.height-180 {
    height: 180px !important;
}

.h-225 {
    height: 225px !important;
}
.height-300 {
    height: 300px;
}
.h-422 {
    height: 422px !important;
}

.h-auto {
    height: auto !important;
}
.white-nowrap {
    white-space: nowrap !important;
}
.over-scrol-x {
    overflow-x: scroll;
}
.overx-auto{
    overflow-x:auto !important;
}
/*border*/
/*.b-C4C4D0 {
    border-color: #C4C4D0;
}
.b-style {
    border-style: solid;
}
.b-width {
    border-width: 1px
}
.b-1 {
    border-left: 1px;
}*/
.text-red {
    color: #ff0000 !important;
}
.bg-f3f3 {
    background-color: #f3f3f3 !important;
}
.pos-initial {
    position: initial !important
}
uib-tooltip {
    white-space: nowrap;
}
.bdr-invst {
    border: 1px solid #C4C4D0;
}
.border-right-0 {
    border-right: 0 !important;
}
.bg-success {
    background-color: #dff0d8 !important;
}
.tool-tip-l-auto > .tooltip {
    left: auto !important;
}
.bg-mycolor {
    background-color: #286579 !important;
}
.arrow_box-EH {
    position: relative;
    background: #fff;
    border: 2px solid #2bbb94;
    display: block;
    margin: 10px 0;
    height: 150px;
}
.active.arrow_box-EH{
    background: #0f6860;
    border: 2px solid #2bbb94;
}
.lds-ellipsis span {
    font-size: 13px;
    font-weight: 500;
    color: #155153;
    font-family: 'Poppins-Regular' !important;
    font-style: italic;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20%;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #155153;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.white_break {
    white-space: normal;
    word-break: break-all;
}
.remarks-popover > .popover {
    width: 313px;
}
.cover-fileimg img {
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}
.cover-fileimg > ul > li {
    display: inline-block;
    margin-right: 15px;
    padding: 5px;
}
.cover-fileimg i {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
}
.action-icons > a {
    display: inline-block;
    margin: 0;
}
.action-icons_dental {
    position: relative;
    top: 3px;
    left: 5px;
}
.action-icons_dental > a > i {
    width: 20px !important;
    height: 20px !important;
}
.action-icons > a > i {
    width: 17px;
    height: 17px;
    display: block;
    margin-right: 2px;
}
.action-icons > a > i.edit-action {
    background: url(../img/ehnote-edit.svg); 
    background-repeat: no-repeat;
    background-size: contain;
}
.action-icons > a > i.delete-action {
    background: url(../img/ico-delete-red.svg); 
    background-repeat: no-repeat;
    background-size: contain;
}
.action-icons > a > i.notes-action {
    background: url(../img/clipboard-icon.svg); 
    background-repeat: no-repeat;
    background-size: contain;
}
.action-icons > a > i.image-action {
    background: url(../img/image-upload.svg); 
    background-repeat: no-repeat;
    background-size: contain;
}
.action-icons > a > i.info-action {
    background: url(../img/info-icon.svg); 
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-transp {
    background-color: transparent !important;
}
.EH-pagination > ul.pagination {
    margin: 0;
}
.EH-pagination > ul.pagination > li > a:first-child, 
.EH-pagination > ul.pagination > li > a:last-child {
    border-radius: 100px !important;
}
.EH-pagination > ul.pagination > li > a {
    border-radius: 5px;
    margin: 0 5px;    
}

.bg-light {
    background-color: #f8f9fa!important;
}
.bradius-none {
    border-radius: 0 !important;
}
.radius-0 {
    border-radius: 0 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.flex-78 {
    max-width: 77%;
    width: 77%;
    float: left;
    flex: 0 0 77%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 77%;
    flex: 1 1 77%;
}
.flex-19 {
    width: 19%;
    float: left;
    flex: 0 0 19%;
    background-color: #fff;
    margin-left: 35px;
    margin-top: 40px;
}
div.check-switch  {
  zoom: 100%;
  width: 65px;
  height: 30px;
}
.check-switch input[type="checkbox"] {
  background-color: #ddd;
   appearance: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
 width: 55px;
    height: 21px;
  border-radius: 100px;
  box-shadow: inset 0px 2px 3px 3px rgba(1, 1, 1, 0.2);
  cursor: pointer;
  vertical-align: middle;
  outline-style: none;
}
.check-switch input[type="checkbox"]:checked {
  background-color: #d6e98f;
}
.check-switch input[type="checkbox"]::after {
  content: "";
  position: absolute;
  font-size: 13px;
  margin-top: -32px;
  margin-left: 40px;
  background-color: #ddd;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
.check-switch input[type="checkbox"]:checked::after {
  content: "IN";
  margin-left: 15px;
  background-color: #76ba11;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  font-family: Helvetica;
  font-weight: bold;
  line-height: 30px;
  outline-style: none;
}
.check-switch input[type="checkbox"]::before {
  position: relative;
  background: radial-gradient(ellipse at center, #fdfdfd 0%, #ddd 100%);
  width: 28px;
  height: 28px;
  margin-left: 0px;
  transition: all 0.2s;
  border-radius: 100px;
  content: "";
  z-index: 2;
  margin-top: -5px;
  display: block;
  box-shadow: 1px 2px 2px 1px rgba(1, 1, 1, 0.3);
}
.check-switch input[type="checkbox"]:checked::before {
  margin-left: 35px;
  box-shadow: -1px 2px 2px 1px rgba(1, 1, 1, 0.3);
  transition: all 0.2s;
  z-index: 2;
}

/*////////*/
.modal-fitscreen {
  position: fixed;
  margin: 0;
  width: 90%;
    height: 100%;
    padding: 0;
    margin-left: 7.5% !important;
}
body.modal-open {
    overflow: hidden;
}
hr {
    border-top: 1px solid #ddd !important
}
.tile-bgtrans {
    background-color: transparent !important;
}
.tile-bggreen{
   background: #f5f5f5 !important;
    border: 1px solid #b1b1b1 !important;
    border-right: none !important;
}
.tile-bggreen i {
    color: #2d527c;
}
ul.list-reginv {
    margin-left: 15px;
}
ul.list-reginv li {
    list-style: none;
    padding: 9px;
    border-radius: 3px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}
ul.list-reginv li:focus,
ul.list-reginv li:hover {
    background-color: #FAFEC0;
    border: 1px solid #f3fe4e;
}
ul.list-reginv li.active {
    background-color: rgba(102, 175, 233, .3);
    border: 1px solid rgba(102, 175, 233, .6);
}
.form-control:focus {
    background-color: #E8F0FE;
}
.right-30 {
    right: 30px;
}
.zindex-1 {
    z-index: 1 !important;
}

.z-index-five{
    z-index:99999 !important;
}
.plr-15 {
    padding: 0px 15px !important;
}
.bdr-100 {
    border-radius: 100px;
}
.bdr-5 {
    border-radius: 5px;
}
.b-0 {
    border: none;
}

/*.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px;
}*/

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-70 {
    padding: 70px;
}

.p-80 {
    padding: 80px;
}

.p-90 {
    padding: 90px;
}

.p-100 {
    padding: 100px;
}

.p-110 {
    padding: 110px;
}

.p-120 {
    padding: 120px;
}

.p-130 {
    padding: 130px;
}

.p-140 {
    padding: 140px;
}
/*Padding Left*/
.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}
/*Padding Top*/
.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px;
}
.pt-6 {
    padding-top: 6px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}
/*Padding Right*/
.pr-0 {
    padding-right: 0px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}
/*Padding Bottom*/
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-180 {
    padding-bottom: 180px;
}
/*Margin*/
.m-0 {
    margin: 0 !important;
}
/*Margin Top*/
.mt-0 {
    margin-top: 0 !important;
}
.mt-2{
    margin-top:2px;
}
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}
/*Margin Left*/

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}
/*Margin Right*/
.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}
/*Margin Bottom*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}







/*custom Padding*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
.pl-DT {
    padding-left: 0
}
.pr-DT {
    padding-right: 0;
    padding-left: 5px;
}
.pt-DT {
    padding-top: 0
}
.pb-DT {
    padding-bottom: 0
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .pl-DT {
    padding-left: 15px;
    }
    .pr-DT {
        padding-right: 15px;
    }
    .pt-DT {
        padding-top: 15px;
    }
    .pb-DT {
        padding-bottom: 15px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .pl-DT {
    padding-left: 15px;
    }
    .pr-DT {
        padding-right: 15px;
    }
    .pt-DT {
        padding-top: 15px;
    }
    .pb-DT {
        padding-bottom: 15px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}
/*Only for padding*/
@media only screen and (max-width:1200px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-10 {
        margin-top: 10px;
    }

    .mt-lg-20 {
        margin-top: 20px;
    }

    .mt-lg-30 {
        margin-top: 30px;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .mt-lg-50 {
        margin-top: 50px;
    }

    .mt-lg-60 {
        margin-top: 60px;
    }

    .mt-lg-70 {
        margin-top: 70px;
    }

    .mt-lg-80 {
        margin-top: 80px;
    }

    .mt-lg-90 {
        margin-top: 90px;
    }

    .mt-lg-100 {
        margin-top: 100px;
    }

    .mt-lg-110 {
        margin-top: 110px;
    }

    .mt-lg-120 {
        margin-top: 120px;
    }

    .mt-lg-130 {
        margin-top: 130px;
    }

    .mt-lg-140 {
        margin-top: 140px;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .mb-lg-20 {
        margin-bottom: 20px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .mb-lg-50 {
        margin-bottom: 50px;
    }

    .mb-lg-60 {
        margin-bottom: 60px;
    }

    .mb-lg-70 {
        margin-bottom: 70px;
    }

    .mb-lg-80 {
        margin-bottom: 80px;
    }

    .mb-lg-90 {
        margin-bottom: 90px;
    }

    .mb-lg-100 {
        margin-bottom: 100px;
    }

    .mb-lg-110 {
        margin-bottom: 110px;
    }

    .mb-lg-120 {
        margin-bottom: 120px;
    }

    .mb-lg-130 {
        margin-bottom: 130px;
    }

    .mb-lg-140 {
        margin-bottom: 140px;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-10 {
        padding-top: 10px;
    }

    .pt-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-30 {
        padding-top: 30px;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-50 {
        padding-top: 50px;
    }

    .pt-lg-60 {
        padding-top: 60px;
    }

    .pt-lg-70 {
        padding-top: 70px;
    }

    .pt-lg-80 {
        padding-top: 80px;
    }

    .pt-lg-90 {
        padding-top: 90px;
    }

    .pt-lg-100 {
        padding-top: 100px;
    }

    .pt-lg-110 {
        padding-top: 110px;
    }

    .pt-lg-120 {
        padding-top: 120px;
    }

    .pt-lg-130 {
        padding-top: 130px;
    }

    .pt-lg-140 {
        padding-top: 140px;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-10 {
        padding-bottom: 10px;
    }

    .pb-lg-20 {
        padding-bottom: 20px;
    }

    .pb-lg-30 {
        padding-bottom: 30px;
    }

    .pb-lg-40 {
        padding-bottom: 40px;
    }

    .pb-lg-50 {
        padding-bottom: 50px;
    }

    .pb-lg-60 {
        padding-bottom: 60px;
    }

    .pb-lg-70 {
        padding-bottom: 70px;
    }

    .pb-lg-80 {
        padding-bottom: 80px;
    }

    .pb-lg-90 {
        padding-bottom: 90px;
    }

    .pb-lg-100 {
        padding-bottom: 100px;
    }

    .pb-lg-110 {
        padding-bottom: 110px;
    }

    .pb-lg-120 {
        padding-bottom: 120px;
    }

    .pb-lg-130 {
        padding-bottom: 130px;
    }

    .pb-lg-140 {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width:991px) {

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .mt-md-60 {
        margin-top: 60px;
    }

    .mt-md-70 {
        margin-top: 70px;
    }

    .mt-md-80 {
        margin-top: 80px;
    }

    .mt-md-90 {
        margin-top: 90px;
    }

    .mt-md-100 {
        margin-top: 100px;
    }

    .mt-md-110 {
        margin-top: 110px;
    }

    .mt-md-120 {
        margin-top: 120px;
    }

    .mt-md-130 {
        margin-top: 130px;
    }

    .mt-md-140 {
        margin-top: 140px;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-10 {
        margin-bottom: 10px;
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-60 {
        margin-bottom: 60px;
    }

    .mb-md-70 {
        margin-bottom: 70px;
    }

    .mb-md-80 {
        margin-bottom: 80px;
    }

    .mb-md-90 {
        margin-bottom: 90px;
    }

    .mb-md-100 {
        margin-bottom: 100px;
    }

    .mb-md-110 {
        margin-bottom: 110px;
    }

    .mb-md-120 {
        margin-bottom: 120px;
    }

    .mb-md-130 {
        margin-bottom: 130px;
    }

    .mb-md-140 {
        margin-bottom: 140px;
    }

    .mb-md-170 {
        margin-bottom: 170px;
    }
    .pl-md-15 {
        padding-left: 15px;
    }
    .pr-md-15 {
        padding-right: 15px;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-10 {
        padding-top: 10px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-50 {
        padding-top: 50px;
    }

    .pt-md-60 {
        padding-top: 60px;
    }

    .pt-md-70 {
        padding-top: 70px;
    }

    .pt-md-80 {
        padding-top: 80px;
    }

    .pt-md-90 {
        padding-top: 90px;
    }

    .pt-md-100 {
        padding-top: 100px;
    }

    .pt-md-110 {
        padding-top: 110px;
    }

    .pt-md-120 {
        padding-top: 120px;
    }

    .pt-md-130 {
        padding-top: 130px;
    }

    .pt-md-140 {
        padding-top: 140px;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-30 {
        padding-bottom: 30px;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-50 {
        padding-bottom: 50px;
    }

    .pb-md-60 {
        padding-bottom: 60px;
    }

    .pb-md-70 {
        padding-bottom: 70px;
    }

    .pb-md-80 {
        padding-bottom: 80px;
    }

    .pb-md-90 {
        padding-bottom: 90px;
    }

    .pb-md-100 {
        padding-bottom: 100px;
    }

    .pb-md-110 {
        padding-bottom: 110px;
    }

    .pb-md-120 {
        padding-bottom: 120px;
    }

    .pb-md-130 {
        padding-bottom: 130px;
    }

    .pb-md-140 {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width:767px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-50 {
        margin-top: 50px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mt-sm-70 {
        margin-top: 70px;
    }

    .mt-sm-80 {
        margin-top: 80px;
    }

    .mt-sm-90 {
        margin-top: 90px;
    }

    .mt-sm-100 {
        margin-top: 100px;
    }

    .mt-sm-110 {
        margin-top: 110px;
    }

    .mt-sm-120 {
        margin-top: 120px;
    }

    .mt-sm-130 {
        margin-top: 130px;
    }

    .mt-sm-140 {
        margin-top: 140px;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    .mb-sm-50 {
        margin-bottom: 50px;
    }

    .mb-sm-60 {
        margin-bottom: 60px;
    }

    .mb-sm-70 {
        margin-bottom: 70px;
    }

    .mb-sm-80 {
        margin-bottom: 80px;
    }

    .mb-sm-90 {
        margin-bottom: 90px;
    }

    .mb-sm-100 {
        margin-bottom: 100px;
    }

    .mb-sm-110 {
        margin-bottom: 110px;
    }

    .mb-sm-120 {
        margin-bottom: 120px;
    }

    .mb-sm-130 {
        margin-bottom: 130px;
    }

    .mb-sm-140 {
        margin-bottom: 140px;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-50 {
        padding-top: 50px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .pt-sm-70 {
        padding-top: 70px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .pt-sm-90 {
        padding-top: 90px;
    }

    .pt-sm-100 {
        padding-top: 100px;
    }

    .pt-sm-110 {
        padding-top: 110px;
    }

    .pt-sm-120 {
        padding-top: 120px;
    }

    .pt-sm-130 {
        padding-top: 130px;
    }

    .pt-sm-140 {
        padding-top: 140px;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-50 {
        padding-bottom: 50px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pb-sm-70 {
        padding-bottom: 70px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pb-sm-90 {
        padding-bottom: 90px;
    }

    .pb-sm-100 {
        padding-bottom: 100px;
    }

    .pb-sm-110 {
        padding-bottom: 110px;
    }

    .pb-sm-120 {
        padding-bottom: 120px;
    }

    .pb-sm-130 {
        padding-bottom: 130px;
    }

    .pb-sm-140 {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width:767px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mt-xs-20 {
        margin-top: 20px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mt-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-50 {
        margin-top: 50px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mt-xs-70 {
        margin-top: 70px;
    }

    .mt-xs-80 {
        margin-top: 80px;
    }

    .mt-xs-90 {
        margin-top: 90px;
    }

    .mt-xs-100 {
        margin-top: 100px;
    }

    .mt-xs-110 {
        margin-top: 110px;
    }

    .mt-xs-120 {
        margin-top: 120px;
    }

    .mt-xs-130 {
        margin-top: 130px;
    }

    .mt-xs-140 {
        margin-top: 140px;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-10 {
        margin-bottom: 10px;
    }

    .mb-xs-20 {
        margin-bottom: 20px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mb-xs-40 {
        margin-bottom: 40px;
    }

    .mb-xs-50 {
        margin-bottom: 50px;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }

    .mb-xs-70 {
        margin-bottom: 70px;
    }

    .mb-xs-80 {
        margin-bottom: 80px;
    }

    .mb-xs-90 {
        margin-bottom: 90px;
    }

    .mb-xs-100 {
        margin-bottom: 100px;
    }

    .mb-xs-110 {
        margin-bottom: 110px;
    }

    .mb-xs-120 {
        margin-bottom: 120px;
    }

    .mb-xs-130 {
        margin-bottom: 130px;
    }

    .mb-xs-140 {
        margin-bottom: 140px;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-10 {
        padding-top: 10px;
    }

    .pt-xs-20 {
        padding-top: 20px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pt-xs-50 {
        padding-top: 50px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .pt-xs-70 {
        padding-top: 70px;
    }

    .pt-xs-80 {
        padding-top: 80px;
    }

    .pt-xs-90 {
        padding-top: 90px;
    }

    .pt-xs-100 {
        padding-top: 100px;
    }

    .pt-xs-110 {
        padding-top: 110px;
    }

    .pt-xs-120 {
        padding-top: 120px;
    }

    .pt-xs-130 {
        padding-top: 130px;
    }

    .pt-xs-140 {
        padding-top: 140px;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-10 {
        padding-bottom: 10px;
    }

    .pb-xs-20 {
        padding-bottom: 20px;
    }

    .pb-xs-30 {
        padding-bottom: 30px;
    }

    .pb-xs-40 {
        padding-bottom: 40px;
    }

    .pb-xs-50 {
        padding-bottom: 50px;
    }

    .pb-xs-60 {
        padding-bottom: 60px;
    }

    .pb-xs-70 {
        padding-bottom: 70px;
    }

    .pb-xs-80 {
        padding-bottom: 80px;
    }

    .pb-xs-90 {
        padding-bottom: 90px;
    }

    .pb-xs-100 {
        padding-bottom: 100px;
    }

    .pb-xs-110 {
        padding-bottom: 110px;
    }

    .pb-xs-120 {
        padding-bottom: 120px;
    }

    .pb-xs-130 {
        padding-bottom: 130px;
    }

    .pb-xs-140 {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width:480px) {
    .m-xxs-0 {
        margin: 0 !important;
    }

    .mt-xxs-0 {
        margin-top: 0 !important;
    }

    .mt-xxs-10 {
        margin-top: 10px;
    }

    .mt-xxs-20 {
        margin-top: 20px;
    }

    .mt-xxs-30 {
        margin-top: 30px;
    }

    .mt-xxs-40 {
        margin-top: 40px;
    }

    .mt-xxs-50 {
        margin-top: 50px;
    }

    .mt-xxs-60 {
        margin-top: 60px;
    }

    .mt-xxs-70 {
        margin-top: 70px;
    }

    .mt-xxs-80 {
        margin-top: 80px;
    }

    .mt-xxs-90 {
        margin-top: 90px;
    }

    .mt-xxs-100 {
        margin-top: 100px;
    }

    .mt-xxs-110 {
        margin-top: 110px;
    }

    .mt-xxs-120 {
        margin-top: 120px;
    }

    .mt-xxs-130 {
        margin-top: 130px;
    }

    .mt-xxs-140 {
        margin-top: 140px;
    }

    .mb-xxs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxs-10 {
        margin-bottom: 10px;
    }

    .mb-xxs-20 {
        margin-bottom: 20px;
    }

    .mb-xxs-30 {
        margin-bottom: 30px;
    }

    .mb-xxs-40 {
        margin-bottom: 40px;
    }

    .mb-xxs-50 {
        margin-bottom: 50px;
    }

    .mb-xxs-60 {
        margin-bottom: 60px;
    }

    .mb-xxs-70 {
        margin-bottom: 70px;
    }

    .mb-xxs-80 {
        margin-bottom: 80px;
    }

    .mb-xxs-90 {
        margin-bottom: 90px;
    }

    .mb-xxs-100 {
        margin-bottom: 100px;
    }

    .mb-xxs-110 {
        margin-bottom: 110px;
    }

    .mb-xxs-120 {
        margin-bottom: 120px;
    }

    .mb-xxs-130 {
        margin-bottom: 130px;
    }

    .mb-xxs-140 {
        margin-bottom: 140px;
    }

    .p-xxs-0 {
        padding: 0 !important;
    }

    .pt-xxs-0 {
        padding-top: 0 !important;
    }

    .pt-xxs-10 {
        padding-top: 10px;
    }

    .pt-xxs-20 {
        padding-top: 20px;
    }

    .pt-xxs-30 {
        padding-top: 30px;
    }

    .pt-xxs-40 {
        padding-top: 40px;
    }

    .pt-xxs-50 {
        padding-top: 50px;
    }

    .pt-xxs-60 {
        padding-top: 60px;
    }

    .pt-xxs-70 {
        padding-top: 70px;
    }

    .pt-xxs-80 {
        padding-top: 80px;
    }

    .pt-xxs-90 {
        padding-top: 90px;
    }

    .pt-xxs-100 {
        padding-top: 100px;
    }

    .pt-xxs-110 {
        padding-top: 110px;
    }

    .pt-xxs-120 {
        padding-top: 120px;
    }

    .pt-xxs-130 {
        padding-top: 130px;
    }

    .pt-xxs-140 {
        padding-top: 140px;
    }

    .pb-xxs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxs-10 {
        padding-bottom: 10px;
    }

    .pb-xxs-20 {
        padding-bottom: 20px;
    }

    .pb-xxs-30 {
        padding-bottom: 30px;
    }

    .pb-xxs-40 {
        padding-bottom: 40px;
    }

    .pb-xxs-50 {
        padding-bottom: 50px;
    }

    .pb-xxs-60 {
        padding-bottom: 60px;
    }

    .pb-xxs-70 {
        padding-bottom: 70px;
    }

    .pb-xxs-80 {
        padding-bottom: 80px;
    }

    .pb-xxs-90 {
        padding-bottom: 90px;
    }

    .pb-xxs-100 {
        padding-bottom: 100px;
    }

    .pb-xxs-110 {
        padding-bottom: 110px;
    }

    .pb-xxs-120 {
        padding-bottom: 120px;
    }

    .pb-xxs-130 {
        padding-bottom: 130px;
    }

    .pb-xxs-140 {
        padding-bottom: 140px;
    }
}

.min-w-0{
    min-width:0;
}
