<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
}

h1,
h2 {
  font-size: 3.5rem;
  line-height: 130%;
}

h3,
h4 {
  font-size: 2.6rem;
  line-height: 120%;
}

h5,
h6 {
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

body {
  background-color: #fff;
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden;
}

.info-video {
    position: relative;
    display: inline-flex;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }

.info-video .play i{
    color: #fff;
    font-size: 28px;
  }

.info-video .play.played {
    display: none;
  }

.info-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
  }

.info-video video {
    width: 100%;
  }

	  .about-info .info-video .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }

/* header css start */
.navbar-section {
  /*padding-top: 1.5rem;*/
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  z-index: 9999;
  background-color: #fff;
}
.navbar-section .navbar-brand img {
  mix-blend-mode: darken;
}
.navbar-section .navbar-nav .nav-item .nav-link {
  color: #111337;
  /*font-size: 0.875rem;*/
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02rem;
  margin: 0 1.12rem;
  padding: 0;
}
.navbar-section .navbar-nav .nav-item .nav-link i {
  margin-left: 0.2rem;
}
.navbar-section .navbar-nav .nav-item .active.nav-link {
  color: #5f4272;
  border-bottom: 2px solid #5f4272;
}
.navbar-section .d-flex {
  align-items: center;
}
.navbar-section .d-flex a .fa-search {
  font-size: 1.2rem;
  margin-right: 1.5rem;	
}
.navbar-section .d-flex select {
  border: 0;
  background-color: transparent;
  font-size: 12px;
  margin: 0 1rem;
}
.navbar-section .d-flex a.login {
  border-radius: 3rem;
  border: 1px solid #5f4272;
  background: #5f4272;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  margin-right: 1.5rem;
  transition: ease-in-out 0.3s;
}
.navbar-section .d-flex a.login:hover {
  background-color: #111337;
}
.navbar-section .d-flex .user a {
  display: inline-flex;
  align-items: center;
}
.navbar-section .d-flex .user a img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.8rem;
}
.navbar-section .d-flex .user.dropdown .btn {
  padding: 0;
}
.navbar-section .d-flex .user.dropdown .btn:active, .navbar-section .d-flex .user.dropdown .btn:focus {
  box-shadow: none;
  border: 0;
}

.header-shadow {
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.1);
}

