.text-underline {
  text-decoration: underline;
}

.text-al-center {
  text-align: center;
}

.pdt-0 {
  padding-top: 0px !important;
}

.pdt-1 {
  padding-top: 10px !important;
}

.mrt-0 {
  margin-top: 0px !important;
}
.mrt-1 {
  margin-top: 10px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mrb-0 {
  margin-bottom: 0px !important;
}

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

@media (max-width: 768px) {
  .m-center {
    text-align: center;
  }

  .m-fnts-25 {
    font-size: 25px;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}
/** Header partner link hide show - START */
.link-desk-view {
  display: block;
}

.link-mob-view {
  display: none;
}

@media (max-width: 1023.98px) {
  .link-desk-view {
    display: none;
  }

  .link-mob-view {
    display: block;
  }
}
/** Header partner link hide show - END */
#dynamic-generated-loader {background: rgba(255, 252, 249, 0.65) url(../../images/ajax-loader.gif) no-repeat 50% 50%;z-index: 1111;-webkit-transition: background-color 0s;transition: background-color 0s;position: fixed;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.9; display: none;} 
.align-items-center {align-items: center !important;}
.marB-0{margin-bottom: 0!important;}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-left: 5px !important;
}
.border-color-danger {
  border: 1px solid #F15B5B !important;
}

/*Css for page header title applied after soe title update fix --START*/
.page-title-heading-seo span {
  display: block !important;
}
/*Css for page header title applied after soe title update fix --END*/