.profile {padding: 60px 0;}
.user-all-data {display: flex;align-items: center;gap: 15px;margin-bottom: 20px;}
.user-img img {width: 80px;border-radius: 150px;}
.user-all-data {display: flex;align-items: center;gap: 15px;margin-bottom: 20px;background-color: #f4f4f4;padding: 20px 20px;border-radius: 10px;}
.user-contact {background-color: #f4f4f4;padding: 20px 20px;border-radius: 10px;}
.user-contact ul {list-style: none;}
.user-contact p {font-size: 18px;font-weight: 600;}
.user-contact ul {list-style: none;padding-left: 0;}
.user-contact ul li {margin-bottom: 25px;font-size: 18px;}
.user-contact ul li.active {background-color: #0080005e;padding: 15px 15px;font-size: 20px;border-radius: 10px;font-weight: 600;}
.document-verification ul {list-style: none;}
.common-verification {display: flex;align-items: center;justify-content: space-between;}
.common-verification {display: flex;align-items: center;justify-content: space-between;border-bottom: 2px solid #9996;padding-bottom: 20px;}
.document-verification ul li {margin-bottom: 30px;}
.verfied-data {display: flex;align-items: center;gap: 15px;}
.verfied-data i {font-size: 30px;}
.verification-data h3 {font-size: 25px;font-weight: 600;margin-bottom: 5px;}
.verification-data p {margin-bottom: 0;}
.verified-btn .action--btn {background-color: #0080005e;padding: 2px 15px;border-radius: 5px;font-weight: 600;border: 0;padding:10px 20px;color:#000;text-decoration: none;}
.verified-btn .action--btn.pending{background-color: #ff00005e;color:#000;}

#inv_pagination .pagination{justify-content: center;}
#inv_pagination .pagination button{padding: 5px 15px; background-color: unset;}
#inv_pagination .pagination button.page-btn.active,
#inv_pagination .pagination button:hover{background-color: #0d6efd; color: #fff;}

:root {
  --primary-color: #002552;
  --secondary-color: #2ba5d6;
}

* {
  font-family: "Lato", sans-serif;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1520px;
  padding: 0 45px;
}

.carousel-item img {
  text-align: center;
  margin: 0 auto;
}

.banner {
  margin: 45px 0;
}
header a.navbar-brand img {
  max-width: 120px;
}

header ul.navbar-nav li {
  border-right: 1px solid #999;
  margin-right: 25px;
  padding-right: 15px;
}
header nav.navbar.bg-light {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
  z-index: 99;
}

header .navbar-nav a.nav-link {
  font-weight: 600;
  color: #000 !important;
}

header .navbar-nav a.nav-link:hover {
  font-weight: 600;
  color: var(--secondary-color) !important;
}

header ul.navbar-nav li a.nav-link.active {
  color: var(--secondary-color) !important;
}

.facility-sec {
  margin-bottom: 30px;
}

.all-facility {
  position: relative;
  background: linear-gradient(
    to left,
    var(--primary-color),
    var(--secondary-color)
  );
  padding: 5px 0;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
}
.all-facility ul {
  display: flex;
  position: relative;
  z-index: 9;
  list-style: none;
  justify-content: space-evenly;
  margin-bottom: 0;
  padding: 10px 0px 10px 10px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.all-facility ul li {
  display: flex;
  gap: 10px;
  flex-basis: 20%;
  cursor: pointer;
  padding: 0 10px;
  align-items: center;
  transition: 0.3s;
}
.all-facility ul li p {
  font-size: 17px;
  transition: 0.3s;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}
.all-facility ul li:hover i {
  transition: 0.3s;
  transform: scale(1.2);
}
.all-facility ul li i {
  font-size: 25px;
}

.all-facilitys {
  margin-top: 60px;
}

.feature-box {
  padding: 0px 10px;
  display: flex;
  gap: 10px;
}

.feature-icon {
  font-size: 40px;
  color: #1da1f2;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-text {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
.feature-icon i {
  color: var(--secondary-color);
}

.insure {
  background-color: #f5f9fc;
  padding: 60px 0;
}

.insure-content h2 {
  font-size: 40px;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 15px;
}
.insure-content p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #999;
}
.insure-content ul {
  line-height: 2.5;
  color: #999;
  font-size: 18px;
}
.insure .col-md-6 {
  align-items: center;
  display: flex;
}
.insure-content ul {
  line-height: 2.5;
  color: #999;
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}
.insure-content ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.insure-content ul li i {
  color: var(--secondary-color);
}

.common-service {
  position: relative;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.common-service::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000080;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  transition: 0.5s;
  z-index: 1;
}

.common-service:hover::before {
  background-color: #00000080;
  transform: scale(1.2);
}

/* .common-service:hover {
    box-shadow: 0px 0px 10px #000000c7;
} */

.common-service .service-content {
  position: absolute;
  left: 10px;
  bottom: 5px;
  transition: 0.5s;
  z-index: 9;
}
.common-service img {
  transition: 0.5s;
  border-radius: 5px;
}
.common-service:hover img {
  transform: scale(1.2);
}
.common-service h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 4px;
}
.common-service button {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  padding-left: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.common-service button i {
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 12px;
  transition: 0.5s;
}

.common-service:hover button i {
  transform: rotate(-60deg);
}

.common-head {
  text-align: center;
  margin-bottom: 30px;
}
.common-head h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--secondary-color);
}

.common-word {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.work-icon i {
  font-size: 25px;
}

.common-word p {
  line-height: 1.5;
  margin-bottom: 0;
}
.common-word h5 {
  font-weight: 600;
  color: #000000a8;
}

.slider {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}

.slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

/* Arrow color */
.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: var(--secondary-color);
}

/* Dots styling */
.slick-dots li button:before {
  font-size: 12px;
  color: #000;
}

.common-review {
  text-align: center;
}
.common-review p {
  font-size: 20px;
  color: #999;
  letter-spacing: 0.5px;
}
.common-review h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0;
  margin-top: 30px;
}
.common-review h5 + p {
  font-size: 16px;
}

.partner {
  margin-top: 80px;
}
.slider-review .slick-slide {
  display: flex;
  justify-content: center;
}
.slider-review img {
  width: 75%;
  transition: 0.5s;
}
.slider-review img:hover {
  transform: scale(1.1);
}

section.review {
  margin-top: 100px;
  background-color: #2ba5d629;
  padding: 80px 0;
}
.footer-top {
  background-color: var(--secondary-color);
  padding: 20px 0;
}
.footer-top-content {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
.footer-top-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-top-content button {
  border: 0;
  font-size: 18px;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #012552;
  color: #fff;
  transition: 0.5s;
}
.footer-top-content button:hover {
  background-color: #fff;
  color: #000;
}
footer {
  padding: 80px 0 40px;
}
.common-footer-link h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary-color);
}

.common-footer-link ul {
  list-style: none;
  padding-left: 0;
  line-height: 2.5;
}
.common-footer-link ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.common-footer-link ul i {
  color: var(--secondary-color);
}

.custom-navbar li.nav-item a {
  font-size: 20px;
}
/* .custom-navbar li.nav-item a.nav-link.active {
    color: #20385e;
    font-weight: 600;
} */
.custom-navbar button {
  border: 2px solid #1f375d;
  background-color: #1f375d;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 10px;
  margin-left: 20px;
}
.custom-navbar button:hover {
  background-color: #fff;
}
.footer-logo img {
  max-width: 250px;
  margin-bottom: 20px;
}
.insurence-model h4.modal-title {
  font-size: 25px;
  font-weight: 600;
}
.insurence-model label {
  font-weight: 600;
  margin-bottom: 5px;
}
.connect-icon i {
  font-size: 30px;
  cursor: pointer;
  color: #000;
}

.common-btn {
  background-color: #1f375d;
  color: #fff;
  padding: 12px 20px;
  min-width: 150px;
  transition: 0.5s;
  border: 2px solid #1f375d;
  font-weight: 600;
}
.common-btn:hover {
  background-color: #fff;
}
.common-sell-input p {
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.common-sell-input input,
.common-sell-input select {
  border: 1px solid #9996;
  width: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  outline-color: #2ca6d785;
}
.common-sell-input {
  margin-bottom: 20px;
}
input.date {
    text-transform: uppercase;
}

.common-sell-input input::placeholder,
.common-sell-input select::placeholder {
  color: #000;
}

@media screen and (max-width: 1200px) {
  .custom-navbar li.nav-item a {
    font-size: 16px;
  }
  .custom-navbar button {
    font-weight: 500;
  }
  .custom-navbar button {
    margin-left: 15px;
  }
  .common-word {
    margin-bottom: 10px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .common-footer-link ul li a {
    font-size: 16px;
  }
  .common-footer-link h4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .common-service h4 {
    font-size: 18px;
  }
  .feature-box {
    padding: 0px 0px;
  }
  .common-head h2,
  .insure-content h2 {
    font-size: 30px;
  }
  .feature-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-top-content h2 {
    font-size: 25px;
  }
  .insurence-model h4.modal-title {
    font-size: 20px;
  }
  .common-sell-input input,
  .common-sell-input select {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.5px) {
  .container {
    padding: 0 15px;
  }
  .insure-sec .row {
    flex-direction: column-reverse;
  }
  .insure-content {
    margin-top: 30px;
  }
  .slider-review img {
    max-width: 300px;
  }
  .all-facilitys {
    margin-top: 30px;
  }
  .all-facilitys .feature-box {
    margin-bottom: 10px;
  }

  .footer-logo,
  .common-footer-link {
    text-align: center;
  }
  .footer-top-content {
    column-gap: 15px;
  }
  .footer-top-content button {
    font-size: 16px;
    min-width: 140px;
  }
  .all-facility ul {
    padding: 10px 0px 10px 0px;
  }
  .common-review p {
    font-size: 18px;
  }
  section.insure.insure-sec {
    padding-bottom: 0;
  }
  footer {
    padding: 60px 0 40px;
  }
}

/* ddd */

.glow-animate {
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 8px #2aa6d9;
  }
  to {
    box-shadow:
      0 0 20px #2aa6d9,
      0 0 40px #2aa6d9;
  }
}

.neon-btn {
  padding: 15px 36px;
  background: linear-gradient(135deg, #21395f, #2aa6d9);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.neon-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #21395f, #2aa6d9);
  filter: blur(15px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.neon-btn:hover::before {
  opacity: 1;
}



span#success__msg {color: green;}
span#error__msg {color: rgb(185, 74, 72);}
#loader-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgb(255 255 255 / 50%);display: flex;justify-content: center;align-items: center;z-index: 1050;}
.spinner-border {display: inline-block;width: 2rem;height: 2rem;vertical-align: -.125em;border: .25em solid currentColor;border-right-color: transparent;border-radius: 50%;-webkit-animation: .75s linear infinite spinner-border;animation: .75s linear infinite spinner-border;}
#loader-overlay .spinner-border {width: 3rem;height: 3rem;border-width: 0.5rem;border: 7px solid #df6c4f;border-right-color: transparent;}
@-webkit-keyframes spinner-border {
    to {transform: rotate(360deg)}
}

@keyframes spinner-border {
    to {transform: rotate(360deg)}
}
.form-wrap form a.forgot-password{display: block;text-align: center;color: #f37d27;font-size: 16px;text-decoration: none;margin-top: 10px;}
span.help-block.form-error {color: rgb(185, 74, 72);font-size: 13px;}
span.help-block.form-success {color: rgb(0 102 4);font-size: 13px;}
.system_message.alert--positioned-small{width:100%;max-width:400px;left:0;right:0;z-index:99999}
.system_message.alert--positioned-top-full{left:0;right:0}
.system_message.alert{font-size:1em;color:#fff;width:100%;padding:20px 40px;border:1px solid transparent;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.system_message.alert--process{background:#333}
.system_message.alert--success{background:#00b6ad}
.system_message.alert--danger{background:#f35f5f}
#mbsmessage,.system_message{position:fixed !important;width:auto;margin:0 auto;top:calc(5%);-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.07);box-shadow:0 0 10px 5px rgba(0,0,0,.07);z-index:1005;text-align:center}
#mbsmessage.alert--danger .content:before,.system_message.alert--danger .content:before{background-repeat: no-repeat}
#mbsmessage.alert--success .content:before,.system_message.alert--success .content:before{background-repeat: no-repeat}
.system_message.alert--process:before{content:"";border-radius:50%;width:32px;height:32px;display:inline-block;position:absolute;left:15px;top:14px;border-top:3px solid rgba(255,255,255,.2);border-right:3px solid rgba(255,255,255,.2);border-bottom:3px solid rgba(255,255,255,.2);border-left:3px solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:1.1s linear infinite load8;animation:1.1s linear infinite load8}
.system_message .close:not(:disabled):not(.disabled){cursor:pointer}.system_message .close,.system_message.alert .close{opacity:.3}
.system_message .close,.system_message .closeMsg{z-index:1;width:20px;height:20px;position:absolute;right:10px;top:10px;text-align:center;line-height:18px;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:.47}
.system_message .close:before,.system_message .closeMsg:before{width:3px;height:15px;left:50%;margin:0 0 0 -2px;position:absolute;top:2px;content:"";background:#fff}
.system_message .close:after,.system_message .closeMsg:after{width:15px;height:3px;left:2px;top:50%;margin:-2px 0 0;position:absolute;content:"";background:#fff}
.system_message #mbsmessage .content,.system_message .content{margin:0 auto;text-align:center;position:relative;display:inline-block;vertical-align:top}
.system_message #mbsmessage .content:before,.system_message .content:before{background-size:18px!important;content:"";left:-26px;position:absolute;top:2px;z-index:2;width:30px;height:30px;display:block}
@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

.crm-sec .sell-btn {
    background-color: #1f375d;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}