html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  background-color: #ffffff;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 14px;
  color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /* font-family: 'Rubik', sans-serif; */
  margin: 0 0 25px 0;
  color: #212121;
}

h1,
h2,

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}


ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.main-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 33%);
  background: linear-gradient(to bottom, rgb(0 0 0 / 92%) 0%, rgb(255 255 255 / 0%) 100%);
}

header {
  padding: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
  background: rgb(255 255 255 / 100%);
}

.header-cta {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: #efae01;
  padding: 10px 15px;
  border-radius: 5px;
}

.header-cta:hover {
  text-decoration: none;
  color: #fff;
}

.header-cta span {
  font-weight: 800;
}

.logo {
  text-align: center;
}

.logo img {
  width: 100%;
  max-width: 180px;
}

.header-menu li {
  margin: 0 15px;
}

.header-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 15px !important;
  display: inline-block;
}

.header-menu li a:hover {
  color: #259d64;
}

.header-menu .dropdown-menu {
  border: 0;
  width: 200px;
  background: #000;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  right: -30px;
  left: inherit;
  top: 78px;
  border-radius: 0;
  border-top: 0px solid #2197f3;
}

.header-menu .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #fff;
}

.header-menu .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.navbar-toggler {
  outline: 0 !important;
  border: 0;
  font-size: 35px;
  padding: 0;
  margin-top: -5px;


}

.main {
  background-attachment: fixed;
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
  padding-bottom: 90px;
}

.login-section:before,
.main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 48%) url(../images/overlay-pattern.png);
}

.hero-title {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-title span {
  font-weight: 800;
  color: #259d64;
}


.left-panel h2 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}

.left-panel h2 span {
  color: #259d64;
}

.left-panel p {
  font-size: 16px;
  margin: 0;
  color: white;
}

.form-action {
  margin-top: 0px;
}

.white-box .row {
  margin-right: -5px;
  margin-left: -5px;
}

.white-box .row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

label.error {
  display: none !important;
}

.form-control.error {
  background-color: #ffe6e6;
  border: 2px solid #ffbcbc;
}

.footer-text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
  color: #000;
}

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

.form-btn {
  outline: none;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #259d64;
  min-width: 200px;
  text-decoration: none !important;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 0 80px 0 #fff;
}

.form-btn:hover {
  text-shadow: 0 -80px 0 #fff, 0 0 0 #fff;
  background-color: #0e3b61;
}

.main-banner-content {
  max-width: 767px;
  margin: auto;
  text-align: center;
}

.footer {
  position: relative;
  text-align: left;
  background: #1a1a1a;
  padding: 60px 0;
}

.footer p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #eee;
  font-weight: 400;
  text-align: center;
}

.footer p a {
  color: #fff;
  text-decoration: underline;
}


ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  margin-top: 0px;
  flex-wrap: wrap;
}

ul.footer-link li a {
  color: #fff;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #fff;
}

ul.footer-link li:after {
  content: '|';
  color: #ccc;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  display: none;
}


select.form-control {
  background-image: url(../images/arrow.svg);
  background-size: 10px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control {
  background: #ffffff;
  border: 2px solid #dddddd;
  min-height: 50px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 5px;
  color: #777;
  outline: 0;
  padding: 10px 20px;
}

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

label.dob-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
}

label.dob-label:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  display: block;
  position: absolute;
}

label.dob-label span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px 15px;
}

.white-box {
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 9;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.box-content {
  padding: 36px;
}

.form-title {
  background: #259d64;
  text-align: center;
  /* margin: -35px; */
  margin-bottom: 0;
}

.form-title h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 25px 25px;
}

.twm-how-it-work-area {
  padding: 90px 0;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 70px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-head.center.wt-small-separator-outer p {
  font-size: 14px;
}

.section-head.center.wt-small-separator-outer h2 {
  margin: 0px auto;
  font-size: 40px;
  font-weight: 700;
  color: #259d64;
}














.checkbox-chk {
  display: flex;
  margin-top: 10px;
  text-align: left;
}

.checkbox-chk input[type=checkbox]:focus {
  outline: 0;
}

.checkbox-chk label {
  transition: .5s ease all;
  align-items: center;
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0;
  width: calc(100% - 25px);
  font-size: 11px;
  line-height: 1.4;
}

.checkbox-chk label span {
  font-size: 13px !important;
}

.checkbox-chk input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 2px solid #ccc;
  margin: 0px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.checkbox-chk input[type=checkbox]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.checkbox-chk input[type=checkbox]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type=checkbox]:checked:after {
  transform: scale(0.8);
}

