@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
.bg-lightred {
  background-color: #f7f7f7;
}

.text-red {
  color: #ff4550;
}

.text-lightred {
  color: #f7f7f7;
}

.text-mango {
  color: #fdc06f;
}

.text-skyblue {
  color: #1cc4f3;
}

.text-green {
  color: #89c541;
}

.text-green-2 {
  color: #4cbc9a;
}

.text-orange {
  color: #f26929;
}

.text-magnolia {
  color: #f3f4fe;
}

.text-lightpurple {
  color: #a098ae;
}

.text-purple {
  color: #9f2c93;
}

.text-rhino {
  color: #303972;
}

.fw-medium {
  font-weight: 500;
}

.heading-1 {
  font-size: 36px;
  color: #303972;
}

.heading-1-md {
  font-size: 34px;
  color: #303972;
}

.heading-2 {
  font-size: 24px;
  color: #303972;
  font-weight: normal;
}

.heading-2 {
  font-size: 24px;
  color: #303972;
  font-weight: normal;
}

.heading-3 {
  font-size: 18px;
  color: #303972;
  font-weight: 400;
}

.desc-xl {
  font-size: 29px;
}

.desc-lg {
  font-size: 26px;
}

.desc-md {
  font-size: 24px;
}

.desc-md-2 {
  font-size: 21px;
}

.desc-sm {
  font-size: 14px;
}

.form-label {
  font-size: 18px;
  color: #303972;
  font-weight: 500;
  margin-bottom: 18.5px;
}

.form-select,
.form-control {
  border: 1px solid #c1bbeb;
  font-size: 14px;
  color: #a098ae;
  border-radius: 5px;
  min-height: 48px;
}

.form-select:focus,
.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #c2bbeb25;
          box-shadow: 0 0 0 0.25rem #c2bbeb25;
  border-color: #303972;
}

.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #a098ae;
}

.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #a098ae;
}

.form-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #a098ae;
}

.form-select::placeholder,
.form-control::placeholder {
  color: #a098ae;
}

.bg-lightred {
  background-color: #f7f7f7;
}

.text-red {
  color: #ff4550;
}

.text-lightred {
  color: #f7f7f7;
}

.text-mango {
  color: #fdc06f;
}

.text-skyblue {
  color: #1cc4f3;
}

.text-green {
  color: #89c541;
}

.text-green-2 {
  color: #4cbc9a;
}

.text-orange {
  color: #f26929;
}

.text-magnolia {
  color: #f3f4fe;
}

.text-lightpurple {
  color: #a098ae;
}

.text-purple {
  color: #9f2c93;
}

.text-rhino {
  color: #303972;
}

.pt-100 {
  padding-top: 100px;
}

.pt-160 {
  padding-top: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33.5px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f7f7f7;
  color: #303972;
}

.page-content {
  position: relative;
  left: 345px;
  width: calc(100% - 345px);
  padding: 50px;
}

@media screen and (max-width: 1200px) {
  .page-content {
    left: 245px;
    width: calc(100% - 245px);
    padding: 12px;
  }
}

@media screen and (max-width: 992px) {
  .page-content {
    left: 0px;
    width: 100%;
  }
}

.header {
  margin-bottom: 85px;
}

@media screen and (max-width: 575px) {
  .header {
    margin-bottom: 50px;
  }
}

.language-switcher {
  padding: 23px 18px 19px;
  background-color: white;
  border-radius: 18px;
}

.language-switcher .form-check-input {
  width: 45px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  cursor: pointer;
  background-color: #303972 !important;
  border-color: #303972 !important;
}

.language-switcher .form-check-input:checked {
  background-color: #a098ae !important;
  border-color: #a098ae !important;
}

@media screen and (max-width: 992px) {
  .language-switcher {
    padding: 15px 10px 11px;
  }
  .language-switcher .form-check-input {
    width: 40px;
  }
}

.navbar {
  display: block;
  position: fixed;
  left: 0;
  width: 345px;
  height: 100vh;
  background-color: #1cc4f3;
  padding: 0;
  z-index: 100;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media screen and (max-width: 1200px) {
  .navbar {
    width: 245px;
  }
}

@media screen and (max-width: 992px) {
  .navbar {
    left: -245px;
  }
}

.navbar-nav {
  margin-top: 20px;
}

.navbar-links {
  list-style-type: none;
  margin-left: 35px;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .navbar-links {
    margin-left: 5px;
  }
}

.navbar .nav-item {
  padding: 14.5px 0px;
  position: relative;
}

.navbar .nav-item:nth-child(5) svg {
  left: 23px;
}

@media screen and (max-width: 992px) {
  .navbar .nav-item:nth-child(5) svg {
    left: 10px;
  }
}

.navbar .nav-item:nth-child(7) svg {
  left: 23px;
}

@media screen and (max-width: 992px) {
  .navbar .nav-item:nth-child(7) svg {
    left: 13px;
  }
}

.navbar .nav-item:nth-child(9) svg {
  left: 15px;
}

@media screen and (max-width: 992px) {
  .navbar .nav-item:nth-child(9) svg {
    left: 5px !important;
  }
}

.navbar .nav-link {
  padding-left: 80px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.86);
}

.navbar .nav-link svg {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: rgba(255, 255, 255, 0.86);
}

@media screen and (max-width: 1200px) {
  .navbar .nav-link {
    padding-left: 70px;
  }
  .navbar .nav-link svg {
    left: 20px;
  }
}

.navbar .active {
  position: relative;
}

.navbar .active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: -1;
  border-radius: 60px 0px 0px 60px;
}

.navbar .active .nav-link {
  color: #f26929 !important;
}

.navbar .active svg {
  fill: #f26929;
}

.show {
  left: 0;
}

