<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Montserrat", sans-serif;
}

a {
  outline: 0 !important;
}

a:hover {
  text-decoration: none !important;
  color: #fff;
}

ul {
  list-style: none;
}

.noti-section-one {
  content: "";
  display: inline-block;
  left: 20%;
  position: absolute;
  top: 100px;
  z-index: 999;
}

.noti-section-two {
  bottom: 140px;
  position: absolute;
  right: 66px;
  content: "";
  z-index: 999;
}

.layout {
  display: none;
}

.noti-hide {
  display: none;
}

/*==============================================
=            notification layout links           =
==============================================*/
.notification-wrapper {
  background-image: url("../image/abb1.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.notification-wrapper:after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.58;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.notification-wrapper__main-heading {
  color: #fff;
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  padding-left: 40px;
  position: relative;
  text-align: left;
  z-index: 9999;
}

.notification-wrapper__mobile-heading {
  display: none;
}

.notification-wrapper .side-menu {
  display: block;
  height: 100%;
  padding: 50px 0;
  position: relative;
  right: 0;
  top: 0;
  width: 20%;
  z-index: 1;
}

.notification-wrapper__sidebar-list {
  text-align: left;
}

.notification-wrapper__list-item {
  padding: 10px 10px 10px 0;
}

.notification-wrapper__link {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.notification-wrapper__link:focus {
  text-decoration: none;
}

.notification-wrapper__link.active {
  color: #CA3E56;
  font-weight: bold;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.notification-wrapper .mobile-view-sidebar {
  display: none;
}

/*=====  End of  notification layout links   ======*/
/*==============================================
=            notification layout 1 (design 1, 2)            =
==============================================*/
.noti-layout-one {
  background: #BFE2A6;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
  color: #000;
  font-weight: 500;
  max-width: 400px;
  width: 100%;
  padding: 8px;
  position: relative;
}

.noti-layout-one--color {
  background-color: #ff8e9f;
}

.noti-layout-one__wrapper {
  padding: 0 15px;
}

.noti-layout-one__icon {
  padding: 7px;
  position: relative;
  margin-top: 24px;
}

.noti-layout-one__icon img {
  width: 100%;
}

.noti-layout-one__content:after {
  background: #6ba343 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 50%;
  width: 2px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.noti-layout-one__content--line-color:after {
  background: #C75667;
}

.noti-layout-one__heading {
  color: #fff;
  -webkit-font-size: 21px;
  -moz-font-size: 21px;
  -ms-font-size: 21px;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 12px;
  text-shadow: 2px 2px 0 #609838;
  text-transform: capitalize;
}

.noti-layout-one__heading--color {
  text-shadow: 2px 2px 0 #C75667;
  text-shadow: none;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.noti-layout-one__heading--color:hover {
  text-shadow: 2px 2px 0 #c75667;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.noti-layout-one__paragraph {
  color: #fff;
  margin-bottom: 20px;
}

.noti-layout-one__close-btn {
  background: #6ba343 none repeat scroll 0 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
  height: 40px;
  position: absolute;
  right: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  cursor: pointer;
}

.noti-layout-one__close-btn:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
}

.noti-layout-one__close-btn:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 22px;
}

.noti-layout-one--btn-color {
  background: #C75667;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noti-layout-one--btn-color:after {
  visibility: hidden;
}

.noti-layout-one--btn-color:before {
  visibility: hidden;
}

.noti-layout-one--btn-color:hover {
  -webkit-box-shadow: 2px 2px 6px #FF8E9F;
          box-shadow: 2px 2px 6px #FF8E9F;
  background-color: #e47384;
}

.noti-layout-one--btn-color:hover:after {
  visibility: visible;
}

.noti-layout-one--btn-color:hover:before {
  visibility: visible;
}

.noti-layout-one--btn-color:hover .click-img {
  visibility: hidden;
}

.noti-layout-one--btn-color .click-img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
  width: 74%;
}

/*=====  End of notification layout 1 (design 1, 2)  ======*/
/*==============================================
=            notification layout 2 (design 1,2)            =
==============================================*/
.noti-layout-two {
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
}

.noti-layout-two__wrapper {
  padding: 0 15px;
  background-color: #fff;
}

.noti-layout-two__image-wrap {
  background: #51cec3 none repeat scroll 0 0;
  padding: 12px;
  text-align: center;
  margin: 0 -15px;
  border: 1px solid #51CEC3;
}

.noti-layout-two__image-wrap .notification-image {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 96px;
  padding: 8px;
  width: 96px;
  margin: 0 auto;
}

.noti-layout-two__image-wrap .active-notification {
  background: #2e847e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: -77px;
  top: 24px;
  width: 20px;
}

.noti-layout-two__image-wrap .active-notification--background-color {
  background-color: #D0224D;
}

.noti-layout-two__image-wrap--background-color {
  background: #ff8e9f none repeat scroll 0 0;
  border: 1px solid #ff8e9f;
}

.noti-layout-two__message-wrap {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.noti-layout-two__message-wrap .time-span {
  margin: 10px;
}

.noti-layout-two__message-wrap .minute-span {
  color: #51CEC3;
  font-weight: 500;
  margin: 10px;
}

.noti-layout-two__message-wrap .minute-span--color {
  color: #FF8E9F;
}

.noti-layout-two__paragraph {
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.noti-layout-two__timming-wrap {
  padding: 20px;
  background-color: #efefef;
  margin: 0 -15px;
  position: relative;
}

.noti-layout-two__okay-btn {
  background-color: #37b4a9;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.noti-layout-two__okay-btn--background {
  background-color: #FF8E9F;
}

/*=====  End of notification layout 2 (design 1,2)  ======*/
/*==============================================
=            notification layout 3 (design 1,2)            =
==============================================*/
.noti-layout-three {
  border: 1px solid #f27340;
  border-radius: 7px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
}

.noti-layout-three--border {
  border: 1px solid #23bfd8;
}

.noti-layout-three__wrapper {
  padding: 0 15px;
}

.noti-layout-three__logo-wrap {
  border: 1px solid #F27340;
  border-radius: 50%;
  margin: -50px auto 0;
  width: 100px;
  position: relative;
}

.noti-layout-three__logo-wrap--border-color {
  border: 1px solid #23bfd8;
}

.noti-layout-three__logo {
  border-radius: 50%;
}

.noti-layout-three__sticker-image {
  position: absolute;
  width: 32px;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.noti-layout-three__para-wrap p {
  -webkit-font-size: 19px;
  -moz-font-size: 19px;
  -ms-font-size: 19px;
  font-size: 19px;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  margin: 0;
}

.noti-layout-three__check-in-button {
  padding: 10px;
}

.noti-layout-three__check-in {
  background: #F27340;
  border: 0 none;
  border-radius: 17px;
  padding: 7px 32px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.noti-layout-three__check-in:hover {
  background-color: #FE9E6B;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.noti-layout-three__check-in--button-color {
  background-color: #23bfd8;
}

.noti-layout-three__check-in--button-color:hover {
  background-color: #3edaf3 !important;
}

.noti-layout-three__button-wrap {
  padding: 10px;
}

.noti-layout-three__button-wrap .anchor-btn {
  color: #f27340;
  font-weight: bold;
  text-decoration: underline;
}

.noti-layout-three__button-wrap .anchor-btn--color {
  color: #23bfd8;
}

/*=====  End of notification layout 3 (design 1,2)  ======*/
/*==============================================
=            notification layout 4 (design 1,2)            =
==============================================*/
.noti-layout-four {
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
  max-width: 400px;
  width: 100%;
  background-color: #fff;
}

.noti-layout-four__icon-img {
  border: 1px solid #51cec3;
  border-radius: 50%;
  padding: 9px;
}

.noti-layout-four__icon-img--border-color {
  border: 1px solid #ff4780;
}

.noti-layout-four__wrapper {
  padding: 0 15px;
}

.noti-layout-four__paragraph {
  font-weight: 500;
}

.noti-layout-four__heading {
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  margin-bottom: 4px !important;
  color: #32AFA4;
  font-weight: bold;
  margin-top: 0;
}

.noti-layout-four__heading--heading-color {
  color: #FF4780;
}

.noti-layout-four__timing-span {
  font-weight: 500;
}

.noti-layout-four__mid-content {
  background-color: #51cec3;
  padding: 15px;
  margin: 0 -15px;
  border: 1px solid #51cec3;
}

.noti-layout-four__mid-content--background-color {
  background-color: #FF4780;
  border: 1px solid #ff4780;
}

.noti-layout-four__mid-paragraph {
  color: #fff;
  -webkit-font-size: 18px;
  -moz-font-size: 18px;
  -ms-font-size: 18px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.noti-layout-four__last-content {
  padding: 16px;
}

.noti-layout-four__last-content span {
  color: #000;
  font-weight: 500;
}

.noti-layout-four__first-content {
  padding: 15px;
}

.noti-layout-four__share-img {
  width: 15px;
}

.noti-layout-four__cross-btn {
  background: #51cec3 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  text-transform: uppercase;
}

.noti-layout-four__cross-btn--btn-color {
  background: #FF4780 none repeat scroll 0 0;
}

/*=====  End of notification layout 4 (design 1,2)  ======*/
/*==============================================
=            notification layout 5 (design 1,2)            =
==============================================*/
.noti-layout-five {
  border: 1px solid #d0527b;
  text-align: center;
  max-width: 270px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}

.noti-layout-five__wrapper {
  padding: 30px 15px;
}

.noti-layout-five__first-column .paragraph {
  color: #e94f82;
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  font-weight: 500;
}

.noti-layout-five__first-column .heading {
  color: #c82e61;
  -webkit-font-size: 28px;
  -moz-font-size: 28px;
  -ms-font-size: 28px;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

.noti-layout-five__first-column--column-one-color .heading {
  color: #32AFAC;
}

.noti-layout-five__first-column--column-one-color .paragraph {
  color: #51CEC3;
}

.noti-layout-five__second-column {
  background-color: #ffc0cb;
  border-radius: 50%;
  height: 125px;
  margin: 30px auto;
  position: relative;
  width: 125px;
  -webkit-box-shadow: 2px 2px 8px #bababa;
          box-shadow: 2px 2px 8px #bababa;
}

.noti-layout-five__second-column .message-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.noti-layout-five__second-column--column-two-color {
  background-color: #aeffff;
}

.noti-layout-five__third-column .heading {
  color: #c82e61;
  font-weight: normal;
  -webkit-font-size: 22px;
  -moz-font-size: 22px;
  -ms-font-size: 22px;
  font-size: 22px;
  margin: 0;
}

.noti-layout-five__third-column .paragraph {
  color: #909090;
  padding-bottom: 10px;
  padding-top: 10px;
}

.noti-layout-five__third-column--column-three-color .heading {
  color: #32AFAC;
}

.noti-layout-five__button-wrap .submit-button {
  background-color: #d52e61;
  border: 0 none;
  -webkit-box-shadow: 1px 6px 7px #d7d7d7;
          box-shadow: 1px 6px 7px #d7d7d7;
  color: #fff;
  -webkit-font-size: 15px;
  -moz-font-size: 15px;
  -ms-font-size: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 20px;
  text-transform: uppercase;
  width: 100%;
}

.noti-layout-five__button-wrap--button-color .submit-button {
  background-color: #32AFAC !important;
}

.noti-layout-five--layout-seven {
  border: 1px solid #32AFAC;
}

.active_class {
  display: block !important;
}

/*=====  End of notification layout 5 (design 1,2)  ======*/
/*==============================================
=            notification layout 6 (design 1,2)            =
==============================================*/
.noti-layout-six {
  max-width: 400px;
  width: 100%;
}

.noti-layout-six__wrapper {
  background: #53d0cd none repeat scroll 0 0;
  border-radius: 13px;
  color: #fff;
  padding: 25px 15px;
  text-align: center;
}

.noti-layout-six__wrapper--bakground-color {
  background: #FF8E9F;
}

.noti-layout-six__paragraph {
  padding: 10px;
}

.noti-layout-six__success-para-wrap {
  background: #fff none repeat scroll 0 0;
  color: #32afac;
  -webkit-font-size: 19px;
  -moz-font-size: 19px;
  -ms-font-size: 19px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 -15px;
}

.noti-layout-six__success-para-wrap--color {
  color: #d87b8c;
}

.noti-layout-six__content-para {
  font-weight: 500;
}

.noti-layout-six__cross-btn {
  content: "";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 14px;
  width: 20px;
}

.noti-layout-six__cross-btn:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 26px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noti-layout-six__cross-btn:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 26px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*=====  End of notification layout 6 (design 1,2)  ======*/
/*==============================================
=            notification layout 7 (design 1,2)            =
==============================================*/
.noti-layout-seven {
  text-align: center;
  max-width: 400px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
}

.noti-layout-seven__wrapper {
  background-color: #fff;
}

.noti-layout-seven__circle {
  background: #0e556b none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto -60px;
  width: 100px;
  position: relative;
}

.noti-layout-seven__circle span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  -webkit-font-size: 20px;
  -moz-font-size: 20px;
  -ms-font-size: 20px;
  font-size: 20px;
}

.noti-layout-seven__circle--color {
  background-color: #F06292;
}

.noti-layout-seven__cross-btn {
  background: #fff none repeat scroll 0 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  height: 30px;
  width: 32px;
}

.noti-layout-seven__cross-btn:after {
  background: #0E556B;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 21px;
}

.noti-layout-seven__cross-btn:before {
  background: #0E556B;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 21px;
}

.noti-layout-seven__content {
  padding: 30px;
}

.noti-layout-seven__content .paragraph {
  font-weight: 500;
}

.noti-layout-seven__enable-btn {
  border: 1px solid #0E556B;
  border-radius: 20px;
  padding: 10px 45px;
  background-color: #fff;
  color: #0E556B;
  font-weight: 500;
  margin-bottom: 20px;
}

.noti-layout-seven__enable-btn--color {
  color: #F06292;
  border: 1px solid #F06292;
}

.noti-layout-seven__first-column {
  background-color: #0E556B;
  padding: 20px;
  position: relative;
}

.noti-layout-seven__first-column--background-color {
  background-color: #F06292;
}

.noti-layout-seven__lst-span {
  display: block;
  margin-bottom: 20px;
}

/*=====  End of notification layout 7 (design 1,2)  ======*/
/*==============================================
=            notification layout 8 (design 1,2)            =
==============================================*/
.noti-layout-eight {
  max-width: 450px;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
  text-align: center;
  position: relative;
}

.noti-layout-eight__wrapper {
  padding: 0 15px;
}

.noti-layout-eight__cross-btn {
  position: absolute;
  top: 0px;
  right: -1px;
  border: 0 none;
  border-top-right-radius: 7px;
  height: 40px;
  width: 40px;
  background-color: #18C8CB;
}

.noti-layout-eight__cross-btn:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 29px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noti-layout-eight__cross-btn:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 29px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.noti-layout-eight__cross-btn--color {
  background-color: #FF8E9F;
}

.noti-layout-eight__heading {
  color: #18c8c8;
  -webkit-font-size: 26px;
  -moz-font-size: 26px;
  -ms-font-size: 26px;
  font-size: 26px;
  margin: 0 0 30px;
  text-transform: capitalize;
  margin-top: 30px;
}

.noti-layout-eight__heading--color {
  color: #FF8E9F;
}

.noti-layout-eight__para-wrap {
  background-color: #18c8cb;
  color: #fff;
  font-weight: 500;
  margin: 0 -15px;
  padding: 30px;
}

.noti-layout-eight__para-wrap .paragraph {
  -webkit-font-size: 16px;
  -moz-font-size: 16px;
  -ms-font-size: 16px;
  font-size: 16px;
  font-weight: 500;
}

.noti-layout-eight__para-wrap--background-color {
  background-color: #FF8E9F;
}

/*=====  End of notification layout 8 (design 1,2)  ======*/
/*==============================================
=            notification layout 9 (design 1,2)            =
==============================================*/
.noti-layout-nine {
  text-align: center;
  max-width: 300px;
  width: 100%;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#6ba343), to(#acd25e)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(#6ba343, #acd25e) repeat scroll 0 0;
  color: #fff;
  position: relative;
  padding: 20px;
}

.noti-layout-nine__wrapper {
  padding: 0 15px;
}

.noti-layout-nine__heading {
  -webkit-font-size: 28px;
  -moz-font-size: 28px;
  -ms-font-size: 28px;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.noti-layout-nine__close {
  background: transparent;
  border: 0 none;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

.noti-layout-nine__close:after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noti-layout-nine__close:before {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.noti-layout-nine__img-wrap {
  background-color: #fff;
  border-radius: 50%;
  height: 100px;
  position: relative;
  width: 100px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 10px #838383;
          box-shadow: 2px 2px 10px #838383;
}

.noti-layout-nine__img-wrap img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.noti-layout-nine__paragraph {
  margin-top: 20px;
  font-weight: 500;
}

.noti-layout-nine__continue {
  background: #fff none repeat scroll 0 0;
  color: #84AA36;
  font-weight: 500;
  -webkit-font-size: 17px;
  -moz-font-size: 17px;
  -ms-font-size: 17px;
  font-size: 17px;
  padding: 7px 27px;
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.noti-layout-nine__continue--color {
  color: #dc6565;
}

.noti-layout-nine--layout-second {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#dc6565), to(#ff9696)) repeat scroll 0 0 !important;
  background: transparent linear-gradient(#dc6565, #ff9696) repeat scroll 0 0 !important;
}

/*=====  End of notification layout 9 (design 1,2)  ======*/
/*===============================================
  =            notification layout 10 (design 1,2)            =
  ===============================================*/
.noti-layout-ten {
  background-image: url("../image/a1.jpg");
  background-position: 52% center;
  background-size: cover;
  -webkit-box-shadow: 0px 1px 5px -1px #707470;
          box-shadow: 0px 1px 5px -1px #707470;
  position: relative;
  max-width: 270px;
  width: 100%;
}

.noti-layout-ten:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.noti-layout-ten--second-layout {
  background-image: url("../image/aba1.jpg");
  background-position: 34% center;
}

.noti-layout-ten__wrapper {
  padding: 20px 117px 20px 20px;
  position: relative;
  z-index: 999;
  color: #00B0B3;
}

.noti-layout-ten__wrapper--color {
  color: #f27340;
}

.noti-layout-ten__cross-btn {
  content: "";
  position: absolute;
  right: 34px;
  top: 18px;
}

.noti-layout-ten__cross-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noti-layout-ten__cross-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.noti-layout-ten__start-btn {
  background-color: #fff;
  border: 0;
  border-radius: 29px;
  font-weight: bold;
  margin-top: 54px;
  padding: 10px 18px;
  -webkit-box-shadow: 2px 5px 13px #b9b9b9;
          box-shadow: 2px 5px 13px #b9b9b9;
}

.noti-layout-ten__content {
  font-weight: 500;
}

.noti-layout-ten__paragraph {
  -webkit-font-size: 28px;
  -moz-font-size: 28px;
  -ms-font-size: 28px;
  font-size: 28px;
  font-weight: normal;
  padding-top: 17px;
  margin-bottom: 33px;
  line-height: 35px;
}

/*=====  End of notification layout 10 (design 1,2)  ======*/
/*===============================================
=      notification layout 11 (design 1,2)      =
=================================================*/
.noti-layout-eleven__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e6e7ee;
  border-radius: 12px;
  border: 1px solid #d1d9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 350px;
  outline: 0;
  padding: 25px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
          box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #ffffff;
}

.noti-layout-eleven__wrap img {
  max-width: 100%;
}

.noti-layout-eleven__icon-wrap {
  border-radius: 50%;
  border: 1px solid #d1d9e6;
  -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -3px -3px 7px white;
          box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -3px -3px 7px white;
  height: 100px;
  position: relative;
  width: 100px;
}

.noti-layout-eleven__icon-wrap .noti-layout-eleven__icon {
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
}

.noti-layout-eleven__title {
  color: #EC5D5D;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}

.noti-layout-eleven__desc p {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.noti-layout-eleven__btn-wrap {
  width: 100%;
}

.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-check,
.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-later,
.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-done {
  background: #e6e7ee;
  border-color: #d1d9e6;
  border-radius: 40px;
  color: #191919;
  display: block;
  font-weight: bold;
  margin: 20px auto;
  max-width: 230px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  width: 100%;
  -webkit-box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
          box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #ffffff;
}

.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-check:hover,
.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-later:hover,
.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-done:hover {
  -webkit-box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff;
          box-shadow: inset 3px 3px 6px #b8b9be, inset -3px -3px 6px #ffffff;
}

.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-later {
  color: #EC5D5D;
}

.noti-layout-eleven__btn-wrap .noti-layout-eleven__btn-done {
  margin-bottom: 90px;
}

.noti-layout-eleven__cross-btn {
  font-size: 16px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 10px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  color: #6d6060;
  display: inline-block;
  font-weight: 600;
}

.noti-layout-eleven__cross-btn:hover {
  color: #6d6060;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.noti-layout-eleven__cross-btn:focus {
  text-decoration: none;
}

.noti-design-twenty-two .noti-layout-eleven__icon-wrap {
  background: #EB5D5D;
  -webkit-box-shadow: inset 2px 2px 5px #ef4848, inset -3px -3px 7px #632828;
          box-shadow: inset 2px 2px 5px #ef4848, inset -3px -3px 7px #632828;
}

/*=====  End of notification layout 11 (design 1,2)  ======*/
/*===============================================
=      notification layout 12 (design 1,2)      =
=================================================*/
.noti-layout-twelve__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 100%;
}

.noti-layout-twelve__img--wrap {
  background: #3888F5;
  border-radius: 12px 12px 0 0;
  height: 120px;
  max-width: 250px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.noti-layout-twelve__img--wrap .noti-layout-twelve__img {
  display: inline-block;
  margin-top: 15px;
  max-width: 200px;
  width: 100%;
}

.noti-layout-twelve__img--wrap .noti-layout-twelve__img img {
  max-width: 100%;
}

.noti-layout-twelve__desc--wrap {
  background: #f5f5f5;
  border-radius: 12px;
  max-width: 300px;
  padding: 15px;
  width: 100%;
}

.noti-layout-twelve__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.noti-layout-twelve__desc--wrap p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.noti-layout-twelve__btn-wrap {
  text-align: center;
  background: #ececec;
  margin: 0 -15px -15px -15px;
  padding: 10px 0;
}

.noti-layout-twelve__btn-wrap a:last-child {
  margin-right: 0;
}

.noti-layout-twelve__btn-cancel,
.noti-layout-twelve__btn-done {
  background: #D2E0F5;
  border-radius: 6px;
  color: #191919;
  display: inline-block;
  font-weight: 500;
  margin-right: 10px;
  max-width: 100px;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  width: 100%;
}

.noti-layout-twelve__btn-cancel:hover,
.noti-layout-twelve__btn-done:hover {
  background: #21CF79;
  color: #ffffff;
}

.noti-layout-twelve__btn-cancel:focus,
.noti-layout-twelve__btn-done:focus {
  text-decoration: none;
}

.noti-layout-twelve__cross-btn {
  color: #1d529d;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 10px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.noti-layout-twelve__cross-btn:focus {
  text-decoration: none;
}

.noti-layout-twelve__cross-btn:hover {
  color: #1d529d;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*=====  End of notification layout 12 (design 1,2)  ======*/
/*===============================================
=      notification layout 13 (design 1,2)      =
=================================================*/
.noti-layout-thirteen__wrap {
  background-color: #ffffff;
  border-radius: 4px;
  max-width: 350px;
  padding: 15px 5px;
  position: relative;
  width: 100%;
}

.noti-layout-thirteen__wrap::before, .noti-layout-thirteen__wrap::after {
  background: #3CB878;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px 4px 0 0;
}

.noti-layout-thirteen__wrap::after {
  border-radius: 0 0 4px 4px;
  bottom: 0;
  height: 6px;
  top: unset;
}

.noti-layout-thirteen {
  border-radius: 4px;
  border: 1px solid #f1e6e6;
  position: relative;
}

.noti-layout-thirteen__icon-wrap {
  background: #3cb878;
  border-radius: 50%;
  border: 6px solid #2DA266;
  height: 60px;
  left: 50%;
  position: absolute;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  -webkit-box-shadow: inset 3px 3px 6px #3fb176, inset -3px -3px 6px #1f7b4b;
          box-shadow: inset 3px 3px 6px #3fb176, inset -3px -3px 6px #1f7b4b;
}

.noti-layout-thirteen__icon {
  max-width: 20px;
  width: 100%;
  display: block;
  height: 20px;
  margin: 10px auto;
}

.noti-layout-thirteen__icon img {
  max-width: 100%;
}

.noti-layout-thirteen__title {
  color: #3CB878;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 30px 0;
  position: relative;
  text-align: center;
}

.noti-layout-thirteen__title::after {
  background: #85D2AA;
  border-radius: 4px;
  content: '';
  height: 3px;
  left: 120px;
  position: absolute;
  right: 120px;
  top: 40px;
}

.noti-layout-thirteen__desc p {
  color: #191919;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.noti-layout-thirteen__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
}

.noti-layout-thirteen__btn-wrap a:last-child {
  margin-right: 0;
}

.noti-layout-thirteen__btn-wrap .noti-layout-thirteen__btn-continue,
.noti-layout-thirteen__btn-wrap .noti-layout-thirteen__btn-print,
.noti-layout-thirteen__btn-wrap .noti-layout-thirteen__btn-try {
  background: #3CB878;
  border-radius: 35px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: inset 3px 3px 6px #3fb176, inset -3px -3px 6px #1f7b4b;
          box-shadow: inset 3px 3px 6px #3fb176, inset -3px -3px 6px #1f7b4b;
  color: #e1e1e1;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.noti-layout-thirteen__btn-wrap .noti-layout-thirteen__btn-continue:hover,
.noti-layout-thirteen__btn-wrap .noti-layout-thirteen__btn-print:hover,
.noti-layout-thirteen__btn-wrap .noti-layout-thirteen__btn-try:hover {
  background: #3CB878;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noti-layout-thirteen__cross-btn {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 5px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.noti-layout-thirteen__cross-btn:hover {
  color: #c7c7c7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.noti-design-twenty-six .noti-layout-thirteen__wrap::before, .noti-design-twenty-six .noti-layout-thirteen__wrap::after {
  background: #F24F5E;
}

.noti-design-twenty-six .noti-layout-thirteen__icon-wrap {
  background: #F24F5E;
  border: 6px solid #DB3948;
  -webkit-box-shadow: inset 3px 3px 6px #ef4d5c, inset -3px -3px 6px #a92d38;
          box-shadow: inset 3px 3px 6px #ef4d5c, inset -3px -3px 6px #a92d38;
}

.noti-design-twenty-six .noti-layout-thirteen__title {
  color: #F24F5E;
}

.noti-design-twenty-six .noti-layout-thirteen__title::after {
  background: #F24F5E;
}

.noti-design-twenty-six .noti-layout-thirteen__btn-continue,
.noti-design-twenty-six .noti-layout-thirteen__btn-try {
  background: #F35768;
  color: #ffffff;
  -webkit-box-shadow: inset 3px 3px 6px #ef4d5c, inset -3px -3px 6px #a92d38;
          box-shadow: inset 3px 3px 6px #ef4d5c, inset -3px -3px 6px #a92d38;
}

.noti-design-twenty-six .noti-layout-thirteen__btn-continue:hover,
.noti-design-twenty-six .noti-layout-thirteen__btn-try:hover {
  background: #F35768;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*=====  End of notification layout 13 (design 1,2)  ======*/
/*===============================================
=      notification layout 14 (design 1,2)      =
=================================================*/
.noti-layout-fourteen {
  border-radius: 6px;
  -webkit-box-shadow: 3rem 0 3rem -2rem rgba(0, 0, 0, 0.7);
          box-shadow: 3rem 0 3rem -2rem rgba(0, 0, 0, 0.7);
  background: #3366FF;
  max-width: 500px;
  padding: 15px 20px;
  width: 100%;
}

.noti-layout-fourteen__overlay {
  background: #F0EBD8;
  border-radius: 6px;
  bottom: 30px;
  left: 30px;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: -30px;
  width: 100%;
  z-index: -1;
}

.noti-layout-fourteen__btn--cross {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 5px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.noti-layout-fourteen__btn--cross:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #b1b1b1;
}

.noti-layout-fourteen__btn--cross:focus {
  text-decoration: none;
}

.noti-layout-fourteen__title {
  margin-top: 10px;
  text-align: left;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

.noti-layout-fourteen__desc p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
}

.noti-layout-fourteen__footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.noti-layout-fourteen__footer .noti-layout-fouteen__privacy {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  text-transform: capitalize;
}

.noti-layout-fourteen__btn--wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
}

.noti-layout-fourteen__btn--wrap .noti-layout-fourteen__btn--cancel,
.noti-layout-fourteen__btn--wrap .noti-layout-fourteen__btn--confirm {
  background: #2F5EEB;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  max-width: 100px;
  padding: 5px 10px;
  text-transform: capitalize;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  width: 100%;
}

.noti-layout-fourteen__btn--wrap .noti-layout-fourteen__btn--cancel:hover,
.noti-layout-fourteen__btn--wrap .noti-layout-fourteen__btn--confirm:hover {
  background: #ffffff;
  color: #2F5EEB;
}

.noti-layout-fourteen__btn--wrap .noti-layout-fourteen__btn--cancel:focus,
.noti-layout-fourteen__btn--wrap .noti-layout-fourteen__btn--confirm:focus {
  text-decoration: none;
}

.noti-layout-fourteen__overlay-img {
  display: inline-block;
  height: 30px;
  top: 10px;
  width: 30px;
  position: absolute;
  right: 10px;
}

.noti-layout-fourteen__overlay-img img {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .notification-wrapper {
    overflow-y: scroll;
  }
  .notification-wrapper:after {
    content: none;
  }
  .notification-wrapper .side-menu {
    width: 100%;
    display: none;
  }
  .notification-wrapper .mobile-view-sidebar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bababa;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    padding: 9px;
    position: relative;
    width: 90%;
    z-index: 99999;
  }
  .notification-wrapper__link {
    color: #000 !important;
  }
  .notification-wrapper .notification-page {
    width: 100%;
    padding: 0 15px;
  }
  .notification-wrapper .notification-page .noti-section-one {
    margin: 40px 0;
    position: static !important;
    display: inline-block;
  }
  .notification-wrapper .notification-page .noti-section-two {
    margin: 40px 0;
    position: static !important;
    display: inline-block;
  }
  .notification-wrapper .notification-page .active_class {
    padding-top: 30px;
  }
  .notification-wrapper .notification-page .noti-layout-eight__cross-btn {
    height: 28px;
    width: 28px;
  }
  .notification-wrapper .notification-page .noti-layout-eight__cross-btn:before {
    width: 16px;
  }
  .notification-wrapper .notification-page .noti-layout-eight__cross-btn:after {
    width: 16px;
  }
  .notification-wrapper .notification-page .noti-layout-eight__heading {
    font-size: 22px;
  }
  .notification-wrapper .notification-page .noti-layout-one__icon img {
    width: auto;
  }
  .notification-wrapper .notification-page .noti-layout-one__content:after {
    content: none;
  }
  .notification-wrapper .notification-page .noti-layout-two__message-wrap .minute-span {
    display: block;
  }
  .notification-wrapper .notification-page .noti-layout-four__cross-btn {
    margin-top: 25px;
  }
  .notification-wrapper__mobile-heading {
    display: block !important;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 800px) {
  .notification-wrapper .notification-page .noti-section-one {
    margin: 40px 28px;
  }
}

@media only screen and (max-width: 576px) {
  .noti-layout-fourteen__overlay {
    left: 10px;
  }
}
</pre></body></html>