.checkbox-chk input[type=checkbox] {
  border-radius: 0;
}


.checkbox-chk input[type=checkbox]:after {
  width: 16px;
  height: 26px;
  position: relative;
  top: 1px;
}

.checkbox-chk input[type=checkbox]:checked {
  border: none;
  background-color: #259d64;
}

.checkbox-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}



.bg-holder-pattern {
  background-repeat: no-repeat;
  background-position: 100% 15%;
}

.feature-step {
  padding: 0;
}

.feature-step .feature-info-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
  background: #eef7f3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

.feature-step .feature-info-content {
  padding: 10px 20px;
}

.feature-step .feature-info-icon img {
  width: 60px;
}

.feature-step .feature-info-content h5 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.feature-step .feature-info-content p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  max-width: 300px;
  margin: auto;
}

.feature-step:hover .feature-info-icon {
  background: #259d64;
}

.feature-step:hover .feature-info-icon img {
  -webkit-filter: invert(100%);
  filter: invert(100%);

}

.service-two {
  padding: 90px 0;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

section.service-two:before {
  content: '';
  position: absolute;
  background: rgb(0 0 0 / 14%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service-two__inner {
  position: relative;
  padding: 60px;
  background-color: rgb(0 0 0 / 80%);
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .service-two__inner {
    padding: 50px 40px;
  }
}

@media (max-width: 430px) {
  .service-two__inner {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -15px;
    border-radius: 0;
  }
}

.service-two__inner .row {
  --bs-gutter-x: 40px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .service-two__inner .row {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1400px) {
  .service-two__inner .row {
    --bs-gutter-x: 90px;
  }
}

.service-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.17;
}

.service-two__item {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .service-two__item {
    text-align: center;
  }
}

.service-two__icon {
  margin-bottom: 23px;
  position: relative;
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 1;
}

.service-two__icon img {
  width: 65px;
}

.service-two__item:hover .service-two__icon img {
  width: 65px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media (max-width: 991px) {
  .service-two__icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-two__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: transform 400ms ease, opacity 400ms ease;
  background-color: #0e3b61;
}

.service-two__icon span {
  font-size: 60px;
  color: #259d64;
}

.service-two__item:hover .service-two__icon::after {
  opacity: 1;
  transform: scale(1);
}

.service-two__item:hover .service-two__icon span {
  color: #fff;
}

.service-two__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .service-two__title {
    font-size: 21px;
  }
}

.service-two__title:hover {
  color: 259d64;
}

.service-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}

.service-two__title a:hover {
  background-size: 100% 1px;
}

.service-two__text {
  text-transform: capitalize;
  margin-bottom: 30px;
  min-height: 75px;
  font-weight: 400;
  font-size: 15px;
}

.service-two__btn {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #259d64;
  border-radius: 50%;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 16px;
}

.append-div {
  font-size: 12px;
  font-style: italic;
  opacity: .7;
}

.service-two__btn span {
  font-size: 18px;
  color: #fff;
  transition: all 500ms ease;
}

.service-two__btn:hover {
  background-color: #259d64;
  text-decoration: none;
}

.service-two__btn:hover span {
  color: #fff;
  transform: rotate(46deg);
}

.logo-section {
  padding-top: 40px;
  background: rgb(37 157 100 / 8%);
  padding-bottom: 20px;
}

.form-section-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.contact-title h2 {
  font-size: 30px;
  font-weight: 800;
}

.contact-title h2 small {
  display: block;
  font-size: 16px;
}

.contact-title {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}

.partner-logo:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.partner-logo:hover img {
  transform: scale(1.05);
}

.partner-logo img {
  width: 100%;
  object-fit: contain;
  transition: .5s ease all;
}

.partner-logo {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: 100px;
  padding: 10px;
  border: 1px solid #259d64;
  /* filter: grayscale(1); */
  transition: .5s ease all;
}

.dtr-swiper-next.swiper-button-next,
.dtr-swiper-prev.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 32%;
  transform: translateY(0px);
  width: 30px;
  height: 30px;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important;
  color: #000;
}


.dtr-swiper-prev.swiper-button-prev,
.swiper-container-rtl .swiper-button-next.dtr-swiper-next {
  background-image: none;
  left: -20px;
  right: auto;
}

.dtr-swiper-next.swiper-button-next,
.swiper-container-rtl .dtr-swiper-prev.swiper-button-prev {
  background-image: none;
  right: -20px;
  left: auto;
}


.contact-info {
  text-align: left;
  /* max-width: 460px; */
}

.contact-info h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.contact-info p {
  color: #fff;
  font-size: 18px;
}

.contact-info h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}