/* header css end */
/* hero css start */
.home-hero-bg {
  background-image: url("../images/home-hero-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top 60px center;
  padding-bottom: 32rem;
}

.hero-txt-wrap {
  padding-top: 4rem;
  text-align: center;
}
.hero-txt-wrap h1 {
  color: #111337;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.hero-txt-wrap h1 span {
  color: #5f4272;
}
.hero-txt-wrap .hero_btn {
  margin-top: 2rem;
}
.hero-txt-wrap .hero_btn a {
  border-radius: 0.5rem;
  border: 1px solid #5f4272;
  background: #5f4272;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
}
.hero-txt-wrap .hero_btn a:hover {
  background-color: #111337;
}
.hero-txt-wrap .hero_btn a i {
  margin-left: 0.5rem;
}

.common-title {
  color: #5f4272;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.common-para {
  color: #77717b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.common-bttn {
  border-radius: 0.5rem;
  border: 1px solid #5f4272;
  background: transparent;
  color: #5f4272;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
}
.common-bttn:hover {
  background-color: #5f4272;
  color: #fff;
}

.user {
  height: 50px;
}

.lang {
 margin-right: 1.5rem;
}

.bar {
 max-width: 95%;
 background-color: white;
}

.resp {
 margin-bottom: 30px;
}


.language-dropdown a i{
    font-size: 14px;
}

.common-bttn i {
  margin-left: 0.5rem;
}

.pa-y4 {
  padding: 4rem 0;
}

.pa-y5 {
  padding: 0rem 0rem 4rem 0rem;
}

.feat-box-txt h6 {
  color: #111337;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-bottom: 3px solid #9a949e;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.feat-box-txt h5 {
  color: #5f4272;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.feat-box-txt p {
  color: #9a949e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-40 {
  margin-top: 18rem;
}

.border-top-bttm {
  border-top: 1px solid rgba(154, 148, 158, 0.6941176471);
  border-bottom: 1px solid rgba(154, 148, 158, 0.6941176471);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.artical-txt p {
  width: 80%;
}

.artical-img {
  text-align: center;
}
.artical-img img {
  width: 90%;
  display: block;
}

.brdr-t {
  border-top: 1px solid #5f4272;
}

.get-start-txt-box {
  border-radius: 2rem;
  background: url(../images/cta.png);
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
  padding: 8rem 2rem;
  padding-bottom: 6rem;
  text-align: center;
}
.get-start-txt-box h5 {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
}
.get-start-txt-box a {
  border-radius: 0.5rem;
  border: 1px solid #fff;
  background: #fff;
  color: #5f4272;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
}
.get-start-txt-box a:hover {
  background-color: #5f4272;
  color: #fff;
}
.get-start-txt-box a i {
  margin-left: 1rem;
  font-size: 0.875rem;
}

.footer-section {
  background-color: #32263c;
  padding: 2rem 0 1.5rem;
}

.ftr-logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ftr-logo-box ul {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ftr-logo-box ul li a {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
  margin-left: 2rem;
}
.ftr-logo-box ul li a i {
  margin-right: 0.5rem;
}

.ftr-menu ul {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr-menu ul li a {
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
  margin: 0 1rem;
}

.social-icons {
  text-align: right;
}
.social-icons ul {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social-icons ul li span {
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
}
.social-icons ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: 1rem;
}
.social-icons ul li a i {
  font-size: 0.875rem;
  color: #fff;
}

.ftr-copy {
  border-top: 2px solid #fff;
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftr-copy p {
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
}
.ftr-copy ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ftr-copy ul li a {
  display: inline-block;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  line-height: 100%;
  margin-left: 1.5rem;
}

.breadcumb-section-wrap {
  background-color: #ecf9fe;
  padding: 7rem 0;
  text-align: center;
}
.breadcumb-section-wrap h1 {
  color: #5f4272;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.list-point i {
  font-size: 5px;
  margin-right: 0.2rem;
}

.about-img img {
  border-radius: 0.625rem;
  display: block;
  width: 80%;
  margin-left: auto;
}

.video-txt-box {
  text-align: center;
  border-top: 2px solid rgba(17, 19, 55, 0.0862745098);
  padding-top: 4rem;
}

.video-bg {
  margin-top: 2.5rem;
}
.video-bg a {
  display: block;
}
.video-bg a img {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
}

.helpful-form {
  text-align: center;
  margin-top: 2rem;
}
.helpful-form .form-check-label {
  color: #5f4272;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.helpful-form .form-check-input:checked {
  background-color: #5f4272;
  border-color: #5f4272;
}

.faq-txt-wrap {
  border-bottom: 1px solid #efedf1;
  padding-bottom: 2rem;
}
.faq-txt-wrap .accordion .accordion-item {
  border: 1px solid #111337;
  border-radius: 0.625rem;
  margin-bottom: 1.5rem;
}
.faq-txt-wrap .accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  line-height: 120%;
  color: #111337;
  border-radius: 0.625rem;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
.faq-txt-wrap .accordion .accordion-button:active, .faq-txt-wrap .accordion .accordion-button:focus {
  border: 0;
}

.crediential-form-wrapper {
  background-color: #fff;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.23);
  padding: 4rem;
  border-radius: 0.875rem;
}
.crediential-form-wrapper .form-group {
  margin-top: 1rem;
}
.crediential-form-wrapper .form-group label {
  color: #534e56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.crediential-form-wrapper .form-group .form-control {
  border-color: rgba(119, 113, 123, 0.325);
  border-radius: 0.45rem;
  color: #534e56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.crediential-form-wrapper .form-group .select-area {
  position: relative;
}
.crediential-form-wrapper .form-group .select-area i {
  position: absolute;
  color: #111337;
  font-size: 1rem;
  right: 0.8rem;
  top: 0.8rem;
}
.crediential-form-wrapper .form-group select.form-control,
.crediential-form-wrapper .form-group input.form-control {
  height: 2.7rem;
}
.crediential-form-wrapper .form-group textarea.form-control {
  resize: none;
  padding-top: 1rem;
}
.crediential-form-wrapper .form-check {
  margin-top: 1rem;
}
.crediential-form-wrapper .form-check .form-check-label {
  color: #534e56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.crediential-form-wrapper .form-check .form-check-input {
  border: 2px solid #5f4272;
  border-radius: 2px;
}
.crediential-form-wrapper .form-check .form-check-input:checked {
  background-color: #5f4272;
  border-color: #5f4272;
}
.crediential-form-wrapper .form-submit .btn-submit {
  border-radius: 0.5rem;
  border: 1px solid #5f4272;
  background: #5f4272;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
  margin-top: 1.5rem;
}
.crediential-form-wrapper .form-submit .btn-submit:hover {
  background-color: #111337;
  color: #fff;
}

.credential-body-bg {
  background-color: #fdfbfe;
}

.credintial-main-area {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.language-box {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 99;
}
.language-box select {
  border: 0;
  background-color: transparent;
  font-size: 12px;
  color: #534e56;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.logo-box {
  text-align: center;
  margin-bottom: 2rem;
}
.logo-box a {
  display: inline-block;
}
.logo-box a img {
  mix-blend-mode: darken;
}

.dont-have-account {
  text-align: center;
  margin-top: 2.2rem;
}
.dont-have-account p {
  font-size: 0.8rem;
}
.dont-have-account p a {
  color: #5f4272;
  font-weight: 700;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.resend-otp {
  color: #534e56;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
  margin-top: 1rem;
}

.message-alert {
  color: red;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0.8rem;
}

.header-flex {
  display: flex;
  align-items: center;
  width: 96%;
  justify-content: space-between;
}

.price-package-box {
  padding: 3.5rem 2rem;
  background-color: #fff;
  border-radius: 0.875rem;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.15);
}
.price-package-box .name h4 {
  color: #5f4272;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.price-package-box .name h5 {
  color: #111337;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.price-package-box .name h5 span {
  color: #534e56;
}
.price-package-box .d-flex {
  align-items: center;
  justify-content: space-between;
}
.price-package-box .d-flex h6 {
  color: #111337;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.price-package-box .d-flex h6:first-child {
  color: #534e56;
}
.price-package-box .buy {
  margin: 1rem 0;
}
.price-package-box .buy .btn {
  border-radius: 0.5rem;
  border: 2px solid #534e56;
  background: transparent;
  color: #534e56;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
}
.price-package-box .buy .btn:hover {
  background-color: #5f4272;
  color: #fff;
}
.price-package-box .ftr {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 2px solid rgba(154, 148, 158, 0.173);
}
.price-package-box .ftr .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-package-box .ftr .title h6 {
  color: #111337;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.price-package-box .ftr .title h6 i {
  color: green;
  margin-right: 0.5rem;
}
.price-package-box .ftr .title a {
  color: #7ed4f7;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.price-package-box .ftr ul {
  margin-left: 3rem;
  margin-top: 1rem;
}
.price-package-box .ftr ul li {
  color: rgba(17, 19, 55, 0.7098039216);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.price-package-box.recomended {
  background-color: #32263c;
  position: relative;
}
.price-package-box.recomended .recom {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #5f4272;
  color: #fff;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0.6rem 1rem;
}
.price-package-box.recomended .name h5 {
  color: #fff;
}
.price-package-box.recomended .name h5 span {
  color: rgba(255, 255, 255, 0.6470588235);
}
.price-package-box.recomended .d-flex h6 {
  color: #fff;
}
.price-package-box.recomended .d-flex h6:first-child {
  color: rgba(255, 255, 255, 0.6470588235);
}
.price-package-box.recomended .buy .btn {
  background-color: #fff;
  color: #5f4272;
}
.price-package-box.recomended .ftr ul li,
.price-package-box.recomended .ftr .title h6 {
  color: rgba(255, 255, 255, 0.6470588235);
}

.create-smart {
  border-radius: 0.5rem;
  border: 2px solid #5f4272;
  background: #5f4272;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
}
.create-smart:hover {
  background-color: #fff;
  color: #5f4272;
}

.smartNews-create-box {
  background-color: #efedf1;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90%;
  flex-direction: column;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.01);
  border-radius: 0.875rem;
  border: 2px dashed rgba(17, 19, 55, 0.7098039216);
  text-align: center;
}
.smartNews-create-box h6 {
  color: #5f4272;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0.5rem;
}

.smartNews-txt-box {
  background-color: #fff;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.06);
  border-radius: 0.875rem;
}
.smartNews-txt-box .thumbnail img {
  display: block;
  width: 100%;
  border-radius: 0.875rem 0.875rem 0 0;
}
.smartNews-txt-box .txt {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smartNews-txt-box .txt h5 {
  color: rgba(17, 19, 55, 0.7098039216);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.smartNews-txt-box .txt p {
  color: #5f4272;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.smartNews-txt-box .dropdown .btn:focus {
  border: 0;
  box-shadow: none;
}
.smartNews-txt-box .dropdown-menu {
  padding: 0;
  border-radius: 5px;
  border: 0;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.06);
  min-width: 130px;
  max-width: 130px;
}
.smartNews-txt-box .dropdown-menu li .dropdown-item {
  color: rgba(17, 19, 55, 0.7098039216);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 6px 14px;
}
.smartNews-txt-box .dropdown-menu li .dropdown-item i {
  font-size: 0.625rem;
  margin-right: 0.4rem;
}

.form-submit-bttns {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 50% 50%;
}
.form-submit-bttns .btn-cancel {
  border-radius: 0.5rem;
  border: 2px solid #5f4272;
  background: transparent;
  color: #5f4272;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
  margin-right: 0.275rem;
}
.form-submit-bttns .btn-cancel:hover {
  background-color: #fff;
  color: #5f4272;
}
.form-submit-bttns .btn-submit {
  border-radius: 0.5rem;
  border: 2px solid #5f4272;
  background: #5f4272;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  padding: 0.825rem 1.8rem;
  height: 3.0625rem;
  transition: ease-in-out 0.3s;
  margin-left: 0.275rem;
}
.form-submit-bttns .btn-submit:hover {
  background-color: #fff;
  color: #5f4272;
}

.modal-dialog {
  max-width: 330px;
}

.modal-body {
  border-radius: 0 0 1rem 1rem;
  padding: 1.5rem;
}

.create-smart-news-form-wrapper {
  background-color: #efecf1;
  padding: 2rem;
  border-radius: 1rem;
}

.select-duration {
  border: 1px solid #534e56;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
}
.select-duration h5 {
  color: #5f4272;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}
.select-duration .d-flex {
  justify-content: center;
}
.select-duration .d-flex a {
  display: inline-block;
  padding: 0.8rem 2rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0.5rem;
  transition: ease-in-out 0.3s;
}
.select-duration .d-flex a:hover {
  background-color: #5f4272;
  color: #fff;
}
.select-duration .d-flex a.active {
  background-color: #5f4272;
  color: #fff;
}
.select-duration .form-group {
  margin-top: 1rem;
  text-align: center;
}
.select-duration .form-group label {
  color: #77717b;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: block;
}
.select-duration .form-group input {
  border-radius: 4px;
  border: 0;
  height: 1.8rem;
  font-size: 0.8rem;
  width: 120px;
}

.alert-box {
  box-shadow: 5px 6px 12px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1rem;
  padding-bottom: 4rem;
}

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

.mt-95 {
  margin-top: 110px !important;
}</pre></body></html>