@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/*
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/* colors */
:root {
  --font-poppins: "Poppins", sans-serif;
  --text-color: #243342;
}
/* colors end */

body {
  font-family: "Lato", sans-serif;
}
a:hover {
  text-decoration: none;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h2 {
  color: #04213f;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px; /* 125% */
  text-transform: capitalize;
}

ul li {
  list-style: none;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-weight: 500;
}
p:nth-last-child(1) {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1388px;
}
button:focus,
input:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
section {
  padding: 100px 0px;
}
/* header.sticky-header .navbar {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--white);
  z-index: 999;
} */

/* nav-css */
.custom-navbar .nav-link {
  color: #04213f !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  margin-right: 30px;
  font-family: var(--font-poppins);
  position: relative;
}

.custom-navbar .navbar-nav .nav-link.active,
.custom-navbar .navbar-nav .nav-link.show {
  color: #484240!important;
}

.custom-navbar .navbar-nav .nav-link.active::before {
  content: "";
  background-color: #484240;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -24px;
  left: 0;
}

/* button-css */
.btnlogin {
  border: 1px solid #484240;
  background-color: #484240;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 13px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnlogin:hover {
  border-color: #484240;
  background-color: transparent;
  color: #484240;
}

.btnlogin i {
  font-size: 20px;
  margin-left: 5px;
}

.whitebtn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.whitebtn:hover {
  border-color: #484240;
  background-color: #484240;
  color: #fff;
}

.paddingbtn {
  padding: 17px 43px;
}

/* banner-css */
.banner-home .container {
  z-index: 1;
  position: relative;
}
.banner-home:before {
  left: -28px;
  content: "";
  z-index: -1;
  bottom: -280px;
  width: 545.24px;
  height: 545.85px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/pattern.svg);
}
.banner-home {
  z-index: 1;
  background-color: #04213f;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.banner-home__content .sub-title {
  border-radius: 2px;
  padding: 10.5px 19px;
  background-color: #052648;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.refermetxt {
  color: #fff;
  font-family: Marcellus;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.me {
  color: #484240;
}
.work {
  color: #14caf4;
}

.banner-home__content .title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 76px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.banner-home__content .description p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.logoicon {
  margin-bottom: 30px;
}

.banner-home .container:after {
  top: 42px;
  content: "";
  z-index: -1;
  width: 841px;
  right: 747px;
  height: 208px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/banner-overly.svg);
}

.banner-home__media:before {
  left: 1074px;
  content: "";
  top: -340px;
  z-index: 2;
  width: 144.86px;
  height: 1194.97px;
  position: absolute;
  background: rgba(239, 5, 72, 0.2);
  -webkit-transform: rotate(-30.99deg);
  transform: rotate(-30.99deg);
}

.banner-home__media .start {
  z-index: 3;
  left: 301px;
  bottom: 110px;
  position: absolute;
}

.banner-home__media:after {
  top: 0;
  width: 100%;
  left: -1px;
  content: "";
  z-index: 2;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/banner-home-overly.png);
}

@media (min-width: 1200px) {
  .banner-home__media {
    margin-left: -239px;
  }
}

.banner-home__media {
  z-index: -1;
  max-height: 815px;
  position: relative;
  margin-right: calc(-50vw + 50%) !important;
}

/* sec-2 */
.ptitle {
  color: #243342;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px; /* 165% */
  margin-bottom: 0;
}