.notification {
  position: relative;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 992px) {
  .notification {
    position: absolute;
    top: 70px;
    right: 0;
  }
}

.notification img {
  width: 24px;
}

.notification .notification-alert {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f26929;
}

@media screen and (max-width: 992px) {
  .notification {
    width: 40px;
    height: 40px;
  }
  .notification img {
    width: 15px;
  }
  .notification .notification-alert {
    top: 7px;
    right: 7px;
    width: 6px;
    height: 6px;
  }
}

.maindetails,
.form {
  border-radius: 20px;
  overflow: hidden;
}

.maindetails__header,
.form__header {
  background-color: #1cc4f3;
  padding: 14px 41px 15px;
}

.maindetails__input-group, .maindetails__group,
.form__input-group,
.form__group {
  padding: 0 41px 10px;
  padding-top: 36px;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .maindetails__input-group, .maindetails__group,
  .form__input-group,
  .form__group {
    padding: 36px 12px 0;
  }
}

.maindetails .btn-group,
.form .btn-group {
  margin-top: 41px;
}

.maindetails .btn-group .btn,
.form .btn-group .btn {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .maindetails .btn-group .btn,
  .form .btn-group .btn {
    width: 236px !important;
  }
  .maindetails .btn-group .btn:first-child,
  .form .btn-group .btn:first-child {
    margin-right: 20px;
  }
}

.form-select {
  background-image: url("../assets/images/dropdown.svg");
  background-size: 24.59px 14.77px;
}

textarea.form-control {
  min-height: calc(1.5em + 9.5rem + 2px);
}

.form-check-label {
  font-size: 16px;
  line-height: 16px;
  position: relative;
  top: 5px;
  margin-left: 14px;
}

.form-check-input {
  width: 24px;
  height: 24px;
  border-color: #303972 !important;
}

.form-check-input:checked {
  background-color: #303972;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #303972;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background-image: url("../assets/images/calender.svg");
  width: 24.5px;
  height: 24.5px;
}

.btn:focus,
.accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success {
  height: 60px;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #89c541;
  border-color: #89c541;
}

.btn-success:hover {
  background-color: #89c541;
  border-color: #89c541;
}

.btn-orange {
  height: 60px;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #f26929;
  background-color: #f269293f;
  border-color: #f269293f;
}

.btn-orange:hover {
  color: #f26929;
  background-color: #f269293f;
  border-color: #f269293f;
}

.btn-purple {
  height: 60px;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #9f2c93;
  background-color: #9f2c943f;
  border-color: #9f2c943f;
}

.btn-purple:hover {
  color: #9f2c93;
  background-color: #9f2c943f;
  border-color: #9f2c943f;
}

.btn-blue {
  height: 60px;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #1cc4f3;
  border-color: #1cc4f3;
}

.btn-blue:hover {
  background-color: #1cc4f3;
  border-color: #1cc4f3;
  color: white;
}

@media screen and (max-width: 992px) {
  .w-sm-100 {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .d-xxxl-none {
    display: none;
  }
}

.file-upload {
  margin-bottom: 70px;
}

.file-upload label {
  margin-bottom: 20px;
  font-size: 18px;
  white-space: nowrap;
}

.file-upload p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  width: 160px;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  color: #a098ae;
}

.file-upload-inner {
  position: relative;
  width: 175px;
  height: 175px;
  padding: 10px;
  cursor: pointer;
}

.file-upload-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #c1bbeb;
  border-radius: 10px 10px 10px 10px;
}

.my-dropzone {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.dz {
  cursor: pointer;
}

.dz-preview {
  width: 95%;
  height: 95%;
  position: relative;
  left: 9px;
  top: 9px;
  margin: 0 !important;
}

.dz-image {
  width: 95% !important;
  height: 95% !important;
  margin: 0 !important;
}

.dz-image img {
  width: 100% !important;
}

.dz-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.dz-success-mark, .dz-error-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shadow-md {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.rounded-20 {
  border-radius: 20px;
}

@media screen and (min-width: 1600px) {
  .maindetails__group {
    padding: 0 !important;
  }
}

.maindetails__group .instalment {
  padding: 21px 32px 0;
}

.instalment__header {
  display: none;
  border-radius: 0 0 20px 20px;
}

@media screen and (min-width: 1600px) {
  .instalment__header {
    padding: 10px 0 20px;
    width: 100%;
    background-color: #1cc4f3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.6fr 1fr 1fr 1fr 1fr 0.7fr;
        grid-template-columns: 1fr 0.6fr 1fr 1fr 1fr 1fr 0.7fr;
  }
  .instalment__header .title {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.instalment__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.instalment__item .title {
  margin-bottom: 30px;
}

@media screen and (min-width: 1600px) {
  .instalment__item {
    width: 100%;
    -ms-grid-columns: 1fr 0.6fr 1fr 1fr 1fr 1fr 0.7fr;
        grid-template-columns: 1fr 0.6fr 1fr 1fr 1fr 1fr 0.7fr;
  }
  .instalment__item .title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1600px) {
  .instalment__item {
    border-bottom: 1px solid #303972;
  }
}

.instalment__date {
  font-size: 14px !important;
}

.instalment footer .btn-success {
  width: 384px;
  max-width: 100%;
  margin-top: 100px;
}

.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #303972;
  border-color: #303972;
}

.pagination .page-link {
  border-radius: 50%;
  margin: 0 8px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination .page-link:focus {
  -webkit-box-shadow: 0 0 0 0.25rem #30397284 !important;
          box-shadow: 0 0 0 0.25rem #30397284 !important;
}

.pagination .next .page-link,
.pagination .prev .page-link {
  border: none;
  border-radius: 50%;
}

.pagination .prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pagination .next svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/*# sourceMappingURL=instalment.css.map */