@font-face {
  font-family: "intel-one";
  src: url("fonts/intelone-display-light.woff2") format("woff2");
}

@font-face {
  font-family: "intel-clear";
  src: url("fonts/intel-clear-latin-lite.woff2") format("woff2");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "intel-one", sans-serif;
  font-weight: 300;
}
.showcase-scroll h6 {
  font-family: "intel-clear", sans-serif;
  font-weight: 300;
}
p,
body,
a,
li,
div {
  font-family: "intel-clear", sans-serif;
  font-weight: 300;
}
.relative {
  position: relative;
}

.dark {
  color: #123484 !important;
}

h2 {
  font-size: 32px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.gray {
  color: #505050;
}

.ls-2 {
  letter-spacing: 2.69px;
}

.inner-blog-content img.newscard-img {
  height: 430px;
  object-fit: contain;
}

.showCase-image {
  border-radius: 20px !important;
}
input.form-control,
select.form-select {
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  padding: 10px;
  margin-bottom: 20px;
}
label {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

.custom-logo img {
  height: 85px;
  width: auto;
}
/* button.dark-btn:hover {
  background: #a51c30d6;
} */

button.dark-btn {
  border: 1px solid #a51c30;
  padding: 10px 30px;
  font-size: 16px;
  letter-spacing: 1px;
}
.booking-btns button {
  margin-right: 10px;
}
.checkbox > input:checked {
  background-color: #123484;
  border: 1px solid #123484;
}

.checkbox > input {
  height: 21px;
  width: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 10px;
}

.checkbox > input:checked + span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 6px;
  top: 2px;
  font-size: 13px;
}

.checkbox {
  /* display: inline-flex; */
  display: flex;
  cursor: pointer;
  position: relative;
  align-items: center;
}

section.sucess-stroy {
  /* background: #eaeaea; */
}
.sucess-box {
  display: flex;
  align-items: center;
  /* background: #f8f8f8; */
  padding: 10px;
  margin-bottom: 10px !important;
  /* border: 1px solid red; */
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* .sucess-story-main {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
} */
section.offer-services {
  /* background: url(../images/offer-bg.png); */
  background-size: cover;
  background-position: center;
}
.sucess-box p {
  font-size: 13px;
  margin: 0;
}

.container {
  max-width: 90% !important;
}
.sucess-box img {
  height: 118px;
  width: auto;
  margin-right: 10px;
}

.sucess-box h6 {
  font-family: "intel-one", sans-serif;
}

.tbs {
  padding: 50px 0;
}
h2.main-title {
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 48px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

.advisor-img img {
  height: 500px;
  width: auto;
}

ul.advisor-lisitng li {
  width: 48%;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
}

ul.advisor-lisitng {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
ul.advisor-lisitng li img {
  height: 14px;
  width: auto;
  margin-right: 10px;
}

/* button.black-btn {
  border: 1px solid #a51c30;
  color: #a51c30;
  background-color: white;
  padding: 10px 30px;
  font-size: 15px;
}

button.black-btn:hover {
  background-color: #a51c30;
  color: white;
} */
button.black-btn {
  border: 1px solid #123484;
  color: #123484;
  background-color: white;
  padding: 10px 30px;
  font-size: 15px;
}

button.black-btn:hover {
  background-color: #123484;
  color: white;
}

.f-13 {
  font-size: 13px;
  line-height: 20px;
}
button img {
  height: 13px;
}

p.news-para {
  position: absolute;
  bottom: 28px;
  left: 20px;
  right: 18px;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0;
  z-index: 1;
}
p.tiem-span {
  margin: 0;
  top: 7px;
  position: absolute;
  right: 10px;
  display: flex;
  flex-flow: column;
  z-index: 9;
  line-height: 20px;
  font-size: 14px;
}
p.tiem-span::before {
  content: "";
  background: #123484;
  height: 78px;
  width: 78px;
  position: absolute;
  right: -26px;
  z-index: -1;
  top: -26px;
  border-radius: 100%;
}
.news-wrapper {
  overflow: hidden;
}

section.green-card {
  /* background: #1a1b25; */
}
.green-card-img {
  position: absolute;
  top: -84px;
}

.green-card-img img {
  width: auto;
  height: 450px;
}

button.white-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 11px 30px;
}

.greencard-offers {
  background: #f3f3f3;
  padding: 22px;
  margin-bottom: 22px;
  height: 90%;
}
.greencard-offers h2 {
  font-size: 54px;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
}

.greencard-offers h5 {
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
}

.service-abs h2 {
  font-size: 90px;
  font-weight: 700;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  /* color: #ffffff42; */
  color: #b8b5b53d !important;
}
.professional-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-abs {
  position: absolute;
  left: -58px;
  /* top: -76px; */
  top: -107px;
}
.profession-right ul.nav.nav-tabs a.nav-link.active {
  background: #123484;
  color: #fff;
}
.profession-right ul.nav.nav-tabs a.nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.profession-right {
  border: 1px solid #00000033;
  padding: 5px;
}

.profession-right ul.nav.nav-tabs {
  border: none !important;
}

.experts-col h6 {
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

ul.time-list {
  list-style: none;
  padding-left: 0;
  font-size: 11px;
  display: flex;
  flex-flow: row wrap;
}

ul.time-list li {
  border: 1px solid #ddd;
  margin-right: 3px;
  padding: 3px 6px;
  margin-bottom: 3px;
}

button.darkborder-btn {
  background: transparent;
  color: #a51c30;
  border: 1px solid #a51c30;
  font-size: 14px;
  padding: 7px 25px;
}

button.darkborder-btn:hover {
  background: #a51c30;
  color: #fff;
}

.experts-col img {
  width: 100%;
  margin-bottom: 14px;
  height: 235px;
  object-fit: contain;
}

section.logo-slider .item img {
  width: 150px;
  height: auto !important;
}
.logo-slider .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.logo-slider {
  /* background: #fff8f9; */
}

.logo-slider .owl-nav {
  display: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  /* padding-top: 15px; */
  margin-top: 25px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #123484 !important;
}
.owl-dots button.owl-dot.active {
  background-color: #123484 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
/*span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}*/
.owl-nav button:focus {
  outline: none;
}

footer {
  background: #eeeeee59;
  padding: 60px 0 20px 0;
}
h6.footer-title {
  font-size: 17px;
  font-weight: 600;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  margin-bottom: 20px;
}

ul.footer-listing {
  list-style: none;
  padding-left: 0;
}

ul.footer-listing a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

ul.footer-listing li {
  padding: 4px 0;
}

.footer-logo img {
  height: 120px;
  margin-bottom: 8px;
}

.copy-footer {
  border-top: 1px solid #ddd;
  padding: 15px 0 0 0;
  margin-top: 20px;
}

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

ul.social-list {
  list-style: none;
  padding: 0;
  display: inline-flex;
  margin: 0 !important;
}

ul.social-list a i {
  background: #123484;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  color: white;
}
.folow-us p {
  font-weight: 700;
  margin-right: 6px;
}

.folow-us {
  display: inline-flex;
}

section.home-baner {
  /* background: url(../images/banner-hm.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0 0px 0;
}

.banner-lft-content h2.main-title {
  font-size: 46px;
  line-height: 55px;
}
.showcase {
  position: absolute;
  right: 0;
  bottom: 0px;
  /* background: rgba(0, 0, 0, 0.933); */
  padding: 30px;
  height: 100%;
  width: 400px;
}

.showcase-scroll {
  height: 100%;
  overflow-y: auto;
}

.show-results {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.show-results img {
  height: 40px;
  width: 40px;
  margin-right: 14px;
}
.showcase > p {
  border-bottom: 1px solid #626060;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  background: transparent;
}
.right-header {
  display: inline-flex;
  align-items: center;
}
.header-butttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo img {
  height: 88px;
}
header nav ul a.nav-link {
  color: black;
  font-size: 14px;
}
header nav ul li.nav-item {
  padding: 0 10px;
}
header button.dark-btn {
  font-size: 14px;
  padding: 8px 20px;
}
/* .banner-lft-content {
  padding: 30px 0 30px 0;
} */
.search-header img {
  height: 20px;
  margin: 0 8px;
}
.million-users {
  display: flex;
  flex-flow: row wrap;
  padding-top: 30px;
}
.million-users .million-bx::after {
  content: "";
  background: #fff;
  border-right: 2px solid #fff;
  height: 86%;
  width: 2px;
  position: absolute;
  top: 0;
  right: 16px;
}
.million-users .million-bx {
  width: 24%;
  padding-right: 20px;
}

.million-users .million-bx h2 {
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  font-size: 34px;
}

/* Services css */

section.home-baner.service-baner {
  /* background: url(../images/servicesBg.png); */
  /* min-height: 85vh; */
  /* background-size: cover; */
}

h2.srvce-abs {
  font-size: 115px;
  font-weight: 700;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  margin: 0;
  line-height: 86px;
  color: #b8b5b53d;
  margin-bottom: -28px;
}

.services-lft-content {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section.service-family .services-rigt-img img {
  height: 300px;
  object-fit: cover;
}

h2.marriage-title {
  font-size: 30px;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

h2.marriage-title img {
  height: 62px;
  width: auto;
  margin-right: 15px;
}

.services-marriage p {
  font-size: 14px;
  line-height: normal;
  margin: 0px 0 0 0;
}

/* About us */

.home-baner.service-baner.about-baner {
  /* background: url(../images/aboutBg.png); */
  /* min-height: 85vh; */
  background-size: cover;
}

h2.about-title-abs {
  color: #b8b5b53d;
  font-size: 114px;
  font-weight: bold;
  margin-bottom: -34px;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  line-height: 115px;
}

.millions-user-rw {
  /* background: #fff9fa; */
  padding: 50px 30px;
}

.poppins {
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
}

.milioons-left {
  display: flex;
  align-items: center;
}

.milioons-left img {
  height: 60px;
  margin-right: 12px;
  width: 60px;
  object-fit: contain;
}

.ten-users h2 {
  font-size: 34px;
}

.experience-col img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.f-13 {
  font-size: 13px;
  line-height: 20px;
}
.f-20 {
  font-size: 20px !important;
}
.newsletter-fotor {
  display: flex;
}
button.submit-btn {
  font-size: 14px;
  border-color: #a51c30 !important;
  color: #fff;
  background: #a51c30;
  height: 48px;
  padding: 10px 15px;
}
.newsletter-fotor input {
  border: 2px solid #707070;
  padding: 10px;
  width: 70%;
}
.experience-hover {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 65%;
  text-align: left;
  padding: 10px;
  opacity: 0;
}

.experience-col:hover .experience-hover {
  opacity: 1;
  transition: 0.6s;
}
.banner-lft-content button.white-btn {
  border: 1px solid #123484 !important;
  background-color: white !important;
  color: #123484 !important;
}

.banner-lft-content button.white-btn:hover {
  background-color: #123484 !important;
  color: white !important;
}

/* Testimonial sec */
.testimonial-name {
  width: 70%;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
#customers-testimonials .shadow-effect p {
  margin: 0 0 17px 0;
}

#customers-testimonials .item {
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
section.about-testi {
  /* background: #fff9fa; */
}
img.quotes-testi {
  height: 40px;
  width: 40px !important;
  border-radius: 100%;
  margin-right: 10px;
  margin-left: auto;
  object-fit: cover;
}
.advisor-details {
  text-align: right;
}
.advisor-details p {
  max-width: none !important;
}
.owl-carousel .owl-stage {
  padding-bottom: 48px;
}
.testi-content {
  display: flex;
  align-items: center;
  background: #eee;
  padding: 0 16px;
  margin-bottom: 10px;
}
.testi-content img.img-circle {
  height: 90px;
  width: 90px !important;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 15px;
}

.star-rating i {
  color: #ffce3e;
  font-size: 14px;
}

img.quotes-testi {
  position: relative;
}

#customers-testimonials .top-testimonial p {
  margin: 20px 0 17px 0;
  max-width: 86%;
}

/* contact us */

.home-baner.service-baner.contact-baner {
  /* background: url(../images/contactBg.png); */
  /* min-height: 85vh; */
  background-size: cover;
}

.contact-form-img img {
  height: 450px;
  width: auto;
}

input,
select,
textarea {
  border: 1px solid #c6c6c6;
  border-radius: 0;
  padding: 12px;
  width: 100%;
  margin-bottom: 18px !important;
}

.contact-form textarea {
  height: 170px;
}

.find-reasons-img {
  position: absolute;
  right: -12%;
  top: 0;
}
section.find-reasons {
  overflow: hidden;
}
.find-reasons-img img {
  width: 100%;
  object-fit: contain;
  height: 550px;
}

.reason-consult {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.reason-consult img {
  height: 50px;
  margin-right: 20px;
}

p.sm-txt {
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
}

.f-14 {
  font-size: 14px;
}
.f-24 {
  font-size: 24px !important;
}

/* blog css */

.news-wrapper::after {
  content: "";
  background: linear-gradient(45deg, #000000a6, transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  border: 0;
  top: 0;
}

.blogs-lft-content,
.catgry-lft-content {
  border: 1px solid #c6c6c6;
}

.spce {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.search-container button {
  position: absolute;
  right: 8px;
  top: 12px;
  border: none;
  background: transparent;
}

.f-18 {
  font-size: 18px !important;
}

ul.post-listing {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
span.arrow {
  font-size: 20px;
  top: 2px;
  position: relative;
}
ul.post-listing li {
  padding: 2px 0;
}

ul.post-listing li a {
  text-decoration: none;
  font-size: 15px;
}
section.home-baner.blogs-baner {
  /* background: url(../images/blogBg.png); */
  /* min-height: 85vh; */
  background-size: cover;
}

.show-comment a {
  color: #000 !important;
}

.recent-post-wrapper {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.recent-post-wrapper img {
  height: 58px;
  width: 100px;
  margin-right: 10px;
}

.blog-tags {
  padding: 20px;
}

ul.tags-wrapper {
  list-style: none;
  padding-left: 0;
  font-size: 13px;
  display: flex;
  flex-flow: row wrap;
}

ul.tags-wrapper a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 2px 10px;
}
ul.tags-wrapper li {
  padding: 6px 3px;
  width: max-content;
}

ul.pagination {
  justify-content: center;
  margin-top: 20px;
}

ul.pagination a.page-link.active {
  background: #123484;
  color: #ffff !important;
}

ul.pagination a.page-link {
  color: #123484;
  border: none;
  font-weight: 500;
  padding: 8px 18px;
}

/* Blog Detials */

section.home-baner.blogdetails-baner {
  /* background: url(../images/blogDetail.png); */
  min-height: 330px;
  background-size: cover;
}
section.home-baner.blogdetails-baner h2.srvce-abs {
  font-size: 86px;
  line-height: 58px;
}
ul.social-list a {
  text-decoration: none !important;
}

/* ul.social-list a:hover i {
  transition: 1s;
  transform: rotate(360deg);
} */

.detail-blog-post {
  padding-left: 40px;
}

.detail-blog-post h2 {
  letter-spacing: 2px;
}

ul.share-friends {
  list-style: none;
  display: inline-flex;
  margin: 0;
}

.written-blog {
  display: flex;
  align-items: center;
}

ul.share-friends li img {
  height: 20px;
  margin-right: 10px;
}

img.inner-blog-img {
  width: auto;
  height: 400px;
  margin: 20px 0 40px 0;
}

/* Metrices */

.experts .million-users-cont .million-ten-box {
  background: #fff;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10px;
  padding: 20px;
}
.progress-bar {
  background: #a51c30 !important;
}
.metrcs-titles {
  display: flex;
  justify-content: space-between;
}
.experts .million-users-cont .milioons-left {
  justify-content: center;
}

.experts .million-users-cont .milioons-left img {
  margin-right: 25px;
}

img.serve-best-img {
  height: 450px;
  width: auto;
}
.progress {
  height: 10px !important;
  border-radius: 30px !important;
}
.metrcs-titles h3 {
  font-size: 16px;
  font-weight: 600;
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
}

.metrics-progress {
  margin-top: 30px;
}

/* Faq page */

section.home-baner.service-baner.faq-banner {
  /* background: url(../images/faq.png); */
  /* min-height: 85vh; */
  /* background-size: cover; */
}

.faq-accordion .accordion-item {
  border: 1px solid #123484 !important;
  margin-bottom: 15px;
  border-radius: 0 !important;
}

.faq-accordion .accordion-item button {
  /* font-family: "Poppins"; */
  font-family: "intel-one", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.faq-accordion .accordion-item button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #fffbfb !important;
  box-shadow: none !important;
}

.faq-accordion .accordion-item .accordion-collapse {
  background: #fffbfb !important;
}

.faq-accordion .accordion-body {
  font-size: 14px;
  line-height: 24px;
}

/* Terms and Conditions */

.term-condition p {
  line-height: 25px;
}

/* Book Appointments */

.book-appoint-card {
  border: 1px solid #dbdbdb;
  padding: 10px 20px 20px 20px;
}

.text-right {
  text-align: right;
}

.border-btn {
  border: 1px solid #123484 !important;
  /* color: #a51c30 !important; */
  padding: 10px 20px;
}

.appoint-booking img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  object-position: top;
}
.book-appoint-card button {
  border-radius: 0;
  padding: 6px 30px;
}
.yellow {
  color: #ffce3e;
}

p.time-slot img {
  height: 18px;
  width: 18px;
  object-fit: contain;
  margin-right: 10px;
}

.book-appnt-cnt {
  padding-left: 16px;
}

.schedule-btns button {
  margin-right: 10px;
}

img.help-img {
  width: auto;
  height: 336px;
  margin: 0 auto;
}

textarea {
  min-height: 160px;
}

.support-rght-content {
  box-shadow: 0px 8px 16px #00000029;
  padding: 30px 60px;
}

section.help-support {
  background: #fafafa;
}

section.help-support .support-logn-rw {
  background: #fff;
  padding: 50px;
}

.slots-span span {
  border: 1px solid #e1e1e1;
  font-size: 13px;
  padding: 3px 10px;
}

.cat-slots {
  display: flex;
  flex-flow: row wrap;
}

.cat-slots .slots-span {
  margin-right: 10px;
  width: max-content;
}

.cat-bttn button {
  border-radius: 0;
  padding: 6px 30px;
  font-size: 15px;
}

button.accordion-button {
  color: #000 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.catgry-lft-content h3 {
  font-size: 16px;
  font-weight: 600;
}

.catgry-lft-content .accordion-item {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

.catgry-lft-content h3 {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px !important;
  position: relative;
  display: block;
}

.catgry-lft-content h3::after {
  content: "";
  background: #123484;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 60px;
  position: absolute;
}

.catgry-lft-content .checkbox input {
  margin-bottom: 0 !important;
}
.catgry-lft-content h3.filters {
  border: none !important;
  padding: 0 !important;
}

.catgry-lft-content h3.filters::after {
  display: none;
}

.catgry-lft-content input#customRange3 {
  border: none;
}

ul.practice-areas {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}

ul.practice-areas li {
  background: #fff3f5;
  padding: 8px 15px;
  margin: 6px 6px 6px 0;
  width: 47%;
  font-size: 14px;
}

ul.service-areas {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}

ul.service-areas li {
  width: 48%;
  padding: 4px 0;
  position: relative;
  font-size: 14px;
}

ul.service-areas li::before {
  content: "";
  background: #000;
  height: 10px;
  width: 10px;
  position: absolute;
  left: -28px;
  top: 10px;
}

a.view-related {
  color: #000;
}

.cat-detials-left img {
  height: 280px;
  width: 100%;
  object-fit: contain;
  object-position: top;
}

.catimg-abs {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
  padding: 10px 15px;
}
.border-btn:hover {
  background: #123484 !important;
  /* color: #fff !important; */
  color: white !important;
}
.dark-icon i {
  color: #123484;
  font-size: 16px;
}
.video-consult a {
  color: #404cbf;
  text-decoration: none;
  font-size: 16px;
}

section.home-baner-inner {
  padding: 115px 0 70px 0;
  /* background: #1a1b25; */
}

section.home-baner.home-advisor {
  background: url(../images/visa.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 0px 0;
}

section.home-baner.home-advisor::after {
  content: "";
  background: #7f7b7c91;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.home-baner.home-advisor .banner-lft-content {
  z-index: 1;
  position: relative;
}

.table-reponsive table.dataTable th,
.table-reponsive table.dataTable td {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}
table th {
  background: #f3f2f7 !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #fff !important;
  background-color: #fff !important;
}
.page-item.active .page-link {
  background-color: #123484 !important;
  border-color: #123484 !important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
  margin-left: 10px;
}
div.dataTables_wrapper div.dataTables_length select {
  margin-bottom: 0 !important;
}
.card {
  background: #fff;
  border: none;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 1px 2px 13px #ddd;
}

.green {
  color: #2f9e00;
}

.payment-options-wrapper {
  border: 1px solid #d5d5d5;
  padding: 30px;
}

button.stripe-btn {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  padding: 18px 30px;
  margin-right: 20px;
}
button.stripe-btn img {
  height: 25px;
  width: auto;
}

.semi-bold {
  font-weight: 600;
}

img.method-icon {
  height: 32px;
  margin-right: 15px;
}

.mastercard img {
  height: 26px;
}

.payment-checks-box .form-check {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 15px 2.5em;
}

.mastercard {
  position: absolute;
  right: 20px;
  top: 16px;
}

.payment-checks-box .form-check-input:checked {
  background-color: #a51c30;
  border-color: #a51c30;
}

.payment-checks-box .form-check label {
  margin-left: 16px;
  color: #434343;
  margin-top: 6px;
}

.payment-terms label > input {
  margin-bottom: 0 !important;
}

.side-calender {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.days-weekly {
  padding: 10px 20px;
  margin: 10px;
}
#scheduleModal .modal-dialog {
  width: 70% !important;
  max-width: none !important;
}
.side-calender .prev-arrow,
.side-calender .next-arrow {
  background: transparent;
  border: none;
  font-size: 20px;
}
.slot-addn {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 15px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer !important;
}
#slotsContainer {
  height: 400px;
  overflow-y: auto;
}
.days-calender {
  display: flex;
  align-items: center;
}
div#calendar_content {
  margin-bottom: 30px;
}
.toast-top-right {
  top: 12px;
  margin: 0 auto;
  left: 40%;
}
.border-left {
  border-left: 1px solid #ddd;
  padding-left: 30px;
}
header a.nav-link.active {
  text-decoration: underline;
  color: #f4f4f4;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

header a.nav-link:hover {
  color: black !important;
  text-decoration: underline;
}

.advisor-category-toggle {
  border: 1px solid #00000033;
  padding: 5px;
  width: max-content;
  margin: 0 auto;
}
button.expert-btn.active {
  background: #123484;
  color: white;
}
button.expert-btn {
  background: transparent;
  border: none;
  color: black;
  padding: 8px 30px;
}

/* calnder css */

section.calendar {
  position: relative;
  margin: 2rem auto 20px;
  width: 350px;
  border: 2px solid #ddd;
  padding: 10px;
}

section.calendar .currentDateDisplay {
  height: 130px;
  width: 100%;
  color: #bc2938;
  font-weight: 600;
}
section.calendar .currentDateDisplay > p {
  font-size: 2rem;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
}
section.calendar .ui-datepicker {
  display: inline-block;
  margin: auto;
}
section.calendar .ui-datepicker .ui-datepicker-calendar {
  margin: auto;
  width: 100%;
  padding: 1rem;
}
section.calendar .ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
  color: #000;
  padding: 5px;
}
section.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  color: #000;
}
section.calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  color: #123484;
  background: #f3f2f7;
  /* width: 100%;
    display: block; */
}
p.bgText {
  border: 1px solid #ddd;
  padding: 5px;
}
section.calendar .ui-datepicker .ui-datepicker-header {
  padding: 1rem;
  color: #000;
  font-size: 1.3rem;
}
section.calendar .ui-datepicker .ui-datepicker-prev {
  float: left;
  line-height: 2.5rem;
  color: #123484;
}
section.calendar .ui-datepicker .ui-datepicker-next {
  float: right;
  line-height: 2.5rem;
  color: #123484;
}
section.calendar .ui-datepicker .ui-datepicker-year,
section.calendar .ui-datepicker .ui-datepicker-month {
  line-height: 2.5rem;
}
section.calendar .ui-datepicker .ui-datepicker-month {
  margin-right: 1rem;
}
section.calendar .ui-datepicker td {
  /* font-family: "Droid Sans", sans-serif; */
  font-family: "intel-one", sans-serif;
}
section.calendar .ui-datepicker thead {
  color: #123484;
}

.schedule-box {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.schedule-flex {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

/* User Profile */

.user-profile-box > img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  object-fit: cover;
}

.user-profile-in .review-btns-right button.border-btn {
  border: 1px solid #123484 !important;
  color: #123484 !important;
}

.user-profile-in .review-btns-right button.border-btn:hover {
  color: white !important;
}

.user-profile-icon {
  margin-left: 20px;
}

.card.my-detail-card {
  margin-bottom: 25px;
}

a.review-profile {
  padding: 0 22px;
}

a.review-profile.icn {
  padding-left: 0;
  border-right: 1px solid;
}

.details-title img {
  height: 32px;
  width: auto;
  margin-right: 15px;
}

h4.details-title {
  padding-bottom: 8px;
}

.details-iinner p {
  width: 85%;
}

/* Refund Payment Modal */

.refund-radios {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.refund-radios label.form-check-label {
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.refund-radios .form-check-input[type="radio"] {
  margin: 0;
}

.refund-radios .form-check-input:checked {
  background-color: #123484 !important;
  border-color: #123484 !important;
}

.article-media-upload .article-image input.form-control {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
}

.article-icn {
  position: absolute;
  top: 44%;
  left: 50%;
}

.article-media-upload .article-image {
  border: 2px dashed #bbb;
  height: 300px;
  width: 100%;
}

ol.breadcrumb {
  justify-content: center;
  background: transparent;
}

ol.breadcrumb a {
  color: #fff;
}

.admin-user-data img {
  height: 120px;
  width: 115px;
  object-fit: cover;
  margin-bottom: 10px;
}

.upcome-appoints {
  background: #eaecf2;
  padding: 30px 25px;
}

.upcome-appoints .nav-tabs .nav-link.active,
.upcome-appoints .nav-tabs .nav-item.show .nav-link {
  color: #a51c30;
  background-color: #fff;
  border: none;
  font-weight: bold;
}

.upcome-appoints ul.nav.nav-tabs {
  border: none;
}

.upcome-appoints .nav-tabs .nav-link {
  font-size: 14px;
  color: #000;
  background: #e8e8e8;
}

.upcome-appoints .tab-content .tab-pane {
  padding: 20px 30px;
}

.row.shoulder-rw {
  align-items: center;
  background: #fff;
  padding: 14px;
  margin-bottom: 15px;
}

.shoulder-rows-box::before {
  content: "";
  border-left: 4px solid #a51c30;
  position: absolute;
  left: -34px;
  height: 100%;
  width: 4px;
}

.row.shoulder-rw::before {
  content: "";
  background: #fff;
  outline: 2px solid #a51c30;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  position: absolute;
  left: -25px;
}

img.user-img-left {
  height: 34px;
  width: auto;
  margin-right: 10px;
}

.read-note-left img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 16px;
  margin-right: 14px;
}

.read-note-box {
  border: 1px solid #70707087;
  padding: 18px;
}
.search.filters-search input {
  border-radius: 10px;
  padding-left: 40px;
  width: max-content;
  margin-right: 14px;
}
.search-icons .search-icn-btn {
  position: absolute;
  left: 4px;
  top: 9px;
  border: none;
  background: transparent;
}
.read-notify-rw {
  padding: 5px;
}
.notifications-left-tb ul.nav.nav-tabs {
  border: 1px solid #c6c6c6 !important;
}
.notifications-left-tb a.nav-link.active {
  background: #a51c30 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.notifications-left-tb a.nav-link {
  padding: 8px 20px;
  color: #000;
}

.read-notify-rw:hover {
  background: #f5f5f5 !important;
}

.note-settings img {
  height: 24px;
}

button.settings {
  border: 1px solid #c6c6c6;
  background: transparent;
  padding: 12px;
  border-radius: 8px;
}

.search-header.notification ul.dropdown-menu {
  right: 100%;
  width: 360px;
  margin-right: 0;
  position: absolute;
  left: -210px;
}
.search-header.notification .dropdown-toggle::after {
  display: none;
}
.search-header .notificaion-details {
  white-space: initial;
}
.search-header.notification a.dropdown-item {
  padding: 0;
}

.search-header.notification li {
  padding: 5px;
}

.search-header.notification p.f-13 {
  font-size: 12px;
  line-height: normal;
}

.rating-star i {
  color: #e4e4e4;
  font-size: 26px;
  margin-bottom: 20px;
}

.rating-done img {
  height: 120px;
}

.news-wrapper img {
  height: 300px;
  object-fit: cover;
}

/*//stripe*/
.submit-btn {
  margin-top: 30px;
}
.payment-options-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.call-btns {
  padding: 20px 0;
}

.call-btns .border-btn {
  padding: 10px 30px;
}

.notify-checks {
  display: flex;
}

.notify-trash {
  padding-left: 15px;
}

.notification-all-list thead,
.notification-all-list table tbody tr {
  border-bottom: 1px solid #ebe6e6;
}
.notification-all-list table td i {
  margin-top: 16px;
}
.notification-all-list table td,
.notification-all-list table th {
  padding: 20px 15px !important;
  vertical-align: top;
}
button.trash-btn {
  border: 1px solid #d2d2d2 !important;
  background: transparent !important;
  padding: 8px 13px;
}

.buttons-notify {
  display: flex;
  align-items: center;
}

.notify-checks img {
  height: 92px;
  width: 92px;
  border-radius: 10px;
}

.notification-all-list tr:hover {
  background: #a51c301a;
}
.notification-menus {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.notification-menus img {
  height: 78px;
  width: 78px;
}
a.red {
  color: #123484;
  text-decoration: none;
}
span.active {
  color: #23c273;
  position: relative;
  padding-left: 20px;
}
span.active::after {
  content: "";
  background: #23c273;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 100%;
}
span.red-star {
  height: 10px;
  width: 10px;
  background: #123484;
  border-radius: 100%;
}
.border-none {
  border: none !important;
}

.notification-header .dropdown-menu {
  box-shadow: 0 3px 7px #c3d2f4;
}

.notification-header .dropdown-menu li {
  list-style: none;
}
.notification-header button img {
  height: 20px;
}
.notification-header .dropdown-toggle::after {
  display: none !important;
}
.notification-header .dropdown-menu {
  box-shadow: 0 3px 7px #c3d2f4;
  min-width: 350px;
  width: max-content;
  left: auto !important;
  right: 0 !important;
  margin: 0 auto !important;
}
button.view-btn {
  background: #e8cdd1;
  padding: 10px 30px;
  width: 100%;
  border: none;
  font-size: 15px;
}

.notification-header .dropdown-item.active,
.notification-header .dropdown-item:active,
.notification-header .dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #bccdf2;
}

.notification-all-list .form-check-input:checked {
  background-color: #a51c30 !important;
  border-color: #a51c30 !important;
}

.slot-addn-disabled {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 15px;
  border-radius: 6px;
  text-align: center;
  color: #a1a1a1;
  background: #eee;
}

.chng-pass-icon img {
  height: 450px;
  width: auto;
}

.sucess-story-main .sucess-box img {
  height: 130px;
  width: 115px !important;
  margin-right: 10px;
  object-fit: cover;
}

.sucess-story-main p {
  line-height: 17px;
}
#stories .owl-nav {
  display: none;
}
.header-butttons.mobile-header {
  display: none;
}
.notification-header .dropdown-menu {
  height: 400px;
  overflow-x: scroll;
}
ul.pagination {
  gap: 4px !important;
}
.experts-col a,
.experts-col h6 {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.filters-main-contet .date-fil select,
.filters-main-contet .date-fil input {
  height: 45px;
}
.news-feed {
  /* font-family: 'Pacifico' !important; */
  font-weight: 300;
  font-size: 24px !important;
  /* font-family: 'Playfair Display'; */
  font-family: "intel-one", sans-serif;
}
.banner-lft-content .million-bx {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.greencard-content button.white-btn {
  background: #123484;
  border: 1px solid #123484;
}
a {
  text-decoration: none !important;
}
.banner-lft-content .million-bx .right i {
  font-size: 40px;
}

.experience-descript {
  text-align: left;
  padding: 14px 10px;
  background: #eee;
}
.experience-item-wrapper {
  border: 1px solid #ddd;
}

/* responsive */

@media (min-width: 1600px) {
  section.home-baner {
    height: 35vh;
  }
  .showcase-scroll h6 {
    font-size: 20px;
  }
  h3.middle-heading {
    font-size: 35px;
  }
  .f-15,
  p,
  header nav ul a.nav-link {
    font-size: 18px;
  }
  .greencard-offers h2 {
    font-size: 68px;
  }
  ul.footer-listing a {
    font-size: 16px;
  }
  header button.dark-btn {
    font-size: 17px;
  }
  .header-logo img {
    height: 100px;
  }
  .showcase {
    /* height: 595px; */
    width: 438px;
  }
  .million-users .million-bx h2 {
    font-size: 44px;
  }
  button.black-btn,
  button.dark-btn,
  button.white-btn,
  .border-btn,
  .schedule-btns .btn.border-btn {
    padding: 12px 40px;
    font-size: 19px;
  }
  h2.main-title {
    font-size: 44px;
    line-height: 56px;
  }
  .banner-lft-content h2.main-title {
    font-size: 52px;
    line-height: 64px;
  }
  .f-13 {
    font-size: 15px;
    line-height: 24px;
  }
  .sucess-box p {
    font-size: 15px;
    line-height: 20px;
  }
  .date-fil select.form-select,
  .date-fil input.form-control {
    height: 45px !important;
  }
}
@media (min-width: 1900px) {
  h3.middle-heading {
    font-size: 40px;
  }
  .date-fil select.form-select,
  .date-fil input.form-control {
    height: 46px !important;
  }
  .experts-col h6,
  .f-15,
  p,
  header nav ul a.nav-link {
    font-size: 21px;
  }
  .greencard-offers h2 {
    font-size: 88px;
  }
  ul.footer-listing a {
    font-size: 18px;
  }
  header button.dark-btn {
    font-size: 19px;
  }
  .header-logo img {
    height: 120px;
  }
  h6 {
    font-size: 22px;
  }
  .showcase {
    /* height: 535px; */
    width: 555px;
  }
  .million-users .million-bx h2 {
    font-size: 48px;
  }
  button.black-btn,
  button.dark-btn,
  button.white-btn,
  .border-btn,
  .schedule-btns .btn.border-btn {
    padding: 10px 40px;
    font-size: 21px;
  }
  h2.main-title {
    font-size: 48px;
    line-height: 60px;
  }
  .banner-lft-content h2.main-title {
    font-size: 78px;
    line-height: 88px;
  }
  .f-13 {
    font-size: 18px;
    line-height: 32px;
  }
  .sucess-box p {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .banner-lft-content h2.main-title {
    font-size: 40px;
    line-height: 46px;
  }
  h2.marriage-title img {
    height: 50px;
  }
  h2.marriage-title {
    font-size: 22px;
  }
  h2.marriage-title img {
    height: 50px;
  }
  .notification-header .dropdown-menu {
    height: 400px;
    overflow-x: scroll;
  }
  .contact-form-img img {
    height: 420px;
  }
  h2.srvce-abs {
    font-size: 94px;
  }
  .home-baner.service-baner {
    padding-bottom: 20px;
  }
  .green-card-img img {
    height: 375px;
  }
  .banner-btns {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }
  .advisor-img img {
    height: 420px;
  }
}
@media (max-width: 1024px) {
  .showcase {
    /* height: 365px; */
  }
}
@media (max-width: 991px) {
  .contact-form-img img {
    height: auto;
    width: 100% !important;
  }
  .services-lft-content {
    padding: 20px;
  }
  h2.marriage-title {
    font-size: 18px;
  }
  h2.marriage-title img {
    height: 40px;
  }
  .services-marriage p {
    font-size: 13px;
  }
  #scheduleModal .modal-dialog {
    width: 99% !important;
  }
  ul.service-areas li {
    width: 100%;
  }
  img.inner-blog-img {
    width: 100%;
    height: auto;
  }
  h2.main-title {
    font-size: 30px;
    line-height: 40px;
  }
  .categories-appnt-cnt {
    flex-flow: column;
    justify-content: left !important;
    align-items: start !important;
  }
  .service-abs h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .service-abs {
    left: 0;
    /* top: -34px; */
    top: -50px;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    background: #ebebeb;
    width: 100%;
    top: 86px;
    padding: 20px;
  }
  .showcase {
    /* height: 345px; */
    width: 346px;
  }
  .advisor-img img {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
  span.navbar-toggler-icon {
    color: #fff;
    background: #123484;
    padding: 4px;
    height: 38px !important;
    width: 38px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .experts-col {
    margin-bottom: 20px;
  }
  h2.about-title-abs {
    font-size: 85px;
    line-height: 95px;
  }
  .million-users .million-bx {
    width: 30%;
  }
  button.dark-btn {
    font-size: 15px;
  }
  .banner-lft-content h2.main-title {
    font-size: 28px;
    line-height: 36px;
  }
  .find-reasons-img img {
    height: 720px;
  }
  .green-card-img img {
    height: 300px;
  }
}
@media (max-width: 1065px) {
  .notification-header .dropdown-menu {
    width: 750px !important;
    overflow-x: scroll;
  }
  .notify-trash h6,
  .notify-trash p {
    width: 100% !important;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    height: 66px;
  }

  .service-family .row {
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px auto;
    background-color: #fff8f9;
  }
  .detail-blog-post {
    padding-left: 0;
  }
  .notification-header .dropdown-menu {
    width: 280px !important;
    overflow-y: scroll;
    /* right: -20px !important; */
  }
  .notify-trash h6,
  .notify-trash p {
    width: 100% !important;
    white-space: normal;
  }
  section.calendar {
    width: 100% !important;
  }
  header .red-star {
    display: none;
  }
  section.find-reasons {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-main-box {
    padding-top: 30px;
  }
  .advisor-header button.dark-btn {
    display: none;
  }
  .header-butttons.mobile-header a {
    width: 100%;
    position: relative;
    display: block;
  }
  .mobile-header button.dark-btn {
    width: 100%;
  }
  .header-butttons.mobile-header {
    display: block !important;
    width: 100% !important;
  }
  section.home-baner {
    padding: 0px 0 0px 0;
  }
  .category-showing {
    flex-flow: column;
    justify-content: left !important;
    align-items: flex-start !important;
    margin-top: 20px;
  }
  .million-ten-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
  }
  .milioons-left {
    justify-content: center;
  }
  .find-reasons-img img {
    height: auto;
  }
  .find-reasons-img {
    position: relative;
    right: 0;
    top: 0;
  }
  .contact-form-img img {
    height: auto;
    width: 100% !important;
  }
  .navbar > .container-fluid {
    padding: 0 !important;
  }
  ul.advisor-lisitng li {
    width: 100%;
  }
  .container {
    max-width: 98% !important;
  }
  header button.dark-btn {
    font-size: 12px;
    padding: 5px 12px;
  }
  .banner-btns {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 7px;
  }
  .million-users .million-bx {
    width: 33%;
  }

  .banner-lft-content p.w-50,
  ul.service-areas li {
    width: 100% !important;
  }
  h2.srvce-abs,
  h2.srvce-abs {
    font-size: 50px;
    line-height: 58px;
  }
  button.navbar-toggler {
    color: #123484;
    padding: 0;
    margin-right: 10px;
  }
  .search-header button {
    padding: 8px 10px !important;
    height: auto !important;
    margin-left: 6px;
  }
  .navbar > .container-fluid {
    flex-flow: row !important;
  }
  .green-card-img {
    position: relative;
    top: 0;
  }
  .copyright-sec {
    flex-flow: column;
    gap: 10px;
  }
  .green-card-img img {
    width: auto;
    height: 230px;
    margin-bottom: 20px;
  }
  .booking-btns {
    gap: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .news-wrapper {
    margin: 10px 0;
  }
  .offer-title {
    margin-bottom: 12px;
  }
  .professional-topbar {
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  .experts-col {
    margin-bottom: 20px;
  }
  .sucess-story-main {
    gap: 10px;
  }
  button.dark-btn {
    padding: 6px 15px;
    font-size: 13px;
  }
  button.white-btn {
    font-size: 13px;
    padding: 6px 18px;
  }
  .banner-lft-content h2.main-title {
    font-size: 26px;
    line-height: 32px;
  }
  h2.main-title {
    font-size: 32px;
    line-height: 40px;
  }
  .greencard-content {
    text-align: center;
  }
  .showcase {
    position: relative;
    width: 100%;
  }
  section.logo-slider .item img {
    width: 150px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
  }
  .showcase-scroll {
    /* height: 94%; */
  }
  .advisor-img img {
    height: auto;
    width: 100%;
  }
  h2.about-title-abs {
    font-size: 42px;
    line-height: 44px;
  }
}

button#verified {
  background: #04903f !important;
  border: 1px solid #04903f !important;
  padding: 12px;
  cursor: pointer;
}

.lawyer-uploaded-docs img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* button.dark-btn {
  border: 1px solid #a51c30 !important;
  background-color: white !important;
  color: #a51c30 !important;
}

button.dark-btn:hover {
  background-color: #a51c30 !important;
  color: white !important;
} */

button.dark-btn {
  border: 1px solid #123484 !important;
  background-color: white !important;
  color: #123484 !important;
}

button.dark-btn:hover {
  background-color: #123484 !important;
  color: white !important;
}

#toast-container {
  z-index: 1111111 !important;
}

.footer-listing li a:hover {
  color: #123484;
}

button.dark-btn.book-expert {
  border: 1px solid #a51c30 !important;
  background-color: white !important;
  color: #a51c30 !important;
}

button.dark-btn.book-expert:hover {
  background-color: #a51c30 !important;
  color: white !important;
}

@media (min-width: 1600px) {
  section.home-baner.home-section-baner {
    height: 69vh !important;
  }

  section.home-baner.home-section-baner {
    padding: 0px 0 0px 0;
  }

  .tabs-content {
    /* max-height: 513px; */
  }
}

section.home-baner.home-section-baner {
  padding: 40px 0 0px 0;
}

@media (max-width: 767px) {
  section.home-baner.home-section-baner {
    padding: 0px 0 0px 0;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-menu[data-bs-popper] {
    /* left: -82px !important; */
    border-radius: 0px !important;
  }

  .banner-lft-content {
    padding-bottom: 10px;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #123484 !important;
  color: white !important;
}
.see-all-btn {
  border: 1px solid #123484;
  color: #123484;
  background-color: white;
  padding: 10px 30px;
  font-size: 15px;
}
.see-all-btn:hover {
  border: 1px solid #123484;
  background-color: #123484;
  color: white;
}

.ai-btn {
  border: 1px solid #123484 !important;
  color: #123484 !important;
  background-color: white !important;
}
.ai-btn:hover {
  border: 1px solid #123484 !important;
  background-color: #123484 !important;
  color: white !important;
}

.home-ai-btn {
  border: 1px solid #123484 !important;
  color: #123484 !important;
  background-color: white !important;
}
.home-ai-btn:hover {
  border: 1px solid #123484 !important;
  background-color: #123484 !important;
  color: white !important;
}
@media (min-width: 1600px) {
  button.ai-btn {
    padding: 12px 40px;
    font-size: 19px;
  }
}

@media (max-width: 1012px) {
  button.ai-btn {
    margin-top: 10px;
    padding: 12px 30px;
  }
}

@media (max-width: 991px) {
  button.ai-btn {
    font-size: 15px;
  }
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}
.flex-col {
  flex-direction: column;
}
#chatOffCanvas {
  z-index: 9999 !important;
}
#chatOffCanvas #clearChat {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 300;
  color: white !important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #123484 !important;
}

/* ===== DATATABLE VISIBILITY FIXES ===== */
/* Global fixes for DataTable column visibility issues */

/* Ensure all DataTable columns are visible */
.dataTable {
    width: 100% !important;
    table-layout: auto !important;
}

.dataTable th,
.dataTable td {
    visibility: visible !important;
    display: table-cell !important;
    opacity: 1 !important;
    max-width: none !important;
    min-width: auto !important;
    width: auto !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* Fix column width issues */
.dataTable thead th,
.dataTable tbody td {
    padding: 12px 8px !important;
    vertical-align: middle !important;
    border: 1px solid #dee2e6 !important;
    word-wrap: break-word !important;
    word-break: normal !important;
}

/* Ensure table headers are visible */
.dataTable thead {
    display: table-header-group !important;
    visibility: visible !important;
}

.dataTable thead th {
    background-color: #F3F2F7 !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-align: left !important;
    position: relative !important;
}

/* Fix table body visibility */
.dataTable tbody {
    display: table-row-group !important;
    visibility: visible !important;
}

.dataTable tbody tr {
    display: table-row !important;
    visibility: visible !important;
}

.dataTable tbody tr td {
    display: table-cell !important;
    visibility: visible !important;
    background-color: #fff !important;
}

/* Fix responsive issues */
.dataTables_wrapper {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
}

.dataTables_wrapper .dataTables_scroll {
    overflow: visible !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow: visible !important;
}

/* Fix any hidden columns */
.dataTable th[style*="display: none"],
.dataTable td[style*="display: none"] {
    display: table-cell !important;
}

.dataTable th[style*="visibility: hidden"],
.dataTable td[style*="visibility: hidden"] {
    visibility: visible !important;
}

/* Fix column width constraints */
.dataTable th[style*="width"],
.dataTable td[style*="width"] {
    width: auto !important;
    min-width: 80px !important;
    max-width: none !important;
}

/* Override any conflicting styles */
.dataTable th,
.dataTable td {
    display: table-cell !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    float: none !important;
    clear: none !important;
}

/* Fix for specific DataTable classes */
table.dataTable th,
table.dataTable td {
    visibility: visible !important;
    display: table-cell !important;
}

/* Ensure proper table structure */
.dataTable thead,
.dataTable tbody,
.dataTable tfoot {
    display: table-row-group !important;
}

.dataTable tr {
    display: table-row !important;
}

.dataTable th,
.dataTable td {
    display: table-cell !important;
}

/* Fix for DataTable wrapper */
.dataTables_wrapper .dataTables_scroll {
    overflow: visible !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow: visible !important;
}

/* Ensure proper text wrapping */
.dataTable th,
.dataTable td {
    word-wrap: break-word !important;
    word-break: normal !important;
    hyphens: auto !important;
}

/* Fix any CSS that might hide columns */
.dataTable * {
    visibility: visible !important;
}

/* Ensure proper responsive behavior */
@media (max-width: 768px) {
    .dataTable {
        font-size: 14px !important;
    }
    
    .dataTable th,
    .dataTable td {
        padding: 8px 4px !important;
        min-width: 60px !important;
    }
}

/* Fix table borders and spacing */
.dataTable,
.dataTable thead,
.dataTable tbody,
.dataTable tfoot {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

/* Fix column sorting indicators */
.dataTable .sorting,
.dataTable .sorting_asc,
.dataTable .sorting_desc {
    position: relative !important;
    cursor: pointer !important;
}

.dataTable .sorting:after,
.dataTable .sorting_asc:after,
.dataTable .sorting_desc:after {
    content: "" !important;
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}

.dataTable .sorting:after {
    border-top: 4px solid #ccc !important;
    border-bottom: none !important;
}

.dataTable .sorting_asc:after {
    border-bottom: 4px solid #123484 !important;
    border-top: none !important;
}

.dataTable .sorting_desc:after {
    border-top: 4px solid #123484 !important;
    border-bottom: none !important;
}

/* ===== END DATATABLE FIXES ===== */