.checklist li {
  color: #243342;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.checklist li::before {
  content: "";
  background: url(../img/listcheck.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}

.checklist {
  margin-top: 40px;
}

.figone {
  width: 408px;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  /* overflow: hidden; */
}

.figtwo {
  width: 318px;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  /* overflow: hidden; */
  position: relative;
}

.figtwo::before {
  content: "";
  background-color: #484240;
  position: absolute;
  top: 50%;
  left: -6px;
  height: 251.951px;
  width: 15px;
  transform: translateY(-50%);
}

.figone img,
.figtwo img,
.figthree img,
.figfour img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.sideartone {
  position: relative;
}

.sideartone::before {
  content: "";
  background: url(../img/before-img.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 255px;
  width: 93px;
}

.sideartone::after {
  content: "";
  background: url(../img/after-img.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  height: 329px;
  width: 103px;
  z-index: -1;
}

.figthree,
.figfour {
  width: 318px;
  height: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  /* overflow: hidden; */
  position: relative;
}

.figfour::before {
  content: "";
  background-color: #484240;
  position: absolute;
  height: 15px;
  width: 232px;
  transform: translateY(-50%);
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}

.subheadingsm {
  color: #484240;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.paddingbtnsm {
  padding: 13px 27px;
}

.pcontone {
  margin-bottom: 40px;
}

.rightconttwo::before {
  content: "";
  background: url(../img/abstractone.png) no-repeat top center;
  position: absolute;
  top: -80px;
  right: 0;
  height: 329px;
  width: 324px;
  left: 0;
  margin: auto;
}
.sidearttwo {
  position: relative;
}
.sidearttwo::before {
  content: "";
  background: url(../img/abstract-2.png) no-repeat top right;
  position: absolute;
  top: -80px;
  right: 0;
  height: 329px;
  width: 324px;
}

.bgpink {
  background-color: #fdf6f8;
}

/* how-its-work-css */

.workbox {
  background: #fff;
  box-shadow: 0px 0px 27.1px 3px rgba(0, 0, 0, 0.05);
}

.workcontent {
  padding: 30px 23px;
}

.workheadrer figure {
  background-color: #484240;
  width: 110px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hedingcont {
  position: relative;
  height: 82px;
  display: flex;
  align-items: center;
  background-color: #f8dde4;
  padding: 0 0 0 40px;
}
.hedingcont h3 {
  color: #04213f;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.formboxs {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 40px;
}

.hedingcont::before {
  content: "";
  background: url(../img/band.png) no-repeat top right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/* testimonial-css */

.clienttxt {
  margin: 30px 0;
}

.clientbox {
  border: 1px solid rgba(4, 33, 63, 0.1);
  background: #fff;
  width: 100%;
  height: auto;
  padding: 30px;
}

.clientbio figure {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
}

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

.clientprofrssion span {
  color: #1b3c54;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.clientprofrssion p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}

.testimonial-slider .slide-arrow {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.testimonial-slider .prev-arrow {
  position: absolute;
  top: -88px;
  right: 47px;
}

.testimonial-slider .next-btn {
  position: absolute;
  top: -88px;
  right: 0;
}

.testimonial-slider .slick-slide {
  margin: 0 15px;
}

/* footer */
.footer-up-links {
  background-color: #560bab;
  padding: 33px 0;
}
.new_project h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.new_project p {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 180% */
}
.blue.blue_white {
  background-color: #ffffff;
  color: var(--blue);
}
.footer {
  margin: 0px 0 0 0;
  background: url(../img/footer-bg.png) no-repeat right top/cover;
  position: relative;
}
.luxurycarmarket {
  position: relative;
  z-index: 1;
}
.luxurycarmarket .footer-logo-img {
  position: absolute;
  top: -62px;
  left: 0px;
  z-index: -1;
}
.luxurycarmarket .border-down {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 23px;
}
.luxurycarmarket p {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 30px;
  width: 320px;
}
.social_connect {
  margin-top: 36px;
  display: flex;
  gap: 10px;
}
.social_connect a {
  border-radius: 6px;
  background: #484240;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_connect a:hover {
  background: #ff195a;
}
.social_connect a:hover svg path {
  fill: #ffffff;
}
.footer_links h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}
.footer_links ul {
  list-style: none;
  position: relative;
}
.footer_links ul li {
  padding-left: 24px;
  color: #ffffff;
  position: relative;
}

.footer_links ul li::before {
  content: "";
  font-family: Icofont;
  position: absolute;
  left: 0;
  top: 1px;
}

.footer_links ul li a {
  padding-left: 0px;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer_links ul li a:hover {
  color: #484240;
}
.footer_links ul li a i {
  padding-right: 10px;
}
.download-app {
  padding-top: 10px;
}
.download-app a {
  display: block;
  padding-top: 10px;
}

.rights p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 20px 0;
  font-weight: 500;
  font-family: var(--font-poppins);
}
.footer_links.get_in_touch ul li a i {
  font-size: 32px;
  color: var(--blue);
}
.footer_links.get_in_touch ul li a label {
  padding-left: 50px;
  font-size: 15px;
}
.footer_links.get_in_touch ul li a label span {
  display: block;
}
.rights .d-flex {
  border-top: 1px solid #0c4b8e;
}

.footer-outline {
  padding: 60px 0;
}

.footernewslatter {
  border: 1px solid #556a89;
  padding: 4px 5px 4px 10px;
}
.footernewslatter input {
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  border: 0;
}

.footernewslatter input::placeholder{
  color: #ffffff;
}

.footernewslatter a {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #484240;
}

/* model-login */
.modal-content {
  border-radius: 8px;
  overflow: hidden;
}
.small_model {
  max-width: 420px;
}
.modal-content_custom::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  background-color: #484240;
  border-radius: 0 0 0.3rem 0.3rem;
}
.modal-header_custom {
  background: url(../img/model-bg.png) no-repeat top center;
  position: relative;
  border-bottom: 0;
  padding-bottom: 26px;
}
.modal-title_custom {
  font-size: 24px;
  font-weight: 600;
  /* color: #ffffff; */
}
.sm_text_m {
  font-weight: 400;
  /* color: #ffffff; */
}
.btn-close-custom {
  position: absolute;
  top: 22px;
  right: 22px;
  background: url(../img/close.png) no-repeat;
  opacity: inherit;
  padding: 0 !important;
}
.forgot_password {
  color: #04213f;
  font-size: 16px;
  margin: 10px 0px 20px;
  font-weight: 500;
}
.register-now {
  color: #04213f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.register-now a {
  text-decoration-line: underline;
  color: #484240;
}

.formmodals .form-control {
  border-radius: 6px;
  border: 1px solid var(--Gray-5, #e0e0e0);
  color: var(--Gray-3, #828282);
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
}

/* aboutpage-css */

.page-banner {
  z-index: 1;
  position: relative;
  background-color: #0e1e36;
}

.page-banner:before {
  left: -28px;
  width: 486px;
  content: "";
  z-index: -1;
  bottom: -280px;
  height: 486.71px;
  position: absolute;
  background-image: url(../img/pattern.svg);
}

.page-banner__content {
  position: relative;
}

.page-banner__content .transparent-text {
  left: 0;
  top: -34px;
  z-index: -1;
  opacity: 0.3;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
  position: absolute;
  white-space: nowrap;
  -webkit-text-stroke: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
  font-family: var(--font-poppins);
}

.page-banner__content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 80px;
  line-height: 78px;
  margin-bottom: 20px;
}

.page-banner__content h1 span {
  font-weight: 300;
}
.page-banner .breadcrumb {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.page-banner .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.page-banner .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.page-banner .breadcrumb .breadcrumb-item.active {
  color: #f44336;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #f44336;
  padding-right: 15px;
  content: var(--bs-breadcrumb-divider, "|");
}
.page-banner .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.page-banner__media {
  max-height: 450px;
  position: relative;
  margin-right: calc(-50vw + 50%) !important;
}
.page-banner__media .start {
  z-index: 2;
  left: 86px;
  bottom: 67px;
  position: absolute;
}
.page-banner__media:after {
  top: 0;
  width: 100%;
  left: -1px;
  content: "";
  z-index: 1;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url(../img/page-banner-overly.png);
}

.counter-area__item {
  /* margin-bottom: 30px; */
  background: #fcebf0;
  /* height: calc(100% - 30px); */
}
.counter-area__item .icon {
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #484240;
  flex-shrink: 0;
}
.counter-area__item .text {
  width: 100%;
  padding: 17px 0 14px;
}
.counter-area__item .text .number {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(64, 105, 255, 0.1);
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--font-poppins);
}
.fw-600 {
  font-weight: 600;
}

.counter-area__item .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #333;
}

.team-item .media {
  z-index: 1;
  height: 277px;
  overflow: hidden;
  position: relative;
  padding: 10px 10px 0;
}

.team-item.team-about-item .media {
  height: 330px;
}

.team-item .media img {
  width: 100%;
  height: 100%;
}

.team-item .media::after {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 10px;
  position: absolute;
  background: #484240;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.team-item.team-about-item .media:after {
  height: 20px;
}

.text_bgsec {
  background: #484240;
  padding: 30px 20px;
}

.text_bgsec h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.text_bgsec span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.ft36 {
  font-size: 36px;
}
.ft18 {
  font-size: 18px;
  font-weight: 700;
}

.faq-accord {
  background-color: #fff8fa;
  padding: 30px 70px;
  border-radius: 30px;
  max-width: 1250px;
  margin: auto;
}
.faq-accord .accordion-button {
  font-size: 22px;
  color: var(--black-color);
  background-color: transparent;
  padding: 10px 0px;
  font-weight: 600;
}
.faq-accord .accordion-button:not(.collapsed) {
  color: var(--black-color);
  background-color: transparent;
  box-shadow: none;
}
.faq-accord .accordion-button:focus {
  box-shadow: none;
}
.faq-accord .accordion-body p {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}
.faq-accord .accordion-body {
  padding: 0 30px 30px 0px;
}
.faq-accord .accordion-item {
  background-color: transparent;
  border-color: #ffb9cd;
}
.faq-accord .accordion-button::after {
  background-image: url(../img/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 30px;
  height: 32px; */
}
.faq-accord .accordion-button:not(.collapsed)::after {
  background-image: url(../img/minus.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 30px;
  height: 32px; */
}

.topinnercontent p {
  color: var(--text, #575757);
}

.contact_social figure {
  margin-bottom: 0;
  margin-right: 18px;
}

.contact_social h6 {
  color: var(--text, #575757);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

.contact_social span {
  color: #484240;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.social-ico {
  margin-bottom: 40px;
}

/* .mapbg::before{
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
} */

.mapbg iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.contactbox {
  background-color: #ffffff;
  padding: 60px 40px;
}

.contactbox .form-control,
.contactbox .form-select {
  border: 1px solid var(--Gray-5, #e0e0e0);
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* find-case-css */

.dropdownuser a {
  color: var(--Body-Color, #494454);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dropdown-toggle-custom::after {
  border: 0;
  content: "";
  font-family: Icofont;
  vertical-align: baseline;
}

.user_log {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.breadcum_sec {
  background: #ffebf1;
  padding: 33px 0;
}


.breadcum_sec .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: Icofont;
  margin-top: 3px;
  font-size: 14px;
}

.result_txt {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.filtbox_select {
  background-color: #f1f1f1;
  padding: 14px 26px 14px 14px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 0;
  border: 0;
  min-width: 165px;
}

.job_right_sec {
  padding: 60px 0;
}

.listjob_card {
  border-radius: 15px;
  border: 1px solid #dee7f3;
  background: #fff;
  padding: 15px;
}

.listjob_card figure {
  width: 85px;
  height: 85px;
  border-radius: 15px;
  background: #fff5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tagnms {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 20px;
  background: #f8dde4;
  display: inline-flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
}

.datetxt {
  color: #555;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.listjob_card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.txtp {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.dollerp {
  color: #363636;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.container.container1250 {
  max-width: 1250px;
}

.btnlogin.padcase {
  font-size: 14px;
  padding: 10px 29px;
}

.page-link {
  border: 0;
  color: var(--Extended-gray-500, #71717a);
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.active > .page-link,
.page-link.active {
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  background: #484240;
}

.details_card {
  gap: 30px;
  padding: 30px;
}

.descriptioptext h3 {
  color: #1a243f;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.descriptioptext p{
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}


/* ----------------------------chat-dashboard------------------------ */
.bg_liht_pink {background-color: #fbfaff;}
.chat_dashboard {display: flex;}
.left_chat_sec {padding: 30px 15px 30px 15px;min-width: 340px;height: 100%;}
.right_chat_sec {background-color: #ffffff;/* padding: 60px 15px 60px 15px; */padding: 0px 15px 0px 15px;width: 100%;position: relative;}
.chat_title {color: #2d2e49;font-size: 24px;font-weight: 600;line-height: normal;}
.chat_search .form-control {border-radius: 30px;background: #fff;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);color: #555;font-size: 14px;font-style: normal;font-weight: 400;height: 45px;border: 0;padding-left: 40px;}
.chat_search img {position: absolute;top: 50%;left: 16px;transform: translateY(-50%);}
.person_card {border-radius: 8px;background: #fff;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);padding: 10px;}
.person_card figure {width: 50px;height: 50px;border-radius: 50px;border: 2px solid #d6d6d6;margin-bottom: 0;flex-shrink: 0;}
.person_card figure img {width: 100%;height: 100%;}
.p_name {color: #2e2d2d;font-size: 14px;font-weight: 500;line-height: normal;margin-bottom: 0;}
.p_txt {color: #686767;font-size: 13px;font-weight: 400;}
.time_txt {color: #5b4a6d;font-size: 12px;font-weight: 500;margin-bottom: 5px;line-height: normal;}
.chat_notify {width: 20px;height: 20px;border-radius: 30px;background: #484240;color: #fff;font-size: 13px;font-weight: 600;line-height: normal;display: flex;align-items: center;justify-content: center;}
.person_card.active {background-color: #04213F;}
.person_card.active .p_name {color: #ffffff;}
.person_card.active .p_txt {color: #ffffff;}
.person_card.active .time_txt {color: #ffffff;}
.person_card.active .chat_notify {display: none;}
.chat_headrer {background: #fff;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);padding: 15px;}
.login_card .p_name {font-size: 18px;}

.chat-time {color: #848484;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;margin-top: 80px;}
.chat-body {width: 100%;overflow-y: auto;height: 759px;}
.text_box_own {border: 1px solid #d6d6d6;background-color: #484240;color: #fff;text-align: right;font-size: 14px;font-style: normal;font-weight: 400;line-height: 18px;padding: 15px 35px;border-radius: 50px 0px 0px 50px;}
.chat_right .text_box_own:first-child {border-radius: 50px 70px 0px 50px;}
.chat_right .text_box_own:last-child {border-radius: 50px 0px 70px 50px;}
.smp_box {border-radius: 50px;background: #FFF0F4;color: #555;font-size: 14px;font-weight: 400;line-height: 18px;padding: 20px;}
.chat_footer {background: #fff;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);padding: 15px;}
.send_input .form-control {border-radius: 30px;background: #f9f8ff;height: 50px;border: 0;padding: 0 120px 0 60px;}
.link_pic {position: absolute;top: 50%;left: 20px;transform: translateY(-50%);}
.emote {position: absolute;top: 50%;right: 70px;transform: translateY(-50%);}
.plain_btn {width: 50px;height: 50px;border-radius: 50%;border: 1px solid #d6d6d6;background: #484240;display: flex;align-items: center;justify-content: center;position: absolute;right: 0;top: 0;}
.co_worker_bg {background-image: url(../img/co-workers.png);}
.choose_box:hover {background-color: #faf5ff;}
.choose_box.active {background-color: #faf5ff;}
.profile_data h6 {color: #333232;font-size: 15px;font-weight: 500;line-height: normal;margin-bottom: 5px;}
.profile_data p {color: #555;font-size: 13px;font-weight: 400;line-height: normal;}

