/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}

.form-control:focus {
  border-color: #236084 !important;
  box-shadow: none;
}

a, a:hover {
  text-decoration: none !important;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

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

main {
  padding: 100px 0 0 0;
}
body:has(.modal.show) {
    overflow: hidden;
}
.toggle-hide-show .open-eye {
    display: none;
}

.toggle-hide-show .close-eye {
    display: block;
}

.toggle-hide-show.fa-eye .open-eye {
    display: block;
}

.toggle-hide-show.fa-eye .close-eye {
    display: none;
}
.main_btn {
  background: -webkit-linear-gradient(233deg, transparent 15px, #236084 0px);
  padding: 19px 34px;
  font-weight: 700;
  font-size: 18px;
  height: auto;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  text-transform: capitalize;
  border:none;
}

.main_white_btn {
  background: -webkit-linear-gradient(233deg, transparent 15px, #fff 0px);
  padding: 19px 34px;
  font-weight: 700;
  font-size: 18px;
  height: auto;
  color: #236084;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  text-transform: capitalize;
}

.main_btn svg {
  margin-left: 12px;
}

/* =========== Home Page ============= */
/* banner */
.sh_banner {
  padding: 60px 0 40px;
  background: url("../images/banner_bg.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner_img img {
  height: 587px;
  object-fit: contain;
}

.banner_txt h6 {
  font-weight: 600;
  font-size: 18px;
  color: #236084;
  margin: 0 0 8px;
}

.banner_txt h2 {
  font-weight: 800;
  font-size: 32px;
  color: #041926;
  margin: 0 0 14px;
}

.banner_txt p {
  font-weight: 500;
  font-size: 18px;
  color: #44525E;
  margin: 0 0 42px;
}

.bnr_detail svg {
  height: 38px;
  min-height: 38px;
  margin: 0 0 12px;
}

.bnr_detail h5 {
  font-weight: 700;
  font-size: 18px;
  color: #041926;
  margin: 0 0 10px;
}

.bnr_detail p {
  font-weight: 500;
  font-size: 16px;
  color: #44525E;
  margin: 0;
}

.bnr_detail {
  margin-bottom: 36px;
}

.lft_bnr {
  padding-right: 47px;
}

.sh_social_bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: 15;
  padding: 30px 0;
}

.sh_social_bx a, .sh_scroll a {
  font-weight: 600;
  font-size: 16px;
  color: #236084;
  transform: rotate(270deg);
}

.sh_scroll_bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  right: 60px;
}

.sh_scroll {
  transform: rotate(270deg);
}

.sh_social_bx svg {
  height: 6px;
  min-width: 6px;
}

/* Living Space Area */
.sh_space_bx {
  padding: 40px 0 80px;
}

.sh_space {
  background: url("../images/home.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 120px 80px 50px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  border-radius: 28px;
  height: 650px;
  width: 100%;
}

.sh_space h6 {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.sh_space h3 {
  font-size: 68px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 18px;
}

.sh_space p {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 0 38px;
}

.play_btn {
  background: #FFFFFF;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.play_btn::before {
  content: '';
  border: 1.02418px solid rgba(255, 255, 255, 0.5);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
}

.play_btn::after {
  content: '';
  opacity: 0.05;
  border: 1.30556px solid rgba(255, 255, 255, 0.5);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
}

.play_btn_bx {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: auto 0;
}

/* partner */
.sh_partner {
  padding: 80px 0;
  background: url("../images/partner/bg.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sh_txt p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #44525E;
  margin: 0 0 30px;
}

.sh_txt h3 {
  font-weight: 800;
  font-size: 42px;
  text-align: center;
  color: #041926;
  margin: 0 0 12px;
}

.sh_txt h6 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #236084;
  margin: 0 0 8px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}

.partner_slider, .slider {
  height: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.partner-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slide {
  width: 250px;
  height: 110px;
  background: #FFFFFF;
  border: 1px solid #C4D8E3;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px;
  transition: all 0.3s ease-in-out
}

.slide:hover {
  border: 1px solid #236084;
}

.partner_bg {
  background: #236084;
}

.slide img {
  width: 175px;
  height: 50px;
  object-fit: contain;
}

@keyframes scrolls {
  0% {
    transform: translateX(-1400px);
  }

  100% {
    transform: translateX(0);
  }
}

.slide-track {
  display: flex;
  width: calc(250px * 14);
  animation: scrolls 40s linear infinite;
}

/* Our Services */
.sh_services {
  padding-top: 90px;
  height: 825px;
  background: url("../images/services-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-color: #EAFCFF;
}

.service_item_bx {
  background: -webkit-linear-gradient(226deg, transparent 28px, #236084 29px);
  width: 175px;
  height: 223px;
  padding: 42px 18px 19px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
}

.service_item_bx:hover {
  background: url("../images/services/hover.png");
  box-shadow: inset 0 0 0 2000px rgba(18, 18, 18, 0.4);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.service_item_bx img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.service_item_bx p {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.br {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 48px;
  transform: rotate(270deg);
}

.owl-service.owl-carousel .owl-nav {
  background: #EAFCFF;
  border: 1px solid #5E8D93;
  border-radius: 27px;
  padding: 3px;
  text-align: center;
  margin: 40px auto 0;
  white-space: nowrap;
  max-width: 187px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-service.owl-carousel .owl-nav.disabled {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-dots {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin: -27px auto 0;
}

.owl-service.owl-carousel button.owl-dot {
  width: 6px;
  height: 6px;
  background: #5E8D93;
  opacity: 0.4;
  border-radius: 50%;
}

.owl-service.owl-carousel button.owl-dot.active {
  opacity: 1;
}

.owl-service.owl-carousel .owl-nav button.owl-next,
.owl-service.owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  background: #B8DDE3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.owl-service.owl-carousel .owl-nav button.owl-next:hover,
.owl-service.owl-carousel .owl-nav button.owl-prev:hover {
  background: #236084;
}

.owl-service.owl-carousel .owl-nav button:hover span svg path {
  stroke: #fff;
}

.owl-carousel {
  display: block;
}

/* About */
.sh_about {
  background: url("../images/about/about.png");
  box-shadow: inset 0 0 0 2000px rgba(35, 96, 132, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0;
}

.about_txt p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 34px;
}

.about_txt h6 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.about_txt h3 {
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 12px;
}

.about_item {
  position: relative;
}

.about_img img {
  height: 300px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  border-radius: 18px;
  cursor: pointer;
  width: 100%;
  border: 1px solid #fff;
  object-fit: cover;
}

.about_next a {
  background: #fff;
  border-radius: 50%;
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.owl-about .owl-stage-outer {
  padding: 0 0 30px;
}

.overlay-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.overlay-icons a {
  background: #5E8D93;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.overlay-icons img {
  height: 16px;
  object-fit: contain;
}

.overlay {
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  transition: height 0.4s ease;
  background: #092B40CC;
  max-width: 100%;
  width: 90%;
  height: 0;
  margin: 20px auto;
}

.about_item:hover .overlay {
  height: 88%;
}

/* about slider */
.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #fff;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #000;
  height: 3px;
  top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  display: flex;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: #000;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
  color: #888;
  font-weight: 16px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
  background: #888;
}

/* about slider */
.owl-about.owl-carousel button.owl-dot {
  width: 16px;
  height: 16px;
  /* background: #5E8D93; */
  background-color: #fff;
  /* opacity: 0.4; */
  border-radius: 50%;
}

.owl-about.owl-carousel .owl-nav button.owl-next, .owl-about.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.sh_about {
  position: relative;
}

.owl-about .owl-dots {
  position: absolute;
  left: 0;
  top: 0;
}

.sh_about .container {
  padding-right: 15px;
  padding-left: 15px;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

/* .owl-about .owl-stage-outer{
  overflow: visible;
} */
.wd-about-area {
  padding-left: 150px;
}

/*  .about_next{
  position: absolute;
  bottom: 0;
  left: 45%;
}*/
.owl-about .owl-dots {
  position: absolute;
  left: 0;
  top: -10px;
  display: flex;
  margin: 0 0 0 -75%;
  flex-direction: column;
  min-height: 390px;
  justify-content: space-between;
}
.owl-about.owl-carousel button.owl-dot .dot-count {display:none;}
.owl-about.owl-carousel button.owl-dot.active .dot-count {display:block;}
.dot-count {
    font-family: "Mulish";
    font-size: 14px;
    font-weight: 800;
  }
.owl-about .owl-dots::after {
  content: '';
  position: absolute;
  height: 100%;
  border: 1px solid #B1C7D4;
  z-index: -1;
}

.owl-about.owl-carousel button.owl-dot {
  width: 7px;
  height: 7px;
  background: #B1C7D4;
  border-radius: 50%;
}

.owl-about.owl-carousel button.owl-dot.active {
  position: relative;
  width: 38px;
  height: 38px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-about.owl-carousel button.owl-dot.active::after {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

/*Bestie agents page 18-09-24*/
/*Bestie agents page 18-09-24*/
.wd-as-inner-banner {
  background: #041926;
  padding: 115px 0;
  position: relative;
}

.wd-as-inner-banner::before {
  content: "";
  background: url(../images/bestie-agent/banner-bg.png) no-repeat;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  left: 0;
  opacity: 20%;
}

.wd-banner-img::before {
  background: url(../images/bestie-agent/house.png);
  left: 0;
}

.wd-banner-img::after {
  background: url(../images/bestie-agent/house-2.png);
  right: 0;
}

.wd-banner-img::before, .wd-banner-img::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 50%;
  bottom: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.wd-banner-img h2 {
  font-family: Mulish;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  color: white;
}

.wd-as-agent-content {
  padding: 80px 0;
}

.wd-as-agent-content ul li p {
  font-family: Mulish;
  font-size: 18px;
  /* font-weight: 600; */
  line-height: 22.59px;
  text-align: left;
  margin-bottom: 0px;
  width: calc(100% - 20px)
}

.wd-as-agent-content ul li svg {
  display: block;
  width: 22px;
  height: 20px;
  margin-top: 2px;
}

.wd-as-agent-content ul li {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px
}

.wd-house-img img {
  width: 438px;
  height: 407px;
}

.wd-as-agent-content h4 {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 700;
  color: #236084;
}

.wd-form {
  padding: 0 0 80px;
}

.wd-as-form {
  border-radius: 30px;
  background: #236084;
  overflow: hidden;
}

.wd-as-formwrap {
  padding: 40px 50px 40px 0;
}

.wd-as-formwrap h3 {
  font-size: 32px;
  font-weight: 800;
  color: white;
}

.wd-form-field {
  display: flex;
  gap: 10px;
}

.wd-as-formwrap label {
  font-size: 14px;
  line-height: 17.57px;
  color: white;
}

.wd-as-formwrap button {
  border: none;
}

.wd-as-form .form-control {
  height: 58px;
  border-radius: 8px;
  background: #194F70;
  border: 2px solid #3A7294;
  color: white;
}

.wd-as-form textarea.form-control {
  height: 120px
}

.wd-as-bg-frame {
  background: url(../images/bestie-agent/bgframe.png) no-repeat;
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: bottom;
}

/*DIY*/
.wd-as-data-text h5 {
  font-size: 18px;
  color: #236084;
}

.wd-as-diy, .wd-as-learn {
  padding: 80px 0;
}

.wd-as-diy-img {
  padding: 30px;
}

.wd-as-diy-img img {
  height: 100%;
  width: 100%;
}

.wd-as-diy-wrap {
  margin: 0 0 80px;
}

.wd-as-diy-wrap:last-of-type {
  margin: 0
}

/*Learn*/
.wd-as-learnlist li a {
  font-size: 22px;
  font-weight: 600;
  color: #04192687;
}
.wd-as-learnlist {
    position: sticky;
    top: 100px;
}
.wd-as-learnlist li {
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #C4D8E3;
}

.wd-as-learnlist li:nth-child(2), .wd-as-learnlist li:nth-child(3), .wd-as-learnlist li:nth-child(4) {
  padding-top: 20px;
}

.wd-as-learnlist li:nth-child(4) {
  border: none;
}

.wd-as-learntxt h4 {
  font-family: Mulish;
  font-size: 28px;
  font-weight: 700;
}

.wd-as-learntxt p {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
}

.wd-as-formwrap .form-group {
  display: flex;
  flex-direction: column;
  position: relative;
}

input.iti__search-input {
  display: none;
}

.iti--inline-dropdown .iti__dropdown-content {
  box-shadow: none;
  background: none;
  width: 100% !important;
}

/*Login modal*/
.wd-as-logModal .modal-header {
  background: #236084;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 35px 145px;
  border-radius: 25px 25px 0 0px;
}

.view {
  position: relative;
}

.wd-as-profile .modal-header svg path {
  fill: black !important;
  stroke: black !important;
}

.viewpwd {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.modal-content {
  border-radius: 25px;
}

.wd-as-logModal .modal-header .close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.wd-as-logModal .modal-body {
  padding: 20px 25px;
}

.wd-as-modtitle {
  text-align: center;
}

.wd-as-modtitle h3 {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 800;
}

.wd-as-modtitle p {
  color: #44525E;
}

.wd-as-logModal label, .wd-as-profile label {
  font-family: "Mulish";
  font-size: 14px;
  font-weight: bold;
}

.wd-as-logModal .form-control, .wd-as-profile .form-control {
  border: 2px solid #D6E1E8;
  border-radius: 8px;
  min-height: 58px;
}

input.form-control.otp-input {
  text-align: center;
}

.wd-as-check {
  height: 20px;
  width: 20px;
  min-height: 20px !important;
  line-height: normal !important;
}

.wd-as-passwd {
  justify-content: space-between;
  align-items: center;
}

.wd-as-passwd .form-group {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wd-as-fg-pswd {
  font-weight: 700;
  color: #236084;
}

.wd-as-logModal .modal-footer {
  justify-content: center !important;
}

.int-phone {
  display: flex;
  flex-direction: column;
}

.modal-footer .main_btn {
  width: 100%;
}

.wd-as-logModal button, .wd-as-profile button {
  border: none;
}

.wd-as-logModal .modal-footer a {
  color: #236084;
  font-weight: bold;
}

.iti__flag, .iti__flag-box {
  display: none;
}

.wd-as-formwrap .iti__selected-dial-code {
  color: white;
  /* font-family: Mulish; */
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  /* text-align: left; */
}

.wd-as-formwrap .iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid white;
}

/*--------------------18-09-2024- Output TM [ START ] -----------------*/
.conrt_blog {
  padding: 80px 0;
}

.title_info {
  color: #236084;
  font-size: 26px;
  font-weight: 700;
  line-height: 32.63px;
  text-align: left;
  margin-bottom: 18px;
}

.info_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.info_list li h4 {
  color: #236084;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}

.info_list li span {
  color: #041926;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: block;
}

.ag_title {
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 15px;
}

.ag_title a {
  color: #236084;
  text-align: left;
  text-decoration: underline;
}

.ag_title small {
  color: #041926;
  text-decoration: none;
}

.add_list {
  padding: 0 0 0 30px;
}

.add_list li {
  color: #041926;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}

.custom-checkbox>[type="checkbox"], .custom-checkbox label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox>[type="checkbox"]:not(:checked), .custom-checkbox>[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label, .custom-checkbox>[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid rgb(0 0 0 / 50%);
  background: #fff;
  border-radius: 5px;
}

.custom-checkbox>[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 22px;
  height: 22px;
  border: 2px solid rgb(0 0 0 / 50%);
  background: rgb(0 0 0 / 80%);
  border-radius: 5px;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:after, .custom-checkbox>[type="checkbox"]:checked+label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0;
  color: #fff;
  transition: all 0.2s;
  margin: 3px 0px 0 5px;
  font-size: 12px;
}

.custom-checkbox>[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.custom-checkbox>[type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.conrt_blog table span {
  background: #F6F6F6;
  color: #041926;
  padding: 3px 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.conrt_blog table p {
  background: #E1F4FF;
  color: #041926;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 32px;
}

.conrt_blog table thead th {
  vertical-align: bottom;
  border-bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.table-responsive table thead th:first-child {
  color: #236084;
  font-weight: 700;

}

.conrt_blog table td, .conrt_blog table th {
  padding: 0.75rem 0;
  vertical-align: middle;
  border-top: none;
  margin: 0 auto;
  text-align: center;
}

.conrt_blog .table-responsive {
  margin-bottom: 50px;
}

/*--------------------Output TM [ END ] -----------------*/
/* -------------add property  [START] ------------*/
/* Wizard form */
.wd-add-property {
  padding: 25px 0 0;
}

.form-wizard {
  position: relative;
}

.form-wizard .form-wizard-header {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.form-wizard .form-wizard-steps {
  margin: 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
}

.form-wizard-header ul:before {
  content: "";
  max-width: 80%;
  width: 100%;
  height: 7px;
  background: #EFF0F6;
  display: block;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  /* transform: translate(0, -15px); */
}

.form-wizard-header ul li {
  position: relative;
  text-align: center;
  background: #fff;
  max-width: 80px;
  width: 100%;
}

.form-wizard-header li span {
  width: 38px;
  height: 38px;
  background: #EFF0F6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  border-radius: 40px;
}

.form-wizard-header li p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #424242;
  margin-bottom: 0;
}

.form-wizard-header ul li.active span,
.form-wizard-header ul li.activated span {
  background: #236084;
}

.form-wizard-header ul li.active p,
.form-wizard-header ul li.activated p {
  color: #041926;
  font-weight: 600;
}

.form-wizard-header li small {
  font-family: Mulish;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: rgb(4 25 38 / 50%);
}

.form-wizard-header ul li.active span small {
  color: #FFF;
}

.form-wizard-header li span svg {
  position: absolute;
  opacity: 0;
}

.form-wizard-header ul li.activated span small {
  display: none;
}

.form-wizard-header ul li.activated span svg {
  opacity: 1;
}

.fieldgroup {
  margin: 40px 0;
  border: 1px solid #C4D8E3;
  padding: 20px;
  border-radius: 18px;
}

.form-wizard .wizard-fieldset.show {
  display: block;
}

.form-wizard .wizard-fieldset {
  display: none;
}

.wizard_btngrp {
  margin-bottom: 0;
  margin-top: 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  grid-gap: 28px;
  position: relative;
}

.prv_btn svg {
  transform: rotateY(180deg);
}

.form-group.flx_group.select-all {
  width: max-content;
  white-space: nowrap;
  gap: 44px;
  color: #236084;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 600;
}

.main_btn:hover {
  box-shadow: 0px 3px 7px 0px #0000007a;
  color: white;
}

.flx_group.select-all span {
  top: -22px;
}

.wizard_btngrp .main_btn {
  width: 270px;
}

.tit_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wiz_title {
  color: #041926;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.59px;
  text-align: left;
  margin-bottom: 15px;
}

.tit_flx a {
  color: #236084;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  grid-gap: 5px;
}

.fieldgroup .form-group {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}

.fieldgroup .form-group .form-control {
  border: 2px solid #D6E1E8;
  height: auto;
  padding: 10px 18px;
  border-radius: 8px;
  color: #041926;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.fieldgroup label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  text-align: left;
  color: #041926;
  margin-bottom: 8px;
}

/*----- Wizard form  [END]----- */
.flx_group {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  width: 100%;
}

.flx_group .checkbox-as-wd {
  position: absolute;
  top: -5px;
  right: 8px;
}
/*.wd-custom.flx_group .checkbox-as-wd {
   top:10px;
    background:#e9ecef
}*/
.form-group.flx_group.select-all .checkbox-as-wd {
    /* position: relative; */
    top: -20px;
}
/*Profile*/
.wd-as-edit {
  padding: 80px 0 60px;
}

.wd-as-bg {
  width: 100%;
  height: 140px;
  background: rgba(94, 141, 147, 1);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  overflow: hidden;

  border: 1px solid #C4D8E3;
}

.file-upload {
  display: none;
}

.wd-as-form-wrapper .iti--separate-dial-code .iti__selected-flag {
  background: none;
}

.wd-as-form-wrapper .iti__selected-dial-code {
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  text-align: left;
}

.wd-profile-edit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: -65px;
  border: 1px solid #C4D8E3;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top: none;

}
.wd-profile-edit form{
  margin-bottom: 40px;
}
.profile_pc  {
  margin: 0 auto;
  margin-bottom: 20px;
  border: 5px solid white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.07000000029802322);
  overflow: hidden;
}
.profile_name {
  color: rgba(35, 96, 132, 1);
  font-family: "Mulish";
  font-size: 24px;

}

.profile_mail {
  color: rgba(94, 141, 147, 1);
  font-family: "Mulish";
  font-size: 20px;
}

.edit_btn {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
}

.wd-as-prof-edit {
  position: relative;
  width: 100px;
  margin: 0 auto;
}



.profile_pc img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.edit_pic {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 69px;
  right: 0px;
  border-radius: 50%;
  border: 1px solid #FAFAFA;
  background: #236084;
  text-align: center;
}

.modal.show {
  overflow-x: hidden;
  overflow-y: auto;
}

.form-group.datepicker {
  display: flex;
  flex-wrap: wrap;
}

#datepicker {
  width: 100%;
  border: 2px solid #D6E1E8;
  height: auto;
  padding: 10px 18px;
  border-radius: 8px;
  color: #041926;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}


.wd-as-logout .wd-as-modtitle {
  text-align: center;
  width: 90%;
  padding: 10px 0 0 50px;
}

.wd-as-form-wrapper {
  padding: 30px 20px;
}

.wd-as-form-wrapper .wd-form-field {
  gap: 20px;
}

.wd-as-form-wrapper .form-group {
  width: 50%;
}

.wd-as-form-wrapper .form-group label {
  text-align: left;
  width: 100%;
  font-family: "Mulish";
  font-size: 14px;
  font-weight: 600;
}
.wd-as-form-wrapper .form-control{
  border: 2px solid #D6E1E8;
  border-radius: 8px;
  min-height: 58px;
}
.wd-profile-edit form button {
  border: none;
}
.wd-dropdown{
  position: relative;
}

/*lgout*/


.wd-as-drpdwn {
  top: 40px !important;
  border: 1px solid rgba(214, 225, 232, 1);
  border-radius: 20px;
  padding: 0;
}

.wd-dropdown .wd-as-drpdwn .dropdown-item {
  color: rgba(4, 25, 38, 1) !important;
  font-family: "Mulish";
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(214, 225, 232, 1);
}
.wd-dropdown .wd-as-drpdwn .dropdown-item:last-child{
  border:none
}
.wd-dropdown .wd-as-drpdwn .dropdown-item:hover {
  background: none;
  text-decoration: underline;
}
.wd-as-logout .modal-header, .wd-as-logout .modal-footer {
  border: none;
}
.wd-as-logout .modal-content{
  padding: 0 25px;
}
.wd-as-logout .modal-body h3{
  font-family: "Mulish";
font-size: 23px;
font-weight: 700;
line-height: 35px;
  padding:0 60px;
text-align: center;

}
.wd-as-logout .modal-footer{
   display:flex;
   flex-wrap:nowrap;
}
.wd-as-logout .modal-footer button{
   border:none
}
.main_btn.grn_btn {
  background: -webkit-linear-gradient(233deg, transparent 15px, #5e8d93 0px);
}

/*21-11-24*/
.custom-radio{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 !important;
}
.text-radio .fieldgroup label{
    margin: 0;
}
.custom-radio-wrap .checkbox-custom-label {
    margin: 0;
}

.custom-radio-wrap .radio-custom{
    margin: 0;
}
.radio-custom {
    display: none;
}

.checkbox-custom-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.checkbox-custom-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #D5D5D5;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}
.checkbox-custom-label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 7px; 2px;
    height: 5px;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio-custom:checked + .checkbox-custom-label:after {
    border: 3px solid #236084;
}
.radio-custom:checked + .checkbox-custom-label:before {
    border-color: #236084;
}

.tit_flx:has(.text-radio) {
    margin-bottom: 15px;
}

.checkbox-custom-label:hover:before {
    border-color: #0056b3;
}
.blue_title {
    font-family: "Mulish";
    font-size: 18px;
    font-weight: 600;
    color: #236084;
}

.wd-as-learnlist li a.active {
    color: #03253be3;
}