.contact-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: left;
}

.contact-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-thumb img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 25px;
}

.contact-details h4 {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}

.contact-details p {
  margin: 0;
}

.contact-details p a {
  color: #fff;
}

.contact-details {
  padding-left: 20px;
    width: calc(100% - 50px);
}

.contact-thumb {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #259d64;
  border-radius: 100%;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav li {
  margin: 0;
}

.dropdown-menu {
  margin: 0;
}

.dropdown-menu {
  padding: 10px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(20, 39, 82, 0.1);
}

.dropdown-item {
  padding: 5px 1rem;
  font-size: 0.950em;
  line-height: 1.5em;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 1rem;
  text-transform: uppercase;
  font-size: 0.824em;
}

.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  box-shadow: none;
  border: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-toggler-icon::after {
  font-family: 'icomoon';
  content: "\ef8c";
  font-size: 24px;
  color: #142752;
}

.navbar-light .navbar-toggler-icon::after {
  font-family: 'icomoon';
  content: "\ef8c";
  font-size: 24px;
  color: #142752;
}

.navbar-toggler:focus {
  outline: 0;
}


.upper-right {
  position: relative;
  float: right;
}

.info-box {
  position: relative;
  text-align: left;
  padding-left: 65px;
  min-height: 50px;
}

.info-box .icon-box img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  width: 35px;
}

.info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #259d64;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.info-box li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

.info-box li a {
  color: #259d64;
  font-size: 25px;
  line-height: 30px;
  font-style: normal;
  font-weight: 800;
}

.privacy-section {
  padding: 30px 0;
}

.privacy-section p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.login-section {
  min-height: 90vh;
  justify-content: center;
  border-top: 1px solid #ccc;
  background-attachment: fixed;
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
  padding-bottom: 90px;
  background-image: url(../images/hero1.png);
}

.login-form {
  box-shadow: 0 0px 15px rgb(0 0 0 / 17%);
  padding: 0 !important;
  overflow: hidden;
}

@media (max-width: 991px) {

  .upper-right,
  .feature-list {
    display: none;
    float: right;
  }

  .service-two__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .left-panel {
    padding: 20px 0;
    text-align: center;
  }

  header {
    position: relative;
  }

  .main {
    padding: 15px 0;
  }

  .radio-flex {
    margin-top: 14px;
  }

  .radio-label {
    width: calc(100% - 120px);
    font-size: 12px;
  }

  .radio-switch {
    width: 120px;
    margin-top: 5px;
  }

  .box-content {
    padding: 20px;
  }


  .form-title h2 {
    font-size: 20px;
    padding: 25px 25px;
  }

  .checkbox-chk label {
    width: calc(100% - 15px);
    font-size: 10px;
  }

  .checkbox-chk input[type=checkbox] {
    height: 15px;
    width: 15px;
  }

  .form-btn {
    outline: none;
    padding: 10px 30px;
  }

  .hero-title {
    font-size: 32px;
  }

  .left-panel p {
    font-size: 14px;
  }

  .twm-how-it-work-area {
    padding: 30px 0;
  }

  .section-head.center.wt-small-separator-outer h2 {
    font-size: 22px;
  }

  .section-head.center.wt-small-separator-outer {
    margin-bottom: 30px;
  }

  .bg-holder-pattern {
    background-image: none !important;
  }

  .feature-step .feature-info-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }

  .feature-step .feature-info-icon img {
    width: 50px;
  }

  .service-two {
    padding: 0;
  }

  .service-two__text {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .service-two__item {
    margin-bottom: 40px;
  }

  .contact-info h2 {
    font-size: 25px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .logo-section {
    padding-top: 40px;
    background: #f4f6ff;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }
.logo img {
    width: 100%;
    max-width: 135px;
}
  .footer {
    padding: 30px 0;
  }
}