:root {
  --Primary: #5e419d;
  --Secondary: #f0837b;
  --Black: #102631;
  --Grey: #737373;
  --White: #fff;
  --Input-Text: #a1a6b6;
  --colorBg: #fff5ed;
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: var(--colorBg);
  transition: all 2s;
}

input,
select,
button {
  outline: none;
  box-shadow: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* --- Start Header --- */
.header {
  padding: 30px 0px;
}

.header .header-content {
  display: flex;
  align-items: center;
}

.header .logo {
  margin-right: 30px;
  margin-bottom: 30px;
  display: block;
}

.header .home-btn {
  width: 120px;
  height: 28px;
  padding: 5px 10px;
  display: inline-flex;
  border-radius: 24px;
  align-items: center;
  border: 1px solid var(--Black, #102631);
}

.header .home-btn svg {
  stroke: #5e419d;
  margin-right: 10px;
}

.header .home-btn span {
  color: var(--Black);
  font-size: 14px;
  font-weight: 600;
}

.header .header-content .home-btn:hover {
  background-color: var(--Primary);
}

.header .header-content .home-btn:hover span {
  color: var(--White);
}

.header .header-content .home-btn:hover svg {
  stroke: var(--White);
}

/* --- End Header --- */

/* --- Start Terms & Conditions --- */
.terms-and-Conditions {
  padding: 60px 0px;
}

.terms-and-Conditions .content h2 {
  margin-bottom: 30px;
  color: var(--Black);
  font-size: 54px;
  font-weight: 600;
}

.terms-and-Conditions .content p {
  color: var(--Black);
  font-size: 20px;
  font-weight: 500;
}

.terms-and-Conditions .title-description {
  margin-bottom: 60px;
}

/* .terms-and-Conditions .Conditions-box strong{
    margin-bottom: 30px;
    color: var(--Black);
    font-size: 24px;
    font-weight: 600;
    display: block;
} */
.terms-and-Conditions .Conditions-box p {
  color: var(--Black);
  font-size: 16px;
  font-weight: 400;
}

.color-fields {
  font-size: 16px;
  font-weight: 400;
  color: #32a852;
}

/* --- End Terms & Conditions --- */

/* --- Start Divider --- */
.divider-line {
  width: 100%;
  height: 1px;
  background-color: #e4e3e2;
}

/* --- End Divider --- */

.footer {
  padding: 100px 0px;
}

.footer .footer-logo {
  margin-bottom: 30px;
}

.footer .social li {
  margin-bottom: 10px !important;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--Primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .social li svg {
  stroke: var(--Primary) !important;
}

.footer .social li:last-child {
  margin-right: 0px;
}

.footer .social li:hover {
  stroke: var(--White) !important;
  background-color: var(--Primary);
}

.footer .social li:hover svg {
  stroke: var(--White) !important;
}

.footer .support-contact h6 {
  margin-bottom: 15px;
  color: var(--Primary);
  font-size: 18px;
  font-weight: 600;
}

.footer .support-contact span {
  display: block;
  color: var(--Black);
  font-size: 16px;
  font-weight: 400;
}

.footer .menu-title {
  color: var(--Primary, #5e419d);
  font-size: 18px;
  font-weight: 600;
}

.footer .support-contact a {
  margin-top: 10px;
  color: var(--Black);
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.footer .support-contact a:hover {
  color: var(--Primary);
}

.footer .menu-title {
  color: var(--Primary);
  font-size: 18px;
  font-weight: 600;
}

.footer .menu {
  padding-left: 0;
  display: grid;
}

.footer .menu li a {
  color: var(--Black);
  font-size: 14px;
  font-weight: 500;
}

.footer .menu li a:hover {
  color: var(--Primary);
}

.footer .copy-rights {
  display: flex;
  margin-top: 30px;
  padding: 30px 51px;
  border-radius: 20px;
  background-color: #faefe7;
}

.footer .copy-rights p {
  margin: auto;
  color: var(--Grey);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.footer .copy-rights a {
  display: flex;
  justify-content: center;
}

.footer .dmga {
  float: right;
}

/* --- Responsive --- */

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
  .terms-and-Conditions {
    padding: 30px 0px;
  }

  .terms-and-Conditions .content h2 {
    font-size: 48px;
  }

  .terms-and-Conditions .title-description {
    margin-bottom: 30px;
  }

  .footer {
    padding: 60px 0px;
  }

  .footer .social {
    margin-bottom: 30px;
  }

  .footer .copy-rights p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer .menu-title {
    margin-top: 30px;
  }

  .footer .copy-rights {
    display: block;
  }

  .footer .dmga {
    float: none;
    display: block;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .banner h1 {
    font-size: 34px;
  }

  .header .logo {
    width: 100px;
  }

  .terms-and-Conditions .content h2 {
    font-size: 42px;
  }

  .footer .footer-logo {
    width: 100px;
  }
}

@media (max-width: 575.98px) {
  .header {
    padding: 30px 0px 0px;
  }

  .terms-and-Conditions .content h2 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .terms-and-Conditions .title-description {
    margin-bottom: 15px;
  }

  .terms-and-Conditions .content p {
    font-size: 18px;
  }

  .terms-and-Conditions .Conditions-box strong {
    margin-bottom: 15px;
  }
}

@media (max-width: 425px) {
  .footer .copy-rights {
    margin-top: 15px;
    padding: 15px 30px;
  }

  .footer .social li {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 375px) {
  .footer .footer-logo {
    width: 100px;
  }

  .terms-and-Conditions .content h2 {
    font-size: 28px;
  }
}

@media (max-width: 320px) {}


.card {
  width: 400px;
  background-color: #fff5ed;
  border: none;
  border-radius: 12px
}

label.radio {
  cursor: pointer;
  width: 100%
}

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}



.form-control {
  margin-top: 10px;
  height: 48px;
  border: 2px solid #eee;
  border-radius: 10px
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #ccc3bd
}

.agree-text {
  font-size: 12px
}

.terms {
  font-size: 12px;
  text-decoration: none;
  color: #ccc3bd
}

.confirm-button {
  height: 50px;
  border-radius: 10px;
  margin-top: 15px;
}