/* font-weight */
/* font-family */
/* font-size */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.container {
  max-width: 90%;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-top: 20px !important;
  overflow: inherit;
  overflow-x: clip;
  padding-bottom: 70px !important;
}
.swiper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-horizontal > .swiper-scrollbar,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  bottom: -55px;
  height: 1px;
  opacity: 1 !important;
}
.swiper .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  width: 330px !important;
  background-color: #2a7367;
}

.swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.swiper-button-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.slick-prev {
  left: 0;
  background: url("../../images/prev.png") 6px 8px/66% no-repeat !important;
}

.slick-next {
  right: 0;
  background: url("../../images/next.png") 8px 8px/66% no-repeat !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 10px;
  position: absolute;
  right: 5px;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #03224c;
  border-color: #03224c;
}

.form-check-input:focus {
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Graphik";
  font-weight: 400 !important;
}

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

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
}

body .thumbnail-container {
  padding-bottom: 68%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0;
}
body .thumbnail-container .thumbnail {
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: 0 0;
}
body .thumbnail-container .thumbnail img {
  display: block;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #5db992;
}

.main-header {
  background-image: url("../../images/main-banner-bg.png");
  background-position: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .main-header {
    padding-bottom: 30px;
  }
}
.main-header .top-header {
  padding: 15px 0;
}
.main-header .top-header .logo {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 767px) {
  .main-header .top-header .logo {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .main-header .top-header .logo {
    max-width: 117px;
  }
}
.main-header .top-header .right-details .join {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .main-header .top-header .right-details .join {
    margin-right: 10px;
  }
}
.main-header .top-header .right-details .join a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .main-header .top-header .right-details .join a {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .main-header .top-header .right-details .join a {
    font-size: 10px;
  }
}
.main-header .top-header .right-details .join a .pencle {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .main-header .top-header .right-details .join a .pencle {
    width: 19px;
    height: 19px;
    margin-right: 2px;
  }
}
.main-header .top-header .right-details .Interest {
  font-size: 15px;
  padding: 7px 15px;
  background: #e0ecf7;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #5c93d4;
}
@media (max-width: 767px) {
  .main-header .top-header .right-details .Interest {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (max-width: 575px) {
  .main-header .top-header .right-details .Interest {
    font-size: 10px;
    padding: 5px 10px;
  }
}
@media (max-width: 440px) {
  .main-header .top-header .right-details .Interest {
    font-size: 9px;
    padding: 5px 5px;
  }
}
.main-header .banner-section {
  padding: 15px 0 65px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header .banner-section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .main-header .banner-section {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .main-header .banner-section {
    padding: 10px 0;
  }
}
.main-header .banner-section h2 {
  font-size: 47px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .main-header .banner-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .main-header .banner-section h2 {
    font-size: 32px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-header .banner-section h2 {
    font-size: 26px;
  }
}
.main-header .banner-section h2 span {
  color: #51b890;
}
.main-header .banner-section p {
  color: #898989;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .main-header .banner-section p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .main-header .banner-section p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.main-header .banner-section .banner-div {
  position: relative;
}
@media (max-width: 767px) {
  .main-header .banner-section .banner-div {
    background-image: url("../../images/main-banner.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .main-header .banner-section .banner-div .watch {
    border-radius: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-header .banner-section .banner-div .img-fluid {
  height: 375px;
  border-radius: 20px;
  margin-bottom: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-header .banner-section .banner-div .banner-details {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../../images/banner-back.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-right: 85px;
}
@media (max-width: 1260px) {
  .main-header .banner-section .banner-div .banner-details {
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  .main-header .banner-section .banner-div .banner-details {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.main-header .banner-section .banner-div .banner-details h5 {
  font-size: 25px;
}
@media (max-width: 1023px) {
  .main-header .banner-section .banner-div .banner-details h5 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .main-header .banner-section .banner-div .banner-details h5 {
    font-size: 17px;
  }
}
.main-header .banner-section .banner-div .banner-details h2 {
  font-size: 80px;
}
@media (max-width: 1260px) {
  .main-header .banner-section .banner-div .banner-details h2 {
    font-size: 65px;
  }
}
@media (max-width: 1023px) {
  .main-header .banner-section .banner-div .banner-details h2 {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  .main-header .banner-section .banner-div .banner-details h2 {
    font-size: 32px;
  }
}
.main-header .banner-section .banner-div .banner-details p {
  font-weight: 400;
  color: #000;
  font-size: 15px;
}
@media (max-width: 1260px) {
  .main-header .banner-section .banner-div .banner-details p {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .main-header .banner-section .banner-div .banner-details p {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .main-header .banner-section .banner-div .banner-details p {
    font-size: 10px;
  }
}
.main-header .banner-section .elivation {
  position: absolute;
  bottom: 1%;
  left: -2%;
  width: 8%;
  height: 32%;
}
@media (max-width: 767px) {
  .main-header .banner-section .elivation {
    position: absolute;
    bottom: -5%;
    left: -4%;
    width: 10%;
    height: 15%;
  }
}
@media (max-width: 575px) {
  .main-header .banner-section .elivation {
    bottom: -7%;
    left: -7%;
    width: 25%;
    height: 30%;
  }
}

.home-info {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.home-info .Ellipse {
  position: absolute;
  width: 40%;
  height: 40%;
  bottom: 0;
  right: -22%;
}
.home-info .line {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 5%;
}
.home-info .pin {
  width: 20px;
  height: 20px;
  top: 20px;
  right: 5%;
  position: absolute;
}
.home-info .book {
  width: 40px;
  height: 40px;
  bottom: 20px;
  left: -8px;
  position: absolute;
}
.home-info h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 1199px) {
  .home-info h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .home-info h3 {
    font-size: 22px;
  }
}
.home-info ul {
  margin-left: 20px;
}
.home-info ul li {
  list-style: disc;
  padding-left: 15px;
  margin-top: 20px;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .home-info ul li {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .home-info ul li {
    font-size: 11px;
  }
}
.home-info ul li::marker {
  font-size: 18px;
}
.home-info ul .knowmorebtn {
  list-style: none;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .home-info ul .knowmorebtn {
    margin-bottom: 20px;
  }
}
.home-info ul .knowmorebtn a {
  color: #3481EC;
  font-size: 13px;
  font-weight: 600;
}
.home-info .right-img .leftimg {
  margin-right: 20px;
}
.home-info .right-img .rightimg {
  margin-top: 30px;
}
.home-info .right-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 300px;
  border-radius: 20px;
}

.investment {
  padding: 40px 0;
  position: relative;
}
.investment .Ellipse {
  position: absolute;
  width: 40%;
  height: 40%;
  bottom: 0;
  left: -22%;
}
.investment .lock {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11%;
  right: 2%;
}
.investment .dote12 {
  width: 25px;
  height: 26px;
  position: absolute;
  bottom: 25%;
  right: 2%;
}
.investment .star {
  width: 20px;
  position: absolute;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.investment .sqare {
  width: 10px;
  height: 15px;
  position: absolute;
  top: 40%;
  left: 2%;
  transform: translateY(-50%);
}
.investment .main-div {
  background-image: url("../../images/Group 17007.png");
  background-position: unset;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-origin: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
}
@media (max-width: 991px) {
  .investment .main-div {
    padding: 60px 60px;
  }
}
@media (max-width: 767px) {
  .investment .main-div {
    padding: 60px 40px;
    background-color: #f4f7ff;
    background-image: none;
    border-radius: 10px;
  }
}
.investment .main-div h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 45px;
  font-family: "Graphik";
}
.investment .main-div .main-list {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .investment .main-div .main-list {
    align-items: flex-start !important;
  }
}
.investment .main-div .main-list ul li {
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 15px;
  color: #000;
}
.investment .main-div .main-list ul li img {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .investment .main-div .main-list ul li {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .investment .main-div .main-list ul li {
    font-size: 14px;
  }
}
.investment #Interest {
  font-size: 15px;
  padding: 7px 15px;
  background: #fee0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #FBBF94;
}
@media (max-width: 575px) {
  .investment #Interest {
    font-size: 13px;
  }
}

.main-footer {
  background-color: #03214e;
}
.main-footer .top-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #546A89;
}
@media (max-width: 767px) {
  .main-footer .top-footer {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.main-footer .top-footer .footer-logo {
  width: 100%;
  max-width: 200px;
}
.main-footer .top-footer .footer-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main-footer .top-footer .footer-opt {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .main-footer .top-footer .footer-opt ul {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.main-footer .top-footer .footer-opt ul li {
  font-size: 12px;
  padding: 2px 5px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .main-footer .top-footer .footer-opt ul li {
    font-size: 10px;
    padding: 2px 3px;
  }
}
.main-footer .top-footer .footer-opt ul li a {
  color: #fff;
}
.main-footer .top-footer .footer-opt ul li + li {
  margin-left: 10px;
}
.main-footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .main-footer .bottom-footer {
    flex-direction: column-reverse;
  }
}
.main-footer .bottom-footer .copyright {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-footer .bottom-footer .copyright {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .main-footer .bottom-footer .copyright {
    font-size: 10px;
  }
}
.main-footer .bottom-footer .copyright p {
  margin-bottom: 0;
}
.main-footer .bottom-footer .agreement {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .main-footer .bottom-footer .agreement {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .main-footer .bottom-footer .agreement {
    font-size: 10px;
  }
}
.main-footer .bottom-footer .agreement li {
  list-style-type: disc;
}
.main-footer .bottom-footer .agreement li::marker {
  font-size: 17px;
  position: relative;
  top: 4px;
}
.main-footer .bottom-footer .agreement li a {
  color: #fff;
}
.main-footer .bottom-footer .agreement li + li {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .main-footer .bottom-footer .social-icon {
    margin-bottom: 8px;
  }
}
.main-footer .bottom-footer .social-icon li {
  padding: 0 5px;
}

.form-div {
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
.form-div .Ellipse {
  position: absolute;
  width: 19%;
  height: 30%;
  bottom: 15%;
  right: -11%;
}
@media (max-width: 991px) {
  .form-div .Ellipse {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .form-div .Ellipse {
    position: absolute;
    width: 25%;
    height: 14%;
    bottom: 15%;
    right: -17%;
  }
}
@media (max-width: 350px) {
  .form-div .Ellipse {
    position: absolute;
    width: 37%;
    height: 14%;
    bottom: 15%;
    right: -29%;
  }
}
.form-div .star3 {
  position: absolute;
  width: 20px;
  height: 22px;
  top: 0;
  left: 2%;
}
.form-div .dote {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 43%;
  right: 2%;
}
.form-div .fruit {
  position: absolute;
  width: 23px;
  height: 20px;
  bottom: 35%;
  left: 0;
}
.form-div .cap {
  position: absolute;
  width: 40px;
  height: 30px;
  top: 20%;
  right: -1%;
}
@media (max-width: 575px) {
  .form-div .cap {
    height: 20px;
    width: 27px;
  }
}
@media (max-width: 575px) {
  .form-div {
    padding: 25px 0;
  }
}
.form-div .left-profile h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.form-div .left-profile p {
  font-size: 15px;
  font-weight: 500;
  color: #898989;
  line-height: 1.8;
  margin-bottom: 30px;
}
.form-div .left-profile form .form-label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.form-div .left-profile form input {
  font-size: 12px;
  padding: 10px;
}
.form-div .left-profile .submit-btn {
  font-size: 13px;
  padding: 7px 20px;
  background: #fde0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 400;
  border: 1px solid #FBBF94;
  display: inline-flex;
  margin-top: 15px;
}
.form-div .left-profile .submit-btn button {
  font-weight: 500;
  padding: 0;
}
.form-div .left-profile .submit-btn a {
  color: #000;
}
.form-div .right-profile {
  padding: 40px 40px;
  background: #f8f8f8;
  border-radius: 25px;
  position: relative;
}
.form-div .right-profile .alivation {
  position: absolute;
  width: 20%;
  height: 30%;
  bottom: -8%;
  right: -6%;
}
@media (max-width: 575px) {
  .form-div .right-profile {
    padding: 27px 27px;
  }
}
.form-div .right-profile h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 565px) {
  .form-div .right-profile h3 {
    font-size: 19px;
  }
}
.form-div .right-profile .profile-main {
  padding: 8px 6px;
  background-color: #fff;
  border-radius: 8px;
}
.form-div .right-profile .profile-main .profile-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ebeef9;
  border-radius: 5px;
  padding: 2px;
}
.form-div .right-profile .profile-main .profile-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.form-div .right-profile .profile-main .profile-details {
  height: 47px;
  width: calc(100% - 50px);
}
.form-div .right-profile .profile-main .profile-details a {
  font-size: 13px;
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  margin-bottom: 0px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  line-height: 15px;
}
.form-div .right-profile .profile-main .profile-details .rating {
  justify-content: space-between;
}
.form-div .right-profile .profile-main .profile-details .rating h3 {
  font-size: 13px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.form-div .right-profile .profile-main .profile-details .rating h3 img {
  width: 12px;
  height: 12px;
}
.form-div .right-profile .profile-main .profile-details .rating p {
  font-size: 10px;
  margin-bottom: 0;
  color: #999;
}

.registeryouinterest-main-modal .modal-dialog {
  height: 544px;
}
@media (min-width: 576px) {
  .registeryouinterest-main-modal .modal-dialog {
    max-width: 395px;
    margin: 1.75rem auto;
  }
  .registeryouinterest-main-modal .modal-dialog .modal-content {
    border-radius: 20px !important;
  }
}
.registeryouinterest-main-modal .modal-content {
  border-radius: 20px;
}
.registeryouinterest-main-modal .registeryouinterest-body {
  padding: 0;
  position: relative;
}
.registeryouinterest-main-modal .registeryouinterest-body .top {
  background-image: url(../../images/registertopbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 126px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 20px 20px 0 0;
  top: 0;
  left: 0;
  right: 0;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content img {
  width: 46px;
  margin: 0 auto;
  text-align: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal .registeryouinterest-body .top .content .title {
    font-size: 16px;
  }
}
.registeryouinterest-main-modal .registeryouinterest-body .top .content .description {
  font-size: 12px;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal .registeryouinterest-body .top .content .description {
    font-size: 10px;
  }
}
.registeryouinterest-main-modal .registeryouinterest-body .Interestbtn button {
  font-size: 13px;
  padding: 7px 15px;
  background: #fee0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #fecdac;
  width: 100%;
  display: block;
  text-align: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput {
  padding-top: 144px;
  display: flex;
  justify-content: center;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput input {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 6px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput input:focus {
  border: 1px solid #5db992 !important;
  outline: 0;
}
.registeryouinterest-main-modal .registeryouinterest-body .optinput input:focus-visible {
  border: 1px solid #5db992 !important;
  outline: 0;
}
.registeryouinterest-main-modal .registeryouinterest-body form {
  height: 349px;
  overflow-y: scroll;
  margin-top: 126px;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar {
  width: 3px;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar-track {
  background: #ffffff;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar-thumb {
  background: #8ee0b6;
}
.registeryouinterest-main-modal .registeryouinterest-body form::-webkit-scrollbar-thumb:hover {
  background: #68b98f;
}
.registeryouinterest-main-modal .registeryouinterest-body form .form-label {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.registeryouinterest-main-modal .registeryouinterest-body form input {
  font-size: 12px;
  padding: 10px;
}

.maintermsprivacybox .modal-content {
  border-radius: 20px !important;
  overflow: hidden;
}
.maintermsprivacybox .modal-header {
  background-color: #f1f4fe;
}
.maintermsprivacybox .modal-body {
  height: 450px;
  overflow-x: clip;
  overflow-y: auto;
  margin-bottom: 15px;
}
.maintermsprivacybox .modal-body::-webkit-scrollbar {
  width: 3px;
}
.maintermsprivacybox .modal-body::-webkit-scrollbar-track {
  background: #ffffff;
}
.maintermsprivacybox .modal-body::-webkit-scrollbar-thumb {
  background: #8ee0b6;
}
.maintermsprivacybox .modal-body::-webkit-scrollbar-thumb:hover {
  background: #68b98f;
}
.maintermsprivacybox .modal-body .title {
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.maintermsprivacybox .modal-body p {
  color: #6a6a6a;
  font-size: 14px;
}

#privercypolicy .modal-content .modal-body {
  height: 300px;
  overflow-x: clip;
  overflow-y: auto;
  margin-bottom: 10px;
}
#privercypolicy .modal-content .modal-body::-webkit-scrollbar {
  width: 3px;
}
#privercypolicy .modal-content .modal-body::-webkit-scrollbar-track {
  background: #ffffff;
}
#privercypolicy .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #8ee0b6;
}
#privercypolicy .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #68b98f;
}

.errormaindiv {
  background-image: url(../../images/errorbg.png);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.errormaindiv img.errortextnew {
  width: 515px;
  -o-object-fit: contain;
     object-fit: contain;
}
.errormaindiv img.errorleft {
  position: absolute;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  height: 539px;
  bottom: 0;
}
.errormaindiv img.errorright {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 655px;
}
.errormaindiv img.logomain {
  position: absolute;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50px;
  top: 50px;
  height: 55px;
}
@media (max-width: 767px) {
  .errormaindiv img.errortextnew {
    width: 400px;
  }
  .errormaindiv img.errorleft {
    height: 400px;
  }
  .errormaindiv img.errorright {
    height: 400px;
  }
  .errormaindiv img.logomain {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .errormaindiv img.errortextnew {
    width: 300px;
  }
  .errormaindiv img.errorleft {
    height: 300px;
  }
  .errormaindiv img.errorright {
    height: 300px;
  }
}

.registeryouinterest-main-modal2 .modal-dialog {
  height: 90vh;
}
@media (min-width: 576px) {
  .registeryouinterest-main-modal2 .modal-dialog {
    max-width: 395px;
    margin: 1.75rem auto;
  }
  .registeryouinterest-main-modal2 .modal-dialog .modal-content {
    border-radius: 20px !important;
  }
}
.registeryouinterest-main-modal2 .modal-content {
  border-radius: 20px;
  height: auto;
}
.registeryouinterest-main-modal2 .registeryouinterest-body {
  padding: 0;
  position: relative;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .top {
  background-image: url(../../images/registertopbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 126px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 20px 20px 0 0;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal2 .registeryouinterest-body .top {
    height: 93px;
  }
}
.registeryouinterest-main-modal2 .registeryouinterest-body .top .content img {
  width: 46px;
  margin: 0 auto;
  text-align: center;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .top .content .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal2 .registeryouinterest-body .top .content .title {
    font-size: 16px;
  }
}
.registeryouinterest-main-modal2 .registeryouinterest-body .top .content .description {
  font-size: 12px;
  color: black;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal2 .registeryouinterest-body .top .content .description {
    font-size: 10px;
  }
}
.registeryouinterest-main-modal2 .registeryouinterest-body .Interestbtnnew {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .Interestbtn button {
  font-size: 13px;
  padding: 7px 15px;
  background: #fee0cc;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #fecdac;
  width: 100%;
  display: block;
  text-align: center;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .Interestbtn button.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background: #ffffff;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .optinput {
  padding-top: 144px;
  display: flex;
  justify-content: center;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .optinput input {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 6px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .optinput input:focus {
  border: 1px solid #5db992 !important;
  outline: 0;
}
.registeryouinterest-main-modal2 .registeryouinterest-body .optinput input:focus-visible {
  border: 1px solid #5db992 !important;
  outline: 0;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form {
  height: auto;
  overflow-y: scroll;
  margin-top: 126px;
}
@media (max-width: 767px) {
  .registeryouinterest-main-modal2 .registeryouinterest-body form {
    margin-top: 93px;
  }
}
.registeryouinterest-main-modal2 .registeryouinterest-body form .row .col-md-12 {
  margin-top: 10px !important;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form::-webkit-scrollbar {
  width: 3px;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form::-webkit-scrollbar-track {
  background: #ffffff;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form::-webkit-scrollbar-thumb {
  background: #8ee0b6;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form::-webkit-scrollbar-thumb:hover {
  background: #68b98f;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form .form-label {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.registeryouinterest-main-modal2 .registeryouinterest-body form input {
  font-size: 12px;
  padding: 10px;
}

.shownew {
  display: block !important;
}

.aggrement .checkbox {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.aggrement .checkbox input {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}
.aggrement .agree-text p {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 436px) {
  .aggrement .agree-text p {
    font-size: 11px;
  }
}
.aggrement .agree-text p a {
  color: #000;
  text-decoration: underline;
}

.Interestbtnfixed {
  font-size: 15px;
  padding: 7px 15px;
  background: #e0ecf7;
  border-radius: 9px;
  color: #000;
  font-weight: 500;
  border: 1px solid #5c93d4;
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 1;
}

#datepicker {
  width: 180px;
  margin: 0 20px 20px 20px;
}

#datepicker > span:hover {
  cursor: pointer;
}

#datepicker1 {
  width: 180px;
  margin: 0 20px 20px 20px;
}

#datepicker1 > span:hover {
  cursor: pointer;
}

#datepicker2 {
  width: 180px;
  margin: 0 20px 20px 20px;
}

#datepicker2 > span:hover {
  cursor: pointer;
}

.timepicker {
  width: 180px;
  margin: 0 20px 20px 20px;
}

.timepicker > span:hover {
  cursor: pointer;
}

.timepicker1 {
  width: 180px;
  margin: 0 20px 20px 20px;
}

.timepicker1 > span:hover {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */