/* -----------Rehman's Css Below------------ */

.submenu-item a:hover {
  background-color: var(--bs-primary) !important;
  border-color: transparent !important;
  color: white !important;
}

.nav-highlighted>.nav-item>.nav-link {
  border-bottom: none !important;
  position: relative;
}

.nav-highlighted>.nav-item>.nav-link::before {
  content: "";
  height: 2px;
  width: 25%;
  background-color: var(--bs-primary) !important;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all ease 0.5s;
}

.nav-highlighted>.nav-item>.nav-link:hover::before {
  width: 100% !important;
}

.main-video-section {
  position: relative;
  top: 90px;
}

.main-video-section #bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.main-video-section .video-overlay {
  position: absolute;
  background-color: rgba(35, 45, 57, 0.8);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-video-section .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-video-section .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-video-section .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.service-section-wrap .card.single-promo-card .card-body .btn-tertiary {
  color: #fff !important;
  background: #103790 !important;
  border-color: #103790 !important;
}

.provide_services_in_minutes {
  background-color: var(--bs-link-color);
  border-radius: 8px;
  padding: 20px;
}

.provide_services_in_minutes .text-primary,
.provide_services_in_minutes .regular-text {
  color: #fdfdfd !important;
}

.provide_services_in_minutes .hero-slider-content,
.provide_services_in_minutes .insurances-tabs {
  max-width: 75%;
  width: 100%;
}

.first_home_section {
  height: 90vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.first_home_section .video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
}

.first_home_section .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(35, 45, 57, 0.8);
}

.first_home_section .video-overlay .caption .content h2 {
  color: #6dcef5;
  font-size: 3rem;
  word-break: break-word;
}

.first_home_section .video-overlay .caption .content h5 {
  color: #fdfdfd;
  word-break: break-word;
}

.first_home_section .video-overlay .caption {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0px 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-section-wrap .card.single-promo-card {
  background: linear-gradient(180deg,
  #e5efff 0,
  rgba(229, 239, 255, 0.262661) 83.7%,
  rgba(229, 239, 255, 0) 100%);
  text-align: center;
}

.service-section-wrap .card.single-promo-hover:hover .btn.btn-tertiary {
  background: #6dcef5 !important;
}

.service-section-wrap .card.single-promo-hover:hover .mycontent {
  color: #fdfdfd !important;
}

.service-section-wrap .card .card-body .mycontent,
.service-section-wrap .card .card-body .mycontent div {
  text-align: center !important;
}

.insurances-tabs.old li a.nav-link:hover i {
  color: #18a5de !important;
}

.support-action.d-inline-flex a,
.support-action.d-inline-flex i {
  color: #fdfdfd !important;
}

.home_hero2 {
  background: #103790;
}

.home_hero2 .grid-percentage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid-percentage .content-container {
  width: auto;
  flex: 1 1;
}

.grid-percentage .featured-image {
  display: flex;
  transition: all 0.5s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.grid-percentage .featured-image img {
  object-fit: cover;
}

.grid-percentage .content-container .heading-container {
  max-width: 65%;
}

.grid-percentage .content-container .heading-container h1 {
  color: #fdfdfd !important;
}

.grid-percentage .content-container .content .collabs [class*="col"] {
  margin-bottom: 12px;
}

.grid-percentage .content-container .content .collabs .item {
  background-color: #fdfdfd;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}

.grid-percentage .content-container .content .collabs .item h5.head {
  display: flex;
  align-items: center;
}

.grid-percentage .content-container .content .collabs .item .content-para .para {
  min-height: 84px;
}

.grid-percentage .content-container .content .collabs .item h5.head .icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background: #103790;
  border-radius: 25px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fdfdfd;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.content-para .para {
  color: #211f1f;
  line-height: 1.4;
}

.grid-percentage .content-container .content .collabs .item .details-btn {
  border: 1px solid #103790;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex !important;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  transition: all 0.3s ease-in;
}

.grid-percentage .content-container .content .collabs .item .details-btn span.details {
  color: #103790 !important;
  font-size: 14px !important;
  white-space: nowrap;
  text-transform: capitalize;
  visibility: hidden;
  opacity: 0;
  margin-left: -82px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
}

.grid-percentage .content-container .content .collabs .item .details-btn i.fa-solid.fa-arrow-right {
  color: #103790;
}

.details-btn:hover {
  width: 150px;
  min-width: 150px;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgb(60 64 143 / 20%);
  gap: 8px;
  transition: all 0.3s ease-in;
}

.details-btn:hover .details {
  margin-left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #103790 !important;
}

/* .details-btn:hover i.fa-solid.fa-arrow-right {
  position: relative;
  bottom: 1px;
} */

.hero-slider {
  width: 100%;
  height: 560px;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  height: 100%;
}

.home_hero3 .hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-style.for_home4 {
  background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%,
  rgb(16 55 144) 0%,
  rgb(16 55 144) 100.2%) !important;
}

.hero-style.for_home4 .hero-slider .slide-inner {
  height: 100%;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  color: white;
  background: #254fa2;
  cursor: pointer;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

/* .hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
} */

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

/* .hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
} */

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
}

/* .hero-style .container {
  margin-left: 15%;
} */

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

.shape__container {
  position: relative;
  width: 400px;
}

.shape {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #4787c9;
  width: 400px;
  /* height: 550px; */
  border-radius: 30px;
  transform: skewX(-5deg) skewY(-5deg);
  /*Shorthand: skew(-5deg, -5deg);*/
  /* box-shadow: 0px 5px 14px rgba(9, 33, 58, 0.1); */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
  rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.shape:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
  rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.customer__picture {
  height: 50%;
}

.customer__picture img {
  height: 100%;
  transform: skewX(5deg) skewY(5deg) scale(1.15);
  /*Shorthand: skew(5deg, 5deg) scale(1.15);*/
}

.shape h2 {
  color: #f4f4f4 !important;
}

.text {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #f4f4f4;
  padding: 40px 30px;
  transform: skewX(5deg) skewY(5deg);
  /*Shorthand: skew(5deg, 5deg);*/
}

.text .logo {
  margin-bottom: 10px;
  max-height: 25px;
}

.shape__shadow {
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f7ff;
  width: 400px;
  height: 100%;
  border-radius: 30px;
  transform: skewX(-5deg) skewY(-5deg) rotate(-20deg);
  /*Shorthand: skew(-5deg, -5deg) rotate(-20deg);*/
  z-index: -10;
}

.btn.more-detail {
  background-color: #e7eff7;
  color: var(--bs-primary);
  border-radius: 6px;
  text-decoration: none;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
  rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 8px 20px;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.btn.more-detail:hover {
  background-color: transparent;
  border: 1px solid #fdfdfd;
  color: #fdfdfd;
}

.home_hero2 .hero-style .swiper-wrapper .swiper-slide.one .slide-inner {
  background-position: center !important;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row {
  height: 100%;
  width: 100%;
  /* background-image: radial-gradient(
    circle farthest-corner at 22.4% 21.7%,
    rgb(16 55 144) 0%,
    rgb(97 148 213) 100.2%
  ) !important; */
}

/* .hero-style.for_home5 .swiper-container .swiper-slide .row {
  background-image: none !important;
} */

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column .hover-up {
  padding: 150px 50px;
  width: 70%;
  margin-left: 10%;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column .hover-up h2 {
  font-size: 42px !important;
  color: #f4f4f4 !important;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column .hover-up h2 span {
  font-size: 38px;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column .hover-up p {
  color: #f4f4f4 !important;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column .hover-up a {
  background: #fdfdfd;
  padding: 12px 18px;
  border-radius: 4px;
  color: #305cab;
  display: block;
  max-width: fit-content;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].content-column .hover-up a:hover {
  background-color: transparent;
  border: 1px solid #fdfdfd;
  color: #fdfdfd;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"].image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"] .image-box {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-style.for_home4 .swiper-container .swiper-slide .row [class*="col"] .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-style.for_home5 {
  background-color: whitesmoke;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner {
  height: 100%;
  background-size: 100% 100%;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner .services_content {
  padding: 12% 120px 0px;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner .services_content .hover-up {
  max-width: 400px;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner .services_content .hover-up h2.text-primary {
  font-size: 60px;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner .services_content .hover-up h2.text-primary span {
  font-size: 36px;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner .services_content .hover-up a.btn {
  background: #1e4397;
  color: #fdfdfd;
}

.hero-style.for_home5 .swiper-container .swiper-slide .slide-inner .services_content .hover-up a.btn:hover {
  border: 1px solid #1e4397;
  background-color: transparent;
  color: #1e4397;
}

/* ------------------ */

.notify_msg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: 90%;
  right: 100px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  text-align: center;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
}

.notify_msg .msg_popup {
  min-height: 200px;
  height: 70vh;
  width: calc(100% - 72%);
  border-radius: 25px 25px 0px 0px;
  background: #fafafa;
  position: fixed;
  bottom: 0;
  right: 100px;
  z-index: 9999999;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
  rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.msg_popup .card {
  border: 0;
  height: 100%;
}

.msg_popup .card .card-header {
  background-color: #103790;
  color: #fff;
}

.msg_popup .card .card-header span {
  cursor: pointer;
}

.msg_popup .card .card-body {
  overflow-y: scroll;
}

.msg_popup .card .card-body .chat_video {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #e5efff;
  margin: 0px 0px 10px;
  padding: 15px;
}

.msg_popup .card .card-body .chat_video .video {
  height: 100px;
}

.msg_popup .card .card-body .chat_video .video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.msg_popup .card .card-body .chat_video .video video {
  height: 100%;
  width: 100%;
}

.msg_popup .card .card-body .chat_video .title {
  margin: 15px 0px 0px;
  color: #121212;
  line-height: 1.3;
}

/* .notify_msg .msg_popup {
  display: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.notify_msg.show-popup .msg_popup {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.notify_msg .msg_popup {
  transform: translateY(100%);
  opacity: 0;
} */

.modal-dialog-1 {
  max-width: calc(20% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
}

/* ------------------ */

.accesibility_button {
  border-radius: 4px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  transition: all 0.3s ease-out;
  text-align: center;
  opacity: 0.8;
  background: #fafafa;
  color: #1da1f2 !important;
  margin-right: 6px;
}

.social-list-default li.accesibility_button a {
  height: inherit;
  width: inherit;
  padding: 5px 6px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-list-default li.accesibility_button a img {
  max-width: 16px;
}

.social-list-default.background-color.social-hover-2 li a.twitter {
  background-color: #14171a !important;
}

.accesibility_button a {
  background-color: transparent !important;
  color: #1da1f2 !important;
  margin: 0;
  padding: 0;
  opacity: 0.8;
}

.accesibility_button:hover {
  opacity: 1 !important;
}

.background-color.social-hover-2.accesibilities li a {
  color: #1da1f2 !important;
}

body.de-dark .accesibilities .accesibility_button {
  background-color: #343a40 !important;
}

body.increase_page_size1,
body.increase_page_size1 .footer-1.gradient-bg p,
body.increase_page_size1 .footer-1.gradient-bg h6,
body.increase_page_size1 .footer-1.gradient-bg .h6,
body.increase_page_size1 footer ul:not([class*="menu"]) li>a,
body.increase_page_size1 .btn,
body.increase_page_size1 .btn-sm,
body.increase_page_size1 .btn-tertiary,
body.increase_page_size1 h3,
body.increase_page_size1 .h3,
body.increase_page_size1 h4,
body.increase_page_size1 .h4,
body.increase_page_size1 h5,
body.increase_page_size1.h5,
body.increase_page_size1 h6,
body.increase_page_size1 .h6,
body.increase_page_size1 .insurances-tabs li .nav-link,
body.increase_page_size1 .header-main.header-main-aletihad .navbar-nav .custom-nav-link,
body.increase_page_size1 button,
body.increase_page_size1 span,
body.increase_page_size1 small,
body.increase_page_size1 input,
body.increase_page_size1 .form-control {
  font-size: 18px !important;
}

body.increase_page_size2,
body.increase_page_size2 .footer-1.gradient-bg p,
body.increase_page_size2 .footer-1.gradient-bg h6,
body.increase_page_size2 .footer-1.gradient-bg .h6,
body.increase_page_size2 footer ul:not([class*="menu"]) li>a,
body.increase_page_size2 .btn,
body.increase_page_size2 .btn-sm,
body.increase_page_size2 .btn-tertiary,
body.increase_page_size2 h3,
body.increase_page_size2 .h3,
body.increase_page_size2 h4,
body.increase_page_size2 .h4,
body.increase_page_size2 h5,
body.increase_page_size2.h5,
body.increase_page_size2 h6,
body.increase_page_size2 .h6,
body.increase_page_size2 .insurances-tabs li .nav-link,
body.increase_page_size2 .header-main.header-main-aletihad .navbar-nav .custom-nav-link,
body.increase_page_size2 button,
body.increase_page_size2 span,
body.increase_page_size2 small,
body.increase_page_size2 input,
body.increase_page_size2 .form-control {
  font-size: 20px !important;
}

.de-gray {
  filter: grayscale(1) !important;
}

:is(body.de-dark) {
  background-color: #121212;
  color: #ffffff;
}

body.de-dark .site-gradient {
  background: #121212 !important;
  color: #ffffff !important;
}

body.de-dark .header-main.header-main-aletihad .main-header-menu-wrap {
  background: #121212 !important;
  color: #ffffff !important;
}

body.de-dark .text-primary {
  color: #ffffff !important;
}

body.de-dark .primary-bg {
  background-color: #343a40 !important;
  color: #ffffff !important;
}

body.de-dark a:not(body.de-dark .sub-menu-nav-link),
.de-dark .hs-sub-menu li a,
.de-dark .hs-mega-menu li a,
.de-dark .dropdown-menu li a,
.de-dark .single-promo-card.single-promo-hover h5,
.de-dark .color-primary,
.de-dark .insurances-tabs li .nav-link:not(.active) i,
.de-dark .insurances-tabs.old li a.nav-link:hover i {
  color: #ffffff !important;
}

.de-dark .btn {
  background-color: #343a40;
  color: #ffffff;
  border-color: #343a40 !important;
}

.de-dark .btn:hover,
.de-dark .hs-sub-menu,
.de-dark .hs-mega-menu,
.de-dark .dropdown-menu,
.de-dark .bg-primary,
.de-dark .insurances-tabs li .nav-link,
.de-dark .accesibilities .accesibility_button,
.de-dark .footer-bottom {
  background-color: #495057 !important;
  color: #ffffff !important;
}

.de-dark .single-promo-card.single-promo-hover:hover .card-body div h5,
.de-dark .single-promo-card.single-promo-hover:hover .card-body div .mycontent,
.de-dark .single-promo-card.single-promo-hover:hover span {
  color: #343a40 !important;
}

.de-dark .service-section-wrap .card.single-promo-card {
  background: #121212 !important;
  color: #ffffff !important;
}

.de-dark .gradient-bg {
  background: #121212 !important;
  color: #ffffff !important;
}

.de-dark .hs-sub-menu li a:hover,
.de-dark .hs-mega-menu li a:hover,
.de-dark .dropdown-menu li a:hover,
.de-dark .service-section-wrap .card.single-promo-card .card-body .btn-tertiary {
  background-color: #ffffff !important;
  color: #495057 !important;
}

.de-dark .nav-highlighted>.nav-item>.nav-link::before,
.de-dark .single-promo-card.single-promo-hover:hover::before,
.de-dark .single-promo-card.single-promo-hover:before {
  background-color: #fff !important;
}

:is(body.de-dark header #logoAndNav nav a.navbar-brand.simple-mode-logo) {
  display: none !important;
}

:is(body.de-dark header #logoAndNav nav a.navbar-brand.dark-mode-logo) {
  display: block !important;
  max-width: 133px !important;
}

.disableBtn {
  background-color: #cccccc;
  color: #666666;
  pointer-events: none !important;
}

.background-color.social-hover-2 li.disableBtn a {
  color: #666666 !important;
}

.disableBtn:hover {
  opacity: 0.8 !important;
}

.market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #e7e7e7;
  background-position: center left 0.75rem;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
}

.market-btn .market-button-title {
  display: block;
  color: #222;
  font-size: 1rem;
}

.market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #888;
  font-size: 0.75rem;
}

.market-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.simulation-body {
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(10deg) skewY(-10deg);
  border-radius: rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
  rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
}

.drawer-head {
  display: none;
}

.showMobNav .drawer-head {
  display: block;
  max-height: 100px;
  padding: 20px 30px;
  background: #6dcef5;
  margin-bottom: 35px;
}

.showMobNav .drawer-head img {
  max-width: 115px;
}

.showMobNav .navbar-nav .custom-nav-link {
  font-size: 1.05rem !important;
}

.show-on-drawer {
  display: none;
}

.e-services-li {
  display: none;
}

@media screen and (max-width: 991px) {
  .mt-3.home-hero {
    margin-top: 3rem !important;
  }

  .main-navbar-nav.nav-highlighted {
    display: none !important;
  }

  .main-navbar-nav.nav-highlighted.show-on-drawer {
    display: block !important;
  }

  #navBar.showMobNav .nav-secondary>.nav-item:not(.e-services-dd)>.nav-link {
    border: none !important;
  }

  #navBar.showMobNav .nav-highlighted>.nav-item>.nav-link::before {
    content: none !important;
  }

  .showMobNav .navbar-nav .custom-nav-link.drawer-btns {
    background: #103790;
    color: white;
    font-size: 1rem !important;
    font-weight: normal !important;
    text-align: center !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
  }

  .e-services-li {
    display: block;
  }

}

.downloadapp-section .content-block ul li {
  margin-bottom: 10px;
}

.downloadapp-section .content-block ul li span.html-checkmark {
  color: #fafafa;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
}

.downloadapp-section .content-block ul li span.html-checkmark::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #6dcef5;
  height: 24px;
  width: 24px;
  border-radius: 30px;
  top: -3px;
  left: -6px;
}

:dir(rtl) .downloadapp-section .row {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .downloadapp-section .row .content-block {
    margin-top: 30px;
  }

  .space-on-mob {
    margin-top: 30px;
  }
}

/*  */

.profile-page .avatar {
  position: relative;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.dropdown-toggle.hide-arrow::before,
.dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow>.dropdown-toggle::before,
.dropdown-toggle-hide-arrow>.dropdown-toggle::after {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.profile-page .card.users-details .card-header,
.profile-page .card.user-passwords .card-header {
  background-color: #103790 !important;
  color: #fff !important;
}

.profile-page .card.users-details .card-body,
.profile-page .card.user-passwords .card-body {
  background: linear-gradient(180deg, #d3e3fc 0, rgba(229, 239, 255, 0.262661) 83.7%, rgba(229, 239, 255, 0) 100%);
}

.profile-page .card.users-bio .card-body .widget-user-image {
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background-color: #d4d3d3;
  position: relative;
  overflow: hidden;
}

.profile-page .card.users-bio .card-body .widget-user-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* .main.dashboard-home {
  padding-top: 100px;
} */

.dashboard-home .widget-user-image {
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background-color: #d4d3d3;
  position: relative;
  overflow: hidden;
}

.dashboard-home .widget-user-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dashboard-home aside .card-body {
  background-color: var(--bs-card-cap-bg);
}

.dashboard-home aside .card-body ul li a {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 15px;
  padding: 12px 20px;
  border-radius: 5px;
  color: #363636;
  font-size: 0.85rem;
  line-height: 1.1;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.6px;
  transition: all .6s;
}

.dashboard-home aside .card-body ul li a .icon {
  margin: 0px 10px;
  font-size: 20px;
}

.dashboard-home aside .card-body ul li a:hover,
.dashboard-home aside .card-body ul li a.check {
  background-color: #103790;
  color: #fafafa;
}

.dashboard-home .item-types .item-detail-card.card .card-header .policy-type {
  color: #18a5de;
}

.dashboard-home .item-types.card .card-header.item-types-head .select {
  width: 96px;
  /* background: #67c167; */
  /* color: #fafafa; */
}

.dashboard-home .item-types .item-detail-card.card .card-header .policy-type .icon {
  margin: 0px 10px;
  font-size: 20px;
  color: #18a5de;
}

.dashboard-home .item-types .item-detail-card.card .card-header .policy-number {
  color: #103790;
}

/* .dashboard-home .item-types .item-detail-card.card .card-body .item-info {
  color: #103790;
} */

.dashboard-home .item-types .item-detail-card.card .card-footer .icon {
  font-size: 18px;
  margin: 0px 8px;
}

.dashboard-home ul.dashboard-menu li a.menu {
  position: relative;
}

.dashboard-home ul.dashboard-menu li a.menu .menu-down {
  display: flex !important;
  position: absolute;
  right: 20px;
}

.main.authscreens .login-model {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 6px;
  padding: 20px;
  margin: 50px 0px;
}

.border-bottom-1 {
  border-bottom: 1px solid !important;
}

.policy-detail-content .card .card-body .policy-type .icon {
  font-size: 28px;
  margin-right: 12px;
}

.policy-detail-content .active-pin {
  font-size: 22px;
  margin-right: 10px;
}

* {
  box-sizing: border-box;
}

.get-dir-btn {
  max-width: fit-content;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

:dir(rtl) .dashboard-home ul.dashboard-menu li a.menu .menu-down {
  left: 20px !important;
  right: inherit;
}

.z-index-99 {
  z-index: 999999 !important;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #e9f2ff;
}

.cookie-consent-banner__inner {
  margin: 0 auto;
  padding: 15px 0;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 10px 10px;
  border-radius: 2px;
  background-color: #2CE080;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;

  border: 2px solid #3A4649;

  background-color: transparent;

  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;

  background-color: transparent;

  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

.product-sec .product-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
}

.product-sec .product-box:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.product-sec .product-box.individual {
  background-image: url(../images/individual.png);
}

.product-sec .product-box.corporate {
  background-image: url(../images/corporate.jpg);
}

.product-sec .product-box.hrsd {
  background-image: url(../images/hrsdv2.jpg);
}

.product-sec .product-box .box__info {
  z-index: 9;
  background-color: #dfdfdfc4;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  transition: background-color 0.4s ease-in-out;
}

.product-sec .product-box .box__title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-sec .product-box .icon {
  font-size: 0.9rem;
  transition: transform 0.4s ease;
}

.product-sec .product-box:hover .icon i {
  transform: rotate(180deg);
}

.product-sec .product-box .description,
.product-sec .product-box .detailed-view {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}

.product-sec .product-box:hover .description,
.product-sec .product-box:hover .detailed-view {
  opacity: 1;
  transform: translateY(0);
  max-height: 300px;
  pointer-events: auto;
  margin-bottom: 8px !important;
}